Trace number 3729689

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
PB11: Sat4j Res//CP 2.3.0UNSAT 293.248 155.823

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900584106.opb
MD5SUM4a96a2353b6045ef15a9bfabac06d14b
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 benchmark0.625904
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 737
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c ManyCore solver with 2 solvers running in parallel
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3729689-1338678924.opb
0.09/0.10	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.199s.
0.49/0.30	c #vars     231
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.49/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.49/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.06/0.78	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.22/1.08	c cleaning 4249 clauses out of 8506 with flag 11003/11003
4.23/1.45	c cleaning 5623 clauses out of 11255 with flag 18001/18001
5.02/1.89	c cleaning 6812 clauses out of 13631 with flag 26000/26000
6.23/2.40	c cleaning 7900 clauses out of 15819 with flag 35000/35000
7.21/2.96	c cleaning 8952 clauses out of 17920 with flag 45001/45001
8.39/3.51	c cleaning 9478 clauses out of 18967 with flag 55000/55000
9.36/4.08	c cleaning 9740 clauses out of 19489 with flag 65000/65000
10.33/4.59	c cleaning 9869 clauses out of 19750 with flag 75001/75001
11.51/5.13	c cleaning 9935 clauses out of 19881 with flag 85001/85001
12.47/5.67	c cleaning 9969 clauses out of 19948 with flag 95003/95003
13.64/6.21	c cleaning 9981 clauses out of 19977 with flag 105001/105001
14.80/6.81	c cleaning 9993 clauses out of 19995 with flag 115000/115000
15.76/7.35	c cleaning 9995 clauses out of 20002 with flag 125000/125000
16.93/7.92	c cleaning 10001 clauses out of 20009 with flag 135002/135002
17.89/8.44	c cleaning 9999 clauses out of 20006 with flag 145000/145000
18.84/9.00	c cleaning 9999 clauses out of 20008 with flag 155001/155001
20.00/9.53	c cleaning 9999 clauses out of 20008 with flag 165000/165000
20.95/10.06	c cleaning 10000 clauses out of 20009 with flag 175000/175000
22.12/10.63	c cleaning 9999 clauses out of 20009 with flag 185000/185000
23.07/11.15	c cleaning 9996 clauses out of 20011 with flag 195001/195001
24.03/11.64	c cleaning 9999 clauses out of 20014 with flag 205000/205000
25.00/12.14	c cleaning 9998 clauses out of 20015 with flag 215000/215000
25.95/12.63	c cleaning 9997 clauses out of 20018 with flag 225001/225001
26.90/13.17	c cleaning 10009 clauses out of 20022 with flag 235002/235002
27.85/13.69	c cleaning 10001 clauses out of 20012 with flag 245001/245001
29.03/14.25	c cleaning 10003 clauses out of 20011 with flag 255001/255001
29.97/14.79	c cleaning 10001 clauses out of 20008 with flag 265001/265001
31.12/15.32	c cleaning 10001 clauses out of 20008 with flag 275002/275002
32.08/15.88	c cleaning 9993 clauses out of 20005 with flag 285000/285000
33.24/16.42	c cleaning 10002 clauses out of 20012 with flag 295000/295000
34.19/16.97	c cleaning 9999 clauses out of 20010 with flag 305000/305000
35.33/17.50	c cleaning 9999 clauses out of 20012 with flag 315001/315001
36.27/18.08	c cleaning 10003 clauses out of 20014 with flag 325002/325002
37.44/18.62	c cleaning 9999 clauses out of 20009 with flag 335000/335000
38.38/19.16	c cleaning 10002 clauses out of 20010 with flag 345000/345000
39.52/19.77	c cleaning 9997 clauses out of 20008 with flag 355000/355000
40.66/20.33	c cleaning 9999 clauses out of 20012 with flag 365001/365001
41.62/20.85	c cleaning 10001 clauses out of 20013 with flag 375001/375001
42.56/21.37	c cleaning 10002 clauses out of 20011 with flag 385000/385000
43.71/21.93	c cleaning 9999 clauses out of 20009 with flag 395000/395000
44.66/22.49	c cleaning 9996 clauses out of 20010 with flag 405000/405000
45.82/23.05	c cleaning 9999 clauses out of 20014 with flag 415000/415000
46.75/23.59	c cleaning 9999 clauses out of 20017 with flag 425002/425002
47.89/24.16	c cleaning 10002 clauses out of 20016 with flag 435000/435000
49.04/24.74	c cleaning 10001 clauses out of 20014 with flag 445000/445000
50.21/25.31	c cleaning 10004 clauses out of 20015 with flag 455002/455002
51.16/25.88	c cleaning 10000 clauses out of 20009 with flag 465000/465000
52.30/26.47	c cleaning 9999 clauses out of 20009 with flag 475000/475000
53.44/27.03	c cleaning 10000 clauses out of 20012 with flag 485002/485002
54.41/27.56	c cleaning 9998 clauses out of 20010 with flag 495000/495000
55.34/28.08	c cleaning 10001 clauses out of 20015 with flag 505003/505003
56.47/28.69	c cleaning 9998 clauses out of 20011 with flag 515000/515000
57.65/29.26	c cleaning 9995 clauses out of 20014 with flag 525001/525001
58.80/29.81	c cleaning 10005 clauses out of 20018 with flag 535000/535000
59.74/30.35	c cleaning 10004 clauses out of 20016 with flag 545003/545003
60.87/30.93	c cleaning 9996 clauses out of 20010 with flag 555001/555001
62.02/31.52	c cleaning 10002 clauses out of 20013 with flag 565000/565000
62.97/32.07	c cleaning 10000 clauses out of 20012 with flag 575001/575001
64.11/32.64	c cleaning 9998 clauses out of 20013 with flag 585002/585002
65.26/33.24	c cleaning 10004 clauses out of 20015 with flag 595002/595002
66.20/33.79	c cleaning 10000 clauses out of 20010 with flag 605001/605001
67.34/34.35	c cleaning 9998 clauses out of 20010 with flag 615001/615001
68.50/34.91	c cleaning 10001 clauses out of 20012 with flag 625001/625001
69.62/35.51	c cleaning 9998 clauses out of 20012 with flag 635002/635002
70.57/36.05	c cleaning 9999 clauses out of 20012 with flag 645000/645000
71.71/36.64	c cleaning 10000 clauses out of 20013 with flag 655000/655000
72.85/37.22	c cleaning 10003 clauses out of 20015 with flag 665002/665002
73.97/37.82	c cleaning 10003 clauses out of 20010 with flag 675000/675000
75.12/38.44	c cleaning 9996 clauses out of 20008 with flag 685001/685001
76.25/39.04	c cleaning 9997 clauses out of 20011 with flag 695000/695000
77.21/39.59	c cleaning 9998 clauses out of 20014 with flag 705000/705000
78.31/40.18	c cleaning 9999 clauses out of 20018 with flag 715002/715002
79.47/40.73	c cleaning 10002 clauses out of 20018 with flag 725001/725001
80.60/41.32	c cleaning 10004 clauses out of 20015 with flag 735000/735000
81.55/41.86	c cleaning 0 clauses out of 5001 with flag 0/5001
81.93/42.05	c cleaning 10000 clauses out of 20012 with flag 745001/745001
83.30/42.66	c cleaning 10000 clauses out of 20011 with flag 755000/755000
84.58/43.25	c cleaning 10001 clauses out of 20012 with flag 765001/765001
85.72/43.88	c cleaning 9997 clauses out of 20011 with flag 775001/775001
87.03/44.54	c cleaning 9997 clauses out of 20014 with flag 785001/785001
88.18/45.11	c cleaning 10002 clauses out of 20019 with flag 795003/795003
89.11/45.68	c cleaning 9999 clauses out of 20014 with flag 805000/805000
90.25/46.27	c cleaning 10001 clauses out of 20015 with flag 815000/815000
91.34/46.89	c cleaning 10003 clauses out of 20014 with flag 825000/825000
92.48/47.49	c cleaning 10000 clauses out of 20012 with flag 835001/835001
93.61/48.06	c cleaning 9999 clauses out of 20011 with flag 845000/845000
94.75/48.63	c cleaning 10000 clauses out of 20014 with flag 855002/855002
95.85/49.23	c cleaning 10001 clauses out of 20012 with flag 865000/865000
96.98/49.80	c cleaning 9999 clauses out of 20011 with flag 875000/875000
98.12/50.43	c cleaning 10003 clauses out of 20013 with flag 885001/885001
99.26/51.04	c cleaning 10000 clauses out of 20009 with flag 895000/895000
100.38/51.69	c cleaning 9997 clauses out of 20009 with flag 905000/905000
101.51/52.26	c cleaning 10001 clauses out of 20013 with flag 915001/915001
102.67/52.85	c cleaning 9997 clauses out of 20012 with flag 925001/925001
103.78/53.43	c cleaning 10003 clauses out of 20016 with flag 935002/935002
104.89/54.05	c cleaning 9999 clauses out of 20011 with flag 945000/945000
106.03/54.61	c cleaning 9996 clauses out of 20012 with flag 955000/955000
107.16/55.20	c cleaning 10001 clauses out of 20016 with flag 965000/965000
108.30/55.82	c cleaning 10002 clauses out of 20017 with flag 975002/975002
109.39/56.46	c cleaning 10002 clauses out of 20014 with flag 985001/985001
110.52/57.03	c cleaning 9994 clauses out of 20011 with flag 995000/995000
111.66/57.61	c cleaning 10002 clauses out of 20020 with flag 1005003/1005003
112.59/58.18	c cleaning 9993 clauses out of 20015 with flag 1015000/1015000
113.68/58.79	c cleaning 10003 clauses out of 20023 with flag 1025001/1025001
114.82/59.33	c cleaning 10002 clauses out of 20020 with flag 1035001/1035001
115.74/59.87	c cleaning 10004 clauses out of 20017 with flag 1045000/1045000
116.88/60.47	c cleaning 10003 clauses out of 20015 with flag 1055002/1055002
117.96/61.08	c cleaning 9996 clauses out of 20010 with flag 1065000/1065000
119.10/61.68	c cleaning 10004 clauses out of 20015 with flag 1075001/1075001
120.22/62.27	c cleaning 9996 clauses out of 20011 with flag 1085001/1085001
121.55/62.91	c cleaning 9997 clauses out of 20014 with flag 1095000/1095000
122.63/63.55	c cleaning 10006 clauses out of 20020 with flag 1105003/1105003
123.77/64.15	c cleaning 9999 clauses out of 20013 with flag 1115002/1115002
124.90/64.76	c cleaning 10001 clauses out of 20012 with flag 1125000/1125000
126.04/65.39	c cleaning 9999 clauses out of 20012 with flag 1135001/1135001
127.34/66.09	c cleaning 10001 clauses out of 20012 with flag 1145000/1145000
128.66/66.79	c cleaning 9996 clauses out of 20012 with flag 1155001/1155001
130.01/67.42	c cleaning 10005 clauses out of 20017 with flag 1165002/1165002
131.14/68.06	c cleaning 10000 clauses out of 20010 with flag 1175000/1175000
132.46/68.77	c cleaning 9998 clauses out of 20012 with flag 1185002/1185002
133.60/69.37	c cleaning 9997 clauses out of 20014 with flag 1195002/1195002
134.72/69.96	c cleaning 10004 clauses out of 20016 with flag 1205001/1205001
135.85/70.55	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
136.94/71.16	c cleaning 10002 clauses out of 20013 with flag 1225003/1225003
138.08/71.79	c cleaning 9993 clauses out of 20011 with flag 1235003/1235003
139.40/72.41	c cleaning 10004 clauses out of 20017 with flag 1245002/1245002
140.53/73.02	c cleaning 9999 clauses out of 20012 with flag 1255001/1255001
141.63/73.64	c cleaning 9999 clauses out of 20012 with flag 1265000/1265000
142.74/74.22	c cleaning 10005 clauses out of 20015 with flag 1275002/1275002
143.88/74.83	c cleaning 9992 clauses out of 20008 with flag 1285000/1285000
145.00/75.42	c cleaning 10002 clauses out of 20017 with flag 1295001/1295001
146.08/76.08	c cleaning 10002 clauses out of 20016 with flag 1305002/1305002
147.21/76.67	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
148.34/77.25	c cleaning 10005 clauses out of 20015 with flag 1325002/1325002
149.69/77.90	c cleaning 9999 clauses out of 20009 with flag 1335001/1335001
150.77/78.53	c cleaning 9999 clauses out of 20009 with flag 1345000/1345000
151.91/79.13	c cleaning 9998 clauses out of 20010 with flag 1355000/1355000
153.03/79.76	c cleaning 10002 clauses out of 20014 with flag 1365002/1365002
154.16/80.38	c cleaning 10001 clauses out of 20010 with flag 1375000/1375000
155.44/81.01	c cleaning 10000 clauses out of 20012 with flag 1385003/1385003
156.56/81.61	c cleaning 10002 clauses out of 20011 with flag 1395002/1395002
157.68/82.23	c cleaning 9998 clauses out of 20007 with flag 1405000/1405000
158.80/82.80	c cleaning 9999 clauses out of 20009 with flag 1415000/1415000
159.90/83.43	c cleaning 10003 clauses out of 20010 with flag 1425000/1425000
161.04/84.05	c cleaning 9999 clauses out of 20009 with flag 1435002/1435002
162.19/84.66	c cleaning 9998 clauses out of 20008 with flag 1445000/1445000
163.30/85.23	c cleaning 9997 clauses out of 20010 with flag 1455000/1455000
164.40/85.86	c cleaning 9999 clauses out of 20014 with flag 1465001/1465001
165.51/86.47	c cleaning 10006 clauses out of 20019 with flag 1475005/1475005
166.83/87.10	c cleaning 10001 clauses out of 20010 with flag 1485002/1485002
167.76/87.68	c cleaning 10000 clauses out of 20008 with flag 1495001/1495001
168.84/88.28	c cleaning 9998 clauses out of 20007 with flag 1505000/1505000
169.97/88.87	c cleaning 9998 clauses out of 20010 with flag 1515001/1515001
171.09/89.47	c cleaning 10000 clauses out of 20011 with flag 1525000/1525000
172.21/90.05	c cleaning 9998 clauses out of 20011 with flag 1535000/1535000
173.30/90.64	c cleaning 10002 clauses out of 20013 with flag 1545000/1545000
174.43/91.23	c cleaning 10001 clauses out of 20013 with flag 1555002/1555002
175.55/91.81	c cleaning 9993 clauses out of 20010 with flag 1565000/1565000
176.49/92.39	c cleaning 10002 clauses out of 20017 with flag 1575000/1575000
177.76/93.05	c cleaning 10002 clauses out of 20015 with flag 1585000/1585000
178.89/93.67	c cleaning 9999 clauses out of 20014 with flag 1595001/1595001
180.00/94.28	c cleaning 10001 clauses out of 20014 with flag 1605000/1605000
181.13/94.88	c cleaning 10004 clauses out of 20013 with flag 1615000/1615000
182.42/95.52	c cleaning 10001 clauses out of 20010 with flag 1625001/1625001
183.55/96.12	c cleaning 9998 clauses out of 20010 with flag 1635002/1635002
184.68/96.71	c cleaning 10000 clauses out of 20010 with flag 1645000/1645000
185.79/97.30	c cleaning 10001 clauses out of 20012 with flag 1655002/1655002
186.88/97.97	c cleaning 10002 clauses out of 20010 with flag 1665001/1665001
188.20/98.61	c cleaning 9992 clauses out of 20007 with flag 1675000/1675000
189.31/99.24	c cleaning 10004 clauses out of 20016 with flag 1685001/1685001
190.42/99.87	c cleaning 10002 clauses out of 20013 with flag 1695002/1695002
191.70/100.57	c cleaning 10001 clauses out of 20010 with flag 1705001/1705001
193.05/101.21	c cleaning 9998 clauses out of 20008 with flag 1715000/1715000
194.16/101.84	c cleaning 10002 clauses out of 20010 with flag 1725000/1725000
195.29/102.44	c cleaning 10002 clauses out of 20011 with flag 1735003/1735003
196.38/103.05	c cleaning 9999 clauses out of 20006 with flag 1745000/1745000
197.50/103.63	c cleaning 9997 clauses out of 20009 with flag 1755002/1755002
198.62/104.24	c cleaning 10000 clauses out of 20012 with flag 1765002/1765002
199.74/104.87	c cleaning 9995 clauses out of 20011 with flag 1775001/1775001
201.03/105.53	c cleaning 10004 clauses out of 20016 with flag 1785001/1785001
202.13/106.16	c cleaning 10001 clauses out of 20012 with flag 1795001/1795001
203.26/106.78	c cleaning 10000 clauses out of 20011 with flag 1805001/1805001
204.57/107.40	c cleaning 9998 clauses out of 20010 with flag 1815000/1815000
205.65/108.06	c cleaning 10000 clauses out of 20013 with flag 1825001/1825001
206.96/108.72	c cleaning 9998 clauses out of 20013 with flag 1835001/1835001
208.07/109.34	c cleaning 10003 clauses out of 20015 with flag 1845001/1845001
209.21/109.95	c cleaning 9999 clauses out of 20011 with flag 1855000/1855000
210.27/110.58	c cleaning 9993 clauses out of 20012 with flag 1865000/1865000
211.40/111.18	c cleaning 10005 clauses out of 20019 with flag 1875000/1875000
212.51/111.79	c cleaning 9999 clauses out of 20015 with flag 1885001/1885001
213.84/112.40	c cleaning 10002 clauses out of 20015 with flag 1895000/1895000
214.92/113.05	c cleaning 10004 clauses out of 20013 with flag 1905000/1905000
216.04/113.67	c cleaning 9994 clauses out of 20009 with flag 1915000/1915000
217.17/114.29	c cleaning 10005 clauses out of 20015 with flag 1925000/1925000
218.52/114.91	c cleaning 9993 clauses out of 20011 with flag 1935001/1935001
219.80/115.60	c cleaning 10006 clauses out of 20019 with flag 1945002/1945002
220.92/116.20	c cleaning 9999 clauses out of 20011 with flag 1955000/1955000
222.03/116.81	c cleaning 9997 clauses out of 20012 with flag 1965000/1965000
223.15/117.41	c cleaning 10000 clauses out of 20016 with flag 1975001/1975001
224.23/118.07	c cleaning 10002 clauses out of 20016 with flag 1985001/1985001
225.35/118.69	c cleaning 10000 clauses out of 20014 with flag 1995001/1995001
226.47/119.25	c cleaning 10000 clauses out of 20014 with flag 2005001/2005001
227.59/119.84	c cleaning 10005 clauses out of 20013 with flag 2015000/2015000
228.67/120.45	c cleaning 9995 clauses out of 20008 with flag 2025000/2025000
229.80/121.00	c cleaning 10002 clauses out of 20013 with flag 2035000/2035000
230.90/121.60	c cleaning 9999 clauses out of 20012 with flag 2045001/2045001
232.01/122.23	c cleaning 10002 clauses out of 20014 with flag 2055002/2055002
233.28/122.93	c cleaning 10004 clauses out of 20011 with flag 2065001/2065001
234.39/123.58	c cleaning 9991 clauses out of 20007 with flag 2075001/2075001
235.51/124.19	c cleaning 9994 clauses out of 20015 with flag 2085000/2085000
236.82/124.83	c cleaning 10004 clauses out of 20022 with flag 2095001/2095001
237.90/125.46	c cleaning 10005 clauses out of 20019 with flag 2105002/2105002
239.01/126.08	c cleaning 10002 clauses out of 20013 with flag 2115001/2115001
240.14/126.67	c cleaning 9998 clauses out of 20012 with flag 2125002/2125002
241.26/127.24	c cleaning 10005 clauses out of 20012 with flag 2135000/2135000
242.33/127.88	c cleaning 9994 clauses out of 20007 with flag 2145000/2145000
243.65/128.50	c cleaning 10000 clauses out of 20014 with flag 2155001/2155001
244.55/129.08	c cleaning 10000 clauses out of 20013 with flag 2165000/2165000
245.67/129.66	c cleaning 10003 clauses out of 20013 with flag 2175000/2175000
246.95/130.32	c cleaning 9997 clauses out of 20010 with flag 2185000/2185000
248.08/130.95	c cleaning 9998 clauses out of 20013 with flag 2195000/2195000
249.38/131.63	c cleaning 9999 clauses out of 20015 with flag 2205000/2205000
250.49/132.22	c cleaning 10003 clauses out of 20016 with flag 2215000/2215000
251.55/132.87	c cleaning 10001 clauses out of 20013 with flag 2225000/2225000
252.66/133.47	c cleaning 10001 clauses out of 20012 with flag 2235000/2235000
253.78/134.07	c cleaning 10001 clauses out of 20011 with flag 2245000/2245000
254.88/134.69	c cleaning 9995 clauses out of 20010 with flag 2255000/2255000
256.15/135.37	c cleaning 10000 clauses out of 20019 with flag 2265004/2265004
257.26/135.98	c cleaning 10004 clauses out of 20018 with flag 2275003/2275003
258.38/136.59	c cleaning 9998 clauses out of 20011 with flag 2285000/2285000
259.70/137.21	c cleaning 9993 clauses out of 20013 with flag 2295000/2295000
260.97/137.92	c cleaning 10003 clauses out of 20021 with flag 2305001/2305001
262.11/138.53	c cleaning 10005 clauses out of 20018 with flag 2315001/2315001
263.22/139.16	c cleaning 9999 clauses out of 20012 with flag 2325000/2325000
264.34/139.75	c cleaning 10001 clauses out of 20013 with flag 2335000/2335000
265.60/140.42	c cleaning 10005 clauses out of 20015 with flag 2345003/2345003
266.72/141.06	c cleaning 9997 clauses out of 20007 with flag 2355000/2355000
268.03/141.73	c cleaning 9998 clauses out of 20010 with flag 2365000/2365000
269.14/142.35	c cleaning 10003 clauses out of 20014 with flag 2375002/2375002
270.41/143.02	c cleaning 10003 clauses out of 20011 with flag 2385002/2385002
271.51/143.66	c cleaning 9998 clauses out of 20008 with flag 2395002/2395002
272.62/144.26	c cleaning 9996 clauses out of 20008 with flag 2405000/2405000
273.73/144.86	c cleaning 10001 clauses out of 20012 with flag 2415000/2415000
274.99/145.52	c cleaning 9991 clauses out of 20012 with flag 2425001/2425001
276.10/146.15	c cleaning 10009 clauses out of 20022 with flag 2435002/2435002
277.41/146.81	c cleaning 10003 clauses out of 20013 with flag 2445002/2445002
278.54/147.43	c cleaning 10001 clauses out of 20009 with flag 2455001/2455001
279.78/148.12	c cleaning 9999 clauses out of 20008 with flag 2465001/2465001
280.90/148.76	c cleaning 9989 clauses out of 20008 with flag 2475000/2475000
282.01/149.36	c cleaning 10006 clauses out of 20020 with flag 2485001/2485001
283.12/149.98	c cleaning 10002 clauses out of 20015 with flag 2495002/2495002
284.38/150.63	c cleaning 9996 clauses out of 20013 with flag 2505002/2505002
285.48/151.28	c cleaning 10003 clauses out of 20015 with flag 2515000/2515000
286.79/151.98	c cleaning 9995 clauses out of 20012 with flag 2525000/2525000
288.11/152.63	c cleaning 10003 clauses out of 20017 with flag 2535000/2535000
289.37/153.32	c cleaning 10002 clauses out of 20016 with flag 2545002/2545002
290.51/153.95	c cleaning 10003 clauses out of 20014 with flag 2555002/2555002
291.63/154.53	c cleaning 9998 clauses out of 20008 with flag 2565000/2565000
292.75/155.13	c cleaning 10005 clauses out of 20013 with flag 2575003/2575003
293.18/155.41	c  And the winner is Resolution
292.65/155.80	c starts		: 230
292.65/155.80	c conflicts		: 2577526
292.65/155.80	c decisions		: 3862242
292.65/155.80	c propagations		: 129662257
292.65/155.80	c inspects		: 1303186573
292.65/155.80	c shortcuts		: 0
292.65/155.80	c learnt literals	: 7
292.65/155.80	c learnt binary clauses	: 21
292.65/155.80	c learnt ternary clauses	: 549
292.65/155.80	c learnt constraints	: 2577518
292.65/155.80	c ignored constraints	: 0
292.65/155.80	c root simplifications	: 0
292.65/155.80	c removed literals (reason simplification)	: 11838655
292.65/155.80	c reason swapping (by a shorter reason)	: 0
292.65/155.80	c Calls to reduceDB	: 259
292.65/155.80	c number of reductions to clauses (during analyze)	: 0
292.65/155.80	c number of learned constraints concerned by reduction	: 0
292.65/155.80	c number of learning phase by resolution	: 0
292.65/155.80	c number of learning phase by cutting planes	: 0
292.65/155.80	c speed (assignments/second)	: 833846.2433842019
292.65/155.80	c non guided choices	161
292.65/155.81	c learnt constraints type 
292.65/155.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
292.65/155.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12503
292.65/155.81	c constraints type 
292.65/155.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
292.65/155.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
292.65/155.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
292.65/155.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
292.65/155.81	c constraints type 
292.65/155.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
292.65/155.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
292.65/155.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
292.65/155.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
292.65/155.81	s UNSATISFIABLE
292.65/155.81	c Total wall clock time (in seconds): 155.707

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3729689-1338678924/watcher-3729689-1338678924 -o /tmp/evaluation-result-3729689-1338678924/solver-3729689-1338678924 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729689-1338678924.opb 

