Trace number 3454885

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 500.744 270.473

General information on the benchmark

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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/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-3454885-1307642772.opb
0.10/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.208s.
0.47/0.32	c #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.01/0.78	c cleaning 2501 clauses out of 5003 with flag 5003/5003
3.17/1.09	c cleaning 4247 clauses out of 8500 with flag 11001/11001
4.03/1.43	c cleaning 5624 clauses out of 11253 with flag 18001/18001
4.85/1.89	c cleaning 6807 clauses out of 13629 with flag 26001/26001
5.92/2.39	c cleaning 7907 clauses out of 15822 with flag 35001/35001
7.09/2.94	c cleaning 8950 clauses out of 17915 with flag 45001/45001
8.26/3.53	c cleaning 9475 clauses out of 18966 with flag 55002/55002
9.24/4.09	c cleaning 9739 clauses out of 19489 with flag 65000/65000
10.40/4.66	c cleaning 9871 clauses out of 19752 with flag 75002/75002
11.57/5.26	c cleaning 9933 clauses out of 19879 with flag 85000/85000
12.74/5.85	c cleaning 9965 clauses out of 19946 with flag 95000/95000
13.90/6.40	c cleaning 9985 clauses out of 19981 with flag 105000/105000
14.86/6.95	c cleaning 9992 clauses out of 19996 with flag 115000/115000
16.03/7.52	c cleaning 10004 clauses out of 20007 with flag 125003/125003
17.00/8.07	c cleaning 9991 clauses out of 20001 with flag 135001/135001
18.16/8.62	c cleaning 9999 clauses out of 20010 with flag 145001/145001
19.12/9.19	c cleaning 10001 clauses out of 20013 with flag 155003/155003
20.29/9.73	c cleaning 9994 clauses out of 20009 with flag 165000/165000
21.26/10.29	c cleaning 10001 clauses out of 20015 with flag 175000/175000
22.42/10.83	c cleaning 10000 clauses out of 20014 with flag 185000/185000
23.37/11.38	c cleaning 9997 clauses out of 20014 with flag 195000/195000
24.53/11.93	c cleaning 10003 clauses out of 20017 with flag 205000/205000
25.49/12.49	c cleaning 9999 clauses out of 20014 with flag 215000/215000
26.65/13.05	c cleaning 10001 clauses out of 20017 with flag 225002/225002
27.60/13.56	c cleaning 10002 clauses out of 20014 with flag 235000/235000
28.76/14.13	c cleaning 10000 clauses out of 20013 with flag 245001/245001
29.72/14.68	c cleaning 9997 clauses out of 20012 with flag 255000/255000
30.87/15.22	c cleaning 10000 clauses out of 20015 with flag 265000/265000
32.02/15.81	c cleaning 10001 clauses out of 20016 with flag 275001/275001
32.98/16.33	c cleaning 9994 clauses out of 20015 with flag 285001/285001
34.13/16.90	c cleaning 10002 clauses out of 20020 with flag 295000/295000
35.09/17.48	c cleaning 10000 clauses out of 20020 with flag 305002/305002
36.23/18.06	c cleaning 10005 clauses out of 20021 with flag 315003/315003
37.39/18.61	c cleaning 10001 clauses out of 20014 with flag 325001/325001
38.34/19.17	c cleaning 10002 clauses out of 20012 with flag 335000/335000
39.30/19.70	c cleaning 9997 clauses out of 20012 with flag 345002/345002
40.44/20.28	c cleaning 10002 clauses out of 20016 with flag 355003/355003
41.60/20.85	c cleaning 9998 clauses out of 20012 with flag 365001/365001
42.75/21.41	c cleaning 9997 clauses out of 20014 with flag 375001/375001
43.71/21.96	c cleaning 10007 clauses out of 20017 with flag 385001/385001
44.84/22.59	c cleaning 10001 clauses out of 20011 with flag 395002/395002
46.00/23.12	c cleaning 9996 clauses out of 20008 with flag 405000/405000
46.93/23.67	c cleaning 9999 clauses out of 20012 with flag 415000/415000
47.89/24.20	c cleaning 9998 clauses out of 20013 with flag 425000/425000
49.01/24.75	c cleaning 10000 clauses out of 20015 with flag 435000/435000
49.97/25.29	c cleaning 10006 clauses out of 20017 with flag 445002/445002
51.10/25.81	c cleaning 10001 clauses out of 20012 with flag 455003/455003
52.27/26.45	c cleaning 10001 clauses out of 20012 with flag 465004/465004
53.40/27.05	c cleaning 9998 clauses out of 20009 with flag 475002/475002
54.55/27.64	c cleaning 10001 clauses out of 20009 with flag 485000/485000
55.70/28.22	c cleaning 10000 clauses out of 20008 with flag 495000/495000
56.64/28.76	c cleaning 10000 clauses out of 20009 with flag 505001/505001
57.77/29.33	c cleaning 9987 clauses out of 20008 with flag 515000/515000
58.93/29.91	c cleaning 10007 clauses out of 20022 with flag 525001/525001
59.88/30.46	c cleaning 9997 clauses out of 20015 with flag 535001/535001
61.02/31.05	c cleaning 10006 clauses out of 20018 with flag 545001/545001
62.15/31.63	c cleaning 10000 clauses out of 20011 with flag 555000/555000
63.29/32.21	c cleaning 10001 clauses out of 20015 with flag 565004/565004
64.26/32.79	c cleaning 9999 clauses out of 20010 with flag 575000/575000
65.60/33.41	c cleaning 10001 clauses out of 20011 with flag 585000/585000
66.73/34.09	c cleaning 10004 clauses out of 20011 with flag 595001/595001
67.86/34.69	c cleaning 9996 clauses out of 20008 with flag 605002/605002
69.01/35.26	c cleaning 10000 clauses out of 20010 with flag 615000/615000
70.17/35.80	c cleaning 0 clauses out of 5002 with flag 0/5002
70.31/35.98	c cleaning 10001 clauses out of 20011 with flag 625001/625001
71.94/36.62	c cleaning 9998 clauses out of 20010 with flag 635001/635001
73.02/37.19	c cleaning 10003 clauses out of 20011 with flag 645000/645000
74.36/37.85	c cleaning 9996 clauses out of 20008 with flag 655000/655000
75.49/38.44	c cleaning 10003 clauses out of 20015 with flag 665003/665003
76.62/39.03	c cleaning 10000 clauses out of 20010 with flag 675001/675001
77.77/39.60	c cleaning 10001 clauses out of 20009 with flag 685000/685000
78.70/40.17	c cleaning 9998 clauses out of 20008 with flag 695000/695000
79.83/40.76	c cleaning 9996 clauses out of 20010 with flag 705000/705000
80.95/41.36	c cleaning 10000 clauses out of 20015 with flag 715001/715001
82.10/41.93	c cleaning 10005 clauses out of 20015 with flag 725001/725001
83.24/42.51	c cleaning 10001 clauses out of 20009 with flag 735000/735000
84.35/43.15	c cleaning 9997 clauses out of 20008 with flag 745000/745000
85.48/43.72	c cleaning 9999 clauses out of 20013 with flag 755002/755002
86.42/44.29	c cleaning 9999 clauses out of 20012 with flag 765000/765000
87.56/44.89	c cleaning 10002 clauses out of 20013 with flag 775000/775000
88.86/45.52	c cleaning 9999 clauses out of 20011 with flag 785000/785000
89.80/46.09	c cleaning 10001 clauses out of 20012 with flag 795000/795000
90.94/46.66	c cleaning 10001 clauses out of 20011 with flag 805000/805000
92.08/47.28	c cleaning 10002 clauses out of 20010 with flag 815000/815000
93.38/47.91	c cleaning 9998 clauses out of 20008 with flag 825000/825000
94.32/48.47	c cleaning 9998 clauses out of 20011 with flag 835001/835001
95.45/49.04	c cleaning 10002 clauses out of 20012 with flag 845000/845000
96.59/49.61	c cleaning 9996 clauses out of 20011 with flag 855001/855001
97.70/50.25	c cleaning 9997 clauses out of 20014 with flag 865000/865000
98.84/50.84	c cleaning 10006 clauses out of 20019 with flag 875002/875002
99.97/51.44	c cleaning 9996 clauses out of 20012 with flag 885001/885001
101.11/52.04	c cleaning 10005 clauses out of 20015 with flag 895000/895000
102.21/52.63	c cleaning 9995 clauses out of 20012 with flag 905002/905002
103.34/53.27	c cleaning 9999 clauses out of 20016 with flag 915001/915001
104.49/53.83	c cleaning 10006 clauses out of 20016 with flag 925000/925000
105.61/54.43	c cleaning 10002 clauses out of 20010 with flag 935000/935000
106.72/55.02	c cleaning 9994 clauses out of 20008 with flag 945000/945000
107.84/55.63	c cleaning 10002 clauses out of 20014 with flag 955000/955000
108.98/56.26	c cleaning 10005 clauses out of 20015 with flag 965003/965003
110.11/56.86	c cleaning 10001 clauses out of 20007 with flag 975000/975000
111.21/57.48	c cleaning 9998 clauses out of 20007 with flag 985001/985001
112.34/58.06	c cleaning 10002 clauses out of 20008 with flag 995000/995000
113.48/58.64	c cleaning 9999 clauses out of 20010 with flag 1005004/1005004
114.60/59.22	c cleaning 9998 clauses out of 20007 with flag 1015000/1015000
115.70/59.83	c cleaning 9998 clauses out of 20009 with flag 1025000/1025000
116.84/60.44	c cleaning 10001 clauses out of 20012 with flag 1035001/1035001
117.96/61.09	c cleaning 10000 clauses out of 20012 with flag 1045002/1045002
119.11/61.68	c cleaning 9999 clauses out of 20012 with flag 1055002/1055002
120.39/62.35	c cleaning 9997 clauses out of 20012 with flag 1065001/1065001
121.72/63.00	c cleaning 10001 clauses out of 20016 with flag 1075002/1075002
122.85/63.61	c cleaning 10000 clauses out of 20014 with flag 1085001/1085001
123.98/64.22	c cleaning 10004 clauses out of 20017 with flag 1095004/1095004
125.09/64.85	c cleaning 10003 clauses out of 20013 with flag 1105004/1105004
126.21/65.49	c cleaning 10000 clauses out of 20007 with flag 1115001/1115001
127.53/66.10	c cleaning 9997 clauses out of 20008 with flag 1125002/1125002
128.65/66.71	c cleaning 10001 clauses out of 20010 with flag 1135001/1135001
129.75/67.35	c cleaning 9995 clauses out of 20008 with flag 1145000/1145000
131.08/68.02	c cleaning 9994 clauses out of 20013 with flag 1155000/1155000
132.21/68.70	c cleaning 10005 clauses out of 20019 with flag 1165000/1165000
133.73/69.41	c cleaning 9998 clauses out of 20014 with flag 1175000/1175000
134.83/70.03	c cleaning 10001 clauses out of 20016 with flag 1185000/1185000
135.96/70.65	c cleaning 10000 clauses out of 20015 with flag 1195000/1195000
137.08/71.30	c cleaning 10003 clauses out of 20017 with flag 1205002/1205002
138.41/71.93	c cleaning 9998 clauses out of 20012 with flag 1215000/1215000
139.71/72.65	c cleaning 10006 clauses out of 20015 with flag 1225001/1225001
140.82/73.29	c cleaning 10001 clauses out of 20011 with flag 1235003/1235003
142.35/74.00	c cleaning 9999 clauses out of 20008 with flag 1245001/1245001
143.47/74.66	c cleaning 9997 clauses out of 20009 with flag 1255001/1255001
144.75/75.34	c cleaning 10001 clauses out of 20013 with flag 1265002/1265002
145.89/75.97	c cleaning 9997 clauses out of 20010 with flag 1275000/1275000
147.00/76.58	c cleaning 10001 clauses out of 20013 with flag 1285000/1285000
148.12/77.19	c cleaning 10002 clauses out of 20013 with flag 1295001/1295001
149.41/77.83	c cleaning 9998 clauses out of 20010 with flag 1305000/1305000
150.53/78.43	c cleaning 9998 clauses out of 20013 with flag 1315001/1315001
151.65/79.05	c cleaning 10005 clauses out of 20017 with flag 1325003/1325003
152.98/79.72	c cleaning 10000 clauses out of 20009 with flag 1335000/1335000
154.08/80.36	c cleaning 9999 clauses out of 20009 with flag 1345000/1345000
155.19/80.98	c cleaning 10003 clauses out of 20014 with flag 1355004/1355004
156.31/81.58	c cleaning 10001 clauses out of 20008 with flag 1365001/1365001
157.43/82.16	c cleaning 9994 clauses out of 20006 with flag 1375000/1375000
158.52/82.77	c cleaning 10001 clauses out of 20014 with flag 1385002/1385002
159.84/83.42	c cleaning 10001 clauses out of 20012 with flag 1395001/1395001
160.96/84.06	c cleaning 9999 clauses out of 20013 with flag 1405003/1405003
162.09/84.69	c cleaning 9997 clauses out of 20012 with flag 1415001/1415001
163.57/85.40	c cleaning 9997 clauses out of 20016 with flag 1425002/1425002
164.69/86.00	c cleaning 10002 clauses out of 20019 with flag 1435002/1435002
165.60/86.59	c cleaning 9996 clauses out of 20015 with flag 1445000/1445000
166.72/87.18	c cleaning 10005 clauses out of 20021 with flag 1455002/1455002
168.00/87.84	c cleaning 9998 clauses out of 20014 with flag 1465000/1465000
169.13/88.44	c cleaning 10003 clauses out of 20016 with flag 1475000/1475000
170.25/89.03	c cleaning 10003 clauses out of 20014 with flag 1485001/1485001
171.36/89.67	c cleaning 9999 clauses out of 20011 with flag 1495001/1495001
172.64/90.35	c cleaning 9999 clauses out of 20014 with flag 1505003/1505003
173.76/91.00	c cleaning 10003 clauses out of 20013 with flag 1515001/1515001
175.08/91.60	c cleaning 9998 clauses out of 20010 with flag 1525001/1525001
176.19/92.20	c cleaning 9998 clauses out of 20015 with flag 1535004/1535004
177.27/92.88	c cleaning 9996 clauses out of 20014 with flag 1545001/1545001
178.39/93.49	c cleaning 10003 clauses out of 20021 with flag 1555004/1555004
179.70/94.13	c cleaning 10003 clauses out of 20015 with flag 1565001/1565001
180.81/94.77	c cleaning 10001 clauses out of 20011 with flag 1575000/1575000
182.09/95.44	c cleaning 10001 clauses out of 20011 with flag 1585001/1585001
183.21/96.02	c cleaning 9999 clauses out of 20011 with flag 1595002/1595002
184.32/96.64	c cleaning 10001 clauses out of 20011 with flag 1605001/1605001
185.44/97.28	c cleaning 9999 clauses out of 20011 with flag 1615002/1615002
186.73/97.96	c cleaning 10000 clauses out of 20011 with flag 1625001/1625001
188.03/98.60	c cleaning 10002 clauses out of 20011 with flag 1635001/1635001
189.14/99.21	c cleaning 9993 clauses out of 20008 with flag 1645000/1645000
190.26/99.82	c cleaning 10005 clauses out of 20017 with flag 1655002/1655002
191.33/100.47	c cleaning 9998 clauses out of 20010 with flag 1665000/1665000
192.46/101.08	c cleaning 10004 clauses out of 20014 with flag 1675002/1675002
193.77/101.73	c cleaning 9998 clauses out of 20008 with flag 1685000/1685000
194.90/102.33	c cleaning 9999 clauses out of 20012 with flag 1695002/1695002
196.15/103.01	c cleaning 10001 clauses out of 20011 with flag 1705000/1705000
197.27/103.62	c cleaning 10002 clauses out of 20010 with flag 1715000/1715000
198.38/104.26	c cleaning 9996 clauses out of 20008 with flag 1725000/1725000
199.69/104.91	c cleaning 9999 clauses out of 20013 with flag 1735001/1735001
200.77/105.59	c cleaning 10000 clauses out of 20013 with flag 1745000/1745000
202.07/106.25	c cleaning 10000 clauses out of 20013 with flag 1755000/1755000
203.19/106.88	c cleaning 10001 clauses out of 20014 with flag 1765001/1765001
204.30/107.49	c cleaning 10000 clauses out of 20014 with flag 1775002/1775002
205.57/108.14	c cleaning 9998 clauses out of 20012 with flag 1785000/1785000
206.69/108.79	c cleaning 10003 clauses out of 20015 with flag 1795001/1795001
208.00/109.43	c cleaning 10000 clauses out of 20011 with flag 1805000/1805000
209.12/110.06	c cleaning 10000 clauses out of 20012 with flag 1815001/1815001
210.38/110.79	c cleaning 10002 clauses out of 20013 with flag 1825002/1825002
211.69/111.41	c cleaning 10002 clauses out of 20010 with flag 1835001/1835001
212.80/112.03	c cleaning 9999 clauses out of 20008 with flag 1845001/1845001
213.91/112.66	c cleaning 9997 clauses out of 20008 with flag 1855000/1855000
215.19/113.32	c cleaning 10003 clauses out of 20013 with flag 1865002/1865002
216.29/113.96	c cleaning 9995 clauses out of 20008 with flag 1875000/1875000
217.60/114.61	c cleaning 10003 clauses out of 20013 with flag 1885000/1885000
218.71/115.26	c cleaning 10002 clauses out of 20010 with flag 1895000/1895000
219.97/115.97	c cleaning 10002 clauses out of 20009 with flag 1905001/1905001
221.29/116.63	c cleaning 10001 clauses out of 20010 with flag 1915004/1915004
222.39/117.25	c cleaning 10000 clauses out of 20007 with flag 1925002/1925002
223.50/117.88	c cleaning 9991 clauses out of 20005 with flag 1935000/1935000
224.76/118.58	c cleaning 10005 clauses out of 20017 with flag 1945003/1945003
225.87/119.20	c cleaning 10002 clauses out of 20011 with flag 1955002/1955002
227.19/119.84	c cleaning 9996 clauses out of 20008 with flag 1965001/1965001
228.29/120.48	c cleaning 10000 clauses out of 20012 with flag 1975001/1975001
229.54/121.13	c cleaning 10001 clauses out of 20012 with flag 1985001/1985001
230.65/121.77	c cleaning 9996 clauses out of 20011 with flag 1995001/1995001
231.96/122.42	c cleaning 10004 clauses out of 20015 with flag 2005001/2005001
233.07/123.06	c cleaning 10000 clauses out of 20012 with flag 2015002/2015002
234.33/123.77	c cleaning 10001 clauses out of 20013 with flag 2025003/2025003
235.45/124.39	c cleaning 9999 clauses out of 20010 with flag 2035001/2035001
236.75/125.00	c cleaning 10000 clauses out of 20011 with flag 2045001/2045001
237.65/125.60	c cleaning 10001 clauses out of 20010 with flag 2055000/2055000
238.91/126.25	c cleaning 10000 clauses out of 20010 with flag 2065001/2065001
240.22/126.90	c cleaning 9995 clauses out of 20010 with flag 2075001/2075001
241.34/127.52	c cleaning 10003 clauses out of 20016 with flag 2085002/2085002
242.43/128.18	c cleaning 10001 clauses out of 20011 with flag 2095000/2095000
243.69/128.90	c cleaning 9998 clauses out of 20011 with flag 2105001/2105001
245.20/129.61	c cleaning 9999 clauses out of 20012 with flag 2115000/2115000
246.30/130.24	c cleaning 10000 clauses out of 20013 with flag 2125000/2125000
247.42/130.88	c cleaning 10000 clauses out of 20014 with flag 2135001/2135001
248.67/131.54	c cleaning 9998 clauses out of 20015 with flag 2145002/2145002
249.78/132.17	c cleaning 10006 clauses out of 20017 with flag 2155002/2155002
251.08/132.80	c cleaning 9998 clauses out of 20011 with flag 2165002/2165002
252.19/133.42	c cleaning 9999 clauses out of 20012 with flag 2175001/2175001
253.46/134.13	c cleaning 10002 clauses out of 20016 with flag 2185004/2185004
254.55/134.79	c cleaning 9998 clauses out of 20011 with flag 2195001/2195001
255.86/135.43	c cleaning 10003 clauses out of 20013 with flag 2205001/2205001
256.96/136.07	c cleaning 9997 clauses out of 20010 with flag 2215001/2215001
258.22/136.77	c cleaning 10000 clauses out of 20012 with flag 2225000/2225000
259.54/137.42	c cleaning 10002 clauses out of 20014 with flag 2235002/2235002
260.83/138.11	c cleaning 9984 clauses out of 20010 with flag 2245000/2245000
261.93/138.72	c cleaning 10006 clauses out of 20026 with flag 2255000/2255000
263.19/139.43	c cleaning 9999 clauses out of 20020 with flag 2265000/2265000
264.49/140.12	c cleaning 10000 clauses out of 20021 with flag 2275000/2275000
265.60/140.79	c cleaning 10006 clauses out of 20022 with flag 2285001/2285001
266.89/141.47	c cleaning 10002 clauses out of 20015 with flag 2295000/2295000
268.16/142.16	c cleaning 10002 clauses out of 20015 with flag 2305002/2305002
269.26/142.77	c cleaning 10001 clauses out of 20011 with flag 2315000/2315000
270.56/143.45	c cleaning 9999 clauses out of 20010 with flag 2325000/2325000
271.67/144.09	c cleaning 9999 clauses out of 20011 with flag 2335000/2335000
272.92/144.77	c cleaning 9999 clauses out of 20012 with flag 2345000/2345000
274.02/145.38	c cleaning 10000 clauses out of 20014 with flag 2355001/2355001
275.32/146.00	c cleaning 10001 clauses out of 20013 with flag 2365000/2365000
276.42/146.66	c cleaning 10002 clauses out of 20013 with flag 2375001/2375001
277.68/147.35	c cleaning 9998 clauses out of 20012 with flag 2385002/2385002
278.77/147.98	c cleaning 10000 clauses out of 20013 with flag 2395001/2395001
280.07/148.64	c cleaning 9997 clauses out of 20012 with flag 2405000/2405000
281.17/149.28	c cleaning 9999 clauses out of 20016 with flag 2415001/2415001
282.62/150.03	c cleaning 10004 clauses out of 20016 with flag 2425000/2425000
283.73/150.70	c cleaning 10000 clauses out of 20012 with flag 2435000/2435000
285.02/151.36	c cleaning 10003 clauses out of 20014 with flag 2445002/2445002
286.32/152.02	c cleaning 10001 clauses out of 20009 with flag 2455000/2455000
287.38/152.69	c cleaning 9998 clauses out of 20009 with flag 2465001/2465001
288.68/153.34	c cleaning 9997 clauses out of 20014 with flag 2475004/2475004
289.79/153.99	c cleaning 10003 clauses out of 20013 with flag 2485000/2485000
291.08/154.63	c cleaning 10001 clauses out of 20010 with flag 2495000/2495000
292.33/155.33	c cleaning 9995 clauses out of 20009 with flag 2505000/2505000
293.43/155.99	c cleaning 9998 clauses out of 20014 with flag 2515000/2515000
294.73/156.66	c cleaning 9996 clauses out of 20016 with flag 2525000/2525000
296.04/157.32	c cleaning 9997 clauses out of 20020 with flag 2535000/2535000
297.27/158.04	c cleaning 10008 clauses out of 20025 with flag 2545002/2545002
298.37/158.67	c cleaning 10001 clauses out of 20015 with flag 2555000/2555000
299.67/159.36	c cleaning 10003 clauses out of 20015 with flag 2565001/2565001
300.98/160.06	c cleaning 10000 clauses out of 20012 with flag 2575001/2575001
302.42/160.81	c cleaning 10003 clauses out of 20011 with flag 2585000/2585000
303.52/161.47	c cleaning 10001 clauses out of 20010 with flag 2595002/2595002
304.83/162.11	c cleaning 10000 clauses out of 20010 with flag 2605003/2605003
306.14/162.81	c cleaning 9987 clauses out of 20008 with flag 2615001/2615001
307.37/163.59	c cleaning 10004 clauses out of 20020 with flag 2625000/2625000
308.68/164.28	c cleaning 10005 clauses out of 20018 with flag 2635002/2635002
309.98/164.96	c cleaning 10000 clauses out of 20014 with flag 2645003/2645003
311.27/165.66	c cleaning 10001 clauses out of 20012 with flag 2655001/2655001
312.72/166.43	c cleaning 10001 clauses out of 20012 with flag 2665002/2665002
313.82/167.08	c cleaning 10000 clauses out of 20009 with flag 2675000/2675000
315.11/167.77	c cleaning 9994 clauses out of 20009 with flag 2685000/2685000
316.41/168.49	c cleaning 10002 clauses out of 20017 with flag 2695002/2695002
317.66/169.19	c cleaning 10002 clauses out of 20014 with flag 2705001/2705001
318.95/169.85	c cleaning 9994 clauses out of 20011 with flag 2715000/2715000
320.26/170.53	c cleaning 10004 clauses out of 20018 with flag 2725001/2725001
321.34/171.18	c cleaning 10001 clauses out of 20013 with flag 2735000/2735000
322.59/171.89	c cleaning 10004 clauses out of 20014 with flag 2745002/2745002
323.88/172.54	c cleaning 9998 clauses out of 20008 with flag 2755000/2755000
325.17/173.22	c cleaning 9999 clauses out of 20010 with flag 2765000/2765000
326.47/173.92	c cleaning 10003 clauses out of 20012 with flag 2775001/2775001
327.71/174.65	c cleaning 10001 clauses out of 20011 with flag 2785003/2785003
329.00/175.30	c cleaning 9998 clauses out of 20007 with flag 2795000/2795000
330.10/175.98	c cleaning 10000 clauses out of 20010 with flag 2805001/2805001
331.39/176.64	c cleaning 9997 clauses out of 20009 with flag 2815000/2815000
332.63/177.32	c cleaning 10003 clauses out of 20014 with flag 2825002/2825002
333.73/177.96	c cleaning 9998 clauses out of 20009 with flag 2835000/2835000
335.02/178.63	c cleaning 10000 clauses out of 20011 with flag 2845000/2845000
336.12/179.28	c cleaning 10003 clauses out of 20014 with flag 2855003/2855003
337.35/179.98	c cleaning 9998 clauses out of 20008 with flag 2865000/2865000
338.64/180.64	c cleaning 9999 clauses out of 20010 with flag 2875000/2875000
339.93/181.30	c cleaning 10001 clauses out of 20011 with flag 2885000/2885000
341.04/181.96	c cleaning 9999 clauses out of 20010 with flag 2895000/2895000
342.29/182.64	c cleaning 10003 clauses out of 20016 with flag 2905005/2905005
343.37/183.29	c cleaning 9995 clauses out of 20008 with flag 2915000/2915000
344.67/183.96	c cleaning 10002 clauses out of 20014 with flag 2925001/2925001
345.96/184.63	c cleaning 10001 clauses out of 20011 with flag 2935000/2935000
347.40/185.42	c cleaning 9991 clauses out of 20012 with flag 2945002/2945002
348.69/186.11	c cleaning 10004 clauses out of 20019 with flag 2955000/2955000
349.98/186.80	c cleaning 10001 clauses out of 20015 with flag 2965000/2965000
351.27/187.52	c cleaning 10002 clauses out of 20016 with flag 2975002/2975002
352.50/188.26	c cleaning 9996 clauses out of 20012 with flag 2985000/2985000
353.79/188.92	c cleaning 9998 clauses out of 20017 with flag 2995001/2995001
355.08/189.64	c cleaning 9993 clauses out of 20018 with flag 3005000/3005000
356.39/190.36	c cleaning 10007 clauses out of 20025 with flag 3015000/3015000
357.61/191.02	c cleaning 9999 clauses out of 20018 with flag 3025000/3025000
358.71/191.65	c cleaning 10002 clauses out of 20019 with flag 3035000/3035000
360.00/192.30	c cleaning 10006 clauses out of 20017 with flag 3045000/3045000
361.10/192.93	c cleaning 10002 clauses out of 20013 with flag 3055002/3055002
362.35/193.65	c cleaning 9998 clauses out of 20009 with flag 3065000/3065000
363.43/194.29	c cleaning 10002 clauses out of 20012 with flag 3075001/3075001
364.72/194.96	c cleaning 10000 clauses out of 20009 with flag 3085000/3085000
366.01/195.61	c cleaning 10001 clauses out of 20013 with flag 3095004/3095004
367.24/196.33	c cleaning 9996 clauses out of 20009 with flag 3105001/3105001
368.34/196.99	c cleaning 10000 clauses out of 20014 with flag 3115002/3115002
369.62/197.62	c cleaning 10000 clauses out of 20012 with flag 3125000/3125000
370.71/198.24	c cleaning 10004 clauses out of 20013 with flag 3135001/3135001
371.94/198.91	c cleaning 9996 clauses out of 20009 with flag 3145001/3145001
373.03/199.52	c cleaning 9999 clauses out of 20016 with flag 3155004/3155004
374.13/200.18	c cleaning 9998 clauses out of 20014 with flag 3165001/3165001
375.40/200.83	c cleaning 10000 clauses out of 20015 with flag 3175000/3175000
376.64/201.51	c cleaning 10004 clauses out of 20015 with flag 3185000/3185000
377.73/202.17	c cleaning 10001 clauses out of 20012 with flag 3195001/3195001
379.01/202.81	c cleaning 9999 clauses out of 20012 with flag 3205002/3205002
380.11/203.43	c cleaning 9997 clauses out of 20011 with flag 3215000/3215000
381.33/204.12	c cleaning 9999 clauses out of 20015 with flag 3225001/3225001
382.42/204.78	c cleaning 10000 clauses out of 20016 with flag 3235001/3235001
383.71/205.44	c cleaning 10002 clauses out of 20015 with flag 3245000/3245000
384.80/206.07	c cleaning 10002 clauses out of 20014 with flag 3255001/3255001
386.04/206.79	c cleaning 9999 clauses out of 20012 with flag 3265001/3265001
387.32/207.41	c cleaning 10003 clauses out of 20012 with flag 3275000/3275000
388.22/208.00	c cleaning 10004 clauses out of 20013 with flag 3285004/3285004
389.49/208.64	c cleaning 9996 clauses out of 20005 with flag 3295000/3295000
390.72/209.34	c cleaning 10001 clauses out of 20011 with flag 3305002/3305002
391.80/209.99	c cleaning 9995 clauses out of 20009 with flag 3315001/3315001
392.88/210.58	c cleaning 10005 clauses out of 20013 with flag 3325000/3325000
394.18/211.21	c cleaning 10001 clauses out of 20009 with flag 3335001/3335001
395.40/211.92	c cleaning 9996 clauses out of 20009 with flag 3345002/3345002
396.49/212.53	c cleaning 9999 clauses out of 20011 with flag 3355000/3355000
397.78/213.21	c cleaning 9993 clauses out of 20012 with flag 3365000/3365000
398.87/213.88	c cleaning 10002 clauses out of 20020 with flag 3375001/3375001
400.10/214.57	c cleaning 10003 clauses out of 20019 with flag 3385002/3385002
401.38/215.21	c cleaning 10003 clauses out of 20015 with flag 3395001/3395001
402.47/215.84	c cleaning 10004 clauses out of 20015 with flag 3405004/3405004
403.55/216.48	c cleaning 9995 clauses out of 20011 with flag 3415004/3415004
404.98/217.20	c cleaning 9998 clauses out of 20012 with flag 3425000/3425000
406.08/217.85	c cleaning 10001 clauses out of 20015 with flag 3435001/3435001
407.35/218.52	c cleaning 10003 clauses out of 20014 with flag 3445001/3445001
408.44/219.18	c cleaning 9999 clauses out of 20010 with flag 3455000/3455000
409.87/219.93	c cleaning 9997 clauses out of 20012 with flag 3465001/3465001
411.14/220.60	c cleaning 10002 clauses out of 20015 with flag 3475001/3475001
412.23/221.28	c cleaning 9998 clauses out of 20012 with flag 3485000/3485000
413.71/222.02	c cleaning 10003 clauses out of 20015 with flag 3495001/3495001
414.93/222.77	c cleaning 10001 clauses out of 20012 with flag 3505001/3505001
416.42/223.51	c cleaning 9999 clauses out of 20010 with flag 3515000/3515000
417.50/224.18	c cleaning 9997 clauses out of 20011 with flag 3525000/3525000
418.79/224.83	c cleaning 10000 clauses out of 20014 with flag 3535000/3535000
420.02/225.58	c cleaning 10003 clauses out of 20015 with flag 3545001/3545001
421.29/226.26	c cleaning 9993 clauses out of 20011 with flag 3555000/3555000
422.57/226.92	c cleaning 10004 clauses out of 20018 with flag 3565000/3565000
423.87/227.63	c cleaning 10001 clauses out of 20014 with flag 3575000/3575000
425.28/228.47	c cleaning 9989 clauses out of 20013 with flag 3585000/3585000
426.56/229.18	c cleaning 10008 clauses out of 20024 with flag 3595000/3595000
427.85/229.90	c cleaning 10000 clauses out of 20016 with flag 3605000/3605000
429.33/230.60	c cleaning 10001 clauses out of 20016 with flag 3615000/3615000
430.55/231.35	c cleaning 10002 clauses out of 20017 with flag 3625002/3625002
431.84/232.03	c cleaning 9997 clauses out of 20013 with flag 3635000/3635000
433.11/232.73	c cleaning 9997 clauses out of 20016 with flag 3645000/3645000
434.39/233.40	c cleaning 10000 clauses out of 20020 with flag 3655001/3655001
435.61/234.14	c cleaning 10008 clauses out of 20020 with flag 3665001/3665001
436.69/234.79	c cleaning 10002 clauses out of 20011 with flag 3675000/3675000
437.98/235.45	c cleaning 9985 clauses out of 20009 with flag 3685000/3685000
439.25/236.14	c cleaning 10006 clauses out of 20024 with flag 3695000/3695000
440.47/236.88	c cleaning 9995 clauses out of 20018 with flag 3705000/3705000
441.76/237.53	c cleaning 9998 clauses out of 20023 with flag 3715000/3715000
443.03/238.22	c cleaning 10009 clauses out of 20025 with flag 3725000/3725000
444.12/238.87	c cleaning 10003 clauses out of 20017 with flag 3735001/3735001
445.34/239.54	c cleaning 10003 clauses out of 20017 with flag 3745004/3745004
446.42/240.16	c cleaning 0 clauses out of 11000 with flag 0/11000
446.71/240.33	c cleaning 9999 clauses out of 20010 with flag 3755000/3755000
447.79/240.95	c cleaning 9997 clauses out of 20011 with flag 3765000/3765000
448.99/241.66	c cleaning 10005 clauses out of 20015 with flag 3775001/3775001
450.27/242.33	c cleaning 9995 clauses out of 20010 with flag 3785001/3785001
451.57/243.01	c cleaning 9997 clauses out of 20016 with flag 3795002/3795002
452.63/243.67	c cleaning 10002 clauses out of 20017 with flag 3805000/3805000
453.86/244.39	c cleaning 10002 clauses out of 20015 with flag 3815000/3815000
455.14/245.03	c cleaning 10003 clauses out of 20014 with flag 3825001/3825001
456.41/245.70	c cleaning 9999 clauses out of 20010 with flag 3835000/3835000
457.51/246.39	c cleaning 10000 clauses out of 20015 with flag 3845004/3845004
458.92/247.19	c cleaning 9995 clauses out of 20011 with flag 3855000/3855000
460.20/247.88	c cleaning 9998 clauses out of 20016 with flag 3865000/3865000
461.49/248.57	c cleaning 10003 clauses out of 20018 with flag 3875000/3875000
462.75/249.23	c cleaning 10002 clauses out of 20015 with flag 3885000/3885000
463.97/249.95	c cleaning 10003 clauses out of 20013 with flag 3895000/3895000
465.24/250.63	c cleaning 9993 clauses out of 20013 with flag 3905003/3905003
466.52/251.36	c cleaning 10004 clauses out of 20017 with flag 3915000/3915000
467.79/252.08	c cleaning 10002 clauses out of 20016 with flag 3925003/3925003
469.21/252.89	c cleaning 10005 clauses out of 20015 with flag 3935004/3935004
470.49/253.54	c cleaning 9992 clauses out of 20006 with flag 3945000/3945000
471.76/254.21	c cleaning 10001 clauses out of 20014 with flag 3955000/3955000
473.04/254.96	c cleaning 9998 clauses out of 20013 with flag 3965000/3965000
474.25/255.69	c cleaning 10003 clauses out of 20017 with flag 3975002/3975002
475.54/256.39	c cleaning 9997 clauses out of 20013 with flag 3985001/3985001
477.01/257.10	c cleaning 10005 clauses out of 20016 with flag 3995001/3995001
478.28/257.81	c cleaning 10001 clauses out of 20012 with flag 4005002/4005002
479.31/258.50	c cleaning 9992 clauses out of 20009 with flag 4015000/4015000
480.57/259.19	c cleaning 10002 clauses out of 20018 with flag 4025001/4025001
481.85/259.87	c cleaning 9999 clauses out of 20015 with flag 4035000/4035000
483.12/260.56	c cleaning 10000 clauses out of 20017 with flag 4045001/4045001
484.54/261.32	c cleaning 9999 clauses out of 20016 with flag 4055000/4055000
485.82/262.00	c cleaning 10008 clauses out of 20019 with flag 4065002/4065002
487.12/262.80	c cleaning 10001 clauses out of 20008 with flag 4075000/4075000
488.60/263.58	c cleaning 9999 clauses out of 20011 with flag 4085004/4085004
490.02/264.36	c cleaning 9995 clauses out of 20008 with flag 4095000/4095000
491.52/265.11	c cleaning 10000 clauses out of 20013 with flag 4105000/4105000
492.78/265.86	c cleaning 9996 clauses out of 20016 with flag 4115003/4115003
494.06/266.58	c cleaning 10002 clauses out of 20017 with flag 4125000/4125000
495.67/267.44	c cleaning 10000 clauses out of 20016 with flag 4135001/4135001
497.15/268.22	c cleaning 10004 clauses out of 20016 with flag 4145001/4145001
498.42/268.98	c cleaning 10004 clauses out of 20013 with flag 4155002/4155002
499.90/269.73	c cleaning 9996 clauses out of 20008 with flag 4165001/4165001
500.51/270.12	c  And the winner is Resolution
500.70/270.43	c starts		: 253
500.70/270.43	c conflicts		: 4168843
500.70/270.43	c decisions		: 6099495
500.70/270.43	c propagations		: 204444570
500.70/270.43	c inspects		: 2128180245
500.70/270.43	c shortcuts		: 0
500.70/270.43	c learnt literals	: 6
500.70/270.43	c learnt binary clauses	: 36
500.70/270.43	c learnt ternary clauses	: 674
500.70/270.43	c learnt constraints	: 4168836
500.70/270.43	c ignored constraints	: 0
500.70/270.43	c root simplifications	: 0
500.70/270.43	c removed literals (reason simplification)	: 21103101
500.70/270.43	c reason swapping (by a shorter reason)	: 0
500.70/270.43	c Calls to reduceDB	: 418
500.70/270.43	c number of reductions to clauses (during analyze)	: 0
500.70/270.43	c number of learned constraints concerned by reduction	: 0
500.70/270.43	c number of learning phase by resolution	: 0
500.70/270.43	c number of learning phase by cutting planes	: 0
500.70/270.43	c speed (assignments/second)	: 756871.3303074953
500.70/270.43	c non guided choices	169
500.70/270.45	c learnt constraints type 
500.70/270.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
500.70/270.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13812
500.70/270.45	c constraints type 
500.70/270.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
500.70/270.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
500.70/270.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
500.70/270.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
500.70/270.45	c constraints type 
500.70/270.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
500.70/270.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
500.70/270.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
500.70/270.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
500.70/270.45	s UNSATISFIABLE
500.70/270.45	c Total wall clock time (in seconds): 270.338

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

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.89 3/174 11530
/proc/meminfo: memFree=31849256/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 1238 0 0 0 0 0 0 0 18 0 2 0 875876840 31260672 957 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 7632 957 730 9 0 383 0
[pid=11530/tid=11533] ppid=11528 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) R 11528 11530 11485 0 -1 4202560 124 0 0 0 0 0 0 0 19 0 2 0 875876841 31268864 958 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676639940 0 0 4096 2048 0 0 0 -1 1 0 0 0

