Trace number 3454887

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 514.548 280.875

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
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 benchmark4.15337
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 707
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454887-1307187489.opb
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.207s.
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.79	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.20/1.10	c cleaning 4247 clauses out of 8504 with flag 11001/11001
4.07/1.46	c cleaning 5624 clauses out of 11256 with flag 18000/18000
5.18/1.90	c cleaning 6814 clauses out of 13633 with flag 26001/26001
6.19/2.45	c cleaning 7907 clauses out of 15820 with flag 35002/35002
7.37/3.02	c cleaning 8948 clauses out of 17913 with flag 45002/45002
8.54/3.65	c cleaning 9480 clauses out of 18966 with flag 55003/55003
9.72/4.22	c cleaning 9732 clauses out of 19483 with flag 65000/65000
10.68/4.79	c cleaning 9870 clauses out of 19752 with flag 75001/75001
11.84/5.39	c cleaning 9937 clauses out of 19881 with flag 85000/85000
13.01/5.98	c cleaning 9970 clauses out of 19944 with flag 95000/95000
14.18/6.52	c cleaning 9978 clauses out of 19975 with flag 105001/105001
15.12/7.09	c cleaning 9997 clauses out of 19997 with flag 115001/115001
16.30/7.68	c cleaning 9993 clauses out of 20001 with flag 125002/125002
17.45/8.23	c cleaning 10000 clauses out of 20008 with flag 135002/135002
18.65/8.83	c cleaning 9992 clauses out of 20006 with flag 145000/145000
19.75/9.43	c cleaning 10002 clauses out of 20014 with flag 155000/155000
20.91/10.02	c cleaning 10000 clauses out of 20015 with flag 165003/165003
21.87/10.59	c cleaning 10005 clauses out of 20014 with flag 175002/175002
23.03/11.18	c cleaning 9995 clauses out of 20008 with flag 185001/185001
24.17/11.77	c cleaning 9999 clauses out of 20012 with flag 195000/195000
25.32/12.36	c cleaning 10001 clauses out of 20013 with flag 205000/205000
26.48/12.93	c cleaning 10000 clauses out of 20012 with flag 215000/215000
27.63/13.52	c cleaning 10001 clauses out of 20012 with flag 225000/225000
28.77/14.12	c cleaning 10001 clauses out of 20011 with flag 235000/235000
29.72/14.68	c cleaning 10001 clauses out of 20010 with flag 245000/245000
30.87/15.25	c cleaning 9998 clauses out of 20009 with flag 255000/255000
32.02/15.81	c cleaning 10002 clauses out of 20011 with flag 265000/265000
32.95/16.41	c cleaning 9995 clauses out of 20011 with flag 275002/275002
34.30/17.03	c cleaning 9999 clauses out of 20014 with flag 285000/285000
35.48/17.68	c cleaning 10000 clauses out of 20016 with flag 295001/295001
36.59/18.23	c cleaning 10003 clauses out of 20015 with flag 305000/305000
37.71/18.84	c cleaning 9996 clauses out of 20014 with flag 315002/315002
38.86/19.42	c cleaning 10004 clauses out of 20016 with flag 325000/325000
39.80/19.98	c cleaning 10003 clauses out of 20012 with flag 335000/335000
40.94/20.55	c cleaning 9999 clauses out of 20009 with flag 345000/345000
42.07/21.19	c cleaning 10000 clauses out of 20010 with flag 355000/355000
43.22/21.79	c cleaning 9999 clauses out of 20011 with flag 365001/365001
44.56/22.40	c cleaning 10003 clauses out of 20012 with flag 375001/375001
45.50/22.99	c cleaning 10000 clauses out of 20009 with flag 385001/385001
46.82/23.61	c cleaning 9998 clauses out of 20008 with flag 395000/395000
47.77/24.21	c cleaning 10000 clauses out of 20011 with flag 405001/405001
48.90/24.77	c cleaning 9992 clauses out of 20010 with flag 415000/415000
50.08/25.34	c cleaning 10004 clauses out of 20018 with flag 425000/425000
51.16/25.91	c cleaning 10006 clauses out of 20015 with flag 435001/435001
52.30/26.52	c cleaning 9999 clauses out of 20008 with flag 445000/445000
53.43/27.10	c cleaning 9994 clauses out of 20010 with flag 455001/455001
54.37/27.66	c cleaning 9998 clauses out of 20015 with flag 465000/465000
55.48/28.28	c cleaning 10001 clauses out of 20017 with flag 475000/475000
56.62/28.86	c cleaning 10005 clauses out of 20016 with flag 485000/485000
57.76/29.43	c cleaning 10003 clauses out of 20012 with flag 495001/495001
58.69/29.98	c cleaning 10001 clauses out of 20008 with flag 505000/505000
60.00/30.60	c cleaning 9998 clauses out of 20010 with flag 515003/515003
60.95/31.16	c cleaning 9999 clauses out of 20010 with flag 525001/525001
62.09/31.76	c cleaning 9994 clauses out of 20012 with flag 535002/535002
63.23/32.37	c cleaning 10001 clauses out of 20018 with flag 545002/545002
64.34/32.98	c cleaning 9999 clauses out of 20015 with flag 555000/555000
65.46/33.55	c cleaning 10004 clauses out of 20016 with flag 565000/565000
66.64/34.16	c cleaning 9998 clauses out of 20013 with flag 575001/575001
67.73/34.79	c cleaning 9999 clauses out of 20014 with flag 585000/585000
68.84/35.39	c cleaning 10004 clauses out of 20015 with flag 595000/595000
69.97/35.98	c cleaning 10004 clauses out of 20012 with flag 605001/605001
71.10/36.58	c cleaning 9998 clauses out of 20007 with flag 615000/615000
71.63/36.88	c cleaning 0 clauses out of 5000 with flag 0/5000
72.66/37.29	c cleaning 9988 clauses out of 20009 with flag 625000/625000
73.99/37.88	c cleaning 10006 clauses out of 20021 with flag 635000/635000
75.13/38.47	c cleaning 10001 clauses out of 20015 with flag 645000/645000
76.25/39.07	c cleaning 10002 clauses out of 20014 with flag 655000/655000
77.40/39.69	c cleaning 9998 clauses out of 20012 with flag 665000/665000
78.68/40.33	c cleaning 9998 clauses out of 20015 with flag 675001/675001
79.81/40.99	c cleaning 9999 clauses out of 20018 with flag 685002/685002
81.14/41.60	c cleaning 9997 clauses out of 20020 with flag 695003/695003
82.24/42.25	c cleaning 10002 clauses out of 20021 with flag 705001/705001
83.37/42.82	c cleaning 10003 clauses out of 20020 with flag 715002/715002
84.50/43.42	c cleaning 10003 clauses out of 20016 with flag 725001/725001
85.66/44.04	c cleaning 10000 clauses out of 20012 with flag 735000/735000
86.71/44.68	c cleaning 9995 clauses out of 20012 with flag 745000/745000
88.04/45.31	c cleaning 10007 clauses out of 20019 with flag 755002/755002
89.18/45.95	c cleaning 9998 clauses out of 20013 with flag 765003/765003
90.30/46.55	c cleaning 9999 clauses out of 20013 with flag 775001/775001
91.39/47.17	c cleaning 9993 clauses out of 20013 with flag 785000/785000
92.51/47.78	c cleaning 10000 clauses out of 20021 with flag 795001/795001
93.64/48.41	c cleaning 9994 clauses out of 20023 with flag 805003/805003
94.76/48.99	c cleaning 10013 clauses out of 20029 with flag 815003/815003
96.05/49.66	c cleaning 10001 clauses out of 20013 with flag 825000/825000
97.18/50.24	c cleaning 9986 clauses out of 20012 with flag 835000/835000
98.30/50.86	c cleaning 10000 clauses out of 20026 with flag 845000/845000
99.62/51.52	c cleaning 10003 clauses out of 20027 with flag 855001/855001
100.71/52.13	c cleaning 10006 clauses out of 20024 with flag 865001/865001
101.63/52.72	c cleaning 10000 clauses out of 20017 with flag 875000/875000
103.15/53.41	c cleaning 10005 clauses out of 20018 with flag 885001/885001
104.27/54.01	c cleaning 10000 clauses out of 20012 with flag 895000/895000
105.35/54.64	c cleaning 10000 clauses out of 20015 with flag 905003/905003
106.47/55.24	c cleaning 9997 clauses out of 20012 with flag 915000/915000
107.59/55.83	c cleaning 10004 clauses out of 20015 with flag 925000/925000
108.71/56.48	c cleaning 9998 clauses out of 20011 with flag 935000/935000
109.79/57.11	c cleaning 10002 clauses out of 20013 with flag 945000/945000
111.11/57.73	c cleaning 9996 clauses out of 20011 with flag 955000/955000
112.04/58.30	c cleaning 10003 clauses out of 20018 with flag 965003/965003
113.15/58.87	c cleaning 10000 clauses out of 20015 with flag 975003/975003
114.44/59.50	c cleaning 10003 clauses out of 20013 with flag 985001/985001
115.36/60.10	c cleaning 9994 clauses out of 20009 with flag 995000/995000
116.67/60.75	c cleaning 10004 clauses out of 20016 with flag 1005001/1005001
117.79/61.35	c cleaning 10003 clauses out of 20012 with flag 1015001/1015001
119.07/62.01	c cleaning 9999 clauses out of 20009 with flag 1025001/1025001
120.20/62.64	c cleaning 10001 clauses out of 20010 with flag 1035001/1035001
121.31/63.28	c cleaning 9997 clauses out of 20010 with flag 1045002/1045002
122.62/63.97	c cleaning 9993 clauses out of 20012 with flag 1055001/1055001
123.91/64.62	c cleaning 10004 clauses out of 20018 with flag 1065000/1065000
125.02/65.22	c cleaning 10004 clauses out of 20015 with flag 1075001/1075001
126.14/65.85	c cleaning 10002 clauses out of 20011 with flag 1085001/1085001
127.45/66.52	c cleaning 9995 clauses out of 20008 with flag 1095000/1095000
128.56/67.17	c cleaning 10000 clauses out of 20013 with flag 1105000/1105000
129.64/67.77	c cleaning 10002 clauses out of 20015 with flag 1115002/1115002
130.95/68.42	c cleaning 10003 clauses out of 20011 with flag 1125000/1125000
132.07/69.00	c cleaning 10001 clauses out of 20009 with flag 1135001/1135001
133.14/69.61	c cleaning 9999 clauses out of 20008 with flag 1145001/1145001
134.26/70.25	c cleaning 9998 clauses out of 20009 with flag 1155001/1155001
135.57/70.92	c cleaning 9998 clauses out of 20010 with flag 1165000/1165000
136.73/71.58	c cleaning 10003 clauses out of 20012 with flag 1175000/1175000
137.96/72.27	c cleaning 10001 clauses out of 20011 with flag 1185002/1185002
139.08/72.88	c cleaning 9997 clauses out of 20009 with flag 1195001/1195001
140.39/73.52	c cleaning 10001 clauses out of 20012 with flag 1205001/1205001
141.70/74.20	c cleaning 9997 clauses out of 20010 with flag 1215000/1215000
142.98/74.92	c cleaning 10000 clauses out of 20014 with flag 1225001/1225001
143.89/75.49	c cleaning 10001 clauses out of 20013 with flag 1235000/1235000
145.20/76.14	c cleaning 10003 clauses out of 20014 with flag 1245002/1245002
146.31/76.79	c cleaning 10003 clauses out of 20015 with flag 1255006/1255006
147.58/77.48	c cleaning 9998 clauses out of 20006 with flag 1265000/1265000
148.70/78.09	c cleaning 9995 clauses out of 20008 with flag 1275000/1275000
150.00/78.74	c cleaning 10003 clauses out of 20014 with flag 1285001/1285001
151.11/79.39	c cleaning 9997 clauses out of 20012 with flag 1295002/1295002
152.38/80.09	c cleaning 10002 clauses out of 20013 with flag 1305000/1305000
153.70/80.74	c cleaning 9999 clauses out of 20011 with flag 1315000/1315000
154.81/81.33	c cleaning 10003 clauses out of 20014 with flag 1325002/1325002
155.91/81.95	c cleaning 10000 clauses out of 20009 with flag 1335000/1335000
157.18/82.62	c cleaning 10001 clauses out of 20009 with flag 1345000/1345000
158.29/83.24	c cleaning 9996 clauses out of 20008 with flag 1355000/1355000
159.60/83.91	c cleaning 9997 clauses out of 20014 with flag 1365002/1365002
160.71/84.54	c cleaning 10004 clauses out of 20017 with flag 1375002/1375002
161.78/85.19	c cleaning 10002 clauses out of 20013 with flag 1385002/1385002
162.89/85.81	c cleaning 9998 clauses out of 20012 with flag 1395003/1395003
164.19/86.43	c cleaning 9994 clauses out of 20012 with flag 1405001/1405001
165.30/87.03	c cleaning 10003 clauses out of 20017 with flag 1415000/1415000
166.57/87.74	c cleaning 10002 clauses out of 20014 with flag 1425000/1425000
167.67/88.37	c cleaning 10001 clauses out of 20013 with flag 1435001/1435001
168.78/88.96	c cleaning 10001 clauses out of 20012 with flag 1445001/1445001
169.88/89.58	c cleaning 9999 clauses out of 20011 with flag 1455001/1455001
171.19/90.24	c cleaning 10001 clauses out of 20011 with flag 1465000/1465000
172.25/90.85	c cleaning 10000 clauses out of 20010 with flag 1475000/1475000
173.37/91.44	c cleaning 10000 clauses out of 20011 with flag 1485001/1485001
174.48/92.04	c cleaning 9998 clauses out of 20011 with flag 1495001/1495001
175.54/92.67	c cleaning 9999 clauses out of 20014 with flag 1505002/1505002
176.63/93.28	c cleaning 10001 clauses out of 20013 with flag 1515000/1515000
177.93/93.93	c cleaning 10001 clauses out of 20012 with flag 1525000/1525000
179.03/94.59	c cleaning 10000 clauses out of 20013 with flag 1535002/1535002
180.47/95.30	c cleaning 9999 clauses out of 20012 with flag 1545001/1545001
181.76/96.03	c cleaning 9996 clauses out of 20012 with flag 1555000/1555000
182.86/96.68	c cleaning 10006 clauses out of 20018 with flag 1565002/1565002
184.15/97.35	c cleaning 9996 clauses out of 20010 with flag 1575000/1575000
185.40/98.07	c cleaning 10002 clauses out of 20015 with flag 1585001/1585001
186.89/98.80	c cleaning 10000 clauses out of 20014 with flag 1595002/1595002
187.98/99.48	c cleaning 10003 clauses out of 20013 with flag 1605001/1605001
189.32/100.15	c cleaning 9998 clauses out of 20009 with flag 1615000/1615000
190.52/100.84	c cleaning 10000 clauses out of 20013 with flag 1625002/1625002
191.81/101.50	c cleaning 9997 clauses out of 20011 with flag 1635000/1635000
192.90/102.10	c cleaning 10003 clauses out of 20016 with flag 1645002/1645002
193.99/102.73	c cleaning 9999 clauses out of 20012 with flag 1655001/1655001
195.05/103.38	c cleaning 10001 clauses out of 20014 with flag 1665002/1665002
196.33/104.01	c cleaning 10002 clauses out of 20011 with flag 1675000/1675000
197.42/104.60	c cleaning 10002 clauses out of 20009 with flag 1685000/1685000
198.51/105.25	c cleaning 10000 clauses out of 20010 with flag 1695003/1695003
199.74/105.91	c cleaning 9996 clauses out of 20007 with flag 1705000/1705000
200.83/106.57	c cleaning 9994 clauses out of 20012 with flag 1715001/1715001
201.92/107.18	c cleaning 10005 clauses out of 20019 with flag 1725002/1725002
203.25/107.85	c cleaning 9999 clauses out of 20012 with flag 1735000/1735000
204.45/108.56	c cleaning 10002 clauses out of 20013 with flag 1745000/1745000
205.74/109.24	c cleaning 10003 clauses out of 20013 with flag 1755002/1755002
206.83/109.86	c cleaning 9997 clauses out of 20009 with flag 1765001/1765001
208.12/110.50	c cleaning 9999 clauses out of 20011 with flag 1775000/1775000
209.19/111.20	c cleaning 10001 clauses out of 20012 with flag 1785000/1785000
210.44/111.83	c cleaning 10003 clauses out of 20012 with flag 1795001/1795001
211.52/112.46	c cleaning 9995 clauses out of 20008 with flag 1805000/1805000
212.81/113.10	c cleaning 10002 clauses out of 20014 with flag 1815001/1815001
213.84/113.77	c cleaning 10002 clauses out of 20011 with flag 1825000/1825000
214.94/114.39	c cleaning 9995 clauses out of 20009 with flag 1835000/1835000
216.22/115.05	c cleaning 10000 clauses out of 20014 with flag 1845000/1845000
217.30/115.68	c cleaning 10002 clauses out of 20014 with flag 1855000/1855000
218.53/116.36	c cleaning 9997 clauses out of 20013 with flag 1865001/1865001
219.82/117.00	c cleaning 10006 clauses out of 20017 with flag 1875002/1875002
220.91/117.67	c cleaning 10000 clauses out of 20012 with flag 1885003/1885003
222.20/118.30	c cleaning 9995 clauses out of 20011 with flag 1895002/1895002
223.24/119.00	c cleaning 9995 clauses out of 20014 with flag 1905000/1905000
224.53/119.62	c cleaning 10001 clauses out of 20019 with flag 1915000/1915000
225.62/120.29	c cleaning 10006 clauses out of 20018 with flag 1925000/1925000
226.72/120.92	c cleaning 10000 clauses out of 20014 with flag 1935002/1935002
227.96/121.59	c cleaning 9999 clauses out of 20012 with flag 1945000/1945000
229.10/122.18	c cleaning 10003 clauses out of 20015 with flag 1955002/1955002
230.35/122.82	c cleaning 10000 clauses out of 20011 with flag 1965001/1965001
231.44/123.48	c cleaning 9991 clauses out of 20011 with flag 1975001/1975001
232.68/124.19	c cleaning 10005 clauses out of 20019 with flag 1985000/1985000
234.18/124.93	c cleaning 9999 clauses out of 20014 with flag 1995000/1995000
235.28/125.58	c cleaning 10003 clauses out of 20016 with flag 2005001/2005001
236.58/126.28	c cleaning 9998 clauses out of 20012 with flag 2015000/2015000
238.02/127.01	c cleaning 10002 clauses out of 20015 with flag 2025001/2025001
239.15/127.66	c cleaning 9998 clauses out of 20012 with flag 2035000/2035000
240.21/128.24	c cleaning 10001 clauses out of 20017 with flag 2045003/2045003
241.30/128.88	c cleaning 10003 clauses out of 20013 with flag 2055000/2055000
242.74/129.64	c cleaning 10004 clauses out of 20011 with flag 2065001/2065001
243.83/130.30	c cleaning 9997 clauses out of 20007 with flag 2075001/2075001
245.16/130.94	c cleaning 9999 clauses out of 20009 with flag 2085000/2085000
246.21/131.56	c cleaning 9999 clauses out of 20010 with flag 2095000/2095000
247.45/132.23	c cleaning 10002 clauses out of 20015 with flag 2105004/2105004
248.54/132.89	c cleaning 9996 clauses out of 20009 with flag 2115000/2115000
249.83/133.56	c cleaning 9999 clauses out of 20014 with flag 2125001/2125001
250.93/134.19	c cleaning 9999 clauses out of 20014 with flag 2135000/2135000
252.15/134.86	c cleaning 10003 clauses out of 20015 with flag 2145000/2145000
253.24/135.45	c cleaning 9999 clauses out of 20012 with flag 2155000/2155000
254.33/136.06	c cleaning 10003 clauses out of 20014 with flag 2165001/2165001
255.42/136.68	c cleaning 9996 clauses out of 20011 with flag 2175001/2175001
256.65/137.36	c cleaning 9999 clauses out of 20014 with flag 2185000/2185000
257.94/138.02	c cleaning 10004 clauses out of 20016 with flag 2195001/2195001
259.06/138.67	c cleaning 9998 clauses out of 20016 with flag 2205005/2205005
260.31/139.32	c cleaning 10002 clauses out of 20013 with flag 2215000/2215000
261.54/140.06	c cleaning 10000 clauses out of 20013 with flag 2225002/2225002
262.63/140.70	c cleaning 9999 clauses out of 20013 with flag 2235002/2235002
263.92/141.39	c cleaning 9999 clauses out of 20012 with flag 2245000/2245000
265.21/142.05	c cleaning 10001 clauses out of 20013 with flag 2255000/2255000
266.44/142.72	c cleaning 10000 clauses out of 20013 with flag 2265001/2265001
267.52/143.39	c cleaning 9997 clauses out of 20012 with flag 2275000/2275000
268.83/144.08	c cleaning 10004 clauses out of 20015 with flag 2285000/2285000
270.10/144.73	c cleaning 9997 clauses out of 20011 with flag 2295000/2295000
271.33/145.47	c cleaning 10000 clauses out of 20014 with flag 2305000/2305000
272.42/146.09	c cleaning 10006 clauses out of 20017 with flag 2315003/2315003
273.70/146.76	c cleaning 9996 clauses out of 20009 with flag 2325001/2325001
274.80/147.39	c cleaning 10001 clauses out of 20012 with flag 2335000/2335000
276.23/148.10	c cleaning 9998 clauses out of 20011 with flag 2345000/2345000
277.31/148.77	c cleaning 9999 clauses out of 20016 with flag 2355003/2355003
278.59/149.43	c cleaning 9992 clauses out of 20014 with flag 2365000/2365000
279.87/150.11	c cleaning 10004 clauses out of 20022 with flag 2375000/2375000
281.10/150.83	c cleaning 9999 clauses out of 20018 with flag 2385000/2385000
282.39/151.52	c cleaning 10003 clauses out of 20020 with flag 2395001/2395001
283.67/152.24	c cleaning 9993 clauses out of 20017 with flag 2405001/2405001
284.76/152.92	c cleaning 10005 clauses out of 20024 with flag 2415001/2415001
286.18/153.64	c cleaning 10001 clauses out of 20018 with flag 2425000/2425000
287.26/154.26	c cleaning 10000 clauses out of 20018 with flag 2435001/2435001
288.55/154.90	c cleaning 10005 clauses out of 20017 with flag 2445000/2445000
289.63/155.53	c cleaning 10002 clauses out of 20013 with flag 2455001/2455001
290.91/156.24	c cleaning 9999 clauses out of 20011 with flag 2465001/2465001
292.15/156.91	c cleaning 10001 clauses out of 20014 with flag 2475003/2475003
293.23/157.57	c cleaning 10000 clauses out of 20012 with flag 2485002/2485002
294.31/158.19	c cleaning 10000 clauses out of 20010 with flag 2495000/2495000
295.74/158.93	c cleaning 9994 clauses out of 20010 with flag 2505000/2505000
296.87/159.59	c cleaning 10003 clauses out of 20018 with flag 2515002/2515002
298.11/160.20	c cleaning 9996 clauses out of 20014 with flag 2525001/2525001
299.19/160.87	c cleaning 10005 clauses out of 20017 with flag 2535000/2535000
300.42/161.57	c cleaning 10001 clauses out of 20013 with flag 2545001/2545001
301.70/162.28	c cleaning 10001 clauses out of 20011 with flag 2555000/2555000
302.98/162.94	c cleaning 9997 clauses out of 20010 with flag 2565000/2565000
304.07/163.56	c cleaning 9999 clauses out of 20013 with flag 2575000/2575000
305.31/164.26	c cleaning 10004 clauses out of 20015 with flag 2585001/2585001
306.60/164.94	c cleaning 9999 clauses out of 20010 with flag 2595000/2595000
307.87/165.61	c cleaning 10000 clauses out of 20014 with flag 2605003/2605003
308.95/166.29	c cleaning 10001 clauses out of 20012 with flag 2615001/2615001
310.37/167.01	c cleaning 9993 clauses out of 20011 with flag 2625001/2625001
311.65/167.72	c cleaning 10002 clauses out of 20017 with flag 2635000/2635000
312.78/168.36	c cleaning 10004 clauses out of 20016 with flag 2645001/2645001
314.22/169.11	c cleaning 9998 clauses out of 20013 with flag 2655002/2655002
315.44/169.87	c cleaning 10003 clauses out of 20016 with flag 2665003/2665003
316.76/170.54	c cleaning 10004 clauses out of 20013 with flag 2675003/2675003
318.00/171.22	c cleaning 9993 clauses out of 20007 with flag 2685001/2685001
319.28/171.93	c cleaning 10001 clauses out of 20016 with flag 2695003/2695003
320.50/172.65	c cleaning 10001 clauses out of 20014 with flag 2705002/2705002
321.78/173.31	c cleaning 9996 clauses out of 20012 with flag 2715001/2715001
322.86/173.98	c cleaning 10002 clauses out of 20015 with flag 2725000/2725000
324.13/174.68	c cleaning 10000 clauses out of 20014 with flag 2735001/2735001
325.55/175.45	c cleaning 10000 clauses out of 20014 with flag 2745001/2745001
326.83/176.14	c cleaning 9991 clauses out of 20013 with flag 2755000/2755000
328.11/176.87	c cleaning 10006 clauses out of 20024 with flag 2765002/2765002
329.38/177.52	c cleaning 10004 clauses out of 20017 with flag 2775001/2775001
330.65/178.26	c cleaning 9997 clauses out of 20012 with flag 2785000/2785000
331.88/178.94	c cleaning 10005 clauses out of 20016 with flag 2795001/2795001
333.16/179.60	c cleaning 10000 clauses out of 20011 with flag 2805001/2805001
334.23/180.27	c cleaning 10001 clauses out of 20011 with flag 2815001/2815001
335.46/180.98	c cleaning 10001 clauses out of 20009 with flag 2825000/2825000
336.73/181.64	c cleaning 9999 clauses out of 20009 with flag 2835001/2835001
338.01/182.31	c cleaning 10000 clauses out of 20009 with flag 2845000/2845000
339.28/183.01	c cleaning 10001 clauses out of 20010 with flag 2855001/2855001
340.55/183.73	c cleaning 9997 clauses out of 20011 with flag 2865003/2865003
341.58/184.39	c cleaning 10003 clauses out of 20012 with flag 2875001/2875001
342.85/185.06	c cleaning 9996 clauses out of 20008 with flag 2885000/2885000
344.13/185.71	c cleaning 9998 clauses out of 20012 with flag 2895000/2895000
345.54/186.53	c cleaning 9995 clauses out of 20014 with flag 2905000/2905000
346.82/187.20	c cleaning 10004 clauses out of 20020 with flag 2915001/2915001
348.10/187.91	c cleaning 10000 clauses out of 20015 with flag 2925000/2925000
349.37/188.63	c cleaning 10005 clauses out of 20017 with flag 2935002/2935002
350.59/189.39	c cleaning 9999 clauses out of 20010 with flag 2945000/2945000
351.87/190.08	c cleaning 10001 clauses out of 20014 with flag 2955003/2955003
353.34/190.83	c cleaning 9996 clauses out of 20010 with flag 2965000/2965000
354.62/191.50	c cleaning 10002 clauses out of 20015 with flag 2975001/2975001
355.83/192.26	c cleaning 10001 clauses out of 20012 with flag 2985000/2985000
357.11/192.94	c cleaning 10003 clauses out of 20013 with flag 2995002/2995002
358.43/193.64	c cleaning 9999 clauses out of 20008 with flag 3005000/3005000
359.67/194.34	c cleaning 10001 clauses out of 20010 with flag 3015001/3015001
360.89/195.06	c cleaning 9995 clauses out of 20008 with flag 3025000/3025000
362.17/195.74	c cleaning 9997 clauses out of 20014 with flag 3035001/3035001
363.45/196.43	c cleaning 10006 clauses out of 20019 with flag 3045003/3045003
364.53/197.06	c cleaning 10002 clauses out of 20011 with flag 3055001/3055001
365.73/197.75	c cleaning 10001 clauses out of 20008 with flag 3065000/3065000
367.00/198.40	c cleaning 10000 clauses out of 20007 with flag 3075000/3075000
368.09/199.09	c cleaning 9996 clauses out of 20008 with flag 3085001/3085001
369.35/199.76	c cleaning 9996 clauses out of 20012 with flag 3095001/3095001
370.77/200.51	c cleaning 10003 clauses out of 20016 with flag 3105001/3105001
372.04/201.22	c cleaning 9999 clauses out of 20014 with flag 3115002/3115002
373.11/201.88	c cleaning 10004 clauses out of 20013 with flag 3125000/3125000
374.39/202.55	c cleaning 10000 clauses out of 20010 with flag 3135001/3135001
375.60/203.27	c cleaning 9999 clauses out of 20010 with flag 3145001/3145001
376.87/203.90	c cleaning 9999 clauses out of 20010 with flag 3155000/3155000
377.95/204.55	c cleaning 9997 clauses out of 20011 with flag 3165000/3165000
379.22/205.21	c cleaning 10002 clauses out of 20014 with flag 3175000/3175000
380.43/205.97	c cleaning 10006 clauses out of 20012 with flag 3185000/3185000
381.70/206.71	c cleaning 9999 clauses out of 20006 with flag 3195000/3195000
383.17/207.44	c cleaning 10001 clauses out of 20010 with flag 3205003/3205003
384.44/208.16	c cleaning 10002 clauses out of 20010 with flag 3215004/3215004
385.64/208.91	c cleaning 9996 clauses out of 20006 with flag 3225002/3225002
387.10/209.62	c cleaning 10001 clauses out of 20009 with flag 3235001/3235001
388.57/210.42	c cleaning 9999 clauses out of 20007 with flag 3245000/3245000
389.85/211.15	c cleaning 9983 clauses out of 20008 with flag 3255000/3255000
391.26/211.94	c cleaning 10004 clauses out of 20025 with flag 3265000/3265000
392.53/212.67	c cleaning 9998 clauses out of 20021 with flag 3275000/3275000
393.81/213.39	c cleaning 10009 clauses out of 20028 with flag 3285005/3285005
395.08/214.06	c cleaning 10001 clauses out of 20014 with flag 3295000/3295000
396.30/214.78	c cleaning 10001 clauses out of 20015 with flag 3305002/3305002
397.57/215.45	c cleaning 9998 clauses out of 20013 with flag 3315001/3315001
398.84/216.14	c cleaning 10002 clauses out of 20014 with flag 3325000/3325000
400.11/216.86	c cleaning 10001 clauses out of 20012 with flag 3335000/3335000
401.51/217.65	c cleaning 9999 clauses out of 20013 with flag 3345002/3345002
402.58/218.29	c cleaning 9999 clauses out of 20012 with flag 3355000/3355000
403.89/218.96	c cleaning 10002 clauses out of 20013 with flag 3365000/3365000
405.13/219.61	c cleaning 9997 clauses out of 20013 with flag 3375002/3375002
406.34/220.32	c cleaning 10001 clauses out of 20014 with flag 3385000/3385000
407.40/220.97	c cleaning 10002 clauses out of 20014 with flag 3395001/3395001
408.67/221.62	c cleaning 9999 clauses out of 20011 with flag 3405000/3405000
409.78/222.29	c cleaning 10003 clauses out of 20013 with flag 3415001/3415001
411.14/223.01	c cleaning 10001 clauses out of 20011 with flag 3425002/3425002
412.21/223.67	c cleaning 9996 clauses out of 20008 with flag 3435000/3435000
413.49/224.35	c cleaning 10000 clauses out of 20012 with flag 3445000/3445000
414.75/225.04	c cleaning 9999 clauses out of 20013 with flag 3455001/3455001
416.16/225.82	c cleaning 9998 clauses out of 20013 with flag 3465000/3465000
417.23/226.51	c cleaning 10006 clauses out of 20017 with flag 3475002/3475002
418.50/227.16	c cleaning 10002 clauses out of 20013 with flag 3485004/3485004
419.77/227.82	c cleaning 9999 clauses out of 20008 with flag 3495001/3495001
420.98/228.56	c cleaning 9998 clauses out of 20009 with flag 3505001/3505001
422.24/229.24	c cleaning 10000 clauses out of 20011 with flag 3515001/3515001
423.55/229.96	c cleaning 9998 clauses out of 20010 with flag 3525000/3525000
424.77/230.65	c cleaning 10001 clauses out of 20014 with flag 3535002/3535002
426.18/231.45	c cleaning 9999 clauses out of 20012 with flag 3545001/3545001
427.64/232.26	c cleaning 10003 clauses out of 20013 with flag 3555001/3555001
428.91/232.97	c cleaning 9998 clauses out of 20011 with flag 3565002/3565002
430.18/233.63	c cleaning 10000 clauses out of 20012 with flag 3575001/3575001
431.58/234.41	c cleaning 9989 clauses out of 20011 with flag 3585000/3585000
432.85/235.18	c cleaning 10007 clauses out of 20025 with flag 3595003/3595003
434.11/235.89	c cleaning 10000 clauses out of 20016 with flag 3605001/3605001
435.42/236.55	c cleaning 10001 clauses out of 20017 with flag 3615002/3615002
436.77/237.35	c cleaning 9996 clauses out of 20015 with flag 3625001/3625001
438.04/238.00	c cleaning 9999 clauses out of 20018 with flag 3635000/3635000
439.10/238.68	c cleaning 10007 clauses out of 20020 with flag 3645001/3645001
440.37/239.38	c cleaning 10001 clauses out of 20013 with flag 3655001/3655001
441.78/240.13	c cleaning 10004 clauses out of 20015 with flag 3665004/3665004
443.05/240.84	c cleaning 9996 clauses out of 20008 with flag 3675001/3675001
444.31/241.52	c cleaning 9999 clauses out of 20011 with flag 3685000/3685000
445.57/242.28	c cleaning 9997 clauses out of 20012 with flag 3695000/3695000
446.97/243.10	c cleaning 9998 clauses out of 20016 with flag 3705001/3705001
448.23/243.78	c cleaning 10005 clauses out of 20018 with flag 3715001/3715001
449.49/244.43	c cleaning 10003 clauses out of 20014 with flag 3725002/3725002
450.76/245.11	c cleaning 9996 clauses out of 20010 with flag 3735001/3735001
451.96/245.88	c cleaning 10003 clauses out of 20014 with flag 3745001/3745001
453.43/246.61	c cleaning 9997 clauses out of 20010 with flag 3755000/3755000
454.70/247.32	c cleaning 10002 clauses out of 20014 with flag 3765001/3765001
455.96/248.01	c cleaning 9998 clauses out of 20013 with flag 3775002/3775002
457.16/248.73	c cleaning 10003 clauses out of 20015 with flag 3785002/3785002
458.43/249.41	c cleaning 9992 clauses out of 20013 with flag 3795003/3795003
459.49/250.09	c cleaning 9999 clauses out of 20018 with flag 3805000/3805000
460.76/250.77	c cleaning 10004 clauses out of 20022 with flag 3815003/3815003
462.17/251.55	c cleaning 10001 clauses out of 20016 with flag 3825001/3825001
463.43/252.28	c cleaning 10002 clauses out of 20016 with flag 3835002/3835002
464.70/252.98	c cleaning 10004 clauses out of 20013 with flag 3845001/3845001
466.16/253.70	c cleaning 9997 clauses out of 20008 with flag 3855000/3855000
467.36/254.47	c cleaning 9989 clauses out of 20011 with flag 3865000/3865000
468.63/255.15	c cleaning 10006 clauses out of 20025 with flag 3875003/3875003
469.69/255.79	c cleaning 10004 clauses out of 20017 with flag 3885001/3885001
471.15/256.51	c cleaning 9999 clauses out of 20014 with flag 3895002/3895002
472.35/257.30	c cleaning 9999 clauses out of 20014 with flag 3905001/3905001
473.81/258.04	c cleaning 9997 clauses out of 20014 with flag 3915000/3915000
475.07/258.75	c cleaning 10002 clauses out of 20018 with flag 3925001/3925001
476.34/259.45	c cleaning 10003 clauses out of 20016 with flag 3935001/3935001
477.74/260.20	c cleaning 9998 clauses out of 20012 with flag 3945000/3945000
479.01/260.95	c cleaning 10004 clauses out of 20015 with flag 3955001/3955001
480.27/261.66	c cleaning 9999 clauses out of 20010 with flag 3965000/3965000
481.53/262.39	c cleaning 10002 clauses out of 20011 with flag 3975000/3975000
483.12/263.22	c cleaning 10002 clauses out of 20018 with flag 3985009/3985009
483.37/263.43	c cleaning 0 clauses out of 11003 with flag 0/11003
484.63/264.12	c cleaning 10003 clauses out of 20011 with flag 3995004/3995004
485.89/264.85	c cleaning 9996 clauses out of 20004 with flag 4005000/4005000
487.30/265.61	c cleaning 9996 clauses out of 20008 with flag 4015000/4015000
488.57/266.37	c cleaning 10000 clauses out of 20014 with flag 4025002/4025002
490.03/267.10	c cleaning 10001 clauses out of 20014 with flag 4035002/4035002
491.29/267.85	c cleaning 9996 clauses out of 20011 with flag 4045000/4045000
492.70/268.64	c cleaning 10003 clauses out of 20015 with flag 4055000/4055000
493.96/269.37	c cleaning 9989 clauses out of 20012 with flag 4065000/4065000
495.42/270.13	c cleaning 10007 clauses out of 20025 with flag 4075002/4075002
496.68/270.83	c cleaning 9998 clauses out of 20016 with flag 4085000/4085000
497.87/271.60	c cleaning 9997 clauses out of 20018 with flag 4095000/4095000
499.34/272.32	c cleaning 10003 clauses out of 20022 with flag 4105001/4105001
500.60/273.06	c cleaning 10000 clauses out of 20018 with flag 4115000/4115000
501.86/273.78	c cleaning 10000 clauses out of 20019 with flag 4125001/4125001
503.25/274.52	c cleaning 10004 clauses out of 20018 with flag 4135000/4135000
504.51/275.22	c cleaning 10000 clauses out of 20014 with flag 4145000/4145000
505.77/275.94	c cleaning 9997 clauses out of 20014 with flag 4155000/4155000
507.02/276.63	c cleaning 10005 clauses out of 20018 with flag 4165001/4165001
508.22/277.38	c cleaning 10002 clauses out of 20012 with flag 4175000/4175000
509.69/278.15	c cleaning 9997 clauses out of 20009 with flag 4185000/4185000
511.37/279.07	c cleaning 9994 clauses out of 20014 with flag 4195002/4195002
512.83/279.86	c cleaning 10004 clauses out of 20018 with flag 4205000/4205000
514.22/280.64	c  And the winner is Resolution
514.46/280.83	c starts		: 253
514.46/280.83	c conflicts		: 4212810
514.46/280.83	c decisions		: 6553770
514.46/280.83	c propagations		: 214227085
514.46/280.83	c inspects		: 2074113174
514.46/280.83	c shortcuts		: 0
514.46/280.83	c learnt literals	: 6
514.46/280.83	c learnt binary clauses	: 21
514.46/280.83	c learnt ternary clauses	: 858
514.46/280.83	c learnt constraints	: 4212803
514.46/280.83	c ignored constraints	: 0
514.46/280.83	c root simplifications	: 0
514.46/280.83	c removed literals (reason simplification)	: 20623163
514.46/280.83	c reason swapping (by a shorter reason)	: 0
514.46/280.83	c Calls to reduceDB	: 422
514.46/280.83	c number of reductions to clauses (during analyze)	: 0
514.46/280.83	c number of learned constraints concerned by reduction	: 0
514.46/280.83	c number of learning phase by resolution	: 0
514.46/280.83	c number of learning phase by cutting planes	: 0
514.46/280.83	c speed (assignments/second)	: 763686.6393124125
514.46/280.83	c non guided choices	169
514.46/280.84	c learnt constraints type 
514.46/280.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
514.46/280.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17797
514.46/280.84	c constraints type 
514.46/280.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
514.46/280.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
514.46/280.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
514.46/280.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
514.46/280.84	c constraints type 
514.46/280.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
514.46/280.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
514.46/280.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
514.46/280.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
514.46/280.84	s UNSATISFIABLE
514.46/280.84	c Total wall clock time (in seconds): 280.737

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

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

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