running on 4 cores: 0,2,4,6

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.21 2.24 1.17 4/197 1692
/proc/meminfo: memFree=28810296/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 1174 0 0 0 0 0 0 0 20 0 2 0 334017884 91889664 894 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 22450 896 680 9 0 16769 0
[pid=1692/tid=1694] ppid=1690 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) R 1690 1692 621 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 2 0 334017885 98635776 948 33554432000 1073741824 1073778376 140734664234480 140637840535080 260181103035 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0111791 s]
/proc/loadavg: 3.21 2.24 1.17 4/197 1692
/proc/meminfo: memFree=28810296/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=10496720 CPUtime=0 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 1608 0 1 0 0 0 0 0 20 0 2 0 334017884 10748641280 2822 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2624180 2822 931 9 0 2615289 0
[pid=1692/tid=1694] ppid=1690 vsize=10496720 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) R 1690 1692 621 0 -1 4202560 462 0 1 0 0 0 0 0 20 0 2 0 334017885 10748641280 2822 33554432000 1073741824 1073778376 140734664234480 140637840542000 260189991707 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10496720

[startup+0.100195 s]
/proc/loadavg: 3.21 2.24 1.17 4/197 1692
/proc/meminfo: memFree=28810296/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 4845 0 1 0 8 1 0 0 20 0 18 0 334017884 11864465408 13706 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2896598 13706 2116 9 0 2887285 0
[pid=1692/tid=1694] ppid=1690 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) R 1690 1692 621 0 -1 4202560 2893 0 1 0 6 1 0 0 20 0 18 0 334017885 11864465408 13706 33554432000 1073741824 1073778376 140734664234480 140637840538544 260193707277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300195 s]
/proc/loadavg: 3.21 2.24 1.17 4/197 1692
/proc/meminfo: memFree=28810296/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11586392 CPUtime=0.49 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 6006 0 1 0 47 2 0 0 20 0 18 0 334017884 11864465408 15870 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2896598 15870 2224 9 0 2887285 0
[pid=1692/tid=1694] ppid=1690 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) R 1690 1692 621 0 -1 4202560 2906 0 1 0 26 1 0 0 20 0 18 0 334017885 11864465408 15870 33554432000 1073741824 1073778376 140734664234480 140637840538544 140637713581466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.700212 s]
/proc/loadavg: 3.21 2.24 1.17 4/197 1692
/proc/meminfo: memFree=28810296/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=2.06 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 16754 0 1 0 201 5 0 0 20 0 22 0 334017884 12137111552 39480 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 39480 2249 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2918 0 1 0 26 2 0 0 20 0 22 0 334017885 12137111552 39480 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 11852648

