Trace number 3731267

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT1120 408.702 221.895

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark0.170973
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3731267-1338735250.opb
0.11/0.10	c reading problem ... 
0.11/0.12	c ... done. Wall clock time 0.026s.
0.11/0.12	c #vars     89
0.11/0.12	c #constraints  28
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.11/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.11/0.18	c And the winner is Resolution
0.51/1.12	c SATISFIABLE
0.51/1.12	c OPTIMIZING...
0.51/1.12	c Got one! Elapsed wall clock time (in seconds):1.028
0.51/1.12	o 1387
0.51/1.13	c And the winner is CuttingPlanes
0.54/2.13	c Got one! Elapsed wall clock time (in seconds):2.029
0.54/2.13	o 1255
0.54/2.19	c And the winner is CuttingPlanes
0.82/3.13	c Got one! Elapsed wall clock time (in seconds):3.03
0.82/3.13	o 1222
1.88/3.43	c And the winner is CuttingPlanes
1.88/3.45	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.42/4.13	c Got one! Elapsed wall clock time (in seconds):4.031
2.42/4.13	o 1197
2.42/4.16	c And the winner is CuttingPlanes
2.50/5.13	c Got one! Elapsed wall clock time (in seconds):5.032
2.50/5.13	o 1194
3.05/5.36	c cleaning 4251 clauses out of 8503 with flag 11000/11000
3.94/5.70	c cleaning 5618 clauses out of 11252 with flag 18000/18000
3.94/5.77	c And the winner is Resolution
4.11/6.13	c Got one! Elapsed wall clock time (in seconds):6.033
4.11/6.13	o 1182
4.68/6.40	c cleaning 6815 clauses out of 13634 with flag 26000/26000
5.31/6.79	c cleaning 7908 clauses out of 15820 with flag 35001/35001
5.49/6.86	c And the winner is Resolution
5.64/7.13	c Got one! Elapsed wall clock time (in seconds):7.033
5.64/7.13	o 1149
6.37/7.55	c cleaning 8950 clauses out of 17911 with flag 45000/45000
7.38/8.05	c cleaning 9476 clauses out of 18962 with flag 55001/55001
8.37/8.53	c cleaning 9735 clauses out of 19485 with flag 65000/65000
9.14/8.95	c cleaning 9871 clauses out of 19751 with flag 75001/75001
10.14/9.41	c cleaning 9934 clauses out of 19879 with flag 85000/85000
10.94/9.82	c cleaning 9971 clauses out of 19945 with flag 95000/95000
11.91/10.31	c cleaning 9983 clauses out of 19977 with flag 105003/105003
12.87/10.90	c cleaning 9992 clauses out of 19994 with flag 115003/115003
14.06/11.45	c cleaning 9997 clauses out of 20002 with flag 125003/125003
15.04/11.95	c cleaning 9996 clauses out of 20004 with flag 135002/135002
16.02/12.44	c cleaning 9990 clauses out of 20006 with flag 145000/145000
16.99/12.92	c cleaning 9994 clauses out of 20016 with flag 155000/155000
17.96/13.41	c cleaning 10000 clauses out of 20022 with flag 165000/165000
18.93/13.94	c cleaning 10006 clauses out of 20022 with flag 175000/175000
19.91/14.42	c cleaning 10003 clauses out of 20017 with flag 185001/185001
20.67/14.90	c cleaning 9999 clauses out of 20014 with flag 195001/195001
21.65/15.31	c cleaning 10000 clauses out of 20021 with flag 205007/205007
22.61/15.82	c cleaning 10002 clauses out of 20018 with flag 215004/215004
22.61/15.85	c And the winner is CuttingPlanes
22.72/16.13	c Got one! Elapsed wall clock time (in seconds):16.035
22.72/16.13	o 1120
23.67/16.66	c cleaning 9999 clauses out of 20012 with flag 225000/225000
24.62/17.12	c cleaning 9995 clauses out of 20013 with flag 235000/235000
25.41/17.56	c cleaning 10008 clauses out of 20020 with flag 245002/245002
26.38/18.09	c cleaning 9997 clauses out of 20011 with flag 255001/255001
27.35/18.55	c cleaning 9996 clauses out of 20014 with flag 265001/265001
28.30/19.02	c cleaning 10002 clauses out of 20019 with flag 275002/275002
29.08/19.49	c cleaning 9999 clauses out of 20016 with flag 285001/285001
30.05/19.97	c cleaning 10001 clauses out of 20016 with flag 295000/295000
31.02/20.44	c cleaning 10005 clauses out of 20020 with flag 305005/305005
31.99/20.96	c cleaning 10002 clauses out of 20010 with flag 315000/315000
32.95/21.44	c cleaning 9997 clauses out of 20009 with flag 325001/325001
33.93/21.93	c cleaning 10000 clauses out of 20012 with flag 335001/335001
34.90/22.46	c cleaning 10002 clauses out of 20014 with flag 345003/345003
35.86/22.96	c cleaning 10000 clauses out of 20009 with flag 355000/355000
36.84/23.47	c cleaning 10004 clauses out of 20016 with flag 365007/365007
38.02/24.03	c cleaning 9996 clauses out of 20006 with flag 375001/375001
38.99/24.55	c cleaning 9997 clauses out of 20009 with flag 385000/385000
39.94/25.03	c cleaning 10002 clauses out of 20013 with flag 395001/395001
40.90/25.56	c cleaning 9997 clauses out of 20010 with flag 405000/405000
41.87/26.03	c cleaning 10001 clauses out of 20013 with flag 415000/415000
42.85/26.53	c cleaning 9997 clauses out of 20012 with flag 425000/425000
43.80/27.04	c cleaning 10003 clauses out of 20017 with flag 435002/435002
44.77/27.55	c cleaning 9996 clauses out of 20013 with flag 445001/445001
45.73/28.08	c cleaning 9998 clauses out of 20017 with flag 455001/455001
46.91/28.61	c cleaning 10005 clauses out of 20019 with flag 465001/465001
47.84/29.16	c cleaning 10000 clauses out of 20013 with flag 475000/475000
49.02/29.71	c cleaning 9999 clauses out of 20015 with flag 485002/485002
49.97/30.24	c cleaning 9998 clauses out of 20015 with flag 495001/495001
51.16/30.80	c cleaning 10004 clauses out of 20020 with flag 505004/505004
51.90/31.29	c cleaning 10000 clauses out of 20012 with flag 515000/515000
53.08/31.86	c cleaning 9998 clauses out of 20012 with flag 525000/525000
54.23/32.42	c cleaning 9984 clauses out of 20014 with flag 535000/535000
55.21/32.96	c cleaning 10011 clauses out of 20033 with flag 545003/545003
56.35/33.56	c cleaning 10004 clauses out of 20022 with flag 555003/555003
57.52/34.11	c cleaning 10005 clauses out of 20018 with flag 565003/565003
58.47/34.64	c cleaning 9999 clauses out of 20012 with flag 575002/575002
59.45/35.10	c cleaning 9994 clauses out of 20013 with flag 585002/585002
60.37/35.61	c cleaning 10000 clauses out of 20017 with flag 595000/595000
61.14/36.07	c cleaning 9999 clauses out of 20017 with flag 605000/605000
62.11/36.54	c cleaning 10005 clauses out of 20028 with flag 615010/615010
63.27/37.11	c cleaning 9999 clauses out of 20013 with flag 625000/625000
64.21/37.64	c cleaning 10003 clauses out of 20014 with flag 635000/635000
65.17/38.16	c cleaning 10000 clauses out of 20011 with flag 645000/645000
66.13/38.67	c cleaning 10000 clauses out of 20012 with flag 655001/655001
67.29/39.20	c cleaning 9994 clauses out of 20011 with flag 665000/665000
68.23/39.75	c cleaning 10001 clauses out of 20021 with flag 675004/675004
69.19/40.30	c cleaning 9995 clauses out of 20017 with flag 685001/685001
70.55/40.92	c cleaning 10011 clauses out of 20028 with flag 695007/695007
71.51/41.47	c cleaning 9995 clauses out of 20011 with flag 705001/705001
72.65/42.04	c cleaning 10001 clauses out of 20017 with flag 715002/715002
73.81/42.63	c cleaning 10003 clauses out of 20016 with flag 725002/725002
74.97/43.22	c cleaning 10004 clauses out of 20011 with flag 735000/735000
75.92/43.80	c cleaning 9999 clauses out of 20007 with flag 745000/745000
77.06/44.34	c cleaning 10000 clauses out of 20009 with flag 755001/755001
78.22/44.92	c cleaning 9999 clauses out of 20008 with flag 765000/765000
79.19/45.42	c cleaning 10000 clauses out of 20011 with flag 775002/775002
80.15/45.90	c cleaning 10001 clauses out of 20009 with flag 785000/785000
81.12/46.43	c cleaning 9999 clauses out of 20011 with flag 795003/795003
82.09/46.95	c cleaning 9997 clauses out of 20009 with flag 805000/805000
83.04/47.46	c cleaning 9989 clauses out of 20012 with flag 815000/815000
83.41/47.67	c cleaning 0 clauses out of 5001 with flag 0/5001
84.41/48.09	c cleaning 10005 clauses out of 20028 with flag 825005/825005
85.77/48.64	c cleaning 10004 clauses out of 20020 with flag 835002/835002
86.93/49.21	c cleaning 10000 clauses out of 20014 with flag 845000/845000
87.89/49.78	c cleaning 10002 clauses out of 20014 with flag 855000/855000
89.02/50.31	c cleaning 10003 clauses out of 20018 with flag 865006/865006
89.97/50.83	c cleaning 9995 clauses out of 20009 with flag 875000/875000
90.93/51.39	c cleaning 9997 clauses out of 20014 with flag 885000/885000
91.90/51.89	c cleaning 10003 clauses out of 20018 with flag 895001/895001
93.02/52.41	c cleaning 9993 clauses out of 20015 with flag 905001/905001
93.99/52.90	c cleaning 10002 clauses out of 20021 with flag 915000/915000
94.74/53.39	c cleaning 10008 clauses out of 20021 with flag 925002/925002
95.90/53.93	c cleaning 9997 clauses out of 20012 with flag 935001/935001
97.02/54.58	c cleaning 9999 clauses out of 20014 with flag 945000/945000
98.17/55.11	c cleaning 10001 clauses out of 20016 with flag 955001/955001
98.92/55.56	c cleaning 10002 clauses out of 20015 with flag 965001/965001
99.89/56.04	c cleaning 9999 clauses out of 20015 with flag 975003/975003
100.80/56.59	c cleaning 9998 clauses out of 20018 with flag 985005/985005
101.76/57.08	c cleaning 9997 clauses out of 20016 with flag 995001/995001
102.71/57.57	c cleaning 10007 clauses out of 20021 with flag 1005003/1005003
103.86/58.10	c cleaning 9997 clauses out of 20013 with flag 1015002/1015002
104.78/58.70	c cleaning 9992 clauses out of 20016 with flag 1025002/1025002
105.93/59.25	c cleaning 10006 clauses out of 20027 with flag 1035005/1035005
106.88/59.79	c cleaning 10002 clauses out of 20021 with flag 1045005/1045005
108.03/60.39	c cleaning 10001 clauses out of 20017 with flag 1055003/1055003
109.17/60.97	c cleaning 10003 clauses out of 20014 with flag 1065001/1065001
110.12/61.48	c cleaning 9998 clauses out of 20010 with flag 1075000/1075000
111.07/61.97	c cleaning 9998 clauses out of 20012 with flag 1085000/1085000
112.02/62.46	c cleaning 10003 clauses out of 20018 with flag 1095004/1095004
112.94/62.97	c cleaning 9997 clauses out of 20011 with flag 1105000/1105000
113.89/63.47	c cleaning 10002 clauses out of 20014 with flag 1115000/1115000
115.04/64.01	c cleaning 10002 clauses out of 20014 with flag 1125002/1125002
115.99/64.59	c cleaning 9995 clauses out of 20010 with flag 1135000/1135000
117.11/65.17	c cleaning 9991 clauses out of 20015 with flag 1145000/1145000
118.07/65.69	c cleaning 10003 clauses out of 20024 with flag 1155000/1155000
119.02/66.19	c cleaning 10008 clauses out of 20023 with flag 1165002/1165002
120.17/66.76	c cleaning 10002 clauses out of 20014 with flag 1175001/1175001
121.30/67.35	c cleaning 9997 clauses out of 20013 with flag 1185002/1185002
122.45/67.94	c cleaning 10004 clauses out of 20015 with flag 1195001/1195001
123.60/68.51	c cleaning 9995 clauses out of 20010 with flag 1205000/1205000
124.54/69.04	c cleaning 9992 clauses out of 20016 with flag 1215001/1215001
125.66/69.62	c cleaning 10004 clauses out of 20023 with flag 1225000/1225000
126.81/70.23	c cleaning 10007 clauses out of 20027 with flag 1235008/1235008
127.96/70.83	c cleaning 10002 clauses out of 20017 with flag 1245005/1245005
129.12/71.45	c cleaning 10000 clauses out of 20012 with flag 1255002/1255002
130.23/72.05	c cleaning 10002 clauses out of 20015 with flag 1265005/1265005
131.19/72.59	c cleaning 9989 clauses out of 20009 with flag 1275001/1275001
132.32/73.17	c cleaning 10001 clauses out of 20019 with flag 1285000/1285000
133.48/73.72	c cleaning 10009 clauses out of 20021 with flag 1295003/1295003
134.59/74.37	c cleaning 9995 clauses out of 20009 with flag 1305000/1305000
135.55/74.88	c cleaning 10000 clauses out of 20014 with flag 1315000/1315000
136.47/75.35	c cleaning 10001 clauses out of 20015 with flag 1325001/1325001
137.44/75.86	c cleaning 10003 clauses out of 20013 with flag 1335000/1335000
138.34/76.39	c cleaning 10000 clauses out of 20010 with flag 1345000/1345000
139.29/76.88	c cleaning 9990 clauses out of 20012 with flag 1355002/1355002
140.44/77.46	c cleaning 9998 clauses out of 20022 with flag 1365002/1365002
141.39/77.95	c cleaning 10004 clauses out of 20022 with flag 1375000/1375000
142.30/78.46	c cleaning 9999 clauses out of 20018 with flag 1385000/1385000
143.25/78.95	c cleaning 9993 clauses out of 20020 with flag 1395001/1395001
144.20/79.48	c cleaning 10008 clauses out of 20027 with flag 1405001/1405001
145.34/80.03	c cleaning 10003 clauses out of 20021 with flag 1415003/1415003
146.26/80.59	c cleaning 10001 clauses out of 20017 with flag 1425002/1425002
147.60/81.23	c cleaning 10002 clauses out of 20014 with flag 1435000/1435000
148.55/81.76	c cleaning 10002 clauses out of 20014 with flag 1445002/1445002
149.49/82.26	c cleaning 9997 clauses out of 20010 with flag 1455000/1455000
150.42/82.77	c cleaning 10002 clauses out of 20018 with flag 1465005/1465005
151.37/83.28	c cleaning 9996 clauses out of 20014 with flag 1475003/1475003
152.52/83.84	c cleaning 9994 clauses out of 20015 with flag 1485000/1485000
153.66/84.40	c cleaning 10005 clauses out of 20025 with flag 1495004/1495004
154.59/84.96	c cleaning 10000 clauses out of 20019 with flag 1505003/1505003
155.53/85.47	c cleaning 10002 clauses out of 20018 with flag 1515002/1515002
156.69/86.01	c cleaning 9997 clauses out of 20014 with flag 1525000/1525000
157.63/86.55	c cleaning 10000 clauses out of 20018 with flag 1535001/1535001
158.54/87.09	c cleaning 10004 clauses out of 20020 with flag 1545003/1545003
159.68/87.63	c cleaning 9996 clauses out of 20013 with flag 1555000/1555000
160.62/88.19	c cleaning 10004 clauses out of 20017 with flag 1565000/1565000
161.76/88.76	c cleaning 10004 clauses out of 20013 with flag 1575000/1575000
163.09/89.40	c cleaning 9995 clauses out of 20010 with flag 1585001/1585001
164.04/89.95	c cleaning 9994 clauses out of 20014 with flag 1595000/1595000
165.18/90.57	c cleaning 10000 clauses out of 20022 with flag 1605002/1605002
166.32/91.11	c cleaning 10004 clauses out of 20022 with flag 1615002/1615002
167.45/91.72	c cleaning 10004 clauses out of 20023 with flag 1625007/1625007
168.39/92.27	c cleaning 10000 clauses out of 20012 with flag 1635000/1635000
169.53/92.84	c cleaning 9997 clauses out of 20013 with flag 1645001/1645001
170.47/93.39	c cleaning 10002 clauses out of 20019 with flag 1655004/1655004
171.57/93.95	c cleaning 10002 clauses out of 20013 with flag 1665000/1665000
172.73/94.56	c cleaning 9996 clauses out of 20012 with flag 1675001/1675001
173.86/95.12	c cleaning 9996 clauses out of 20017 with flag 1685002/1685002
175.01/95.71	c cleaning 10001 clauses out of 20022 with flag 1695003/1695003
175.91/96.29	c cleaning 10003 clauses out of 20019 with flag 1705001/1705001
177.07/96.82	c cleaning 10001 clauses out of 20015 with flag 1715000/1715000
178.00/97.36	c cleaning 9999 clauses out of 20014 with flag 1725000/1725000
179.17/97.96	c cleaning 9997 clauses out of 20015 with flag 1735000/1735000
180.46/98.60	c cleaning 10006 clauses out of 20018 with flag 1745000/1745000
181.60/99.24	c cleaning 10004 clauses out of 20012 with flag 1755000/1755000
182.74/99.82	c cleaning 9997 clauses out of 20008 with flag 1765000/1765000
183.69/100.36	c cleaning 9999 clauses out of 20011 with flag 1775000/1775000
184.80/100.95	c cleaning 10000 clauses out of 20012 with flag 1785000/1785000
185.74/101.44	c cleaning 9997 clauses out of 20015 with flag 1795003/1795003
186.68/101.95	c cleaning 10003 clauses out of 20015 with flag 1805000/1805000
187.62/102.45	c cleaning 9998 clauses out of 20014 with flag 1815002/1815002
188.75/103.03	c cleaning 9992 clauses out of 20014 with flag 1825000/1825000
189.70/103.55	c cleaning 10004 clauses out of 20024 with flag 1835002/1835002
190.84/104.10	c cleaning 10001 clauses out of 20019 with flag 1845001/1845001
191.79/104.64	c cleaning 10004 clauses out of 20017 with flag 1855000/1855000
192.72/105.18	c cleaning 10003 clauses out of 20020 with flag 1865007/1865007
193.87/105.73	c cleaning 9995 clauses out of 20010 with flag 1875000/1875000
194.80/106.24	c cleaning 10003 clauses out of 20017 with flag 1885002/1885002
195.75/106.74	c cleaning 9988 clauses out of 20013 with flag 1895001/1895001
196.86/107.32	c cleaning 10008 clauses out of 20024 with flag 1905000/1905000
197.81/107.87	c cleaning 9991 clauses out of 20016 with flag 1915000/1915000
198.94/108.45	c cleaning 10008 clauses out of 20028 with flag 1925003/1925003
199.91/108.98	c cleaning 9992 clauses out of 20017 with flag 1935000/1935000
201.01/109.59	c cleaning 9995 clauses out of 20025 with flag 1945000/1945000
202.36/110.20	c cleaning 10008 clauses out of 20031 with flag 1955001/1955001
203.50/110.89	c cleaning 10008 clauses out of 20025 with flag 1965003/1965003
205.04/111.66	c cleaning 9999 clauses out of 20015 with flag 1975001/1975001
205.95/112.19	c cleaning 9999 clauses out of 20015 with flag 1985000/1985000
206.87/112.68	c cleaning 10002 clauses out of 20018 with flag 1995002/1995002
208.02/113.22	c cleaning 10003 clauses out of 20016 with flag 2005002/2005002
208.94/113.76	c cleaning 10002 clauses out of 20012 with flag 2015001/2015001
209.84/114.30	c cleaning 10000 clauses out of 20010 with flag 2025001/2025001
210.78/114.79	c cleaning 9997 clauses out of 20009 with flag 2035000/2035000
211.91/115.38	c cleaning 9997 clauses out of 20013 with flag 2045001/2045001
213.05/115.93	c cleaning 10002 clauses out of 20015 with flag 2055000/2055000
214.17/116.53	c cleaning 9999 clauses out of 20014 with flag 2065001/2065001
215.29/117.10	c cleaning 10005 clauses out of 20018 with flag 2075004/2075004
216.24/117.68	c cleaning 10000 clauses out of 20009 with flag 2085000/2085000
217.36/118.26	c cleaning 10000 clauses out of 20010 with flag 2095001/2095001
218.67/118.90	c cleaning 10000 clauses out of 20009 with flag 2105000/2105000
219.81/119.51	c cleaning 9998 clauses out of 20009 with flag 2115000/2115000
220.94/120.10	c cleaning 10003 clauses out of 20013 with flag 2125002/2125002
222.10/120.74	c cleaning 10000 clauses out of 20012 with flag 2135004/2135004
223.21/121.37	c cleaning 9997 clauses out of 20008 with flag 2145000/2145000
224.34/121.96	c cleaning 9998 clauses out of 20015 with flag 2155004/2155004
225.47/122.53	c cleaning 9998 clauses out of 20020 with flag 2165007/2165007
226.61/123.11	c cleaning 10002 clauses out of 20016 with flag 2175001/2175001
227.70/123.71	c cleaning 10002 clauses out of 20017 with flag 2185004/2185004
228.85/124.33	c cleaning 9997 clauses out of 20013 with flag 2195002/2195002
229.77/124.85	c cleaning 10001 clauses out of 20015 with flag 2205001/2205001
230.71/125.38	c cleaning 9997 clauses out of 20015 with flag 2215002/2215002
231.80/125.96	c cleaning 9999 clauses out of 20016 with flag 2225000/2225000
232.74/126.50	c cleaning 9995 clauses out of 20017 with flag 2235000/2235000
233.86/127.03	c cleaning 10005 clauses out of 20024 with flag 2245002/2245002
234.81/127.59	c cleaning 10004 clauses out of 20020 with flag 2255003/2255003
236.28/128.33	c cleaning 9998 clauses out of 20013 with flag 2265000/2265000
237.21/128.84	c cleaning 10000 clauses out of 20015 with flag 2275000/2275000
238.16/129.39	c cleaning 9999 clauses out of 20015 with flag 2285000/2285000
239.29/129.91	c cleaning 10004 clauses out of 20019 with flag 2295003/2295003
240.19/130.49	c cleaning 10003 clauses out of 20016 with flag 2305004/2305004
241.33/131.03	c cleaning 9998 clauses out of 20010 with flag 2315001/2315001
242.26/131.55	c cleaning 9997 clauses out of 20011 with flag 2325000/2325000
243.39/132.13	c cleaning 10002 clauses out of 20015 with flag 2335001/2335001
244.29/132.68	c cleaning 9998 clauses out of 20012 with flag 2345000/2345000
245.43/133.27	c cleaning 10003 clauses out of 20014 with flag 2355000/2355000
246.57/133.81	c cleaning 10004 clauses out of 20015 with flag 2365004/2365004
247.51/134.38	c cleaning 9999 clauses out of 20011 with flag 2375004/2375004
248.81/135.02	c cleaning 9992 clauses out of 20008 with flag 2385000/2385000
249.75/135.58	c cleaning 10003 clauses out of 20016 with flag 2395000/2395000
250.88/136.15	c cleaning 10002 clauses out of 20016 with flag 2405003/2405003
252.02/136.78	c cleaning 10000 clauses out of 20013 with flag 2415002/2415002
253.11/137.35	c cleaning 10003 clauses out of 20013 with flag 2425002/2425002
254.04/137.90	c cleaning 10002 clauses out of 20009 with flag 2435001/2435001
255.18/138.40	c cleaning 9988 clauses out of 20009 with flag 2445003/2445003
256.12/138.93	c cleaning 10003 clauses out of 20019 with flag 2455001/2455001
257.21/139.51	c cleaning 10003 clauses out of 20016 with flag 2465001/2465001
258.14/140.07	c cleaning 10000 clauses out of 20016 with flag 2475004/2475004
259.28/140.62	c cleaning 9991 clauses out of 20012 with flag 2485000/2485000
260.21/141.17	c cleaning 10003 clauses out of 20021 with flag 2495000/2495000
261.52/141.83	c cleaning 10004 clauses out of 20023 with flag 2505005/2505005
262.43/142.37	c cleaning 10010 clauses out of 20024 with flag 2515010/2515010
263.58/142.93	c cleaning 9997 clauses out of 20004 with flag 2525000/2525000
264.49/143.49	c cleaning 9995 clauses out of 20011 with flag 2535004/2535004
265.80/144.15	c cleaning 10003 clauses out of 20013 with flag 2545001/2545001
266.91/144.74	c cleaning 9998 clauses out of 20009 with flag 2555000/2555000
268.04/145.35	c cleaning 10001 clauses out of 20014 with flag 2565003/2565003
269.17/145.92	c cleaning 9990 clauses out of 20011 with flag 2575001/2575001
270.26/146.54	c cleaning 9992 clauses out of 20020 with flag 2585000/2585000
271.40/147.18	c cleaning 10007 clauses out of 20031 with flag 2595003/2595003
272.73/147.85	c cleaning 10003 clauses out of 20027 with flag 2605006/2605006
273.89/148.47	c cleaning 10002 clauses out of 20024 with flag 2615006/2615006
274.96/149.04	c cleaning 10005 clauses out of 20018 with flag 2625002/2625002
275.91/149.60	c cleaning 10001 clauses out of 20011 with flag 2635000/2635000
277.02/150.17	c cleaning 9999 clauses out of 20011 with flag 2645001/2645001
278.16/150.73	c cleaning 10002 clauses out of 20012 with flag 2655001/2655001
279.24/151.36	c cleaning 10001 clauses out of 20009 with flag 2665000/2665000
280.37/151.97	c cleaning 10001 clauses out of 20011 with flag 2675003/2675003
281.70/152.66	c cleaning 9999 clauses out of 20007 with flag 2685000/2685000
282.83/153.29	c cleaning 10002 clauses out of 20013 with flag 2695005/2695005
284.12/153.99	c cleaning 9997 clauses out of 20006 with flag 2705000/2705000
285.43/154.62	c cleaning 10004 clauses out of 20020 with flag 2715011/2715011
286.56/155.20	c cleaning 9997 clauses out of 20006 with flag 2725001/2725001
287.68/155.81	c cleaning 10000 clauses out of 20008 with flag 2735000/2735000
288.78/156.42	c cleaning 9990 clauses out of 20008 with flag 2745000/2745000
289.71/156.99	c cleaning 10002 clauses out of 20022 with flag 2755004/2755004
291.03/157.62	c cleaning 10002 clauses out of 20016 with flag 2765000/2765000
292.16/158.27	c cleaning 10004 clauses out of 20015 with flag 2775001/2775001
293.64/159.01	c cleaning 10004 clauses out of 20015 with flag 2785005/2785005
294.96/159.80	c cleaning 9998 clauses out of 20006 with flag 2795000/2795000
296.50/160.60	c cleaning 10001 clauses out of 20011 with flag 2805003/2805003
298.01/161.33	c cleaning 9998 clauses out of 20007 with flag 2815000/2815000
299.09/161.92	c cleaning 9991 clauses out of 20009 with flag 2825000/2825000
300.02/162.46	c cleaning 10005 clauses out of 20019 with flag 2835001/2835001
301.14/163.05	c cleaning 10002 clauses out of 20015 with flag 2845002/2845002
302.46/163.71	c cleaning 10007 clauses out of 20021 with flag 2855010/2855010
303.76/164.44	c cleaning 9999 clauses out of 20010 with flag 2865006/2865006
304.71/165.00	c cleaning 10003 clauses out of 20012 with flag 2875007/2875007
305.82/165.55	c cleaning 9997 clauses out of 20007 with flag 2885005/2885005
306.76/166.10	c cleaning 9997 clauses out of 20007 with flag 2895002/2895002
308.05/166.74	c cleaning 9999 clauses out of 20012 with flag 2905004/2905004
308.99/167.24	c cleaning 10004 clauses out of 20009 with flag 2915000/2915000
309.90/167.75	c cleaning 10003 clauses out of 20012 with flag 2925007/2925007
311.05/168.33	c cleaning 9997 clauses out of 20003 with flag 2935001/2935001
312.13/168.90	c cleaning 9994 clauses out of 20006 with flag 2945001/2945001
313.07/169.47	c cleaning 10004 clauses out of 20012 with flag 2955001/2955001
313.98/169.99	c cleaning 10000 clauses out of 20009 with flag 2965002/2965002
315.13/170.59	c cleaning 9999 clauses out of 20007 with flag 2975000/2975000
316.20/171.15	c cleaning 9999 clauses out of 20010 with flag 2985002/2985002
317.34/171.72	c cleaning 9998 clauses out of 20009 with flag 2995000/2995000
318.48/172.30	c cleaning 10002 clauses out of 20015 with flag 3005004/3005004
319.41/172.89	c cleaning 10001 clauses out of 20010 with flag 3015001/3015001
320.49/173.48	c cleaning 9996 clauses out of 20008 with flag 3025000/3025000
321.61/174.01	c cleaning 9999 clauses out of 20012 with flag 3035000/3035000
322.74/174.60	c cleaning 9993 clauses out of 20014 with flag 3045001/3045001
323.87/175.22	c cleaning 10005 clauses out of 20023 with flag 3055003/3055003
324.96/175.81	c cleaning 9996 clauses out of 20015 with flag 3065000/3065000
325.90/176.36	c cleaning 10002 clauses out of 20020 with flag 3075001/3075001
326.82/176.87	c cleaning 10005 clauses out of 20018 with flag 3085001/3085001
327.94/177.42	c cleaning 10000 clauses out of 20013 with flag 3095001/3095001
329.02/178.03	c cleaning 10006 clauses out of 20014 with flag 3105002/3105002
330.16/178.66	c cleaning 9999 clauses out of 20007 with flag 3115001/3115001
331.29/179.29	c cleaning 10001 clauses out of 20009 with flag 3125002/3125002
332.61/179.92	c cleaning 10004 clauses out of 20015 with flag 3135009/3135009
333.69/180.58	c cleaning 9995 clauses out of 20003 with flag 3145001/3145001
335.01/181.20	c cleaning 10001 clauses out of 20010 with flag 3155003/3155003
335.92/181.79	c cleaning 9997 clauses out of 20007 with flag 3165001/3165001
337.06/182.35	c cleaning 9997 clauses out of 20012 with flag 3175003/3175003
338.14/182.97	c cleaning 10003 clauses out of 20019 with flag 3185007/3185007
339.26/183.56	c cleaning 10003 clauses out of 20009 with flag 3195000/3195000
340.40/184.15	c cleaning 10001 clauses out of 20007 with flag 3205001/3205001
341.54/184.72	c cleaning 9997 clauses out of 20005 with flag 3215000/3215000
342.81/185.45	c cleaning 9997 clauses out of 20010 with flag 3225002/3225002
344.14/186.10	c cleaning 10004 clauses out of 20011 with flag 3235000/3235000
345.07/186.68	c cleaning 9998 clauses out of 20009 with flag 3245002/3245002
346.20/187.23	c cleaning 10004 clauses out of 20010 with flag 3255001/3255001
347.28/187.81	c cleaning 10001 clauses out of 20008 with flag 3265003/3265003
348.21/188.37	c cleaning 9992 clauses out of 20004 with flag 3275000/3275000
349.34/189.00	c cleaning 9999 clauses out of 20012 with flag 3285000/3285000
350.66/189.61	c cleaning 10005 clauses out of 20014 with flag 3295001/3295001
351.75/190.22	c cleaning 9997 clauses out of 20011 with flag 3305003/3305003
352.85/190.80	c cleaning 9999 clauses out of 20013 with flag 3315002/3315002
353.79/191.37	c cleaning 10001 clauses out of 20015 with flag 3325003/3325003
354.90/191.97	c cleaning 9993 clauses out of 20011 with flag 3335000/3335000
356.16/192.61	c cleaning 10000 clauses out of 20021 with flag 3345003/3345003
357.28/193.24	c cleaning 10002 clauses out of 20020 with flag 3355002/3355002
358.41/193.84	c cleaning 10002 clauses out of 20016 with flag 3365000/3365000
359.54/194.45	c cleaning 9999 clauses out of 20014 with flag 3375000/3375000
360.61/195.10	c cleaning 9996 clauses out of 20016 with flag 3385001/3385001
361.73/195.70	c cleaning 9997 clauses out of 20022 with flag 3395003/3395003
362.85/196.28	c cleaning 10007 clauses out of 20022 with flag 3405000/3405000
364.18/196.91	c cleaning 9994 clauses out of 20018 with flag 3415003/3415003
365.24/197.58	c cleaning 10007 clauses out of 20021 with flag 3425000/3425000
366.56/198.21	c cleaning 10004 clauses out of 20018 with flag 3435004/3435004
367.68/198.87	c cleaning 10000 clauses out of 20011 with flag 3445001/3445001
368.80/199.48	c cleaning 9997 clauses out of 20010 with flag 3455000/3455000
370.30/200.21	c cleaning 9998 clauses out of 20014 with flag 3465001/3465001
371.62/200.90	c cleaning 10007 clauses out of 20021 with flag 3475006/3475006
372.76/201.54	c cleaning 9996 clauses out of 20010 with flag 3485002/3485002
373.88/202.17	c cleaning 10001 clauses out of 20015 with flag 3495003/3495003
375.15/202.89	c cleaning 9999 clauses out of 20012 with flag 3505001/3505001
376.70/203.68	c cleaning 10001 clauses out of 20012 with flag 3515000/3515000
378.02/204.33	c cleaning 9999 clauses out of 20011 with flag 3525000/3525000
379.15/204.98	c cleaning 10006 clauses out of 20019 with flag 3535007/3535007
380.63/205.73	c cleaning 9998 clauses out of 20008 with flag 3545002/3545002
381.94/206.40	c cleaning 9998 clauses out of 20010 with flag 3555002/3555002
383.06/207.09	c cleaning 10006 clauses out of 20015 with flag 3565005/3565005
384.58/207.82	c cleaning 10002 clauses out of 20006 with flag 3575002/3575002
385.84/208.58	c cleaning 9996 clauses out of 20003 with flag 3585001/3585001
387.16/209.23	c cleaning 9997 clauses out of 20006 with flag 3595000/3595000
388.49/209.94	c cleaning 9998 clauses out of 20009 with flag 3605000/3605000
389.80/210.60	c cleaning 9997 clauses out of 20011 with flag 3615000/3615000
391.28/211.44	c cleaning 10002 clauses out of 20015 with flag 3625001/3625001
392.60/212.19	c cleaning 10005 clauses out of 20013 with flag 3635001/3635001
393.93/212.86	c cleaning 10001 clauses out of 20007 with flag 3645000/3645000
395.44/213.63	c cleaning 9998 clauses out of 20006 with flag 3655000/3655000
396.92/214.47	c cleaning 10000 clauses out of 20010 with flag 3665002/3665002
398.43/215.24	c cleaning 9998 clauses out of 20008 with flag 3675000/3675000
399.75/215.94	c cleaning 10002 clauses out of 20012 with flag 3685002/3685002
400.87/216.60	c cleaning 9999 clauses out of 20008 with flag 3695000/3695000
402.97/217.63	c cleaning 10002 clauses out of 20010 with flag 3705001/3705001
404.27/218.39	c cleaning 10000 clauses out of 20010 with flag 3715003/3715003
405.61/219.01	c cleaning 10000 clauses out of 20007 with flag 3725000/3725000
406.73/219.62	c cleaning 10002 clauses out of 20008 with flag 3735003/3735003
407.80/220.27	c And the winner is Resolution
408.56/221.88	c starts		: 255
408.56/221.88	c conflicts		: 3743206
408.56/221.88	c decisions		: 5956018
408.56/221.88	c propagations		: 65303268
408.56/221.89	c inspects		: 1095642205
408.56/221.89	c learnt literals	: 10
408.56/221.89	c learnt binary clauses	: 38
408.56/221.89	c learnt ternary clauses	: 119
408.56/221.89	c learnt clauses	: 3743195
408.56/221.89	c ignored clauses	: 0
408.56/221.89	c root simplifications	: 0
408.56/221.89	c removed literals (reason simplification)	: 36921028
408.56/221.89	c reason swapping (by a shorter reason)	: 0
408.56/221.89	c Calls to reduceDB	: 375
408.56/221.89	c number of reductions to clauses (during analyze)	: 0
408.56/221.89	c number of learned constraints concerned by reduction	: 0
408.56/221.89	c number of learning phase by resolution	: 0
408.56/221.89	c number of learning phase by cutting planes	: 0
408.56/221.89	c speed (assignments/second)	: 317388.253820133
408.56/221.89	c non guided choices	0
408.56/221.89	c learnt constraints type 
408.56/221.89	c constraints type 
408.56/221.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
408.56/221.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
408.56/221.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
408.56/221.89	c constraints type 
408.56/221.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
408.56/221.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
408.56/221.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
408.56/221.89	s OPTIMUM FOUND
408.56/221.89	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 
408.56/221.89	c objective function=1120
408.56/221.89	c Total wall clock time (in seconds): 221.789

