Trace number 3454867

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 428.167 231.654

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900566157.opb
MD5SUM8170439ba832b251137a16b29cd20ba3
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 benchmark8.28974
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 801
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.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454867-1307187416.opb
0.11/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.206s.
0.47/0.31	c #vars     231
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.03/0.78	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.20/1.07	c cleaning 4250 clauses out of 8506 with flag 11001/11001
4.16/1.41	c cleaning 5623 clauses out of 11255 with flag 18000/18000
4.95/1.82	c cleaning 6808 clauses out of 13632 with flag 26000/26000
6.06/2.34	c cleaning 7909 clauses out of 15824 with flag 35000/35000
7.28/2.92	c cleaning 8955 clauses out of 17917 with flag 45002/45002
8.46/3.54	c cleaning 9477 clauses out of 18963 with flag 55003/55003
9.44/4.09	c cleaning 9736 clauses out of 19486 with flag 65003/65003
10.81/4.73	c cleaning 9868 clauses out of 19748 with flag 75001/75001
11.97/5.35	c cleaning 9927 clauses out of 19879 with flag 85000/85000
13.14/6.00	c cleaning 9968 clauses out of 19953 with flag 95001/95001
14.32/6.52	c cleaning 9988 clauses out of 19985 with flag 105001/105001
15.26/7.06	c cleaning 9996 clauses out of 19996 with flag 115000/115000
16.44/7.66	c cleaning 9994 clauses out of 20000 with flag 125000/125000
17.58/8.24	c cleaning 9999 clauses out of 20008 with flag 135002/135002
18.56/8.81	c cleaning 10000 clauses out of 20008 with flag 145001/145001
19.69/9.38	c cleaning 9993 clauses out of 20007 with flag 155000/155000
20.88/9.94	c cleaning 10004 clauses out of 20015 with flag 165001/165001
22.01/10.51	c cleaning 9998 clauses out of 20010 with flag 175000/175000
23.17/11.12	c cleaning 10003 clauses out of 20015 with flag 185003/185003
24.11/11.68	c cleaning 10001 clauses out of 20009 with flag 195000/195000
25.27/12.25	c cleaning 10002 clauses out of 20008 with flag 205000/205000
26.43/12.81	c cleaning 9994 clauses out of 20007 with flag 215001/215001
27.39/13.39	c cleaning 10002 clauses out of 20012 with flag 225000/225000
28.72/14.02	c cleaning 10003 clauses out of 20013 with flag 235003/235003
29.67/14.58	c cleaning 9997 clauses out of 20007 with flag 245000/245000
30.82/15.18	c cleaning 10000 clauses out of 20011 with flag 255001/255001
32.17/15.85	c cleaning 10000 clauses out of 20011 with flag 265001/265001
33.34/16.46	c cleaning 10000 clauses out of 20010 with flag 275000/275000
34.48/17.07	c cleaning 10006 clauses out of 20011 with flag 285001/285001
35.66/17.68	c cleaning 9995 clauses out of 20005 with flag 295001/295001
36.78/18.27	c cleaning 10001 clauses out of 20009 with flag 305000/305000
37.90/18.86	c cleaning 10000 clauses out of 20010 with flag 315002/315002
39.05/19.42	c cleaning 10000 clauses out of 20011 with flag 325003/325003
40.20/20.03	c cleaning 9998 clauses out of 20008 with flag 335000/335000
41.34/20.61	c cleaning 9994 clauses out of 20012 with flag 345002/345002
42.47/21.28	c cleaning 10004 clauses out of 20019 with flag 355003/355003
43.62/21.87	c cleaning 10001 clauses out of 20013 with flag 365001/365001
44.76/22.42	c cleaning 9999 clauses out of 20011 with flag 375000/375000
45.93/23.07	c cleaning 10003 clauses out of 20014 with flag 385002/385002
47.23/23.72	c cleaning 10002 clauses out of 20012 with flag 395003/395003
48.39/24.33	c cleaning 9999 clauses out of 20007 with flag 405000/405000
49.53/24.93	c cleaning 10000 clauses out of 20009 with flag 415001/415001
50.67/25.52	c cleaning 9997 clauses out of 20008 with flag 425000/425000
51.79/26.16	c cleaning 10001 clauses out of 20011 with flag 435000/435000
52.93/26.76	c cleaning 10003 clauses out of 20014 with flag 445004/445004
54.07/27.37	c cleaning 10000 clauses out of 20007 with flag 455000/455000
55.21/27.96	c cleaning 9993 clauses out of 20007 with flag 465000/465000
56.34/28.57	c cleaning 9995 clauses out of 20015 with flag 475001/475001
57.46/29.13	c cleaning 10007 clauses out of 20019 with flag 485000/485000
58.63/29.73	c cleaning 10003 clauses out of 20015 with flag 495003/495003
59.74/30.32	c cleaning 10001 clauses out of 20012 with flag 505003/505003
60.85/30.92	c cleaning 10000 clauses out of 20009 with flag 515001/515001
62.01/31.54	c cleaning 10000 clauses out of 20010 with flag 525002/525002
63.14/32.13	c cleaning 10001 clauses out of 20009 with flag 535001/535001
64.28/32.73	c cleaning 10000 clauses out of 20007 with flag 545000/545000
65.59/33.41	c cleaning 10001 clauses out of 20009 with flag 555002/555002
66.52/34.01	c cleaning 9994 clauses out of 20006 with flag 565000/565000
67.86/34.64	c cleaning 10000 clauses out of 20012 with flag 575000/575000
69.02/35.23	c cleaning 10004 clauses out of 20016 with flag 585004/585004
70.30/35.91	c cleaning 9999 clauses out of 20010 with flag 595002/595002
71.43/36.58	c cleaning 10000 clauses out of 20009 with flag 605000/605000
72.56/37.19	c cleaning 10000 clauses out of 20011 with flag 615002/615002
73.89/37.81	c cleaning 9999 clauses out of 20010 with flag 625001/625001
75.01/38.43	c cleaning 10002 clauses out of 20011 with flag 635001/635001
76.12/39.03	c cleaning 9998 clauses out of 20008 with flag 645000/645000
77.28/39.69	c cleaning 10002 clauses out of 20015 with flag 655005/655005
78.58/40.32	c cleaning 10002 clauses out of 20009 with flag 665001/665001
79.68/40.95	c cleaning 10000 clauses out of 20006 with flag 675000/675000
81.02/41.61	c cleaning 9993 clauses out of 20006 with flag 685000/685000
81.95/42.20	c cleaning 10002 clauses out of 20013 with flag 695000/695000
83.29/42.84	c cleaning 9996 clauses out of 20014 with flag 705003/705003
83.77/43.17	c cleaning 0 clauses out of 5000 with flag 0/5000
85.06/43.62	c cleaning 10004 clauses out of 20015 with flag 715000/715000
86.33/44.25	c cleaning 10000 clauses out of 20011 with flag 725000/725000
87.46/44.84	c cleaning 10003 clauses out of 20011 with flag 735000/735000
88.56/45.45	c cleaning 10000 clauses out of 20009 with flag 745001/745001
89.68/46.05	c cleaning 10002 clauses out of 20010 with flag 755002/755002
90.81/46.64	c cleaning 9999 clauses out of 20008 with flag 765002/765002
91.96/47.24	c cleaning 10000 clauses out of 20008 with flag 775001/775001
93.04/47.87	c cleaning 10001 clauses out of 20007 with flag 785000/785000
94.19/48.47	c cleaning 9997 clauses out of 20006 with flag 795000/795000
95.29/49.08	c cleaning 10002 clauses out of 20010 with flag 805001/805001
96.41/49.66	c cleaning 9996 clauses out of 20007 with flag 815000/815000
97.51/50.27	c cleaning 10004 clauses out of 20013 with flag 825002/825002
98.64/50.86	c cleaning 10000 clauses out of 20007 with flag 835000/835000
99.76/51.43	c cleaning 9996 clauses out of 20007 with flag 845000/845000
100.88/52.03	c cleaning 10000 clauses out of 20011 with flag 855000/855000
101.97/52.68	c cleaning 9996 clauses out of 20012 with flag 865001/865001
103.30/53.31	c cleaning 10003 clauses out of 20018 with flag 875003/875003
104.23/53.88	c cleaning 10004 clauses out of 20014 with flag 885002/885002
105.54/54.58	c cleaning 9995 clauses out of 20008 with flag 895000/895000
106.83/55.24	c cleaning 10003 clauses out of 20014 with flag 905001/905001
107.95/55.86	c cleaning 9998 clauses out of 20011 with flag 915001/915001
109.07/56.49	c cleaning 9994 clauses out of 20012 with flag 925000/925000
110.19/57.09	c cleaning 10003 clauses out of 20019 with flag 935001/935001
111.48/57.73	c cleaning 9998 clauses out of 20015 with flag 945000/945000
112.63/58.35	c cleaning 10002 clauses out of 20017 with flag 955000/955000
113.73/58.95	c cleaning 10005 clauses out of 20015 with flag 965000/965000
114.85/59.59	c cleaning 9998 clauses out of 20010 with flag 975000/975000
116.14/60.24	c cleaning 9999 clauses out of 20013 with flag 985001/985001
117.26/60.84	c cleaning 10001 clauses out of 20014 with flag 995001/995001
118.38/61.44	c cleaning 10003 clauses out of 20013 with flag 1005001/1005001
119.50/62.05	c cleaning 10000 clauses out of 20009 with flag 1015000/1015000
120.81/62.79	c cleaning 10001 clauses out of 20012 with flag 1025003/1025003
122.10/63.48	c cleaning 9997 clauses out of 20010 with flag 1035002/1035002
123.41/64.13	c cleaning 9996 clauses out of 20011 with flag 1045000/1045000
124.75/64.85	c cleaning 10000 clauses out of 20015 with flag 1055000/1055000
126.01/65.55	c cleaning 10004 clauses out of 20015 with flag 1065000/1065000
127.13/66.19	c cleaning 9994 clauses out of 20011 with flag 1075000/1075000
128.44/66.81	c cleaning 9997 clauses out of 20017 with flag 1085000/1085000
129.55/67.49	c cleaning 10004 clauses out of 20020 with flag 1095000/1095000
130.85/68.17	c cleaning 10000 clauses out of 20017 with flag 1105001/1105001
131.94/68.78	c cleaning 10003 clauses out of 20017 with flag 1115001/1115001
133.26/69.45	c cleaning 10000 clauses out of 20013 with flag 1125000/1125000
134.57/70.10	c cleaning 10003 clauses out of 20016 with flag 1135003/1135003
135.64/70.78	c cleaning 10000 clauses out of 20010 with flag 1145000/1145000
136.76/71.40	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
138.07/72.05	c cleaning 9999 clauses out of 20009 with flag 1165000/1165000
139.38/72.71	c cleaning 9995 clauses out of 20011 with flag 1175001/1175001
140.67/73.42	c cleaning 9996 clauses out of 20015 with flag 1185000/1185000
141.78/74.05	c cleaning 10005 clauses out of 20021 with flag 1195002/1195002
142.90/74.70	c cleaning 10003 clauses out of 20014 with flag 1205000/1205000
144.21/75.36	c cleaning 10001 clauses out of 20013 with flag 1215002/1215002
145.48/76.06	c cleaning 10000 clauses out of 20011 with flag 1225001/1225001
146.59/76.67	c cleaning 9995 clauses out of 20010 with flag 1235000/1235000
147.90/77.31	c cleaning 10003 clauses out of 20018 with flag 1245003/1245003
149.01/77.95	c cleaning 9999 clauses out of 20012 with flag 1255000/1255000
150.08/78.59	c cleaning 10004 clauses out of 20013 with flag 1265000/1265000
151.42/79.28	c cleaning 9999 clauses out of 20012 with flag 1275003/1275003
152.70/79.92	c cleaning 10001 clauses out of 20012 with flag 1285002/1285002
153.81/80.58	c cleaning 9998 clauses out of 20009 with flag 1295000/1295000
155.08/81.27	c cleaning 9998 clauses out of 20012 with flag 1305001/1305001
156.38/81.91	c cleaning 10000 clauses out of 20013 with flag 1315000/1315000
157.53/82.57	c cleaning 10002 clauses out of 20013 with flag 1325000/1325000
158.60/83.19	c cleaning 10003 clauses out of 20013 with flag 1335002/1335002
159.87/83.88	c cleaning 10002 clauses out of 20009 with flag 1345001/1345001
161.17/84.57	c cleaning 10000 clauses out of 20006 with flag 1355000/1355000
162.48/85.20	c cleaning 10001 clauses out of 20007 with flag 1365001/1365001
163.62/85.90	c cleaning 9992 clauses out of 20005 with flag 1375000/1375000
164.85/86.56	c cleaning 10003 clauses out of 20013 with flag 1385000/1385000
166.15/87.24	c cleaning 10004 clauses out of 20011 with flag 1395001/1395001
167.26/87.88	c cleaning 9998 clauses out of 20008 with flag 1405002/1405002
168.57/88.52	c cleaning 9992 clauses out of 20008 with flag 1415000/1415000
169.83/89.20	c cleaning 10003 clauses out of 20018 with flag 1425002/1425002
170.94/89.87	c cleaning 10000 clauses out of 20013 with flag 1435000/1435000
172.24/90.53	c cleaning 10004 clauses out of 20017 with flag 1445004/1445004
173.56/91.26	c cleaning 10003 clauses out of 20011 with flag 1455002/1455002
174.81/91.97	c cleaning 9993 clauses out of 20008 with flag 1465002/1465002
176.11/92.61	c cleaning 10002 clauses out of 20013 with flag 1475000/1475000
177.23/93.27	c cleaning 10003 clauses out of 20013 with flag 1485002/1485002
178.53/93.91	c cleaning 9997 clauses out of 20008 with flag 1495000/1495000
179.99/94.72	c cleaning 10004 clauses out of 20016 with flag 1505005/1505005
181.09/95.36	c cleaning 9996 clauses out of 20008 with flag 1515001/1515001
182.40/96.00	c cleaning 9999 clauses out of 20011 with flag 1525000/1525000
183.50/96.66	c cleaning 9998 clauses out of 20012 with flag 1535000/1535000
184.75/97.35	c cleaning 10002 clauses out of 20018 with flag 1545004/1545004
186.05/98.00	c cleaning 9999 clauses out of 20012 with flag 1555000/1555000
187.15/98.68	c cleaning 10001 clauses out of 20014 with flag 1565001/1565001
188.46/99.37	c cleaning 10002 clauses out of 20014 with flag 1575002/1575002
189.73/100.04	c cleaning 10000 clauses out of 20010 with flag 1585000/1585000
190.81/100.67	c cleaning 9995 clauses out of 20012 with flag 1595002/1595002
192.12/101.31	c cleaning 10000 clauses out of 20016 with flag 1605001/1605001
193.41/102.00	c cleaning 10000 clauses out of 20015 with flag 1615000/1615000
194.46/102.69	c cleaning 10001 clauses out of 20015 with flag 1625000/1625000
195.78/103.34	c cleaning 9999 clauses out of 20016 with flag 1635002/1635002
197.06/104.02	c cleaning 10004 clauses out of 20016 with flag 1645001/1645001
198.16/104.66	c cleaning 9998 clauses out of 20011 with flag 1655000/1655000
199.62/105.46	c cleaning 10000 clauses out of 20014 with flag 1665001/1665001
200.91/106.17	c cleaning 10000 clauses out of 20013 with flag 1675000/1675000
202.22/106.86	c cleaning 10001 clauses out of 20013 with flag 1685000/1685000
203.32/107.48	c cleaning 9994 clauses out of 20012 with flag 1695000/1695000
204.56/108.18	c cleaning 10004 clauses out of 20018 with flag 1705000/1705000
205.88/108.88	c cleaning 10003 clauses out of 20016 with flag 1715002/1715002
207.16/109.59	c cleaning 10001 clauses out of 20012 with flag 1725001/1725001
208.46/110.29	c cleaning 9998 clauses out of 20010 with flag 1735000/1735000
209.92/111.03	c cleaning 10003 clauses out of 20012 with flag 1745000/1745000
211.19/111.75	c cleaning 10001 clauses out of 20010 with flag 1755001/1755001
212.49/112.43	c cleaning 10001 clauses out of 20009 with flag 1765001/1765001
213.78/113.12	c cleaning 9998 clauses out of 20008 with flag 1775001/1775001
215.03/113.81	c cleaning 9998 clauses out of 20011 with flag 1785002/1785002
216.15/114.45	c cleaning 9999 clauses out of 20012 with flag 1795001/1795001
217.41/115.11	c cleaning 9998 clauses out of 20014 with flag 1805002/1805002
218.51/115.78	c cleaning 9998 clauses out of 20014 with flag 1815000/1815000
219.75/116.49	c cleaning 10000 clauses out of 20017 with flag 1825001/1825001
221.04/117.20	c cleaning 10003 clauses out of 20016 with flag 1835000/1835000
222.33/117.88	c cleaning 9999 clauses out of 20014 with flag 1845001/1845001
223.63/118.55	c cleaning 10001 clauses out of 20014 with flag 1855000/1855000
224.87/119.27	c cleaning 10001 clauses out of 20013 with flag 1865000/1865000
226.20/119.92	c cleaning 10002 clauses out of 20014 with flag 1875002/1875002
227.26/120.55	c cleaning 9998 clauses out of 20011 with flag 1885001/1885001
228.35/121.19	c cleaning 10002 clauses out of 20013 with flag 1895001/1895001
229.59/121.88	c cleaning 10003 clauses out of 20014 with flag 1905004/1905004
230.87/122.55	c cleaning 10000 clauses out of 20010 with flag 1915003/1915003
232.19/123.22	c cleaning 9998 clauses out of 20007 with flag 1925000/1925000
233.25/123.87	c cleaning 9998 clauses out of 20009 with flag 1935000/1935000
234.50/124.56	c cleaning 10002 clauses out of 20013 with flag 1945002/1945002
235.78/125.22	c cleaning 9998 clauses out of 20010 with flag 1955001/1955001
236.87/125.87	c cleaning 10004 clauses out of 20013 with flag 1965002/1965002
238.20/126.54	c cleaning 10000 clauses out of 20009 with flag 1975002/1975002
239.40/127.28	c cleaning 9997 clauses out of 20009 with flag 1985002/1985002
240.69/127.97	c cleaning 9996 clauses out of 20010 with flag 1995000/1995000
241.99/128.64	c cleaning 9998 clauses out of 20014 with flag 2005000/2005000
243.07/129.27	c cleaning 10006 clauses out of 20021 with flag 2015005/2015005
244.30/129.99	c cleaning 9998 clauses out of 20010 with flag 2025000/2025000
245.59/130.63	c cleaning 9997 clauses out of 20012 with flag 2035000/2035000
246.88/131.31	c cleaning 10008 clauses out of 20021 with flag 2045006/2045006
247.98/131.98	c cleaning 9993 clauses out of 20007 with flag 2055000/2055000
249.40/132.71	c cleaning 10003 clauses out of 20014 with flag 2065000/2065000
250.68/133.42	c cleaning 9997 clauses out of 20011 with flag 2075000/2075000
251.98/134.16	c cleaning 9993 clauses out of 20014 with flag 2085000/2085000
253.26/134.83	c cleaning 10002 clauses out of 20022 with flag 2095001/2095001
254.49/135.57	c cleaning 10003 clauses out of 20022 with flag 2105003/2105003
255.77/136.26	c cleaning 10004 clauses out of 20021 with flag 2115005/2115005
257.06/136.91	c cleaning 10000 clauses out of 20014 with flag 2125002/2125002
258.35/137.64	c cleaning 10001 clauses out of 20014 with flag 2135002/2135002
259.58/138.36	c cleaning 10001 clauses out of 20011 with flag 2145000/2145000
260.87/139.05	c cleaning 10003 clauses out of 20013 with flag 2155003/2155003
262.19/139.76	c cleaning 10001 clauses out of 20007 with flag 2165000/2165000
263.44/140.47	c cleaning 9998 clauses out of 20007 with flag 2175001/2175001
264.87/141.24	c cleaning 10000 clauses out of 20009 with flag 2185001/2185001
266.18/141.94	c cleaning 9999 clauses out of 20012 with flag 2195004/2195004
267.44/142.60	c cleaning 10000 clauses out of 20009 with flag 2205000/2205000
268.72/143.31	c cleaning 9998 clauses out of 20010 with flag 2215001/2215001
269.97/144.06	c cleaning 10002 clauses out of 20011 with flag 2225000/2225000
271.24/144.75	c cleaning 9999 clauses out of 20010 with flag 2235001/2235001
272.53/145.47	c cleaning 10000 clauses out of 20010 with flag 2245000/2245000
273.81/146.16	c cleaning 10003 clauses out of 20011 with flag 2255001/2255001
275.24/146.93	c cleaning 9998 clauses out of 20007 with flag 2265000/2265000
276.32/147.57	c cleaning 9991 clauses out of 20009 with flag 2275000/2275000
277.60/148.26	c cleaning 10006 clauses out of 20019 with flag 2285001/2285001
278.88/148.95	c cleaning 10000 clauses out of 20014 with flag 2295002/2295002
280.31/149.70	c cleaning 9997 clauses out of 20012 with flag 2305000/2305000
281.59/150.40	c cleaning 10007 clauses out of 20019 with flag 2315004/2315004
282.68/151.04	c cleaning 9999 clauses out of 20010 with flag 2325002/2325002
283.76/151.70	c cleaning 9999 clauses out of 20009 with flag 2335000/2335000
285.18/152.49	c cleaning 9998 clauses out of 20011 with flag 2345001/2345001
286.47/153.18	c cleaning 10003 clauses out of 20015 with flag 2355003/2355003
287.75/153.87	c cleaning 9999 clauses out of 20009 with flag 2365000/2365000
289.22/154.63	c cleaning 10002 clauses out of 20011 with flag 2375001/2375001
290.65/155.41	c cleaning 9997 clauses out of 20008 with flag 2385000/2385000
291.73/156.10	c cleaning 10003 clauses out of 20014 with flag 2395003/2395003
293.01/156.78	c cleaning 9997 clauses out of 20009 with flag 2405001/2405001
294.29/157.44	c cleaning 10002 clauses out of 20012 with flag 2415001/2415001
295.72/158.20	c cleaning 9999 clauses out of 20009 with flag 2425000/2425000
296.80/158.88	c cleaning 10000 clauses out of 20011 with flag 2435001/2435001
298.11/159.55	c cleaning 9999 clauses out of 20011 with flag 2445001/2445001
299.36/160.21	c cleaning 10000 clauses out of 20011 with flag 2455000/2455000
300.58/160.92	c cleaning 10001 clauses out of 20011 with flag 2465000/2465000
301.87/161.62	c cleaning 10000 clauses out of 20010 with flag 2475000/2475000
303.14/162.31	c cleaning 9998 clauses out of 20010 with flag 2485000/2485000
304.41/163.00	c cleaning 10002 clauses out of 20013 with flag 2495001/2495001
305.64/163.73	c cleaning 10001 clauses out of 20012 with flag 2505002/2505002
306.91/164.40	c cleaning 10001 clauses out of 20010 with flag 2515001/2515001
308.19/165.10	c cleaning 10000 clauses out of 20008 with flag 2525000/2525000
309.47/165.83	c cleaning 10001 clauses out of 20010 with flag 2535002/2535002
310.69/166.57	c cleaning 9999 clauses out of 20007 with flag 2545000/2545000
312.00/167.25	c cleaning 10000 clauses out of 20010 with flag 2555002/2555002
313.25/167.98	c cleaning 10000 clauses out of 20011 with flag 2565003/2565003
314.73/168.72	c cleaning 9997 clauses out of 20008 with flag 2575000/2575000
315.98/169.48	c cleaning 10003 clauses out of 20016 with flag 2585005/2585005
317.23/170.16	c cleaning 9993 clauses out of 20008 with flag 2595000/2595000
318.51/170.85	c cleaning 10004 clauses out of 20018 with flag 2605003/2605003
319.80/171.57	c cleaning 9997 clauses out of 20012 with flag 2615001/2615001
321.21/172.37	c cleaning 10005 clauses out of 20016 with flag 2625002/2625002
322.49/173.05	c cleaning 9995 clauses out of 20010 with flag 2635001/2635001
323.78/173.75	c cleaning 10002 clauses out of 20017 with flag 2645003/2645003
325.04/174.47	c cleaning 9997 clauses out of 20012 with flag 2655000/2655000
326.46/175.22	c cleaning 10004 clauses out of 20015 with flag 2665000/2665000
327.75/175.95	c cleaning 9996 clauses out of 20011 with flag 2675000/2675000
329.01/176.65	c cleaning 10005 clauses out of 20015 with flag 2685000/2685000
330.28/177.36	c cleaning 10002 clauses out of 20011 with flag 2695001/2695001
331.72/178.12	c cleaning 9997 clauses out of 20008 with flag 2705000/2705000
332.98/178.80	c cleaning 10001 clauses out of 20011 with flag 2715000/2715000
334.05/179.50	c cleaning 9998 clauses out of 20011 with flag 2725001/2725001
335.34/180.16	c cleaning 10003 clauses out of 20013 with flag 2735001/2735001
336.55/180.88	c cleaning 10000 clauses out of 20009 with flag 2745000/2745000
338.03/181.60	c cleaning 10002 clauses out of 20011 with flag 2755002/2755002
339.31/182.34	c cleaning 10000 clauses out of 20009 with flag 2765002/2765002
340.58/183.07	c cleaning 9995 clauses out of 20010 with flag 2775003/2775003
342.00/183.83	c cleaning 10002 clauses out of 20013 with flag 2785001/2785001
343.27/184.51	c cleaning 9999 clauses out of 20011 with flag 2795001/2795001
344.55/185.25	c cleaning 9996 clauses out of 20011 with flag 2805000/2805000
345.85/185.94	c cleaning 10003 clauses out of 20015 with flag 2815000/2815000
347.24/186.75	c cleaning 10002 clauses out of 20013 with flag 2825001/2825001
348.51/187.46	c cleaning 10002 clauses out of 20013 with flag 2835003/2835003
349.85/188.16	c cleaning 9994 clauses out of 20009 with flag 2845001/2845001
351.09/188.83	c cleaning 9994 clauses out of 20014 with flag 2855000/2855000
352.50/189.62	c cleaning 9999 clauses out of 20020 with flag 2865000/2865000
353.59/190.30	c cleaning 10006 clauses out of 20023 with flag 2875002/2875002
354.85/190.99	c cleaning 10000 clauses out of 20015 with flag 2885000/2885000
356.12/191.67	c cleaning 9998 clauses out of 20015 with flag 2895000/2895000
357.76/192.54	c cleaning 10002 clauses out of 20018 with flag 2905001/2905001
359.01/193.29	c cleaning 10003 clauses out of 20015 with flag 2915000/2915000
360.48/194.02	c cleaning 10001 clauses out of 20012 with flag 2925000/2925000
361.78/194.72	c cleaning 10003 clauses out of 20014 with flag 2935003/2935003
363.16/195.52	c cleaning 9998 clauses out of 20008 with flag 2945000/2945000
364.43/196.26	c cleaning 9999 clauses out of 20010 with flag 2955000/2955000
365.90/197.00	c cleaning 10002 clauses out of 20012 with flag 2965001/2965001
367.17/197.70	c cleaning 10000 clauses out of 20009 with flag 2975000/2975000
368.58/198.52	c cleaning 10001 clauses out of 20010 with flag 2985001/2985001
369.85/199.23	c cleaning 9995 clauses out of 20008 with flag 2995000/2995000
371.12/199.92	c cleaning 9998 clauses out of 20014 with flag 3005001/3005001
372.40/200.63	c cleaning 9992 clauses out of 20015 with flag 3015000/3015000
373.82/201.41	c cleaning 10006 clauses out of 20023 with flag 3025000/3025000
374.89/202.09	c cleaning 10006 clauses out of 20017 with flag 3035000/3035000
376.16/202.77	c cleaning 9999 clauses out of 20011 with flag 3045000/3045000
377.45/203.42	c cleaning 9999 clauses out of 20012 with flag 3055000/3055000
378.84/204.22	c cleaning 9996 clauses out of 20013 with flag 3065000/3065000
380.11/204.92	c cleaning 10004 clauses out of 20017 with flag 3075000/3075000
381.39/205.67	c cleaning 10003 clauses out of 20016 with flag 3085003/3085003
382.65/206.38	c cleaning 9994 clauses out of 20010 with flag 3095000/3095000
384.05/207.11	c cleaning 10002 clauses out of 20016 with flag 3105000/3105000
385.34/207.82	c cleaning 10002 clauses out of 20015 with flag 3115001/3115001
386.39/208.49	c cleaning 10005 clauses out of 20013 with flag 3125001/3125001
387.86/209.21	c cleaning 10001 clauses out of 20009 with flag 3135002/3135002
389.06/209.98	c cleaning 9994 clauses out of 20009 with flag 3145003/3145003
390.33/210.69	c cleaning 9996 clauses out of 20012 with flag 3155000/3155000
391.60/211.39	c cleaning 10003 clauses out of 20019 with flag 3165003/3165003
393.07/212.12	c cleaning 10005 clauses out of 20017 with flag 3175004/3175004
394.48/212.90	c cleaning 9996 clauses out of 20010 with flag 3185002/3185002
395.74/213.65	c cleaning 10000 clauses out of 20013 with flag 3195001/3195001
397.01/214.35	c cleaning 10002 clauses out of 20014 with flag 3205002/3205002
398.28/215.09	c cleaning 9998 clauses out of 20010 with flag 3215000/3215000
399.68/215.87	c cleaning 10004 clauses out of 20016 with flag 3225004/3225004
400.96/216.61	c cleaning 9991 clauses out of 20008 with flag 3235000/3235000
402.43/217.35	c cleaning 10006 clauses out of 20017 with flag 3245000/3245000
403.70/218.07	c cleaning 10003 clauses out of 20011 with flag 3255000/3255000
405.34/218.95	c cleaning 9998 clauses out of 20008 with flag 3265000/3265000
406.97/219.87	c cleaning 9998 clauses out of 20013 with flag 3275003/3275003
408.24/220.56	c cleaning 9986 clauses out of 20013 with flag 3285001/3285001
409.51/221.25	c cleaning 10005 clauses out of 20026 with flag 3295000/3295000
410.91/222.06	c cleaning 9998 clauses out of 20023 with flag 3305002/3305002
412.38/222.84	c cleaning 10006 clauses out of 20023 with flag 3315000/3315000
413.64/223.53	c cleaning 10002 clauses out of 20017 with flag 3325000/3325000
414.90/224.24	c cleaning 10003 clauses out of 20015 with flag 3335000/3335000
416.31/225.01	c cleaning 10004 clauses out of 20016 with flag 3345004/3345004
417.57/225.74	c cleaning 10000 clauses out of 20008 with flag 3355000/3355000
418.83/226.44	c cleaning 9996 clauses out of 20008 with flag 3365000/3365000
420.10/227.16	c cleaning 9997 clauses out of 20012 with flag 3375000/3375000
421.50/227.96	c cleaning 10000 clauses out of 20015 with flag 3385000/3385000
422.99/228.72	c cleaning 10005 clauses out of 20017 with flag 3395002/3395002
424.25/229.41	c cleaning 10003 clauses out of 20014 with flag 3405004/3405004
425.52/230.14	c cleaning 9999 clauses out of 20008 with flag 3415001/3415001
426.74/230.91	c cleaning 9994 clauses out of 20007 with flag 3425000/3425000
428.00/231.54	c  And the winner is Resolution
428.12/231.62	c starts		: 250
428.12/231.62	c conflicts		: 3433787
428.12/231.62	c decisions		: 4926145
428.12/231.62	c propagations		: 177052491
428.12/231.62	c inspects		: 1901286848
428.12/231.62	c shortcuts		: 0
428.12/231.62	c learnt literals	: 6
428.12/231.62	c learnt binary clauses	: 22
428.12/231.62	c learnt ternary clauses	: 529
428.12/231.62	c learnt constraints	: 3433780
428.12/231.62	c ignored constraints	: 0
428.12/231.62	c root simplifications	: 0
428.12/231.62	c removed literals (reason simplification)	: 16938761
428.12/231.62	c reason swapping (by a shorter reason)	: 0
428.12/231.62	c Calls to reduceDB	: 344
428.12/231.62	c number of reductions to clauses (during analyze)	: 0
428.12/231.62	c number of learned constraints concerned by reduction	: 0
428.12/231.62	c number of learning phase by resolution	: 0
428.12/231.62	c number of learning phase by cutting planes	: 0
428.12/231.62	c speed (assignments/second)	: 765460.2683937018
428.12/231.62	c non guided choices	169
428.12/231.63	c learnt constraints type 
428.12/231.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
428.12/231.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18772
428.12/231.63	c constraints type 
428.12/231.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
428.12/231.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
428.12/231.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
428.12/231.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
428.12/231.63	c constraints type 
428.12/231.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
428.12/231.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
428.12/231.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
428.12/231.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
428.12/231.63	s UNSATISFIABLE
428.12/231.63	c Total wall clock time (in seconds): 231.52

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-3454867-1307187416/watcher-3454867-1307187416 -o /tmp/evaluation-result-3454867-1307187416/solver-3454867-1307187416 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454867-1307187416.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: 2.97 1.61 1.58 2/450 3705
/proc/meminfo: memFree=28575280/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 1680 0 1 0 0 0 0 0 25 0 2 0 830342063 10681323520 1383 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2607745 1395 906 9 0 2598901 0
[pid=3705/tid=3706] ppid=3703 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3703 3705 585 0 -1 4202560 5501 0 1 0 0 0 0 0 25 0 2 0 830342064 10694979584 6317 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.069059 s]
/proc/loadavg: 2.97 1.61 1.58 2/450 3705
/proc/meminfo: memFree=28575280/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10538500 CPUtime=0.06 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 11826 0 1 0 5 1 0 0 25 0 18 0 830342063 10791424000 11524 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2634625 11526 1742 9 0 2625359 0
[pid=3705/tid=3706] ppid=3703 vsize=10538500 CPUtime=0.05 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3703 3705 585 0 -1 4202560 10654 0 1 0 5 0 0 0 25 0 18 0 830342064 10791424000 11526 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 47686959444739 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538500