[startup+1.50078 s]
/proc/loadavg: 3.21 2.24 1.17 6/219 1715
/proc/meminfo: memFree=28575176/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=4.42 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 20886 0 1 0 434 8 0 0 20 0 22 0 334017884 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 81335 2280 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2918 0 1 0 26 2 0 0 20 0 22 0 334017885 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1696] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1696/stat : 1696 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637677853224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1697] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1697/stat : 1697 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637676800424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1698] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1698/stat : 1698 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637675747624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1699] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1699/stat : 1699 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637674694824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1700] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1700/stat : 1700 (java) S 1690 1692 621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637673643048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1701] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1701/stat : 1701 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637672590248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1702] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1702/stat : 1702 (java) S 1690 1692 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637671537448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1703] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1703/stat : 1703 (java) S 1690 1692 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637670484648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1704] ppid=1690 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1692/task/1704/stat : 1704 (java) S 1690 1692 621 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 334017887 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637658073576 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1705] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1705/stat : 1705 (java) S 1690 1692 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334017888 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637657019640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1706] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1706/stat : 1706 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334017888 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637655966728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1707] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1707/stat : 1707 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637654915216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1708] ppid=1690 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/1692/task/1708/stat : 1708 (java) S 1690 1692 621 0 -1 4202560 9683 0 0 0 88 2 0 0 20 0 22 0 334017890 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637653863352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1709] ppid=1690 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/1692/task/1709/stat : 1709 (java) R 1690 1692 621 0 -1 4202560 6815 0 0 0 86 0 0 0 20 0 22 0 334017890 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637652810552 260193694780 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1710] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1710/stat : 1710 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637651757944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1711] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1711/stat : 1711 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637650705352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1712] ppid=1690 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/1692/task/1712/stat : 1712 (java) R 1690 1692 621 0 -1 4202560 26 0 0 0 111 0 0 0 20 0 22 0 334017915 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637649650128 140637713813984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1713] ppid=1690 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/1692/task/1713/stat : 1713 (java) R 1690 1692 621 0 -1 4202560 177 0 0 0 108 3 0 0 20 0 22 0 334017915 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637648595192 260193696824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1714] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1714/stat : 1714 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017915 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637647545256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1715] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1715/stat : 1715 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017915 12137111552 81335 33554432000 1073741824 1073778376 140734664234480 140637646492456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 3.21 2.24 1.17 5/219 1715
/proc/meminfo: memFree=28418344/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=7.59 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 20966 0 1 0 748 11 0 0 20 0 22 0 334017884 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 111047 2281 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2918 0 1 0 27 2 0 0 20 0 22 0 334017885 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1696] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1696/stat : 1696 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637677853224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1697] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1697/stat : 1697 (java) S 1690 1692 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637676800424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1698] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1698/stat : 1698 (java) S 1690 1692 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637675747624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1699] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1699/stat : 1699 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637674694824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1700] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1700/stat : 1700 (java) S 1690 1692 621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637673643048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1701] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1701/stat : 1701 (java) S 1690 1692 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637672590248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1702] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1702/stat : 1702 (java) S 1690 1692 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637671537448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1703] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1703/stat : 1703 (java) S 1690 1692 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637670484648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1704] ppid=1690 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/1692/task/1704/stat : 1704 (java) S 1690 1692 621 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 22 0 334017887 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637658073576 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1705] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1705/stat : 1705 (java) S 1690 1692 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334017888 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637657019640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1706] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1706/stat : 1706 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334017888 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637655966728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1707] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1707/stat : 1707 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637654915216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1708] ppid=1690 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/1692/task/1708/stat : 1708 (java) S 1690 1692 621 0 -1 4202560 9684 0 0 0 88 2 0 0 20 0 22 0 334017890 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637653863352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1709] ppid=1690 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/1692/task/1709/stat : 1709 (java) S 1690 1692 621 0 -1 4202560 6824 0 0 0 90 0 0 0 20 0 22 0 334017890 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637652810552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1710] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1710/stat : 1710 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637651757944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1711] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1711/stat : 1711 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637650705352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1712] ppid=1690 vsize=11852648 CPUtime=2.61 cores=0,2,4,6
/proc/1692/task/1712/stat : 1712 (java) R 1690 1692 621 0 -1 4202560 27 0 0 0 261 0 0 0 20 0 22 0 334017915 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637649650128 140637713643853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1713] ppid=1690 vsize=11852648 CPUtime=2.61 cores=0,2,4,6
/proc/1692/task/1713/stat : 1713 (java) R 1690 1692 621 0 -1 4202560 233 0 0 0 256 5 0 0 20 0 22 0 334017915 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637648595256 140637714104747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1714] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1714/stat : 1714 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017915 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637647545256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1715] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1715/stat : 1715 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017915 12137111552 111047 33554432000 1073741824 1073778376 140734664234480 140637646492456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 11852648