[startup+0 s]
/proc/loadavg: 3.88 3.78 3.18 3/596 865
/proc/meminfo: memFree=23131168/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/865/stat : 865 (java) R 863 865 30921 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 830346596 23580672 692 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212682753456 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/865/statm: 5757 693 509 9 0 124 0
[pid=865/tid=866] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) R 863 865 30921 0 -1 4202560 8828 0 1 0 0 0 0 0 25 0 10 0 830346597 10703900672 9653 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46978441233576 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=867] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9654 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=868] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) R 863 865 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9654 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=869] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9654 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=870] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9656 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=871] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9658 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=872] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9658 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=873] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9662 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0
[pid=865/tid=874] ppid=863 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) R 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830346598 10703900672 9663 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.079505 s]
/proc/loadavg: 3.88 3.78 3.18 3/596 865
/proc/meminfo: memFree=23131168/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10473376 CPUtime=0.07 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 12258 0 1 0 6 1 0 0 25 0 18 0 830346596 10724737024 11954 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2618344 11954 1913 9 0 2609078 0
[pid=865/tid=866] ppid=863 vsize=10473376 CPUtime=0.06 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) R 863 865 30921 0 -1 4202560 10875 0 1 0 5 1 0 0 25 0 18 0 830346597 10724737024 11954 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212687336133 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=865/tid=867] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11954 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11955 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=869] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11955 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=870] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11955 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=871] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11955 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=872] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11956 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=873] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11960 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=874] ppid=863 vsize=10473376 CPUtime=0 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10724737024 11962 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473376