[startup+0.0554059 s]
/proc/loadavg: 3.68 3.93 3.89 3/174 11530
/proc/meminfo: memFree=31849256/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 11528 0 1 0 3 1 0 0 18 0 13 0 875876840 10718838784 11224 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2616904 11225 1686 9 0 2607652 0
[pid=11530/tid=11533] ppid=11528 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) R 11528 11530 11485 0 -1 4202560 10380 0 1 0 3 1 0 0 18 0 13 0 875876841 10718838784 11225 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 47670049243043 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100396 s]
/proc/loadavg: 3.68 3.93 3.89 3/174 11530
/proc/meminfo: memFree=31849256/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10539832 CPUtime=0.1 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 13062 0 1 0 8 2 0 0 18 0 18 0 875876840 10792787968 12758 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2634958 12758 2092 9 0 2625692 0
[pid=11530/tid=11533] ppid=11528 vsize=10539832 CPUtime=0.08 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) R 11528 11530 11485 0 -1 4202560 11165 0 1 0 7 1 0 0 18 0 18 0 875876841 10792787968 12758 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539832

[startup+0.300372 s]
/proc/loadavg: 3.68 3.93 3.89 3/174 11530
/proc/meminfo: memFree=31849256/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10541520 CPUtime=0.47 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 15858 0 1 0 44 3 0 0 18 0 18 0 875876840 10794516480 15147 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2635380 15148 2198 9 0 2626114 0
[pid=11530/tid=11533] ppid=11528 vsize=10541520 CPUtime=0.28 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) R 11528 11530 11485 0 -1 4202560 12970 0 1 0 26 2 0 0 18 0 18 0 875876841 10794516480 15148 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505598385 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541520