[startup+6.30074 s]
/proc/loadavg: 3.11 2.24 1.17 5/219 1715
/proc/meminfo: memFree=28354756/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=13.8 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 20990 0 1 0 1368 12 0 0 20 0 22 0 334017884 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 115469 2281 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2918 0 1 0 27 2 0 0 20 0 22 0 334017885 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1696] ppid=1690 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1692/task/1696/stat : 1696 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637677853224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1697] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1697/stat : 1697 (java) S 1690 1692 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637676800424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1698] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1698/stat : 1698 (java) S 1690 1692 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637675747624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1699] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1699/stat : 1699 (java) S 1690 1692 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637674694824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1700] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1700/stat : 1700 (java) S 1690 1692 621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637673643048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1701] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1701/stat : 1701 (java) S 1690 1692 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637672590248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1702] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1702/stat : 1702 (java) S 1690 1692 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637671537448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1703] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1703/stat : 1703 (java) S 1690 1692 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334017886 12137111552 115469 33554432000 1073741824 1073778376 140734664234480 140637670484648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=1692/tid=1705] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1705/stat : 1705 (java) S 1690 1692 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334017888 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637657019640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1706] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1706/stat : 1706 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334017888 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637655966728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1707] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1707/stat : 1707 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637654915216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1708] ppid=1690 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/1692/task/1708/stat : 1708 (java) S 1690 1692 621 0 -1 4202560 9695 0 0 0 97 2 0 0 20 0 22 0 334017890 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637653863352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1709] ppid=1690 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/1692/task/1709/stat : 1709 (java) S 1690 1692 621 0 -1 4202560 10019 0 0 0 142 2 0 0 20 0 22 0 334017890 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637652810552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1710] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1710/stat : 1710 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334017890 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637651757944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1711] ppid=1690 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1692/task/1711/stat : 1711 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 22 0 334017890 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637650705352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1712] ppid=1690 vsize=11852648 CPUtime=131.23 cores=0,2,4,6
/proc/1692/task/1712/stat : 1712 (java) R 1690 1692 621 0 -1 4202560 188 0 0 0 13121 2 0 0 20 0 22 0 334017915 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637649650328 140637713643824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1713] ppid=1690 vsize=11852648 CPUtime=131.3 cores=0,2,4,6
/proc/1692/task/1713/stat : 1713 (java) R 1690 1692 621 0 -1 4202560 305 0 0 0 13123 7 0 0 20 0 22 0 334017915 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637648595456 140637713780238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1714] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1714/stat : 1714 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017915 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637647545256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1715] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1715/stat : 1715 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334017915 12137111552 127046 33554432000 1073741824 1073778376 140734664234480 140637646492456 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 292.75
Current children cumulated vsize (KiB) 11852648