[startup+0.101501 s]
/proc/loadavg: 3.88 3.78 3.18 3/596 865
/proc/meminfo: memFree=23131168/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10540228 CPUtime=0.1 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 13180 0 1 0 9 1 0 0 25 0 18 0 830346596 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2635057 12834 2092 9 0 2625791 0
[pid=865/tid=866] ppid=863 vsize=10540228 CPUtime=0.08 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) R 863 865 30921 0 -1 4202560 11219 0 1 0 7 1 0 0 25 0 18 0 830346597 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505205085 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=865/tid=867] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=869] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=870] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=871] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12834 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=872] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12835 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=873] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12835 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=874] ppid=863 vsize=10540228 CPUtime=0 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10793193472 12835 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540228

[startup+0.300445 s]
/proc/loadavg: 3.88 3.78 3.18 3/596 865
/proc/meminfo: memFree=23131168/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10541808 CPUtime=0.47 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 15980 0 1 0 45 2 0 0 25 0 18 0 830346596 10794811392 15195 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2635452 15196 2198 9 0 2626186 0
[pid=865/tid=866] ppid=863 vsize=10541808 CPUtime=0.28 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) R 863 865 30921 0 -1 4202560 13028 0 1 0 27 1 0 0 25 0 18 0 830346597 10794811392 15196 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505560906 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=865/tid=867] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15196 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15197 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=869] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15198 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=870] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15198 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=871] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15199 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=872] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15199 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=873] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15200 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=874] ppid=863 vsize=10541808 CPUtime=0 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830346598 10794811392 15200 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541808