[startup+0.700231 s]
/proc/loadavg: 3.68 3.93 3.89 3/174 11530
/proc/meminfo: memFree=31849256/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=2.01 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 41291 0 1 0 195 6 0 0 18 0 22 0 875876840 10810105856 36196 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 36196 2225 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13393 0 1 0 28 2 0 0 19 0 22 0 875876841 10810105856 36196 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10556744

[startup+1.50109 s]
/proc/loadavg: 3.68 3.93 3.89 10/218 11574
/proc/meminfo: memFree=31448224/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=4.21 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 75500 0 1 0 412 9 0 0 18 0 22 0 875876840 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 64829 2256 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13393 0 1 0 28 2 0 0 15 0 22 0 875876841 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11543] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11543/stat : 11543 (java) S 11528 11530 11485 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11544] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11544/stat : 11544 (java) S 11528 11530 11485 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11545] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11545/stat : 11545 (java) S 11528 11530 11485 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11546] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11546/stat : 11546 (java) S 11528 11530 11485 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11547] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11547/stat : 11547 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11548] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11548/stat : 11548 (java) S 11528 11530 11485 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11549] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11552] ppid=11528 vsize=10556744 CPUtime=0.05 cores=1,3,5,7
/proc/11530/task/11552/stat : 11552 (java) S 11528 11530 11485 0 -1 4202560 1194 0 0 0 5 0 0 0 15 0 22 0 875876843 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 0 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11555] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11555/stat : 11555 (java) S 11528 11530 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11556] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11556/stat : 11556 (java) S 11528 11530 11485 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 875876844 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11562] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11562/stat : 11562 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875876846 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676631985 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11563] ppid=11528 vsize=10556744 CPUtime=0.78 cores=1,3,5,7
/proc/11530/task/11563/stat : 11563 (java) S 11528 11530 11485 0 -1 4202560 6530 0 0 0 78 0 0 0 15 0 22 0 875876846 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11564] ppid=11528 vsize=10556744 CPUtime=0.81 cores=1,3,5,7
/proc/11530/task/11564/stat : 11564 (java) S 11528 11530 11485 0 -1 4202560 10990 0 0 0 80 1 0 0 15 0 22 0 875876846 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11565] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11565/stat : 11565 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 875876846 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11566] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11566/stat : 11566 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876846 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11567] ppid=11528 vsize=10556744 CPUtime=1.11 cores=1,3,5,7
/proc/11530/task/11567/stat : 11567 (java) R 11528 11530 11485 0 -1 4202560 356 0 0 0 111 0 0 0 20 0 22 0 875876872 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505635815 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11530/tid=11568] ppid=11528 vsize=10556744 CPUtime=1.09 cores=1,3,5,7
/proc/11530/task/11568/stat : 11568 (java) R 11528 11530 11485 0 -1 4202560 40866 0 0 0 105 4 0 0 17 0 22 0 875876872 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505844269 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11530/tid=11569] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11569/stat : 11569 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876873 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11570] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11570/stat : 11570 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876873 10810105856 64829 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 10556744