[startup+155.501 s]
/proc/loadavg: 3.71 2.80 1.54 4/219 1715
/proc/meminfo: memFree=28288184/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=292.96 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 24981 0 1 0 29266 30 0 0 20 0 20 0 334017884 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 127043 2284 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2967 0 1 0 27 2 0 0 20 0 20 0 334017885 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1696] ppid=1690 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/1692/task/1696/stat : 1696 (java) S 1690 1692 621 0 -1 4202560 69 0 0 0 67 0 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637677853224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1697] ppid=1690 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1692/task/1697/stat : 1697 (java) S 1690 1692 621 0 -1 4202560 66 0 0 0 65 0 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637676800424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1698] ppid=1690 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/1692/task/1698/stat : 1698 (java) S 1690 1692 621 0 -1 4202560 48 0 0 0 63 1 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637675747624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1699] ppid=1690 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/1692/task/1699/stat : 1699 (java) S 1690 1692 621 0 -1 4202560 70 0 0 0 67 2 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637674694824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1700] ppid=1690 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1692/task/1700/stat : 1700 (java) S 1690 1692 621 0 -1 4202560 63 0 0 0 62 0 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637673643048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1701] ppid=1690 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1692/task/1701/stat : 1701 (java) S 1690 1692 621 0 -1 4202560 65 0 0 0 63 2 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637672590248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1702] ppid=1690 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/1692/task/1702/stat : 1702 (java) S 1690 1692 621 0 -1 4202560 77 0 0 0 61 0 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637671537448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1703] ppid=1690 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1692/task/1703/stat : 1703 (java) S 1690 1692 621 0 -1 4202560 54 0 0 0 62 0 0 0 20 0 20 0 334017886 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637670484648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1704] ppid=1690 vsize=11852648 CPUtime=21.62 cores=0,2,4,6
/proc/1692/task/1704/stat : 1704 (java) S 1690 1692 621 0 -1 4202560 97 0 0 0 2157 5 0 0 20 0 20 0 334017887 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637658073576 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1705] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1705/stat : 1705 (java) S 1690 1692 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 334017888 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637657019640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1706] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1706/stat : 1706 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 334017888 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637655966728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1707] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1707/stat : 1707 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334017890 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637654915216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1708] ppid=1690 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/1692/task/1708/stat : 1708 (java) S 1690 1692 621 0 -1 4202560 9695 0 0 0 97 2 0 0 20 0 20 0 334017890 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637653863352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1709] ppid=1690 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/1692/task/1709/stat : 1709 (java) S 1690 1692 621 0 -1 4202560 10019 0 0 0 142 2 0 0 20 0 20 0 334017890 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637652810552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1710] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1710/stat : 1710 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334017890 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637651757944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1711] ppid=1690 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1692/task/1711/stat : 1711 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 20 0 334017890 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637650705352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1713] ppid=1690 vsize=11852648 CPUtime=131.52 cores=0,2,4,6
/proc/1692/task/1713/stat : 1713 (java) R 1690 1692 621 0 -1 4202560 306 0 0 0 13145 7 0 0 20 0 20 0 334017915 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637648595416 140637713678110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1714] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1714/stat : 1714 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334017915 12137111552 127043 33554432000 1073741824 1073778376 140734664234480 140637647545256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 292.96
Current children cumulated vsize (KiB) 11852648