[startup+0.10105 s]
/proc/loadavg: 2.97 1.61 1.58 2/450 3705
/proc/meminfo: memFree=28575280/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10540680 CPUtime=0.11 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 13149 0 1 0 10 1 0 0 25 0 18 0 830342063 10793656320 12811 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2635170 12813 2092 9 0 2625904 0
[pid=3705/tid=3706] ppid=3703 vsize=10540680 CPUtime=0.08 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3703 3705 585 0 -1 4202560 11195 0 1 0 8 0 0 0 25 0 18 0 830342064 10793656320 12813 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 47686959472547 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540680

[startup+0.300979 s]
/proc/loadavg: 2.97 1.61 1.58 2/450 3705
/proc/meminfo: memFree=28575280/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10541704 CPUtime=0.47 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 15963 0 1 0 46 1 0 0 25 0 18 0 830342063 10794704896 15283 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2635426 15284 2198 9 0 2626160 0
[pid=3705/tid=3706] ppid=3703 vsize=10541704 CPUtime=0.28 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3703 3705 585 0 -1 4202560 13040 0 1 0 27 1 0 0 25 0 18 0 830342064 10794704896 15285 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505543006 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541704

[startup+0.700908 s]
/proc/loadavg: 2.97 1.61 1.58 2/450 3705
/proc/meminfo: memFree=28575280/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=2.03 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 39610 0 1 0 198 5 0 0 25 0 22 0 830342063 10813759488 35893 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 35894 2227 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13408 0 1 0 29 1 0 0 25 0 22 0 830342064 10813759488 35895 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 10560312