Verifier Data

OK	1120

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731267-1338735250/watcher-3731267-1338735250 -o /tmp/evaluation-result-3731267-1338735250/solver-3731267-1338735250 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731267-1338735250.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.37 3.62 3.68 4/197 17045
/proc/meminfo: memFree=30623440/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/17045/stat : 17045 (java) R 17043 17045 3958 0 -1 4202496 1144 0 0 0 0 0 0 0 20 0 1 0 339650982 23728128 864 33554432000 1073741824 1073778376 140735696102480 140735696091544 217413871632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 6050 867 654 9 0 385 0
[pid=17045/tid=17046] ppid=17043 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) R 17043 17045 3958 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 339650983 24780800 867 33554432000 1073741824 1073778376 140735696102480 140735696091544 217410574513 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.072106 s]
/proc/loadavg: 3.37 3.62 3.68 4/197 17045
/proc/meminfo: memFree=30623440/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 3900 0 1 0 5 1 0 0 20 0 18 0 339650982 2764726272 5619 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 674982 5619 1772 9 0 665676 0
[pid=17045/tid=17046] ppid=17043 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) R 17043 17045 3958 0 -1 4202560 2690 0 1 0 5 0 0 0 20 0 18 0 339650983 2764726272 5619 33554432000 1073741824 1073778376 140735696102480 139816806673328 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100217 s]
/proc/loadavg: 3.37 3.62 3.68 4/197 17045
/proc/meminfo: memFree=30623440/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 4856 0 1 0 10 1 0 0 20 0 18 0 339650982 2764726272 6542 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 674982 6542 2144 9 0 665676 0
[pid=17045/tid=17046] ppid=17043 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) R 17043 17045 3958 0 -1 4202560 2777 0 1 0 6 1 0 0 20 0 18 0 339650983 2764726272 6542 33554432000 1073741824 1073778376 140735696102480 139816806661240 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300206 s]
/proc/loadavg: 3.37 3.62 3.68 4/197 17045
/proc/meminfo: memFree=30623440/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 9252 0 1 0 47 4 0 0 20 0 20 0 339650982 3037372416 10949 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 10949 2212 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) S 17043 17045 3958 0 -1 4202560 2783 0 1 0 9 1 0 0 20 0 20 0 339650983 3037372416 10949 33554432000 1073741824 1073778376 140735696102480 139816806675608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2966184