[startup+3.10087 s]
/proc/loadavg: 3.68 3.93 3.89 6/218 11574
/proc/meminfo: memFree=31200100/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=7.46 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 104106 0 1 0 734 12 0 0 18 0 22 0 875876840 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 93420 2257 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13393 0 1 0 28 2 0 0 15 0 22 0 875876841 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11543] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11543/stat : 11543 (java) S 11528 11530 11485 0 -1 4202560 322 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11544] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11544/stat : 11544 (java) S 11528 11530 11485 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11545] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11545/stat : 11545 (java) S 11528 11530 11485 0 -1 4202560 119 0 0 0 0 0 0 0 16 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11546] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11546/stat : 11546 (java) S 11528 11530 11485 0 -1 4202560 253 0 0 0 0 0 0 0 16 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11547] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11547/stat : 11547 (java) S 11528 11530 11485 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11548] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11548/stat : 11548 (java) S 11528 11530 11485 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11549] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11552] ppid=11528 vsize=10556744 CPUtime=0.12 cores=1,3,5,7
/proc/11530/task/11552/stat : 11552 (java) S 11528 11530 11485 0 -1 4202560 2021 0 0 0 12 0 0 0 16 0 22 0 875876843 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 0 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11555] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11555/stat : 11555 (java) S 11528 11530 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11556] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11556/stat : 11556 (java) S 11528 11530 11485 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 875876844 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11562] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11562/stat : 11562 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875876846 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676631985 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11563] ppid=11528 vsize=10556744 CPUtime=0.82 cores=1,3,5,7
/proc/11530/task/11563/stat : 11563 (java) S 11528 11530 11485 0 -1 4202560 6535 0 0 0 82 0 0 0 15 0 22 0 875876846 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11564] ppid=11528 vsize=10556744 CPUtime=0.9 cores=1,3,5,7
/proc/11530/task/11564/stat : 11564 (java) S 11528 11530 11485 0 -1 4202560 11017 0 0 0 89 1 0 0 15 0 22 0 875876846 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11565] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11565/stat : 11565 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 875876846 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11566] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11566/stat : 11566 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876846 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11567] ppid=11528 vsize=10556744 CPUtime=2.63 cores=1,3,5,7
/proc/11530/task/11567/stat : 11567 (java) R 11528 11530 11485 0 -1 4202560 449 0 0 0 263 0 0 0 22 0 22 0 875876872 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505669288 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11530/tid=11568] ppid=11528 vsize=10556744 CPUtime=2.61 cores=1,3,5,7
/proc/11530/task/11568/stat : 11568 (java) R 11528 11530 11485 0 -1 4202560 68231 0 0 0 254 7 0 0 18 0 22 0 875876872 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505665841 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11530/tid=11569] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11569/stat : 11569 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876873 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11570] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11570/stat : 11570 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876873 10810105856 93420 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 10556744