[startup+0.701337 s]
/proc/loadavg: 3.88 3.78 3.18 3/596 865
/proc/meminfo: memFree=23131168/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10559272 CPUtime=2.03 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 39623 0 1 0 198 5 0 0 25 0 22 0 830346596 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2639818 34634 2226 9 0 2630552 0
[pid=865/tid=866] ppid=863 vsize=10559272 CPUtime=0.3 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) S 863 865 30921 0 -1 4202560 13413 0 1 0 29 1 0 0 25 0 22 0 830346597 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=867] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=869] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=870] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=871] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=872] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=873] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=874] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346598 10812694528 34634 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 10559272

[startup+1.50124 s]
/proc/loadavg: 3.88 3.78 3.18 7/618 888
/proc/meminfo: memFree=22908932/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10559272 CPUtime=4.25 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 79018 0 1 0 416 9 0 0 25 0 22 0 830346596 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2639818 68150 2256 9 0 2630552 0
[pid=865/tid=866] ppid=863 vsize=10559272 CPUtime=0.3 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) S 863 865 30921 0 -1 4202560 13413 0 1 0 29 1 0 0 15 0 22 0 830346597 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=867] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 224 0 0 0 0 0 0 0 16 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=869] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=870] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=871] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=872] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 278 0 0 0 0 0 0 0 15 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=873] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 176 0 0 0 0 0 0 0 16 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=874] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 22 0 830346598 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=877] ppid=863 vsize=10559272 CPUtime=0.05 cores=0,2,4,6
/proc/865/task/877/stat : 877 (java) S 863 865 30921 0 -1 4202560 1267 0 0 0 5 0 0 0 15 0 22 0 830346599 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 0 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=878] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/878/stat : 878 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830346600 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=879] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/879/stat : 879 (java) S 863 865 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830346600 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=880] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/880/stat : 880 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346602 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699498929 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=881] ppid=863 vsize=10559272 CPUtime=0.84 cores=0,2,4,6
/proc/865/task/881/stat : 881 (java) S 863 865 30921 0 -1 4202560 11722 0 0 0 83 1 0 0 21 0 22 0 830346602 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=882] ppid=863 vsize=10559272 CPUtime=0.78 cores=0,2,4,6
/proc/865/task/882/stat : 882 (java) S 863 865 30921 0 -1 4202560 6188 0 0 0 78 0 0 0 15 0 22 0 830346602 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=883] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/883/stat : 883 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346602 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=884] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/884/stat : 884 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830346602 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=885] ppid=863 vsize=10559272 CPUtime=1.11 cores=0,2,4,6
/proc/865/task/885/stat : 885 (java) R 863 865 30921 0 -1 4202560 352 0 0 0 111 0 0 0 20 0 22 0 830346628 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505637758 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=865/tid=886] ppid=863 vsize=10559272 CPUtime=1.09 cores=0,2,4,6
/proc/865/task/886/stat : 886 (java) R 863 865 30921 0 -1 4202560 43785 0 0 0 105 4 0 0 25 0 22 0 830346628 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505792440 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=865/tid=887] ppid=863 vsize=10559272 CPUtime=0 cores=0,2,4,6
/proc/865/task/887/stat : 887 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830346628 10812694528 68150 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0

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