[startup+1.50076 s]
/proc/loadavg: 2.97 1.61 1.58 7/472 3727
/proc/meminfo: memFree=28348316/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=4.35 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 76937 0 1 0 426 9 0 0 25 0 22 0 830342063 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 68012 2256 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13408 0 1 0 29 1 0 0 15 0 22 0 830342064 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3703 3705 585 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3709] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3703 3705 585 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3710] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3711] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3703 3705 585 0 -1 4202560 287 0 0 0 0 0 0 0 16 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3712] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3703 3705 585 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3713] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3703 3705 585 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3714] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3703 3705 585 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3715] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3703 3705 585 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3716] ppid=3703 vsize=10560312 CPUtime=0.04 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3703 3705 585 0 -1 4202560 1121 0 0 0 4 0 0 0 15 0 22 0 830342066 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 0 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3717] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3703 3705 585 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3718] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3703 3705 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3719] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458768817 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3720] ppid=3703 vsize=10560312 CPUtime=0.93 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3703 3705 585 0 -1 4202560 5921 0 0 0 93 0 0 0 24 0 22 0 830342069 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3721] ppid=3703 vsize=10560312 CPUtime=0.8 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3703 3705 585 0 -1 4202560 10323 0 0 0 79 1 0 0 15 0 22 0 830342069 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3722] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3723] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830342069 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3724] ppid=3703 vsize=10560312 CPUtime=1.1 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3703 3705 585 0 -1 4202560 322 0 0 0 110 0 0 0 17 0 22 0 830342095 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505637801 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3705/tid=3725] ppid=3703 vsize=10560312 CPUtime=1.11 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3703 3705 585 0 -1 4202560 43725 0 0 0 107 4 0 0 25 0 22 0 830342095 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505730219 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3705/tid=3726] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342095 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3727] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342096 10813759488 68012 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 10560312