[startup+6.3013 s]
/proc/loadavg: 3.70 3.93 3.89 7/218 11574
/proc/meminfo: memFree=31004588/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=13.7 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 111642 0 1 0 1357 13 0 0 18 0 22 0 875876840 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 100783 2257 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13393 0 1 0 28 2 0 0 15 0 22 0 875876841 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11543] ppid=11528 vsize=10556744 CPUtime=0.01 cores=1,3,5,7
/proc/11530/task/11543/stat : 11543 (java) S 11528 11530 11485 0 -1 4202560 322 0 0 0 1 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11544] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11544/stat : 11544 (java) S 11528 11530 11485 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11545] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11545/stat : 11545 (java) S 11528 11530 11485 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11546] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11546/stat : 11546 (java) S 11528 11530 11485 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11547] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11547/stat : 11547 (java) S 11528 11530 11485 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11548] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11548/stat : 11548 (java) S 11528 11530 11485 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11549] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 22 0 875876842 10810105856 100783 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0

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

/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 310 0 0 0 73 0 0 0 15 0 22 0 875876842 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0.68 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 217 0 0 0 68 0 0 0 15 0 22 0 875876842 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11552] ppid=11528 vsize=10556744 CPUtime=43.34 cores=1,3,5,7
/proc/11530/task/11552/stat : 11552 (java) S 11528 11530 11485 0 -1 4202560 16996 0 0 0 4328 6 0 0 15 0 22 0 875876843 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 0 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11555] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11555/stat : 11555 (java) S 11528 11530 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11556] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11556/stat : 11556 (java) S 11528 11530 11485 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 875876844 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11562] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11562/stat : 11562 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875876846 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676631985 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11563] ppid=11528 vsize=10556744 CPUtime=0.91 cores=1,3,5,7
/proc/11530/task/11563/stat : 11563 (java) S 11528 11530 11485 0 -1 4202560 6544 0 0 0 91 0 0 0 15 0 22 0 875876846 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11564] ppid=11528 vsize=10556744 CPUtime=1.43 cores=1,3,5,7
/proc/11530/task/11564/stat : 11564 (java) S 11528 11530 11485 0 -1 4202560 15140 0 0 0 142 1 0 0 15 0 22 0 875876846 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11565] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11565/stat : 11565 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 875876846 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11566] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11566/stat : 11566 (java) S 11528 11530 11485 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 875876846 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11567] ppid=11528 vsize=10556744 CPUtime=223.91 cores=1,3,5,7
/proc/11530/task/11567/stat : 11567 (java) R 11528 11530 11485 0 -1 4202560 644 0 0 0 22390 1 0 0 16 0 22 0 875876872 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505640948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11530/tid=11568] ppid=11528 vsize=10556744 CPUtime=223.9 cores=1,3,5,7
/proc/11530/task/11568/stat : 11568 (java) R 11528 11530 11485 0 -1 4202560 87356 0 0 0 22379 11 0 0 25 0 22 0 875876872 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 46912505810357 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11530/tid=11569] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11569/stat : 11569 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876873 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11570] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11570/stat : 11570 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876873 10810105856 128005 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 499.51
Current children cumulated vsize (KiB) 10556744