/proc/865/task/877/stat : 877 (java) R 863 865 30921 0 -1 4202560 19349 0 0 0 5046 8 0 0 15 0 22 0 830346599 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46978445065359 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=865/tid=878] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/878/stat : 878 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830346600 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=879] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/879/stat : 879 (java) S 863 865 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830346600 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=880] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/880/stat : 880 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699498929 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=881] ppid=863 vsize=10554200 CPUtime=1.55 cores=0,2,4,6
/proc/865/task/881/stat : 881 (java) S 863 865 30921 0 -1 4202560 16271 0 0 0 153 2 0 0 15 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=882] ppid=863 vsize=10554200 CPUtime=0.91 cores=0,2,4,6
/proc/865/task/882/stat : 882 (java) S 863 865 30921 0 -1 4202560 6212 0 0 0 91 0 0 0 15 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=883] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/883/stat : 883 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=884] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/884/stat : 884 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=885] ppid=863 vsize=10554200 CPUtime=226.79 cores=0,2,4,6
/proc/865/task/885/stat : 885 (java) S 863 865 30921 0 -1 4202560 579 0 0 0 22677 2 0 0 16 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=886] ppid=863 vsize=10554200 CPUtime=226.79 cores=0,2,4,6
/proc/865/task/886/stat : 886 (java) S 863 865 30921 0 -1 4202560 88488 0 0 0 22666 13 0 0 16 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=887] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/887/stat : 887 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=888] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/888/stat : 888 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 513.01
Current children cumulated vsize (KiB) 10554200