[startup+155.701 s]
/proc/loadavg: 3.71 2.80 1.54 4/219 1715
/proc/meminfo: memFree=28288184/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=292.65 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 24981 0 1 0 29234 31 0 0 20 0 19 0 334017884 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 127037 2284 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2967 0 1 0 27 2 0 0 20 0 19 0 334017885 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1696] ppid=1690 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/1692/task/1696/stat : 1696 (java) S 1690 1692 621 0 -1 4202560 69 0 0 0 67 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637677853224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1697] ppid=1690 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1692/task/1697/stat : 1697 (java) S 1690 1692 621 0 -1 4202560 66 0 0 0 65 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637676800424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1698] ppid=1690 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/1692/task/1698/stat : 1698 (java) S 1690 1692 621 0 -1 4202560 48 0 0 0 63 1 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637675747624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1699] ppid=1690 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/1692/task/1699/stat : 1699 (java) S 1690 1692 621 0 -1 4202560 70 0 0 0 67 2 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637674694824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1700] ppid=1690 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1692/task/1700/stat : 1700 (java) S 1690 1692 621 0 -1 4202560 63 0 0 0 62 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637673643048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1701] ppid=1690 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1692/task/1701/stat : 1701 (java) S 1690 1692 621 0 -1 4202560 65 0 0 0 63 2 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637672590248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1702] ppid=1690 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/1692/task/1702/stat : 1702 (java) S 1690 1692 621 0 -1 4202560 77 0 0 0 61 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637671537448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1703] ppid=1690 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1692/task/1703/stat : 1703 (java) S 1690 1692 621 0 -1 4202560 54 0 0 0 62 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637670484648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1704] ppid=1690 vsize=11852648 CPUtime=21.62 cores=0,2,4,6
/proc/1692/task/1704/stat : 1704 (java) S 1690 1692 621 0 -1 4202560 97 0 0 0 2157 5 0 0 20 0 19 0 334017887 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637658073576 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1705] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1705/stat : 1705 (java) S 1690 1692 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334017888 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637657019640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1706] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1706/stat : 1706 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334017888 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637655966728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1707] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1707/stat : 1707 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637654915216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1708] ppid=1690 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/1692/task/1708/stat : 1708 (java) S 1690 1692 621 0 -1 4202560 9695 0 0 0 97 2 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637653863352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1709] ppid=1690 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/1692/task/1709/stat : 1709 (java) S 1690 1692 621 0 -1 4202560 10019 0 0 0 142 2 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637652810552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1710] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1710/stat : 1710 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637651757944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1711] ppid=1690 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1692/task/1711/stat : 1711 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637650705352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1714] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1714/stat : 1714 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334017915 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637647545256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 292.65
Current children cumulated vsize (KiB) 11852648