[startup+269.902 s]
/proc/loadavg: 3.79 3.86 3.87 5/218 11760
/proc/meminfo: memFree=30762912/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=500.15 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 143337 0 1 0 49987 28 0 0 18 0 22 0 875876840 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 128007 2259 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13465 0 1 0 28 2 0 0 15 0 22 0 875876841 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11543] ppid=11528 vsize=10556744 CPUtime=0.7 cores=1,3,5,7
/proc/11530/task/11543/stat : 11543 (java) S 11528 11530 11485 0 -1 4202560 412 0 0 0 70 0 0 0 16 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11544] ppid=11528 vsize=10556744 CPUtime=0.69 cores=1,3,5,7
/proc/11530/task/11544/stat : 11544 (java) S 11528 11530 11485 0 -1 4202560 127 0 0 0 69 0 0 0 15 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11545] ppid=11528 vsize=10556744 CPUtime=0.64 cores=1,3,5,7
/proc/11530/task/11545/stat : 11545 (java) S 11528 11530 11485 0 -1 4202560 201 0 0 0 64 0 0 0 16 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11546] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11546/stat : 11546 (java) S 11528 11530 11485 0 -1 4202560 342 0 0 0 73 0 0 0 15 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11547] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11547/stat : 11547 (java) S 11528 11530 11485 0 -1 4202560 207 0 0 0 73 0 0 0 15 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11548] ppid=11528 vsize=10556744 CPUtime=0.7 cores=1,3,5,7
/proc/11530/task/11548/stat : 11548 (java) S 11528 11530 11485 0 -1 4202560 205 0 0 0 70 0 0 0 15 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11549] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 310 0 0 0 73 0 0 0 15 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0.68 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 217 0 0 0 68 0 0 0 16 0 22 0 875876842 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11552] ppid=11528 vsize=10556744 CPUtime=43.5 cores=1,3,5,7
/proc/11530/task/11552/stat : 11552 (java) R 11528 11530 11485 0 -1 4202560 16996 0 0 0 4344 6 0 0 16 0 22 0 875876843 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 47670052454516 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=11530/tid=11555] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11555/stat : 11555 (java) S 11528 11530 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11556] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11556/stat : 11556 (java) S 11528 11530 11485 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 875876844 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11562] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11562/stat : 11562 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875876846 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676631985 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11563] ppid=11528 vsize=10556744 CPUtime=0.91 cores=1,3,5,7
/proc/11530/task/11563/stat : 11563 (java) S 11528 11530 11485 0 -1 4202560 6544 0 0 0 91 0 0 0 15 0 22 0 875876846 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11564] ppid=11528 vsize=10556744 CPUtime=1.43 cores=1,3,5,7
/proc/11530/task/11564/stat : 11564 (java) S 11528 11530 11485 0 -1 4202560 15140 0 0 0 142 1 0 0 15 0 22 0 875876846 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11565] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11565/stat : 11565 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 875876846 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11566] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11566/stat : 11566 (java) S 11528 11530 11485 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 875876846 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11567] ppid=11528 vsize=10556744 CPUtime=224.14 cores=1,3,5,7
/proc/11530/task/11567/stat : 11567 (java) S 11528 11530 11485 0 -1 4202560 644 0 0 0 22413 1 0 0 16 0 22 0 875876872 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11568] ppid=11528 vsize=10556744 CPUtime=224.13 cores=1,3,5,7
/proc/11530/task/11568/stat : 11568 (java) S 11528 11530 11485 0 -1 4202560 87356 0 0 0 22402 11 0 0 25 0 22 0 875876872 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11569] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11569/stat : 11569 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876873 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11570] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11570/stat : 11570 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876873 10810105856 128007 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 500.15
Current children cumulated vsize (KiB) 10556744