[startup+0.700227 s]
/proc/loadavg: 3.37 3.62 3.68 4/197 17045
/proc/meminfo: memFree=30623440/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 9252 0 1 0 47 4 0 0 20 0 20 0 339650982 3037372416 10949 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 10949 2212 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) S 17043 17045 3958 0 -1 4202560 2783 0 1 0 9 1 0 0 20 0 20 0 339650983 3037372416 10949 33554432000 1073741824 1073778376 140735696102480 139816806675608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2966184

[startup+1.50065 s]
/proc/loadavg: 3.37 3.62 3.68 2/217 17067
/proc/meminfo: memFree=30588116/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 9265 0 1 0 50 4 0 0 20 0 20 0 339650982 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 11978 2215 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) S 17043 17045 3958 0 -1 4202560 2784 0 1 0 9 1 0 0 20 0 20 0 339650983 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816806675608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17048] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17048/stat : 17048 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816790956456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17049] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17049/stat : 17049 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816789903912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17050] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17050/stat : 17050 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816788850856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17051] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17051/stat : 17051 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816787798312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17052] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17059/stat : 17059 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816768018704 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17060] ppid=17043 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/17045/task/17060/stat : 17060 (java) S 17043 17045 3958 0 -1 4202560 2685 0 0 0 13 0 0 0 20 0 20 0 339650987 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816766966584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17061] ppid=17043 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/17045/task/17061/stat : 17061 (java) S 17043 17045 3958 0 -1 4202560 2476 0 0 0 15 0 0 0 20 0 20 0 339650987 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816765914040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17062] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17062/stat : 17062 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816764861176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17063] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17063/stat : 17063 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816763808840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17066] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17066/stat : 17066 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816760648488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17067] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17067/stat : 17067 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 11978 33554432000 1073741824 1073778376 140735696102480 139816759595944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2966184