[startup+3.10146 s]
/proc/loadavg: 2.97 1.61 1.58 5/472 3727
/proc/meminfo: memFree=28249116/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=7.67 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 114813 0 1 0 754 13 0 0 25 0 22 0 830342063 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 105783 2257 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13408 0 1 0 29 1 0 0 15 0 22 0 830342064 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3703 3705 585 0 -1 4202560 329 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3709] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3703 3705 585 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3710] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3703 3705 585 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3711] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3703 3705 585 0 -1 4202560 354 0 0 0 0 0 0 0 16 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3712] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3703 3705 585 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3713] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3703 3705 585 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3714] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3703 3705 585 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3715] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3703 3705 585 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3716] ppid=3703 vsize=10560312 CPUtime=0.12 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3703 3705 585 0 -1 4202560 2020 0 0 0 12 0 0 0 15 0 22 0 830342066 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 0 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3717] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3703 3705 585 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3718] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3703 3705 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3719] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458768817 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3720] ppid=3703 vsize=10560312 CPUtime=0.94 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3703 3705 585 0 -1 4202560 5922 0 0 0 94 0 0 0 15 0 22 0 830342069 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3721] ppid=3703 vsize=10560312 CPUtime=0.97 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3703 3705 585 0 -1 4202560 10450 0 0 0 96 1 0 0 15 0 22 0 830342069 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3722] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3723] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830342069 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3724] ppid=3703 vsize=10560312 CPUtime=2.61 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3703 3705 585 0 -1 4202560 448 0 0 0 261 0 0 0 17 0 22 0 830342095 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505649653 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3705/tid=3725] ppid=3703 vsize=10560312 CPUtime=2.63 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3703 3705 585 0 -1 4202560 80149 0 0 0 255 8 0 0 25 0 22 0 830342095 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505765555 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3705/tid=3726] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342095 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3727] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342096 10813759488 105783 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 10560312