[startup+270.302 s]
/proc/loadavg: 3.79 3.86 3.87 5/218 11760
/proc/meminfo: memFree=30762912/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=500.7 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 143338 0 1 0 50042 28 0 0 18 0 19 0 875876840 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 128008 2260 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13465 0 1 0 28 2 0 0 15 0 19 0 875876841 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11543] ppid=11528 vsize=10556744 CPUtime=0.7 cores=1,3,5,7
/proc/11530/task/11543/stat : 11543 (java) S 11528 11530 11485 0 -1 4202560 412 0 0 0 70 0 0 0 16 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11544] ppid=11528 vsize=10556744 CPUtime=0.69 cores=1,3,5,7
/proc/11530/task/11544/stat : 11544 (java) S 11528 11530 11485 0 -1 4202560 127 0 0 0 69 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11545] ppid=11528 vsize=10556744 CPUtime=0.64 cores=1,3,5,7
/proc/11530/task/11545/stat : 11545 (java) S 11528 11530 11485 0 -1 4202560 201 0 0 0 64 0 0 0 16 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11546] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11546/stat : 11546 (java) S 11528 11530 11485 0 -1 4202560 342 0 0 0 73 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11547] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11547/stat : 11547 (java) S 11528 11530 11485 0 -1 4202560 207 0 0 0 73 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11548] ppid=11528 vsize=10556744 CPUtime=0.7 cores=1,3,5,7
/proc/11530/task/11548/stat : 11548 (java) S 11528 11530 11485 0 -1 4202560 205 0 0 0 70 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11549] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 310 0 0 0 73 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0.68 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 217 0 0 0 68 0 0 0 16 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11552] ppid=11528 vsize=10556744 CPUtime=43.54 cores=1,3,5,7
/proc/11530/task/11552/stat : 11552 (java) S 11528 11530 11485 0 -1 4202560 16996 0 0 0 4348 6 0 0 16 0 19 0 875876843 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 0 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11555] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11555/stat : 11555 (java) S 11528 11530 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 875876844 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11556] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11556/stat : 11556 (java) S 11528 11530 11485 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 875876844 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11562] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11562/stat : 11562 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676631985 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11563] ppid=11528 vsize=10556744 CPUtime=0.91 cores=1,3,5,7
/proc/11530/task/11563/stat : 11563 (java) S 11528 11530 11485 0 -1 4202560 6544 0 0 0 91 0 0 0 15 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11564] ppid=11528 vsize=10556744 CPUtime=1.43 cores=1,3,5,7
/proc/11530/task/11564/stat : 11564 (java) S 11528 11530 11485 0 -1 4202560 15140 0 0 0 142 1 0 0 15 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11565] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11565/stat : 11565 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11566] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11566/stat : 11566 (java) S 11528 11530 11485 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11570] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11570/stat : 11570 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875876873 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 500.7
Current children cumulated vsize (KiB) 10556744