[startup+3.10069 s]
/proc/loadavg: 3.37 3.62 3.68 3/217 17069
/proc/meminfo: memFree=30583400/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 9288 0 1 0 76 6 0 0 20 0 20 0 339650982 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 15061 2218 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) S 17043 17045 3958 0 -1 4202560 2785 0 1 0 9 2 0 0 20 0 20 0 339650983 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816806675608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17048] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17048/stat : 17048 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816790956456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17049] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17049/stat : 17049 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816789903912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17050] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17050/stat : 17050 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816788850856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17051] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17051/stat : 17051 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816787798312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17052] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339650984 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17059/stat : 17059 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816768018704 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17060] ppid=17043 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/17045/task/17060/stat : 17060 (java) S 17043 17045 3958 0 -1 4202560 2696 0 0 0 20 0 0 0 20 0 20 0 339650987 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816766966584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17061] ppid=17043 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/17045/task/17061/stat : 17061 (java) S 17043 17045 3958 0 -1 4202560 2476 0 0 0 23 0 0 0 20 0 20 0 339650987 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816765914040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17062] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17062/stat : 17062 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816764861176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17063] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17063/stat : 17063 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816763808840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17066] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17066/stat : 17066 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816760648488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17067] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17067/stat : 17067 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 15061 33554432000 1073741824 1073778376 140735696102480 139816759595944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 3.26 3.59 3.67 5/219 17077
/proc/meminfo: memFree=30396492/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=4.46 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 21118 0 1 0 429 17 0 0 20 0 22 0 339650982 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 72304 2267 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) S 17043 17045 3958 0 -1 4202560 2787 0 1 0 10 2 0 0 20 0 22 0 339650983 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816806675608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17048] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17048/stat : 17048 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816790956456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17049] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17049/stat : 17049 (java) S 17043 17045 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816789903912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17050] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17050/stat : 17050 (java) S 17043 17045 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816788850856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17051] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17051/stat : 17051 (java) S 17043 17045 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816787798312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17052] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339650984 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 339650985 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339650985 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339650985 3037372416 72304 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 101 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 123 0 0 0 106 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 125 0 0 0 105 1 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 114 0 0 0 108 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=27.38 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 96 0 0 0 2733 5 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17059/stat : 17059 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816768018704 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17060] ppid=17043 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/17045/task/17060/stat : 17060 (java) S 17043 17045 3958 0 -1 4202560 6395 0 0 0 86 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816766966584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17061] ppid=17043 vsize=2966184 CPUtime=1.55 cores=1,3,5,7
/proc/17045/task/17061/stat : 17061 (java) S 17043 17045 3958 0 -1 4202560 12493 0 0 0 153 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816765914040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17062] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17062/stat : 17062 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816764861176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17063] ppid=17043 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/17045/task/17063/stat : 17063 (java) S 17043 17045 3958 0 -1 4202560 12 0 0 0 3 5 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816763808840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17066] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17066/stat : 17066 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816760648488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17067] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17067/stat : 17067 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816759595944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 2966184