[startup+6.3009 s]
/proc/loadavg: 3.05 1.65 1.59 5/472 3727
/proc/meminfo: memFree=28151892/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=13.9 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 116280 0 1 0 1377 13 0 0 25 0 22 0 830342063 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 107080 2257 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13408 0 1 0 29 1 0 0 15 0 22 0 830342064 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3703 3705 585 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3709] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3703 3705 585 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3710] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3703 3705 585 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3711] ppid=3703 vsize=10560312 CPUtime=0.01 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3703 3705 585 0 -1 4202560 381 0 0 0 1 0 0 0 16 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3712] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3703 3705 585 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3713] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3703 3705 585 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3714] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3703 3705 585 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3715] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3703 3705 585 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 830342065 10813759488 107080 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0

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

/proc/3705/task/3717/stat : 3717 (java) S 3703 3705 585 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3718] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3703 3705 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3719] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458768817 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3720] ppid=3703 vsize=10560312 CPUtime=1.02 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3703 3705 585 0 -1 4202560 5924 0 0 0 102 0 0 0 15 0 22 0 830342069 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3721] ppid=3703 vsize=10560312 CPUtime=1.52 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3703 3705 585 0 -1 4202560 13553 0 0 0 151 1 0 0 15 0 22 0 830342069 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3722] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3723] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3703 3705 585 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830342069 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3724] ppid=3703 vsize=10560312 CPUtime=189.89 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) S 3703 3705 585 0 -1 4202560 794 0 0 0 18989 0 0 0 25 0 22 0 830342095 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3725] ppid=3703 vsize=10560312 CPUtime=189.92 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) S 3703 3705 585 0 -1 4202560 80159 0 0 0 18984 8 0 0 25 0 22 0 830342095 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3726] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342095 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3727] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342096 10813759488 122533 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 425.78
Current children cumulated vsize (KiB) 10560312