[startup+280.301 s]
/proc/loadavg: 3.46 3.65 3.28 5/618 996
/proc/meminfo: memFree=22525528/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10554200 CPUtime=513.62 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 147848 0 1 0 51331 31 0 0 25 0 22 0 830346596 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2638550 130130 2260 9 0 2629284 0
[pid=865/tid=866] ppid=863 vsize=10554200 CPUtime=0.3 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) S 863 865 30921 0 -1 4202560 13508 0 1 0 29 1 0 0 15 0 22 0 830346597 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=867] ppid=863 vsize=10554200 CPUtime=0.76 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 357 0 0 0 76 0 0 0 16 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10554200 CPUtime=0.79 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 160 0 0 0 79 0 0 0 16 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=869] ppid=863 vsize=10554200 CPUtime=0.82 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 164 0 0 0 82 0 0 0 15 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=870] ppid=863 vsize=10554200 CPUtime=0.8 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 299 0 0 0 80 0 0 0 15 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=871] ppid=863 vsize=10554200 CPUtime=0.64 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 135 0 0 0 64 0 0 0 15 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=872] ppid=863 vsize=10554200 CPUtime=0.71 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 409 0 0 0 71 0 0 0 15 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=873] ppid=863 vsize=10554200 CPUtime=0.73 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 362 0 0 0 73 0 0 0 16 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=874] ppid=863 vsize=10554200 CPUtime=0.75 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 380 0 0 0 75 0 0 0 15 0 22 0 830346598 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=877] ppid=863 vsize=10554200 CPUtime=50.73 cores=0,2,4,6
/proc/865/task/877/stat : 877 (java) S 863 865 30921 0 -1 4202560 19349 0 0 0 5065 8 0 0 16 0 22 0 830346599 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 0 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=878] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/878/stat : 878 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 830346600 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=879] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/879/stat : 879 (java) S 863 865 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830346600 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=880] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/880/stat : 880 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699498929 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=881] ppid=863 vsize=10554200 CPUtime=1.55 cores=0,2,4,6
/proc/865/task/881/stat : 881 (java) S 863 865 30921 0 -1 4202560 16271 0 0 0 153 2 0 0 15 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=882] ppid=863 vsize=10554200 CPUtime=0.91 cores=0,2,4,6
/proc/865/task/882/stat : 882 (java) S 863 865 30921 0 -1 4202560 6212 0 0 0 91 0 0 0 15 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=883] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/883/stat : 883 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=884] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/884/stat : 884 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830346602 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=885] ppid=863 vsize=10554200 CPUtime=227 cores=0,2,4,6
/proc/865/task/885/stat : 885 (java) R 863 865 30921 0 -1 4202560 580 0 0 0 22698 2 0 0 16 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505748320 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=865/tid=886] ppid=863 vsize=10554200 CPUtime=227 cores=0,2,4,6
/proc/865/task/886/stat : 886 (java) R 863 865 30921 0 -1 4202560 88489 0 0 0 22687 13 0 0 16 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505772711 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=865/tid=887] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/887/stat : 887 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=888] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/888/stat : 888 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830346628 10807500800 130130 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 513.62
Current children cumulated vsize (KiB) 10554200