[startup+221.501 s]
/proc/loadavg: 3.65 3.66 3.67 3/217 17084
/proc/meminfo: memFree=30085944/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=408.26 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 24723 0 1 0 40774 52 0 0 20 0 20 0 339650982 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 120370 2276 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) R 17043 17045 3958 0 -1 4202560 2814 0 1 0 26 2 0 0 20 0 20 0 339650983 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816806675112 139816637568930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17048] ppid=17043 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17045/task/17048/stat : 17048 (java) S 17043 17045 3958 0 -1 4202560 152 0 0 0 109 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816790956456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17049] ppid=17043 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/17045/task/17049/stat : 17049 (java) S 17043 17045 3958 0 -1 4202560 124 0 0 0 104 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816789903912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17050] ppid=17043 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17045/task/17050/stat : 17050 (java) S 17043 17045 3958 0 -1 4202560 124 0 0 0 109 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816788850856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17051] ppid=17043 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/17045/task/17051/stat : 17051 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 102 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816787798312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17052] ppid=17043 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 101 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 123 0 0 0 106 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 125 0 0 0 105 1 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 114 0 0 0 108 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=27.38 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 96 0 0 0 2733 5 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17059/stat : 17059 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816768018704 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17060] ppid=17043 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/17045/task/17060/stat : 17060 (java) S 17043 17045 3958 0 -1 4202560 6395 0 0 0 86 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816766966584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17061] ppid=17043 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/17045/task/17061/stat : 17061 (java) S 17043 17045 3958 0 -1 4202560 12493 0 0 0 155 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816765914040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17062] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17062/stat : 17062 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816764861176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17063] ppid=17043 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/17045/task/17063/stat : 17063 (java) S 17043 17045 3958 0 -1 4202560 12 0 0 0 3 5 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816763808840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17066] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17066/stat : 17066 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816760648488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17067] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17067/stat : 17067 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816759595944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 2966184