[startup+231.101 s]
/proc/loadavg: 3.84 2.74 2.03 5/472 3733
/proc/meminfo: memFree=27996600/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=427.2 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 135151 0 1 0 42695 25 0 0 25 0 22 0 830342063 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 122537 2259 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13410 0 1 0 29 1 0 0 15 0 22 0 830342064 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=10560312 CPUtime=0.52 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3703 3705 585 0 -1 4202560 388 0 0 0 52 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3709] ppid=3703 vsize=10560312 CPUtime=0.57 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3703 3705 585 0 -1 4202560 104 0 0 0 57 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3710] ppid=3703 vsize=10560312 CPUtime=0.52 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3703 3705 585 0 -1 4202560 105 0 0 0 52 0 0 0 15 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3711] ppid=3703 vsize=10560312 CPUtime=0.56 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3703 3705 585 0 -1 4202560 438 0 0 0 56 0 0 0 15 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3712] ppid=3703 vsize=10560312 CPUtime=0.57 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3703 3705 585 0 -1 4202560 154 0 0 0 57 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3713] ppid=3703 vsize=10560312 CPUtime=0.61 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3703 3705 585 0 -1 4202560 218 0 0 0 61 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3714] ppid=3703 vsize=10560312 CPUtime=0.6 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3703 3705 585 0 -1 4202560 201 0 0 0 60 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3715] ppid=3703 vsize=10560312 CPUtime=0.49 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3703 3705 585 0 -1 4202560 214 0 0 0 49 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3716] ppid=3703 vsize=10560312 CPUtime=38.76 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3703 3705 585 0 -1 4202560 18316 0 0 0 3869 7 0 0 16 0 22 0 830342066 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 0 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3717] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3703 3705 585 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3718] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3703 3705 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3719] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458768817 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3720] ppid=3703 vsize=10560312 CPUtime=1.02 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3703 3705 585 0 -1 4202560 5924 0 0 0 102 0 0 0 15 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3721] ppid=3703 vsize=10560312 CPUtime=1.54 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3703 3705 585 0 -1 4202560 13553 0 0 0 153 1 0 0 16 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3722] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3723] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3703 3705 585 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3724] ppid=3703 vsize=10560312 CPUtime=190.48 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3703 3705 585 0 -1 4202560 797 0 0 0 19048 0 0 0 24 0 22 0 830342095 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505637796 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3705/tid=3725] ppid=3703 vsize=10560312 CPUtime=190.52 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3703 3705 585 0 -1 4202560 80159 0 0 0 19044 8 0 0 24 0 22 0 830342095 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505701613 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3705/tid=3726] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342095 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3727] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342096 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 427.2
Current children cumulated vsize (KiB) 10560312