[startup+270.402 s]
/proc/loadavg: 3.79 3.86 3.87 5/218 11760
/proc/meminfo: memFree=30762912/32951132 swapFree=67054608/67111528
[pid=11530] ppid=11528 vsize=10556744 CPUtime=500.7 cores=1,3,5,7
/proc/11530/stat : 11530 (java) S 11528 11530 11485 0 -1 4202496 143338 0 1 0 50042 28 0 0 18 0 19 0 875876840 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11530/statm: 2639186 128008 2260 9 0 2629920 0
[pid=11530/tid=11533] ppid=11528 vsize=10556744 CPUtime=0.3 cores=1,3,5,7
/proc/11530/task/11533/stat : 11533 (java) S 11528 11530 11485 0 -1 4202560 13465 0 1 0 28 2 0 0 15 0 19 0 875876841 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11543] ppid=11528 vsize=10556744 CPUtime=0.7 cores=1,3,5,7
/proc/11530/task/11543/stat : 11543 (java) S 11528 11530 11485 0 -1 4202560 412 0 0 0 70 0 0 0 16 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11544] ppid=11528 vsize=10556744 CPUtime=0.69 cores=1,3,5,7
/proc/11530/task/11544/stat : 11544 (java) S 11528 11530 11485 0 -1 4202560 127 0 0 0 69 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11545] ppid=11528 vsize=10556744 CPUtime=0.64 cores=1,3,5,7
/proc/11530/task/11545/stat : 11545 (java) S 11528 11530 11485 0 -1 4202560 201 0 0 0 64 0 0 0 16 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11546] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11546/stat : 11546 (java) S 11528 11530 11485 0 -1 4202560 342 0 0 0 73 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11547] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11547/stat : 11547 (java) S 11528 11530 11485 0 -1 4202560 207 0 0 0 73 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11548] ppid=11528 vsize=10556744 CPUtime=0.7 cores=1,3,5,7
/proc/11530/task/11548/stat : 11548 (java) S 11528 11530 11485 0 -1 4202560 205 0 0 0 70 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11549] ppid=11528 vsize=10556744 CPUtime=0.73 cores=1,3,5,7
/proc/11530/task/11549/stat : 11549 (java) S 11528 11530 11485 0 -1 4202560 310 0 0 0 73 0 0 0 15 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11550] ppid=11528 vsize=10556744 CPUtime=0.68 cores=1,3,5,7
/proc/11530/task/11550/stat : 11550 (java) S 11528 11530 11485 0 -1 4202560 217 0 0 0 68 0 0 0 16 0 19 0 875876842 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11552] ppid=11528 vsize=10556744 CPUtime=43.54 cores=1,3,5,7
/proc/11530/task/11552/stat : 11552 (java) S 11528 11530 11485 0 -1 4202560 16996 0 0 0 4348 6 0 0 16 0 19 0 875876843 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 0 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11555] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11555/stat : 11555 (java) S 11528 11530 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 875876844 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11556] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11556/stat : 11556 (java) S 11528 11530 11485 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 875876844 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 5 0 0 0
[pid=11530/tid=11562] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11562/stat : 11562 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676631985 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11563] ppid=11528 vsize=10556744 CPUtime=0.91 cores=1,3,5,7
/proc/11530/task/11563/stat : 11563 (java) S 11528 11530 11485 0 -1 4202560 6544 0 0 0 91 0 0 0 15 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11564] ppid=11528 vsize=10556744 CPUtime=1.43 cores=1,3,5,7
/proc/11530/task/11564/stat : 11564 (java) S 11528 11530 11485 0 -1 4202560 15140 0 0 0 142 1 0 0 15 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
[pid=11530/tid=11565] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11565/stat : 11565 (java) S 11528 11530 11485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624281 0 4 0 16800975 18446604457879676864 0 0 -1 1 0 0 0
[pid=11530/tid=11566] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11566/stat : 11566 (java) S 11528 11530 11485 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 875876846 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 3 0 0 0
[pid=11530/tid=11570] ppid=11528 vsize=10556744 CPUtime=0 cores=1,3,5,7
/proc/11530/task/11570/stat : 11570 (java) S 11528 11530 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875876873 10810105856 128008 33554432000 1073741824 1073778376 140737006820752 18446744073709551615 274676624896 0 4 0 16800975 18446604457879676864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 500.7
Current children cumulated vsize (KiB) 10556744

Child status: 20
Real time (s): 270.473
CPU time (s): 500.744
CPU user time (s): 500.439
CPU system time (s): 0.304953
CPU usage (%): 185.136
Max. virtual memory (cumulated for all children) (KiB): 10556744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.439
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143351
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= 18289
involuntary context switches= 8908

runsolver used 0.430934 second user time and 1.08384 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 20:06:12
IDJOB=3454885
IDBENCH=1349
IDSOLVER=1950
FILE ID=node131/3454885-1307642772
RUNJOBID= node131-1307642772-11504
PBS_JOBID= 13549400
Free space on /tmp= 74120 MiB

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

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

MD5SUM BENCH= 526ab28e5245080e542291515286f3e0
RANDOM SEED=941923736

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      31850296 kB
Buffers:        212724 kB
Cached:         617348 kB
SwapCached:       9832 kB
Active:         328644 kB
Inactive:       521380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31850296 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            2548 kB
Writeback:          68 kB
AnonPages:       18752 kB
Mapped:          12520 kB
Slab:           183908 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74120 MiB
End job on node131 at 2011-06-09 20:10:43