[startup+221.701 s]
/proc/loadavg: 3.65 3.66 3.67 3/217 17084
/proc/meminfo: memFree=30085944/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=408.46 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 24723 0 1 0 40794 52 0 0 20 0 20 0 339650982 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 120370 2276 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) R 17043 17045 3958 0 -1 4202560 2814 0 1 0 46 2 0 0 20 0 20 0 339650983 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816806675112 139816637568930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17048] ppid=17043 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17045/task/17048/stat : 17048 (java) S 17043 17045 3958 0 -1 4202560 152 0 0 0 109 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816790956456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17049] ppid=17043 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/17045/task/17049/stat : 17049 (java) S 17043 17045 3958 0 -1 4202560 124 0 0 0 104 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816789903912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17050] ppid=17043 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17045/task/17050/stat : 17050 (java) S 17043 17045 3958 0 -1 4202560 124 0 0 0 109 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816788850856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17051] ppid=17043 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/17045/task/17051/stat : 17051 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 102 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816787798312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17052] ppid=17043 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 101 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 123 0 0 0 106 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 125 0 0 0 105 1 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 114 0 0 0 108 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=27.38 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 96 0 0 0 2733 5 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17059/stat : 17059 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816768018704 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17060] ppid=17043 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/17045/task/17060/stat : 17060 (java) S 17043 17045 3958 0 -1 4202560 6395 0 0 0 86 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816766966584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17061] ppid=17043 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/17045/task/17061/stat : 17061 (java) S 17043 17045 3958 0 -1 4202560 12493 0 0 0 155 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816765914040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17062] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17062/stat : 17062 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816764861176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17063] ppid=17043 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/17045/task/17063/stat : 17063 (java) S 17043 17045 3958 0 -1 4202560 12 0 0 0 3 5 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816763808840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17066] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17066/stat : 17066 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816760648488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17067] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17067/stat : 17067 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816759595944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 2966184