[startup+280.701 s]
/proc/loadavg: 3.46 3.65 3.28 5/618 996
/proc/meminfo: memFree=22525652/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10554200 CPUtime=514.36 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 147849 0 1 0 51405 31 0 0 25 0 20 0 830346596 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2638550 130131 2261 9 0 2629284 0
[pid=865/tid=866] ppid=863 vsize=10554200 CPUtime=0.3 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) S 863 865 30921 0 -1 4202560 13508 0 1 0 29 1 0 0 15 0 20 0 830346597 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=867] ppid=863 vsize=10554200 CPUtime=0.76 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 357 0 0 0 76 0 0 0 16 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10554200 CPUtime=0.79 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 160 0 0 0 79 0 0 0 16 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=869] ppid=863 vsize=10554200 CPUtime=0.82 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 164 0 0 0 82 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=870] ppid=863 vsize=10554200 CPUtime=0.8 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 299 0 0 0 80 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=871] ppid=863 vsize=10554200 CPUtime=0.64 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 135 0 0 0 64 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=872] ppid=863 vsize=10554200 CPUtime=0.71 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 409 0 0 0 71 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=873] ppid=863 vsize=10554200 CPUtime=0.73 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 362 0 0 0 73 0 0 0 16 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=874] ppid=863 vsize=10554200 CPUtime=0.75 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 380 0 0 0 75 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=877] ppid=863 vsize=10554200 CPUtime=50.73 cores=0,2,4,6
/proc/865/task/877/stat : 877 (java) S 863 865 30921 0 -1 4202560 19349 0 0 0 5065 8 0 0 16 0 20 0 830346599 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 0 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=878] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/878/stat : 878 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 20 0 830346600 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=879] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/879/stat : 879 (java) S 863 865 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 830346600 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=880] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/880/stat : 880 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699498929 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=881] ppid=863 vsize=10554200 CPUtime=1.55 cores=0,2,4,6
/proc/865/task/881/stat : 881 (java) S 863 865 30921 0 -1 4202560 16271 0 0 0 153 2 0 0 15 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=882] ppid=863 vsize=10554200 CPUtime=0.91 cores=0,2,4,6
/proc/865/task/882/stat : 882 (java) S 863 865 30921 0 -1 4202560 6212 0 0 0 91 0 0 0 15 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=883] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/883/stat : 883 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=884] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/884/stat : 884 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=886] ppid=863 vsize=10554200 CPUtime=227.4 cores=0,2,4,6
/proc/865/task/886/stat : 886 (java) R 863 865 30921 0 -1 4202560 88489 0 0 0 22727 13 0 0 16 0 20 0 830346628 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505772483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=865/tid=887] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/887/stat : 887 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 830346628 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 514.36
Current children cumulated vsize (KiB) 10554200