[startup+155.801 s]
/proc/loadavg: 3.71 2.80 1.54 4/219 1715
/proc/meminfo: memFree=28288184/32873648 swapFree=7116/7116
[pid=1692] ppid=1690 vsize=11852648 CPUtime=292.65 cores=0,2,4,6
/proc/1692/stat : 1692 (java) S 1690 1692 621 0 -1 4202496 24981 0 1 0 29234 31 0 0 20 0 19 0 334017884 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140734664225616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1692/statm: 2963162 127037 2284 9 0 2953849 0
[pid=1692/tid=1694] ppid=1690 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/1692/task/1694/stat : 1694 (java) S 1690 1692 621 0 -1 4202560 2967 0 1 0 27 2 0 0 20 0 19 0 334017885 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637840540824 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1696] ppid=1690 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/1692/task/1696/stat : 1696 (java) S 1690 1692 621 0 -1 4202560 69 0 0 0 67 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637677853224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1697] ppid=1690 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1692/task/1697/stat : 1697 (java) S 1690 1692 621 0 -1 4202560 66 0 0 0 65 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637676800424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1698] ppid=1690 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/1692/task/1698/stat : 1698 (java) S 1690 1692 621 0 -1 4202560 48 0 0 0 63 1 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637675747624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1699] ppid=1690 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/1692/task/1699/stat : 1699 (java) S 1690 1692 621 0 -1 4202560 70 0 0 0 67 2 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637674694824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1700] ppid=1690 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1692/task/1700/stat : 1700 (java) S 1690 1692 621 0 -1 4202560 63 0 0 0 62 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637673643048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1701] ppid=1690 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/1692/task/1701/stat : 1701 (java) S 1690 1692 621 0 -1 4202560 65 0 0 0 63 2 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637672590248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1702] ppid=1690 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/1692/task/1702/stat : 1702 (java) S 1690 1692 621 0 -1 4202560 77 0 0 0 61 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637671537448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1703] ppid=1690 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/1692/task/1703/stat : 1703 (java) S 1690 1692 621 0 -1 4202560 54 0 0 0 62 0 0 0 20 0 19 0 334017886 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637670484648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1704] ppid=1690 vsize=11852648 CPUtime=21.62 cores=0,2,4,6
/proc/1692/task/1704/stat : 1704 (java) S 1690 1692 621 0 -1 4202560 97 0 0 0 2157 5 0 0 20 0 19 0 334017887 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637658073576 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1705] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1705/stat : 1705 (java) S 1690 1692 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334017888 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637657019640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1706] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1706/stat : 1706 (java) S 1690 1692 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334017888 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637655966728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1707] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1707/stat : 1707 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637654915216 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1708] ppid=1690 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/1692/task/1708/stat : 1708 (java) S 1690 1692 621 0 -1 4202560 9695 0 0 0 97 2 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637653863352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1692/tid=1709] ppid=1690 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/1692/task/1709/stat : 1709 (java) S 1690 1692 621 0 -1 4202560 10019 0 0 0 142 2 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637652810552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1692/tid=1710] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1710/stat : 1710 (java) S 1690 1692 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637651757944 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1692/tid=1711] ppid=1690 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1692/task/1711/stat : 1711 (java) S 1690 1692 621 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 334017890 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637650705352 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1692/tid=1714] ppid=1690 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1692/task/1714/stat : 1714 (java) S 1690 1692 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334017915 12137111552 127037 33554432000 1073741824 1073778376 140734664234480 140637647545256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 292.65
Current children cumulated vsize (KiB) 11852648

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.529999
#  lost CPU user time (s): 0.559998
#  lost CPU system time (s): -0.03