[startup+231.501 s]
/proc/loadavg: 3.84 2.74 2.03 5/472 3733
/proc/meminfo: memFree=27996600/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=428 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 135151 0 1 0 42775 25 0 0 25 0 22 0 830342063 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 122537 2259 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13410 0 1 0 29 1 0 0 15 0 22 0 830342064 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=10560312 CPUtime=0.52 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3703 3705 585 0 -1 4202560 388 0 0 0 52 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3709] ppid=3703 vsize=10560312 CPUtime=0.57 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3703 3705 585 0 -1 4202560 104 0 0 0 57 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3710] ppid=3703 vsize=10560312 CPUtime=0.52 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3703 3705 585 0 -1 4202560 105 0 0 0 52 0 0 0 15 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3711] ppid=3703 vsize=10560312 CPUtime=0.56 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3703 3705 585 0 -1 4202560 438 0 0 0 56 0 0 0 15 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3712] ppid=3703 vsize=10560312 CPUtime=0.57 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3703 3705 585 0 -1 4202560 154 0 0 0 57 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3713] ppid=3703 vsize=10560312 CPUtime=0.61 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3703 3705 585 0 -1 4202560 218 0 0 0 61 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3714] ppid=3703 vsize=10560312 CPUtime=0.6 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3703 3705 585 0 -1 4202560 201 0 0 0 60 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3715] ppid=3703 vsize=10560312 CPUtime=0.49 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3703 3705 585 0 -1 4202560 214 0 0 0 49 0 0 0 16 0 22 0 830342065 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3716] ppid=3703 vsize=10560312 CPUtime=38.76 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3703 3705 585 0 -1 4202560 18316 0 0 0 3869 7 0 0 16 0 22 0 830342066 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 0 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3717] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3703 3705 585 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3718] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3703 3705 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830342067 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3719] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458768817 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3720] ppid=3703 vsize=10560312 CPUtime=1.02 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3703 3705 585 0 -1 4202560 5924 0 0 0 102 0 0 0 15 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3721] ppid=3703 vsize=10560312 CPUtime=1.55 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3703 3705 585 0 -1 4202560 13553 0 0 0 154 1 0 0 15 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3722] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3723] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3703 3705 585 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830342069 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3724] ppid=3703 vsize=10560312 CPUtime=190.88 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3703 3705 585 0 -1 4202560 797 0 0 0 19088 0 0 0 25 0 22 0 830342095 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505647645 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3705/tid=3725] ppid=3703 vsize=10560312 CPUtime=190.92 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3703 3705 585 0 -1 4202560 80159 0 0 0 19084 8 0 0 25 0 22 0 830342095 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 46912505765604 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3705/tid=3726] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342095 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3727] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830342096 10813759488 122537 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 428
Current children cumulated vsize (KiB) 10560312