[startup+221.801 s]
/proc/loadavg: 3.65 3.66 3.67 3/217 17084
/proc/meminfo: memFree=30085944/32873648 swapFree=7628/7628
[pid=17045] ppid=17043 vsize=2966184 CPUtime=408.56 cores=1,3,5,7
/proc/17045/stat : 17045 (java) S 17043 17045 3958 0 -1 4202496 24723 0 1 0 40804 52 0 0 20 0 20 0 339650982 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 140735696093616 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17045/statm: 741546 120370 2276 9 0 732240 0
[pid=17045/tid=17046] ppid=17043 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/17045/task/17046/stat : 17046 (java) R 17043 17045 3958 0 -1 4202560 2814 0 1 0 56 2 0 0 20 0 20 0 339650983 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816806673240 139816637568924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17048] ppid=17043 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17045/task/17048/stat : 17048 (java) S 17043 17045 3958 0 -1 4202560 152 0 0 0 109 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816790956456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17049] ppid=17043 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/17045/task/17049/stat : 17049 (java) S 17043 17045 3958 0 -1 4202560 124 0 0 0 104 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816789903912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17050] ppid=17043 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17045/task/17050/stat : 17050 (java) S 17043 17045 3958 0 -1 4202560 124 0 0 0 109 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816788850856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17051] ppid=17043 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/17045/task/17051/stat : 17051 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 102 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816787798312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17052] ppid=17043 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/17045/task/17052/stat : 17052 (java) S 17043 17045 3958 0 -1 4202560 111 0 0 0 101 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816786746280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17053] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17053/stat : 17053 (java) S 17043 17045 3958 0 -1 4202560 123 0 0 0 106 0 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816785693736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17054] ppid=17043 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17045/task/17054/stat : 17054 (java) S 17043 17045 3958 0 -1 4202560 125 0 0 0 105 1 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816784640680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17055] ppid=17043 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/17045/task/17055/stat : 17055 (java) S 17043 17045 3958 0 -1 4202560 114 0 0 0 108 2 0 0 20 0 20 0 339650984 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816783588136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17056] ppid=17043 vsize=2966184 CPUtime=27.39 cores=1,3,5,7
/proc/17045/task/17056/stat : 17056 (java) S 17043 17045 3958 0 -1 4202560 96 0 0 0 2734 5 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816771176808 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17057] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17057/stat : 17057 (java) S 17043 17045 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816770123128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17058] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17058/stat : 17058 (java) S 17043 17045 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339650985 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816769069960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17059] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17059/stat : 17059 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816768018704 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17045/tid=17060] ppid=17043 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/17045/task/17060/stat : 17060 (java) S 17043 17045 3958 0 -1 4202560 6395 0 0 0 86 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816766966584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17061] ppid=17043 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/17045/task/17061/stat : 17061 (java) S 17043 17045 3958 0 -1 4202560 12493 0 0 0 155 2 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816765914040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17045/tid=17062] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17062/stat : 17062 (java) S 17043 17045 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816764861176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17063] ppid=17043 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/17045/task/17063/stat : 17063 (java) S 17043 17045 3958 0 -1 4202560 12 0 0 0 3 5 0 0 20 0 20 0 339650987 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816763808840 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17045/tid=17066] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17066/stat : 17066 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816760648488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17045/tid=17067] ppid=17043 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17067/stat : 17067 (java) S 17043 17045 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339650996 3037372416 120370 33554432000 1073741824 1073778376 140735696102480 139816759595944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 221.895
CPU time (s): 408.702
CPU user time (s): 408.069
CPU system time (s): 0.632903
CPU usage (%): 184.187
Max. virtual memory (cumulated for all children) (KiB): 2967716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.069
system time used= 0.632903
maximum resident set size= 481512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24727
page faults= 1
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16111
involuntary context switches= 20299

runsolver used 0.670898 second user time and 1.34279 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 16:54:10
IDJOB=3731267
IDBENCH=1868
IDSOLVER=2324
FILE ID=node122/3731267-1338735250
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731267-1338735250/watcher-3731267-1338735250 -o /tmp/evaluation-result-3731267-1338735250/solver-3731267-1338735250 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3731267-1338735250.opb

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

MD5SUM BENCH= 9b4418c5c34f37121cd9ad7732df64ff
RANDOM SEED=217630012

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30623456 kB
Buffers:          232592 kB
Cached:           226612 kB
SwapCached:         1832 kB
Active:          1316328 kB
Inactive:         106616 kB
Active(anon):     960780 kB
Inactive(anon):     5432 kB
Active(file):     355548 kB
Inactive(file):   101184 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:               516 kB
Writeback:             0 kB
AnonPages:        969892 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             684824 kB
SReclaimable:     128428 kB
SUnreclaim:       556396 kB
KernelStack:        1672 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node122 at 2012-06-03 16:57:52