[startup+280.801 s]
/proc/loadavg: 3.46 3.65 3.28 5/618 996
/proc/meminfo: memFree=22525652/32951124 swapFree=58940260/67111528
[pid=865] ppid=863 vsize=10554200 CPUtime=514.46 cores=0,2,4,6
/proc/865/stat : 865 (java) S 863 865 30921 0 -1 4202496 147849 0 1 0 51415 31 0 0 25 0 20 0 830346596 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/865/statm: 2638550 130131 2261 9 0 2629284 0
[pid=865/tid=866] ppid=863 vsize=10554200 CPUtime=0.3 cores=0,2,4,6
/proc/865/task/866/stat : 866 (java) S 863 865 30921 0 -1 4202560 13508 0 1 0 29 1 0 0 15 0 20 0 830346597 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=867] ppid=863 vsize=10554200 CPUtime=0.76 cores=0,2,4,6
/proc/865/task/867/stat : 867 (java) S 863 865 30921 0 -1 4202560 357 0 0 0 76 0 0 0 16 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=868] ppid=863 vsize=10554200 CPUtime=0.79 cores=0,2,4,6
/proc/865/task/868/stat : 868 (java) S 863 865 30921 0 -1 4202560 160 0 0 0 79 0 0 0 16 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=869] ppid=863 vsize=10554200 CPUtime=0.82 cores=0,2,4,6
/proc/865/task/869/stat : 869 (java) S 863 865 30921 0 -1 4202560 164 0 0 0 82 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=870] ppid=863 vsize=10554200 CPUtime=0.8 cores=0,2,4,6
/proc/865/task/870/stat : 870 (java) S 863 865 30921 0 -1 4202560 299 0 0 0 80 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=871] ppid=863 vsize=10554200 CPUtime=0.64 cores=0,2,4,6
/proc/865/task/871/stat : 871 (java) S 863 865 30921 0 -1 4202560 135 0 0 0 64 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
[pid=865/tid=872] ppid=863 vsize=10554200 CPUtime=0.71 cores=0,2,4,6
/proc/865/task/872/stat : 872 (java) S 863 865 30921 0 -1 4202560 409 0 0 0 71 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=873] ppid=863 vsize=10554200 CPUtime=0.73 cores=0,2,4,6
/proc/865/task/873/stat : 873 (java) S 863 865 30921 0 -1 4202560 362 0 0 0 73 0 0 0 16 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=874] ppid=863 vsize=10554200 CPUtime=0.75 cores=0,2,4,6
/proc/865/task/874/stat : 874 (java) S 863 865 30921 0 -1 4202560 380 0 0 0 75 0 0 0 15 0 20 0 830346598 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 2 0 0 0
[pid=865/tid=877] ppid=863 vsize=10554200 CPUtime=50.73 cores=0,2,4,6
/proc/865/task/877/stat : 877 (java) S 863 865 30921 0 -1 4202560 19349 0 0 0 5065 8 0 0 16 0 20 0 830346599 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 0 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=878] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/878/stat : 878 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 20 0 830346600 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=879] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/879/stat : 879 (java) S 863 865 30921 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 830346600 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=880] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/880/stat : 880 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699498929 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=881] ppid=863 vsize=10554200 CPUtime=1.55 cores=0,2,4,6
/proc/865/task/881/stat : 881 (java) S 863 865 30921 0 -1 4202560 16271 0 0 0 153 2 0 0 15 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=882] ppid=863 vsize=10554200 CPUtime=0.91 cores=0,2,4,6
/proc/865/task/882/stat : 882 (java) S 863 865 30921 0 -1 4202560 6212 0 0 0 91 0 0 0 15 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=883] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/883/stat : 883 (java) S 863 865 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491225 0 4 0 16800975 18446604446430687424 0 0 -1 6 0 0 0
[pid=865/tid=884] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/884/stat : 884 (java) S 863 865 30921 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 20 0 830346602 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 4 0 0 0
[pid=865/tid=886] ppid=863 vsize=10554200 CPUtime=227.5 cores=0,2,4,6
/proc/865/task/886/stat : 886 (java) R 863 865 30921 0 -1 4202560 88489 0 0 0 22737 13 0 0 16 0 20 0 830346628 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 46912505772539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=865/tid=887] ppid=863 vsize=10554200 CPUtime=0 cores=0,2,4,6
/proc/865/task/887/stat : 887 (java) S 863 865 30921 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 830346628 10807500800 130131 33554432000 1073741824 1073778376 140734222500912 18446744073709551615 212699491840 0 4 0 16800975 18446604446430687424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 514.46
Current children cumulated vsize (KiB) 10554200

Child status: 20
Real time (s): 280.875
CPU time (s): 514.548
CPU user time (s): 514.203
CPU system time (s): 0.344947
CPU usage (%): 183.195
Max. virtual memory (cumulated for all children) (KiB): 10560880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 514.203
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147866
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= 18204
involuntary context switches= 8072

runsolver used 1.79673 second user time and 3.83842 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 13:38:09
IDJOB=3454887
IDBENCH=1351
IDSOLVER=1950
FILE ID=node139/3454887-1307187489
RUNJOBID= node139-1307186520-523
PBS_JOBID= 13508863
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 3972d8c24730f4742ee881de3ad25c62
RANDOM SEED=1003059025

node139.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.852
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.70
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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	: 5321.49
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.852
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.75
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23131324 kB
Buffers:        280168 kB
Cached:         615844 kB
SwapCached:       3628 kB
Active:        9003352 kB
Inactive:       513068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23131324 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:            1332 kB
Writeback:           0 kB
AnonPages:     8618932 kB
Mapped:          41244 kB
Slab:           153188 kB
PageTables:      79640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181255652 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= 73472 MiB
End job on node139 at 2011-06-04 13:42:50