[startup+231.601 s]
/proc/loadavg: 3.84 2.74 2.03 5/472 3733
/proc/meminfo: memFree=27996600/32951124 swapFree=43324008/67111528
[pid=3705] ppid=3703 vsize=10560312 CPUtime=428.12 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3703 3705 585 0 -1 4202496 135152 0 1 0 42787 25 0 0 25 0 19 0 830342063 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3705/statm: 2640078 122538 2260 9 0 2630812 0
[pid=3705/tid=3706] ppid=3703 vsize=10560312 CPUtime=0.3 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3703 3705 585 0 -1 4202560 13410 0 1 0 29 1 0 0 15 0 19 0 830342064 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3708] ppid=3703 vsize=10560312 CPUtime=0.52 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3703 3705 585 0 -1 4202560 388 0 0 0 52 0 0 0 16 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3709] ppid=3703 vsize=10560312 CPUtime=0.57 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3703 3705 585 0 -1 4202560 104 0 0 0 57 0 0 0 16 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3710] ppid=3703 vsize=10560312 CPUtime=0.52 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3703 3705 585 0 -1 4202560 105 0 0 0 52 0 0 0 15 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3711] ppid=3703 vsize=10560312 CPUtime=0.56 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3703 3705 585 0 -1 4202560 438 0 0 0 56 0 0 0 15 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3712] ppid=3703 vsize=10560312 CPUtime=0.57 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3703 3705 585 0 -1 4202560 154 0 0 0 57 0 0 0 16 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3713] ppid=3703 vsize=10560312 CPUtime=0.61 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3703 3705 585 0 -1 4202560 218 0 0 0 61 0 0 0 16 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3714] ppid=3703 vsize=10560312 CPUtime=0.6 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3703 3705 585 0 -1 4202560 201 0 0 0 60 0 0 0 16 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3715] ppid=3703 vsize=10560312 CPUtime=0.49 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3703 3705 585 0 -1 4202560 214 0 0 0 49 0 0 0 16 0 19 0 830342065 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
[pid=3705/tid=3716] ppid=3703 vsize=10560312 CPUtime=38.76 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3703 3705 585 0 -1 4202560 18316 0 0 0 3869 7 0 0 16 0 19 0 830342066 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 0 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3717] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3703 3705 585 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 830342067 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3718] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3703 3705 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 830342067 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3719] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830342069 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458768817 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3720] ppid=3703 vsize=10560312 CPUtime=1.02 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3703 3705 585 0 -1 4202560 5924 0 0 0 102 0 0 0 15 0 19 0 830342069 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 5 0 0 0
[pid=3705/tid=3721] ppid=3703 vsize=10560312 CPUtime=1.55 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3703 3705 585 0 -1 4202560 13553 0 0 0 154 1 0 0 15 0 19 0 830342069 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3722] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3703 3705 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830342069 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761113 0 4 0 16800975 18446604470255421248 0 0 -1 3 0 0 0
[pid=3705/tid=3723] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3703 3705 585 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 830342069 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 1 0 0 0
[pid=3705/tid=3726] ppid=3703 vsize=10560312 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3703 3705 585 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830342095 10813759488 122538 33554432000 1073741824 1073778376 140736089700512 18446744073709551615 244458761728 0 4 0 16800975 18446604470255421248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 428.12
Current children cumulated vsize (KiB) 10560312

Child status: 20
Real time (s): 231.654
CPU time (s): 428.167
CPU user time (s): 427.888
CPU system time (s): 0.278957
CPU usage (%): 184.83
Max. virtual memory (cumulated for all children) (KiB): 10560312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.888
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135162
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= 16354
involuntary context switches= 9127

runsolver used 1.02684 second user time and 2.38964 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 13:36:56
IDJOB=3454867
IDBENCH=1330
IDSOLVER=1950
FILE ID=node105/3454867-1307187416
RUNJOBID= node105-1307187369-3450
PBS_JOBID= 13508836
Free space on /tmp= 73768 MiB

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

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

MD5SUM BENCH= 8170439ba832b251137a16b29cd20ba3
RANDOM SEED=416140595

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28575560 kB
Buffers:        338504 kB
Cached:         854496 kB
SwapCached:      20984 kB
Active:        3353360 kB
Inactive:       708492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28575560 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             568 kB
Writeback:          16 kB
AnonPages:     2865736 kB
Mapped:          27564 kB
Slab:           165500 kB
PageTables:      82552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125252500 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= 73768 MiB
End job on node105 at 2011-06-04 13:40:48