Real time (s): 155.823
CPU time (s): 293.248
CPU user time (s): 292.848
CPU system time (s): 0.400934
CPU usage (%): 188.194
Max. virtual memory (cumulated for all children) (KiB): 11853964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 292.288
system time used= 0.430934
maximum resident set size= 510236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24995
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11482
involuntary context switches= 13193

runsolver used 0.700893 second user time and 0.740887 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 01:15:24
IDJOB=3729689
IDBENCH=1309
IDSOLVER=2328
FILE ID=node123/3729689-1338678924
RUNJOBID= node123-1338678620-640
PBS_JOBID= 14636690
Free space on /tmp= 71304 MiB

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

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

MD5SUM BENCH= 4a96a2353b6045ef15a9bfabac06d14b
RANDOM SEED=536400326

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28810676 kB
Buffers:          483800 kB
Cached:          2197784 kB
SwapCached:         2272 kB
Active:          1307380 kB
Inactive:        1867348 kB
Active(anon):     488240 kB
Inactive(anon):     5516 kB
Active(file):     819140 kB
Inactive(file):  1861832 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:               584 kB
Writeback:             0 kB
AnonPages:        498880 kB
Mapped:            18484 kB
Shmem:                 0 kB
Slab:             748520 kB
SReclaimable:     192524 kB
SUnreclaim:       555996 kB
KernelStack:        1608 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 01:18:00