Trace number 3458162

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
Sat4j Resolution 2.3.0OPT3 373.006 370.95

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=257-P1=53-P2=163-P3=163-P4=251-P5=269-P6=479-P7=113-B.opb
MD5SUM61ecac306f245a9bac818667ce91a2bc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.237963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458162-1307158277.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.084s.
0.10/0.19	c #vars     756
0.10/0.19	c #constraints  1156
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
1.00/0.78	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.69/1.35	c cleaning 4241 clauses out of 8500 with flag 11001/11001
2.29/1.96	c cleaning 5622 clauses out of 11258 with flag 18000/18000
2.90/2.59	c cleaning 6813 clauses out of 13643 with flag 26007/26007
3.63/3.28	c cleaning 7901 clauses out of 15824 with flag 35001/35001
4.52/4.12	c cleaning 8956 clauses out of 17922 with flag 45000/45000
5.42/5.06	c cleaning 9479 clauses out of 18966 with flag 55000/55000
6.22/5.86	c cleaning 9737 clauses out of 19487 with flag 65000/65000
6.94/6.61	c cleaning 9871 clauses out of 19751 with flag 75001/75001
7.93/7.57	c cleaning 9936 clauses out of 19879 with flag 85000/85000
8.93/8.57	c cleaning 9967 clauses out of 19943 with flag 95000/95000
9.83/9.44	c cleaning 9986 clauses out of 19976 with flag 105000/105000
10.74/10.33	c cleaning 9992 clauses out of 19990 with flag 115000/115000
11.74/11.32	c cleaning 9999 clauses out of 19999 with flag 125001/125001
12.64/12.29	c cleaning 9996 clauses out of 19999 with flag 135000/135000
13.56/13.14	c cleaning 9993 clauses out of 20004 with flag 145001/145001
14.25/13.89	c cleaning 10000 clauses out of 20010 with flag 155000/155000
15.35/14.99	c cleaning 9996 clauses out of 20011 with flag 165001/165001
16.35/15.98	c cleaning 10003 clauses out of 20015 with flag 175001/175001
17.26/16.81	c cleaning 9993 clauses out of 20012 with flag 185001/185001
18.08/17.67	c cleaning 10000 clauses out of 20019 with flag 195001/195001
18.86/18.40	c cleaning 10006 clauses out of 20020 with flag 205002/205002
19.77/19.38	c cleaning 10004 clauses out of 20013 with flag 215001/215001
20.67/20.26	c cleaning 10001 clauses out of 20008 with flag 225000/225000
21.90/21.27	c cleaning 9998 clauses out of 20007 with flag 235000/235000
23.17/22.16	c cleaning 9999 clauses out of 20011 with flag 245002/245002
23.88/22.84	c cleaning 9988 clauses out of 20011 with flag 255001/255001
24.59/23.58	c cleaning 10005 clauses out of 20022 with flag 265000/265000
25.59/24.55	c cleaning 10004 clauses out of 20017 with flag 275000/275000
26.31/25.26	c cleaning 10001 clauses out of 20013 with flag 285000/285000
27.20/26.16	c cleaning 9997 clauses out of 20013 with flag 295001/295001
28.00/26.93	c cleaning 9998 clauses out of 20015 with flag 305000/305000
28.80/27.73	c cleaning 9999 clauses out of 20017 with flag 315000/315000
29.72/28.62	c cleaning 10004 clauses out of 20018 with flag 325000/325000
30.71/29.67	c cleaning 10001 clauses out of 20014 with flag 335000/335000
31.70/30.70	c cleaning 9999 clauses out of 20013 with flag 345000/345000
32.81/31.75	c cleaning 10005 clauses out of 20015 with flag 355001/355001
33.91/32.81	c cleaning 9998 clauses out of 20009 with flag 365000/365000
35.13/34.06	c cleaning 9999 clauses out of 20011 with flag 375000/375000
36.41/35.33	c cleaning 9998 clauses out of 20012 with flag 385000/385000
37.33/36.27	c cleaning 10003 clauses out of 20014 with flag 395000/395000
38.22/37.11	c cleaning 9995 clauses out of 20012 with flag 405001/405001
38.82/37.77	c cleaning 9999 clauses out of 20017 with flag 415001/415001
39.72/38.68	c cleaning 10001 clauses out of 20019 with flag 425002/425002
40.64/39.52	c cleaning 9993 clauses out of 20017 with flag 435001/435001
41.33/40.28	c cleaning 9994 clauses out of 20024 with flag 445001/445001
42.03/40.98	c cleaning 10012 clauses out of 20030 with flag 455001/455001
43.14/42.00	c cleaning 10003 clauses out of 20017 with flag 465000/465000
44.05/42.92	c cleaning 9996 clauses out of 20014 with flag 475000/475000
45.15/44.04	c cleaning 10005 clauses out of 20019 with flag 485001/485001
46.26/45.19	c cleaning 10001 clauses out of 20014 with flag 495001/495001
47.26/46.13	c cleaning 10002 clauses out of 20013 with flag 505001/505001
48.24/47.17	c cleaning 10000 clauses out of 20012 with flag 515002/515002
49.25/48.12	c cleaning 9996 clauses out of 20013 with flag 525003/525003
50.36/49.20	c cleaning 9997 clauses out of 20014 with flag 535000/535000
51.26/50.13	c cleaning 10002 clauses out of 20018 with flag 545001/545001
52.36/51.30	c cleaning 9999 clauses out of 20015 with flag 555000/555000
53.26/52.18	c cleaning 9998 clauses out of 20016 with flag 565000/565000
54.06/52.95	c cleaning 10003 clauses out of 20019 with flag 575001/575001
54.98/53.86	c cleaning 9997 clauses out of 20016 with flag 585001/585001
56.26/55.12	c cleaning 10006 clauses out of 20019 with flag 595001/595001
57.07/55.94	c cleaning 10000 clauses out of 20012 with flag 605000/605000
58.12/56.99	c cleaning 10000 clauses out of 20013 with flag 615001/615001
59.22/58.06	c cleaning 10002 clauses out of 20013 with flag 625001/625001
60.42/59.27	c cleaning 9999 clauses out of 20011 with flag 635001/635001
61.12/59.99	c cleaning 9991 clauses out of 20012 with flag 645001/645001
62.23/61.07	c cleaning 10003 clauses out of 20020 with flag 655000/655000
63.53/62.32	c cleaning 10001 clauses out of 20017 with flag 665000/665000
64.64/63.42	c cleaning 10003 clauses out of 20016 with flag 675000/675000
65.84/64.61	c cleaning 10002 clauses out of 20013 with flag 685001/685001
67.05/65.81	c cleaning 10000 clauses out of 20011 with flag 695001/695001
67.77/66.55	c cleaning 9984 clauses out of 20011 with flag 705001/705001
68.58/67.40	c cleaning 9994 clauses out of 20027 with flag 715001/715001
69.49/68.24	c cleaning 9994 clauses out of 20032 with flag 725000/725000
70.38/69.10	c cleaning 10012 clauses out of 20039 with flag 735001/735001
71.38/70.17	c cleaning 10009 clauses out of 20026 with flag 745000/745000
72.58/71.34	c cleaning 10004 clauses out of 20018 with flag 755001/755001
73.68/72.46	c cleaning 10003 clauses out of 20014 with flag 765001/765001
74.79/73.58	c cleaning 10003 clauses out of 20010 with flag 775000/775000
75.89/74.61	c cleaning 10000 clauses out of 20007 with flag 785000/785000
76.99/75.77	c cleaning 9999 clauses out of 20007 with flag 795000/795000
78.21/76.94	c cleaning 9998 clauses out of 20009 with flag 805001/805001
79.19/77.93	c cleaning 10001 clauses out of 20010 with flag 815000/815000
79.90/78.70	c cleaning 9996 clauses out of 20010 with flag 825001/825001
80.70/79.41	c cleaning 9998 clauses out of 20013 with flag 835000/835000
81.41/80.17	c cleaning 10000 clauses out of 20016 with flag 845001/845001
82.21/80.93	c cleaning 9997 clauses out of 20015 with flag 855000/855000
82.91/81.63	c cleaning 9998 clauses out of 20019 with flag 865001/865001
83.61/82.32	c cleaning 10004 clauses out of 20021 with flag 875001/875001
84.21/82.94	c cleaning 9991 clauses out of 20016 with flag 885000/885000
84.93/83.66	c cleaning 10006 clauses out of 20025 with flag 895000/895000
85.93/84.70	c cleaning 10003 clauses out of 20019 with flag 905000/905000
87.03/85.80	c cleaning 10001 clauses out of 20017 with flag 915001/915001
88.13/86.84	c cleaning 10004 clauses out of 20015 with flag 925000/925000
89.23/87.93	c cleaning 10002 clauses out of 20011 with flag 935000/935000
90.33/89.01	c cleaning 9998 clauses out of 20010 with flag 945001/945001
91.22/89.95	c cleaning 9991 clauses out of 20011 with flag 955000/955000
91.93/90.63	c cleaning 10001 clauses out of 20021 with flag 965001/965001
92.65/91.38	c cleaning 10000 clauses out of 20021 with flag 975002/975002
93.43/92.12	c cleaning 10002 clauses out of 20019 with flag 985000/985000
94.34/93.03	c cleaning 10004 clauses out of 20017 with flag 995000/995000
95.35/94.02	c cleaning 10002 clauses out of 20014 with flag 1005001/1005001
96.15/94.83	c cleaning 9998 clauses out of 20011 with flag 1015000/1015000
97.07/95.78	c cleaning 10001 clauses out of 20013 with flag 1025000/1025000
98.07/96.81	c cleaning 10000 clauses out of 20013 with flag 1035001/1035001
99.06/97.74	c cleaning 9999 clauses out of 20012 with flag 1045000/1045000
99.86/98.55	c cleaning 9998 clauses out of 20014 with flag 1055001/1055001
100.76/99.44	c cleaning 10002 clauses out of 20015 with flag 1065000/1065000
101.76/100.43	c cleaning 10000 clauses out of 20014 with flag 1075001/1075001
102.66/101.34	c cleaning 9998 clauses out of 20013 with flag 1085000/1085000
103.46/102.20	c cleaning 9994 clauses out of 20015 with flag 1095000/1095000
104.49/103.10	c cleaning 9995 clauses out of 20022 with flag 1105001/1105001
105.39/104.02	c cleaning 10001 clauses out of 20026 with flag 1115000/1115000
106.50/105.14	c cleaning 9997 clauses out of 20026 with flag 1125001/1125001
107.60/106.25	c cleaning 10005 clauses out of 20028 with flag 1135000/1135000
108.61/107.29	c cleaning 9999 clauses out of 20023 with flag 1145000/1145000
109.61/108.28	c cleaning 9993 clauses out of 20025 with flag 1155001/1155001
110.61/109.26	c cleaning 10001 clauses out of 20032 with flag 1165001/1165001
111.61/110.20	c cleaning 10005 clauses out of 20031 with flag 1175001/1175001
112.53/111.12	c cleaning 9991 clauses out of 20025 with flag 1185000/1185000
113.32/111.96	c cleaning 10016 clauses out of 20035 with flag 1195001/1195001
114.22/112.84	c cleaning 10004 clauses out of 20018 with flag 1205001/1205001
115.22/113.88	c cleaning 10004 clauses out of 20013 with flag 1215000/1215000
116.22/114.86	c cleaning 10004 clauses out of 20010 with flag 1225001/1225001
117.42/116.01	c cleaning 9997 clauses out of 20005 with flag 1235000/1235000
118.52/117.17	c cleaning 10000 clauses out of 20008 with flag 1245000/1245000
119.63/118.28	c cleaning 10003 clauses out of 20009 with flag 1255001/1255001
120.83/119.41	c cleaning 10003 clauses out of 20005 with flag 1265000/1265000
121.53/120.15	c cleaning 9985 clauses out of 20001 with flag 1275000/1275000
122.13/120.79	c cleaning 10001 clauses out of 20018 with flag 1285002/1285002
122.84/121.50	c cleaning 9995 clauses out of 20016 with flag 1295001/1295001
123.56/122.17	c cleaning 10000 clauses out of 20021 with flag 1305001/1305001
124.34/122.90	c cleaning 9998 clauses out of 20020 with flag 1315000/1315000
125.04/123.62	c cleaning 9999 clauses out of 20022 with flag 1325000/1325000
125.66/124.29	c cleaning 10004 clauses out of 20024 with flag 1335001/1335001
126.35/124.98	c cleaning 10002 clauses out of 20020 with flag 1345001/1345001
127.05/125.62	c cleaning 10001 clauses out of 20017 with flag 1355000/1355000
127.65/126.26	c cleaning 10001 clauses out of 20016 with flag 1365000/1365000
128.25/126.90	c cleaning 9998 clauses out of 20015 with flag 1375000/1375000
128.97/127.56	c cleaning 10003 clauses out of 20019 with flag 1385002/1385002
129.65/128.27	c cleaning 9996 clauses out of 20015 with flag 1395001/1395001
130.36/128.90	c cleaning 10002 clauses out of 20019 with flag 1405001/1405001
130.96/129.57	c cleaning 10005 clauses out of 20016 with flag 1415000/1415000
131.96/130.51	c cleaning 10001 clauses out of 20011 with flag 1425000/1425000
132.57/131.14	c SATISFIABLE
132.57/131.14	c OPTIMIZING...
132.57/131.14	c Got one! Elapsed wall clock time (in seconds):131.035
132.57/131.14	o 139
133.17/131.70	c cleaning 11803 clauses out of 23630 with flag 5001/1438620
133.67/132.21	c cleaning 8912 clauses out of 17827 with flag 11001/1444620
134.17/132.78	c cleaning 7956 clauses out of 15917 with flag 18003/1451622
134.87/133.42	c cleaning 7969 clauses out of 15959 with flag 26001/1459620
135.49/134.10	c cleaning 8489 clauses out of 16990 with flag 35001/1468620
136.41/134.92	c cleaning 9239 clauses out of 18500 with flag 45000/1478619
137.31/135.81	c cleaning 9622 clauses out of 19262 with flag 55001/1488620
138.11/136.69	c cleaning 9812 clauses out of 19640 with flag 65001/1498620
138.93/137.45	c cleaning 9908 clauses out of 19827 with flag 75000/1508619
139.91/138.44	c cleaning 9956 clauses out of 19919 with flag 85000/1518619
140.81/139.36	c cleaning 9967 clauses out of 19964 with flag 95001/1528620
141.42/139.99	c cleaning 9979 clauses out of 19996 with flag 105000/1538619
142.12/140.63	c cleaning 10003 clauses out of 20017 with flag 115000/1548619
143.33/141.82	c cleaning 10000 clauses out of 20015 with flag 125001/1558620
144.32/142.86	c cleaning 9998 clauses out of 20015 with flag 135001/1568620
145.32/143.84	c cleaning 10000 clauses out of 20017 with flag 145001/1578620
146.22/144.77	c cleaning 9996 clauses out of 20016 with flag 155000/1588619
147.33/145.85	c cleaning 9999 clauses out of 20020 with flag 165000/1598619
148.44/146.91	c cleaning 10001 clauses out of 20021 with flag 175000/1608619
149.44/147.94	c cleaning 10006 clauses out of 20020 with flag 185000/1618619
150.54/149.02	c cleaning 10000 clauses out of 20014 with flag 195000/1628619
151.64/150.18	c cleaning 10000 clauses out of 20014 with flag 205000/1638619
152.74/151.30	c cleaning 10002 clauses out of 20014 with flag 215000/1648619
153.84/152.39	c cleaning 9999 clauses out of 20013 with flag 225001/1658620
155.05/153.56	c cleaning 10001 clauses out of 20014 with flag 235001/1668620
156.15/154.69	c cleaning 10002 clauses out of 20012 with flag 245000/1678619
157.25/155.75	c cleaning 9999 clauses out of 20010 with flag 255000/1688619
158.55/157.02	c cleaning 10000 clauses out of 20012 with flag 265001/1698620
159.65/158.13	c cleaning 10001 clauses out of 20012 with flag 275001/1708620
160.45/158.91	c cleaning 9992 clauses out of 20011 with flag 285001/1718620
161.36/159.86	c cleaning 9992 clauses out of 20018 with flag 295000/1728619
162.26/160.79	c cleaning 10001 clauses out of 20027 with flag 305001/1738620
162.46/160.99	c Got one! Elapsed wall clock time (in seconds):160.879
162.46/160.99	o 17
162.66/161.13	c cleaning 7611 clauses out of 15244 with flag 2002/1743838
163.06/161.59	c cleaning 6803 clauses out of 13631 with flag 8000/1749836
163.97/162.47	c cleaning 6909 clauses out of 13828 with flag 15000/1756836
164.87/163.31	c cleaning 7452 clauses out of 14920 with flag 23001/1764837
165.87/164.39	c cleaning 8226 clauses out of 16468 with flag 32001/1773837
167.17/165.68	c cleaning 9114 clauses out of 18242 with flag 42001/1783837
168.69/167.15	c cleaning 9552 clauses out of 19127 with flag 52000/1793836
169.57/168.08	c cleaning 9774 clauses out of 19575 with flag 62000/1803836
170.38/168.89	c cleaning 9884 clauses out of 19802 with flag 72001/1813837
171.28/169.70	c cleaning 9940 clauses out of 19918 with flag 82001/1823837
172.18/170.60	c cleaning 9971 clauses out of 19977 with flag 92000/1833836
172.98/171.51	c cleaning 9986 clauses out of 20007 with flag 102001/1843837
173.98/172.49	c cleaning 9992 clauses out of 20020 with flag 112000/1853836
174.98/173.40	c cleaning 9997 clauses out of 20030 with flag 122002/1863838
175.88/174.36	c cleaning 9999 clauses out of 20031 with flag 132000/1873836
176.89/175.37	c cleaning 9996 clauses out of 20033 with flag 142001/1883837
177.79/176.27	c cleaning 10010 clauses out of 20037 with flag 152001/1893837
178.79/177.29	c cleaning 10003 clauses out of 20026 with flag 162000/1903836
179.81/178.28	c cleaning 10000 clauses out of 20024 with flag 172001/1913837
180.91/179.35	c cleaning 10000 clauses out of 20024 with flag 182001/1923837
182.01/180.45	c cleaning 9997 clauses out of 20023 with flag 192000/1933836
183.21/181.60	c cleaning 10000 clauses out of 20027 with flag 202001/1943837
184.31/182.72	c cleaning 10001 clauses out of 20026 with flag 212000/1953836
185.41/183.82	c cleaning 9998 clauses out of 20026 with flag 222001/1963837
186.32/184.78	c cleaning 10001 clauses out of 20027 with flag 232000/1973836
187.43/185.82	c cleaning 9990 clauses out of 20027 with flag 242001/1983837
188.42/186.87	c cleaning 9998 clauses out of 20037 with flag 252001/1993837
189.42/187.84	c cleaning 9994 clauses out of 20038 with flag 262000/2003836
190.42/188.81	c cleaning 10002 clauses out of 20044 with flag 272000/2013836
191.52/189.97	c cleaning 9996 clauses out of 20043 with flag 282001/2023837
192.62/191.03	c cleaning 9999 clauses out of 20047 with flag 292001/2033837
193.62/192.02	c cleaning 10000 clauses out of 20048 with flag 302001/2043837
194.62/193.06	c cleaning 10001 clauses out of 20047 with flag 312000/2053836
195.72/194.12	c cleaning 10001 clauses out of 20047 with flag 322001/2063837
196.83/195.23	c cleaning 10005 clauses out of 20046 with flag 332001/2073837
197.93/196.30	c cleaning 10001 clauses out of 20042 with flag 342002/2083838
198.83/197.29	c cleaning 10000 clauses out of 20040 with flag 352001/2093837
199.93/198.30	c cleaning 10000 clauses out of 20040 with flag 362001/2103837
200.83/199.29	c cleaning 10015 clauses out of 20040 with flag 372001/2113837
202.23/200.62	c cleaning 10007 clauses out of 20025 with flag 382001/2123837
203.44/201.86	c cleaning 10004 clauses out of 20018 with flag 392001/2133837
204.64/203.09	c cleaning 10002 clauses out of 20013 with flag 402000/2143836
205.74/204.14	c cleaning 10001 clauses out of 20012 with flag 412001/2153837
206.45/204.83	c cleaning 9998 clauses out of 20011 with flag 422001/2163837
207.37/205.75	c cleaning 9995 clauses out of 20013 with flag 432001/2173837
208.75/207.12	c cleaning 10000 clauses out of 20019 with flag 442002/2183838
210.05/208.49	c cleaning 10002 clauses out of 20017 with flag 452000/2193836
211.36/209.71	c cleaning 10002 clauses out of 20015 with flag 462000/2203836
212.56/211.00	c cleaning 10001 clauses out of 20013 with flag 472000/2213836
213.76/212.21	c cleaning 9999 clauses out of 20012 with flag 482000/2223836
214.86/213.29	c cleaning 9999 clauses out of 20014 with flag 492001/2233837
215.68/214.02	c cleaning 10001 clauses out of 20016 with flag 502002/2243838
216.58/214.90	c cleaning 9999 clauses out of 20014 with flag 512001/2253837
217.38/215.77	c cleaning 9996 clauses out of 20014 with flag 522000/2263836
218.30/216.68	c cleaning 10002 clauses out of 20018 with flag 532000/2273836
219.40/217.76	c cleaning 10004 clauses out of 20017 with flag 542001/2283837
220.50/218.85	c cleaning 10001 clauses out of 20013 with flag 552001/2293837
221.49/219.85	c cleaning 10000 clauses out of 20012 with flag 562001/2303837
222.49/220.86	c cleaning 10000 clauses out of 20012 with flag 572001/2313837
223.69/222.01	c cleaning 10001 clauses out of 20012 with flag 582001/2323837
224.50/222.87	c cleaning 9997 clauses out of 20011 with flag 592001/2333837
225.30/223.69	c cleaning 9988 clauses out of 20013 with flag 602000/2343836
226.01/224.40	c cleaning 9994 clauses out of 20026 with flag 612001/2353837
226.90/225.22	c cleaning 9993 clauses out of 20031 with flag 622000/2363836
227.70/226.06	c cleaning 10008 clauses out of 20038 with flag 632000/2373836
228.50/226.89	c cleaning 10003 clauses out of 20031 with flag 642001/2383837
229.32/227.66	c cleaning 10003 clauses out of 20028 with flag 652001/2393837
230.11/228.47	c cleaning 10002 clauses out of 20025 with flag 662001/2403837
231.11/229.44	c cleaning 10008 clauses out of 20022 with flag 672000/2413836
232.12/230.43	c cleaning 9999 clauses out of 20013 with flag 682000/2423836
232.92/231.23	c cleaning 9991 clauses out of 20015 with flag 692001/2433837
233.53/231.85	c cleaning 9989 clauses out of 20024 with flag 702001/2443837
234.23/232.54	c cleaning 9995 clauses out of 20034 with flag 712000/2453836
234.84/233.21	c cleaning 9997 clauses out of 20039 with flag 722000/2463836
235.53/233.86	c cleaning 9992 clauses out of 20042 with flag 732000/2473836
236.14/234.48	c cleaning 10002 clauses out of 20051 with flag 742001/2483837
237.24/235.55	c cleaning 10003 clauses out of 20049 with flag 752001/2493837
238.34/236.65	c cleaning 10000 clauses out of 20045 with flag 762000/2503836
239.36/237.67	c cleaning 10001 clauses out of 20046 with flag 772001/2513837
240.36/238.61	c cleaning 9995 clauses out of 20044 with flag 782000/2523836
241.14/239.44	c cleaning 10001 clauses out of 20051 with flag 792002/2533838
242.05/240.34	c cleaning 9999 clauses out of 20048 with flag 802000/2543836
242.95/241.21	c cleaning 10000 clauses out of 20050 with flag 812001/2553837
243.85/242.10	c cleaning 10020 clauses out of 20049 with flag 822000/2563836
244.76/243.09	c cleaning 10011 clauses out of 20030 with flag 832001/2573837
245.75/244.11	c cleaning 10003 clauses out of 20018 with flag 842000/2583836
246.85/245.14	c cleaning 10000 clauses out of 20016 with flag 852001/2593837
247.75/246.05	c cleaning 10003 clauses out of 20015 with flag 862000/2603836
248.65/246.92	c cleaning 10002 clauses out of 20012 with flag 872000/2613836
249.56/247.82	c cleaning 9999 clauses out of 20010 with flag 882000/2623836
250.46/248.78	c cleaning 10001 clauses out of 20012 with flag 892001/2633837
251.56/249.84	c cleaning 10000 clauses out of 20010 with flag 902000/2643836
252.58/250.88	c cleaning 10001 clauses out of 20010 with flag 912000/2653836
253.68/251.93	c cleaning 9999 clauses out of 20009 with flag 922000/2663836
254.78/253.02	c cleaning 10001 clauses out of 20011 with flag 932001/2673837
255.88/254.14	c cleaning 9998 clauses out of 20010 with flag 942001/2683837
256.88/255.21	c cleaning 10005 clauses out of 20011 with flag 952000/2693836
257.77/256.09	c cleaning 9996 clauses out of 20006 with flag 962001/2703837
258.68/256.96	c cleaning 9996 clauses out of 20010 with flag 972001/2713837
259.48/257.79	c cleaning 9999 clauses out of 20013 with flag 982000/2723836
260.38/258.68	c cleaning 10000 clauses out of 20015 with flag 992001/2733837
261.29/259.54	c cleaning 9999 clauses out of 20014 with flag 1002000/2743836
262.28/260.51	c cleaning 10000 clauses out of 20015 with flag 1012000/2753836
263.09/261.36	c cleaning 10000 clauses out of 20016 with flag 1022001/2763837
263.79/262.03	c cleaning 9998 clauses out of 20015 with flag 1032000/2773836
264.39/262.67	c cleaning 9994 clauses out of 20017 with flag 1042000/2783836
265.29/263.50	c cleaning 10001 clauses out of 20023 with flag 1052000/2793836
265.99/264.29	c cleaning 10001 clauses out of 20023 with flag 1062001/2803837
266.29/264.58	c Got one! Elapsed wall clock time (in seconds):264.473
266.29/264.58	o 5
266.39/264.66	c cleaning 7660 clauses out of 15347 with flag 1000/2809162
266.92/265.16	c cleaning 6832 clauses out of 13687 with flag 7000/2815162
267.40/265.68	c cleaning 6913 clauses out of 13856 with flag 14001/2822163
268.02/266.29	c cleaning 7453 clauses out of 14942 with flag 22000/2830162
268.71/266.99	c cleaning 8228 clauses out of 16489 with flag 31000/2839162
269.51/267.77	c cleaning 9113 clauses out of 18262 with flag 41001/2849163
270.31/268.58	c cleaning 9557 clauses out of 19149 with flag 51001/2859163
271.22/269.46	c cleaning 9775 clauses out of 19591 with flag 61000/2869162
272.11/270.32	c cleaning 9890 clauses out of 19816 with flag 71000/2879162
272.91/271.19	c cleaning 9946 clauses out of 19926 with flag 81000/2889162
273.91/272.15	c cleaning 9971 clauses out of 19982 with flag 91002/2899164
274.92/273.14	c cleaning 9987 clauses out of 20009 with flag 101000/2909162
275.92/274.10	c cleaning 9993 clauses out of 20022 with flag 111000/2919162
276.92/275.12	c cleaning 9997 clauses out of 20030 with flag 121001/2929163
277.63/275.89	c cleaning 10001 clauses out of 20033 with flag 131001/2939163
278.63/276.89	c cleaning 9999 clauses out of 20031 with flag 141000/2949162
279.63/277.89	c cleaning 10000 clauses out of 20032 with flag 151000/2959162
280.83/279.01	c cleaning 9998 clauses out of 20032 with flag 161000/2969162
281.73/279.92	c cleaning 10003 clauses out of 20034 with flag 171000/2979162
282.73/280.91	c cleaning 10000 clauses out of 20031 with flag 181000/2989162
283.73/281.90	c cleaning 9995 clauses out of 20032 with flag 191001/2999163
284.63/282.88	c cleaning 9999 clauses out of 20037 with flag 201001/3009163
285.65/283.85	c cleaning 9997 clauses out of 20038 with flag 211001/3019163
286.54/284.81	c cleaning 9997 clauses out of 20041 with flag 221001/3029163
287.65/285.84	c cleaning 10017 clauses out of 20044 with flag 231001/3039163
288.55/286.79	c cleaning 10009 clauses out of 20026 with flag 241000/3049162
289.75/287.92	c cleaning 10005 clauses out of 20018 with flag 251001/3059163
290.66/288.86	c cleaning 10000 clauses out of 20012 with flag 261000/3069162
291.66/289.80	c cleaning 9998 clauses out of 20013 with flag 271001/3079163
292.46/290.67	c cleaning 10000 clauses out of 20014 with flag 281000/3089162
293.46/291.63	c cleaning 10001 clauses out of 20014 with flag 291000/3099162
294.26/292.47	c cleaning 10000 clauses out of 20014 with flag 301001/3109163
295.26/293.44	c cleaning 10001 clauses out of 20013 with flag 311000/3119162
296.36/294.54	c cleaning 9999 clauses out of 20012 with flag 321000/3129162
297.37/295.56	c cleaning 9999 clauses out of 20013 with flag 331000/3139162
298.37/296.51	c cleaning 10000 clauses out of 20015 with flag 341001/3149163
299.27/297.40	c cleaning 10002 clauses out of 20015 with flag 351001/3159163
300.28/298.42	c cleaning 10000 clauses out of 20013 with flag 361001/3169163
301.18/299.38	c cleaning 9999 clauses out of 20012 with flag 371000/3179162
302.20/300.34	c cleaning 9998 clauses out of 20013 with flag 381000/3189162
303.19/301.38	c cleaning 9999 clauses out of 20015 with flag 391000/3199162
304.18/302.32	c cleaning 10000 clauses out of 20017 with flag 401001/3209163
305.08/303.22	c cleaning 10001 clauses out of 20016 with flag 411000/3219162
306.18/304.31	c cleaning 9999 clauses out of 20016 with flag 421001/3229163
307.19/305.30	c cleaning 10001 clauses out of 20016 with flag 431000/3239162
308.09/306.25	c cleaning 10001 clauses out of 20016 with flag 441001/3249163
308.99/307.13	c cleaning 9998 clauses out of 20015 with flag 451001/3259163
309.91/308.09	c cleaning 10002 clauses out of 20017 with flag 461001/3269163
310.90/309.05	c cleaning 10001 clauses out of 20014 with flag 471000/3279162
311.89/310.00	c cleaning 10000 clauses out of 20015 with flag 481002/3289164
312.80/310.99	c cleaning 10001 clauses out of 20013 with flag 491000/3299162
313.80/311.98	c cleaning 10001 clauses out of 20013 with flag 501001/3309163
314.80/312.94	c cleaning 10000 clauses out of 20011 with flag 511000/3319162
315.70/313.80	c cleaning 10001 clauses out of 20012 with flag 521001/3329163
316.52/314.65	c cleaning 9998 clauses out of 20010 with flag 531000/3339162
317.41/315.56	c cleaning 10000 clauses out of 20012 with flag 541000/3349162
318.51/316.62	c cleaning 10001 clauses out of 20013 with flag 551001/3359163
319.31/317.42	c cleaning 10000 clauses out of 20013 with flag 561002/3369164
320.21/318.37	c cleaning 9993 clauses out of 20012 with flag 571001/3379163
321.21/319.37	c cleaning 10003 clauses out of 20018 with flag 581000/3389162
322.22/320.39	c cleaning 10003 clauses out of 20016 with flag 591001/3399163
323.14/321.25	c cleaning 9995 clauses out of 20012 with flag 601000/3409162
323.93/322.05	c cleaning 9987 clauses out of 20018 with flag 611001/3419163
324.83/322.96	c cleaning 10013 clauses out of 20031 with flag 621001/3429163
325.83/323.97	c cleaning 10006 clauses out of 20018 with flag 631001/3439163
326.94/325.00	c cleaning 10006 clauses out of 20011 with flag 641000/3449162
327.75/325.89	c cleaning 9996 clauses out of 20005 with flag 651000/3459162
328.56/326.67	c cleaning 10000 clauses out of 20010 with flag 661001/3469163
329.25/327.38	c cleaning 9995 clauses out of 20010 with flag 671001/3479163
330.05/328.11	c cleaning 9997 clauses out of 20014 with flag 681000/3489162
330.77/328.90	c cleaning 10005 clauses out of 20018 with flag 691001/3499163
331.76/329.91	c cleaning 10004 clauses out of 20013 with flag 701001/3509163
332.85/330.98	c cleaning 10001 clauses out of 20009 with flag 711001/3519163
333.95/332.10	c cleaning 10003 clauses out of 20008 with flag 721001/3529163
334.96/333.06	c cleaning 10001 clauses out of 20004 with flag 731000/3539162
335.96/334.05	c cleaning 9997 clauses out of 20003 with flag 741000/3549162
336.97/335.06	c cleaning 10001 clauses out of 20007 with flag 751001/3559163
337.38/335.46	c Got one! Elapsed wall clock time (in seconds):335.348
337.38/335.46	o 3
337.77/335.82	c cleaning 10359 clauses out of 20734 with flag 5001/3569891
338.27/336.30	c cleaning 8180 clauses out of 16375 with flag 11001/3575891
338.67/336.79	c cleaning 7588 clauses out of 15194 with flag 18000/3582890
339.27/337.39	c cleaning 7797 clauses out of 15608 with flag 26002/3590892
339.97/338.04	c cleaning 8400 clauses out of 16810 with flag 35001/3599891
340.88/339.00	c cleaning 9203 clauses out of 18411 with flag 45002/3609892
341.98/340.07	c cleaning 9600 clauses out of 19206 with flag 55000/3619890
342.89/341.01	c cleaning 9797 clauses out of 19606 with flag 65000/3629890
343.89/341.96	c cleaning 9899 clauses out of 19810 with flag 75001/3639891
344.79/342.86	c cleaning 9947 clauses out of 19910 with flag 85000/3649890
345.59/343.66	c cleaning 9971 clauses out of 19965 with flag 95002/3659892
346.49/344.57	c cleaning 9992 clauses out of 19992 with flag 105000/3669890
347.60/345.67	c cleaning 9997 clauses out of 20000 with flag 115000/3679890
348.80/346.83	c cleaning 9995 clauses out of 20003 with flag 125000/3689890
350.00/348.03	c cleaning 9999 clauses out of 20008 with flag 135000/3699890
351.10/349.17	c cleaning 10001 clauses out of 20010 with flag 145001/3709891
352.10/350.13	c cleaning 9999 clauses out of 20008 with flag 155000/3719890
353.11/351.13	c cleaning 10000 clauses out of 20009 with flag 165000/3729890
353.81/351.91	c cleaning 9990 clauses out of 20010 with flag 175001/3739891
354.92/352.90	c cleaning 10007 clauses out of 20019 with flag 185000/3749890
355.92/353.90	c cleaning 10004 clauses out of 20013 with flag 195001/3759891
356.92/354.97	c cleaning 9999 clauses out of 20010 with flag 205002/3769892
357.92/355.91	c cleaning 9997 clauses out of 20008 with flag 215000/3779890
358.92/356.97	c cleaning 10003 clauses out of 20012 with flag 225001/3789891
360.03/358.04	c cleaning 9997 clauses out of 20007 with flag 235000/3799890
361.03/359.06	c cleaning 9998 clauses out of 20011 with flag 245001/3809891
362.13/360.15	c cleaning 10003 clauses out of 20013 with flag 255001/3819891
363.33/361.30	c cleaning 10001 clauses out of 20009 with flag 265000/3829890
364.33/362.32	c cleaning 10001 clauses out of 20008 with flag 275000/3839890
365.33/363.32	c cleaning 10000 clauses out of 20007 with flag 285000/3849890
366.33/364.38	c cleaning 9998 clauses out of 20007 with flag 295000/3859890
367.44/365.43	c cleaning 10005 clauses out of 20009 with flag 305000/3869890
368.44/366.46	c cleaning 9998 clauses out of 20004 with flag 315000/3879890
369.54/367.55	c cleaning 9997 clauses out of 20005 with flag 325000/3889890
370.45/368.48	c cleaning 10001 clauses out of 20009 with flag 335001/3899891
371.56/369.56	c cleaning 10000 clauses out of 20008 with flag 345001/3909891
372.66/370.63	c cleaning 10000 clauses out of 20006 with flag 355000/3919890
372.94/370.94	c starts		: 254
372.94/370.94	c conflicts		: 3923161
372.94/370.94	c decisions		: 4020216
372.94/370.94	c propagations		: 83896998
372.94/370.94	c inspects		: 2573380780
372.94/370.94	c shortcuts		: 0
372.94/370.94	c learnt literals	: 20
372.94/370.94	c learnt binary clauses	: 109
372.94/370.94	c learnt ternary clauses	: 382
372.94/370.94	c learnt constraints	: 3923140
372.94/370.94	c ignored constraints	: 0
372.94/370.94	c root simplifications	: 0
372.94/370.94	c removed literals (reason simplification)	: 156127649
372.94/370.94	c reason swapping (by a shorter reason)	: 0
372.94/370.94	c Calls to reduceDB	: 398
372.94/370.94	c number of reductions to clauses (during analyze)	: 0
372.94/370.94	c number of learned constraints concerned by reduction	: 0
372.94/370.94	c number of learning phase by resolution	: 0
372.94/370.94	c number of learning phase by cutting planes	: 0
372.94/370.94	c speed (assignments/second)	: 2364627.9030439686
372.94/370.94	c non guided choices	11761
372.94/370.94	c learnt constraints type 
372.94/370.94	c constraints type 
372.94/370.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
372.94/370.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
372.94/370.94	s OPTIMUM FOUND
372.94/370.94	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 -x90 x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 
372.94/370.94	c objective function=3
372.94/370.94	c Total wall clock time (in seconds): 370.829

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458162-1307158277/watcher-3458162-1307158277 -o /tmp/evaluation-result-3458162-1307158277/solver-3458162-1307158277 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458162-1307158277.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: 1.97 2.03 2.00 2/495 27257
/proc/meminfo: memFree=21353056/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 5829 0 1 0 0 0 0 0 25 0 2 0 808243063 13850947584 5531 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3381579 5545 917 9 0 3372735 0
[pid=27257/tid=27258] ppid=27255 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 6645 0 1 0 0 0 0 0 25 0 2 0 808243063 13850947584 7461 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0483799 s]
/proc/loadavg: 1.97 2.03 2.00 2/495 27257
/proc/meminfo: memFree=21353056/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13549480 CPUtime=0.04 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 13810 0 1 0 3 1 0 0 25 0 13 0 808243063 13874667520 13507 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3387370 13508 1675 9 0 3378118 0
[pid=27257/tid=27258] ppid=27255 vsize=13549480 CPUtime=0.04 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 12664 0 1 0 3 1 0 0 25 0 13 0 808243063 13874667520 13508 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273443275 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549480

[startup+0.100369 s]
/proc/loadavg: 1.97 2.03 2.00 2/495 27257
/proc/meminfo: memFree=21353056/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13621524 CPUtime=0.1 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 15393 0 1 0 9 1 0 0 25 0 18 0 808243063 13948440576 15090 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3405381 15092 2090 9 0 3396115 0
[pid=27257/tid=27258] ppid=27255 vsize=13621524 CPUtime=0.08 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 13613 0 1 0 7 1 0 0 18 0 18 0 808243063 13948440576 15094 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621524

[startup+0.300337 s]
/proc/loadavg: 1.97 2.03 2.00 2/495 27257
/proc/meminfo: memFree=21353056/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13626324 CPUtime=0.52 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 18506 0 1 0 50 2 0 0 25 0 19 0 808243063 13953355776 17422 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3406581 17422 2214 9 0 3397315 0
[pid=27257/tid=27258] ppid=27255 vsize=13626324 CPUtime=0.28 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 14469 0 1 0 27 1 0 0 19 0 19 0 808243063 13953355776 17422 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 47493272795956 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13626324

[startup+0.700262 s]
/proc/loadavg: 1.97 2.03 2.00 2/495 27257
/proc/meminfo: memFree=21353056/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13626324 CPUtime=1 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 19099 0 1 0 98 2 0 0 25 0 19 0 808243063 13953355776 17971 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3406581 17971 2216 9 0 3397315 0
[pid=27257/tid=27258] ppid=27255 vsize=13626324 CPUtime=0.68 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 14996 0 1 0 67 1 0 0 19 0 19 0 808243063 13953355776 17971 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505653202 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13626324

[startup+1.50112 s]
/proc/loadavg: 1.97 2.03 2.00 3/514 27276
/proc/meminfo: memFree=21282312/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13626324 CPUtime=1.89 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 21218 0 1 0 187 2 0 0 25 0 19 0 808243063 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3406581 19862 2248 9 0 3397315 0
[pid=27257/tid=27258] ppid=27255 vsize=13626324 CPUtime=1.45 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 15090 0 1 0 144 1 0 0 20 0 19 0 808243063 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505527518 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27257/tid=27260] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13626324 CPUtime=0.02 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 785 0 0 0 2 0 0 0 16 0 19 0 808243066 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13626324 CPUtime=0.17 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 1185 0 0 0 17 0 0 0 15 0 19 0 808243069 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13626324 CPUtime=0.21 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2049 0 0 0 21 0 0 0 17 0 19 0 808243069 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27274] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27274/stat : 27274 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27275] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27275/stat : 27275 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243069 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27276] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27276/stat : 27276 (java) S 27255 27257 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808243083 13953355776 19862 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13626324

[startup+3.10084 s]
/proc/loadavg: 1.97 2.03 2.00 3/514 27276
/proc/meminfo: memFree=21275368/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13626324 CPUtime=3.52 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 21758 0 1 0 350 2 0 0 25 0 19 0 808243063 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3406581 20368 2249 9 0 3397315 0
[pid=27257/tid=27258] ppid=27255 vsize=13626324 CPUtime=3.01 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 15092 0 1 0 300 1 0 0 18 0 19 0 808243063 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505673192 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27257/tid=27260] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 19 0 808243065 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13626324 CPUtime=0.06 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 1060 0 0 0 6 0 0 0 16 0 19 0 808243066 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13626324 CPUtime=0.18 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 1185 0 0 0 18 0 0 0 15 0 19 0 808243069 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13626324 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2089 0 0 0 23 0 0 0 15 0 19 0 808243069 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27274] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27274/stat : 27274 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27275] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27275/stat : 27275 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 808243069 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27276] ppid=27255 vsize=13626324 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27276/stat : 27276 (java) S 27255 27257 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808243083 13953355776 20368 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13626324

[startup+6.30127 s]
/proc/loadavg: 1.97 2.03 2.00 3/514 27276
/proc/meminfo: memFree=21249220/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13625824 CPUtime=6.73 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 22949 0 1 0 671 2 0 0 25 0 19 0 808243063 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3406456 21312 2249 9 0 3397190 0
[pid=27257/tid=27258] ppid=27255 vsize=13625824 CPUtime=6.13 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 15097 0 1 0 612 1 0 0 25 0 19 0 808243063 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505530842 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27257/tid=27260] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 363 0 0 0 0 0 0 0 15 0 19 0 808243065 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13625824 CPUtime=0.13 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 2094 0 0 0 13 0 0 0 16 0 19 0 808243066 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13625824 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13625824 CPUtime=0.18 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 1185 0 0 0 18 0 0 0 15 0 19 0 808243069 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13625824 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2089 0 0 0 23 0 0 0 15 0 19 0 808243069 13952843776 21312 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0

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

/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 329 0 0 0 21 1 0 0 16 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 58 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 184 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 131 0 0 0 19 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 109 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 428 0 0 0 24 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 273 0 0 0 19 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 412 0 0 0 24 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13639268 CPUtime=9.26 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 5990 0 0 0 921 5 0 0 15 0 19 0 808243066 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 1 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13639268 CPUtime=0.81 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 7829 0 0 0 81 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13639268 CPUtime=0.27 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2432 0 0 0 27 0 0 0 16 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27274] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27274/stat : 27274 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27275] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27275/stat : 27275 (java) S 27255 27257 23895 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27276] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27276/stat : 27276 (java) S 27255 27257 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808243083 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 371.56
Current children cumulated vsize (KiB) 13639268

[startup+370.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 27608
/proc/meminfo: memFree=20878696/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13639268 CPUtime=372.34 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 34845 0 1 0 37220 14 0 0 25 0 19 0 808243063 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3409817 29371 2250 9 0 3400551 0
[pid=27257/tid=27258] ppid=27255 vsize=13639268 CPUtime=360.09 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 15500 0 1 0 36006 3 0 0 25 0 19 0 808243063 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505589714 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27257/tid=27260] ppid=27255 vsize=13639268 CPUtime=0.22 cores=1,3,5,7
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 329 0 0 0 21 1 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 58 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 184 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 131 0 0 0 19 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 109 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 428 0 0 0 24 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 273 0 0 0 19 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 412 0 0 0 24 0 0 0 16 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13639268 CPUtime=9.29 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 5990 0 0 0 924 5 0 0 15 0 19 0 808243066 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 1 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13639268 CPUtime=0.81 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 7829 0 0 0 81 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13639268 CPUtime=0.27 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2432 0 0 0 27 0 0 0 16 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27274] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27274/stat : 27274 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27275] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27275/stat : 27275 (java) S 27255 27257 23895 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27276] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27276/stat : 27276 (java) S 27255 27257 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808243083 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 372.34
Current children cumulated vsize (KiB) 13639268

[startup+370.719 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 27608
/proc/meminfo: memFree=20878696/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13639268 CPUtime=372.76 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 34846 0 1 0 37262 14 0 0 25 0 19 0 808243063 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3409817 29371 2250 9 0 3400551 0
[pid=27257/tid=27258] ppid=27255 vsize=13639268 CPUtime=360.48 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 15501 0 1 0 36045 3 0 0 25 0 19 0 808243063 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505539647 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27257/tid=27260] ppid=27255 vsize=13639268 CPUtime=0.22 cores=1,3,5,7
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 329 0 0 0 21 1 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 58 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 184 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 131 0 0 0 19 0 0 0 16 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 109 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 428 0 0 0 24 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 273 0 0 0 19 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 412 0 0 0 24 0 0 0 16 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13639268 CPUtime=9.31 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 5990 0 0 0 926 5 0 0 15 0 19 0 808243066 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 1 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13639268 CPUtime=0.81 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 7829 0 0 0 81 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13639268 CPUtime=0.27 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2432 0 0 0 27 0 0 0 16 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27274] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27274/stat : 27274 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27275] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27275/stat : 27275 (java) S 27255 27257 23895 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27276] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27276/stat : 27276 (java) S 27255 27257 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808243083 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 372.76
Current children cumulated vsize (KiB) 13639268

[startup+370.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 27608
/proc/meminfo: memFree=20878696/32951124 swapFree=67057928/67111528
[pid=27257] ppid=27255 vsize=13639268 CPUtime=372.94 cores=1,3,5,7
/proc/27257/stat : 27257 (java) S 27255 27257 23895 0 -1 4202496 34846 0 1 0 37280 14 0 0 25 0 19 0 808243063 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27257/statm: 3409817 29371 2250 9 0 3400551 0
[pid=27257/tid=27258] ppid=27255 vsize=13639268 CPUtime=360.66 cores=1,3,5,7
/proc/27257/task/27258/stat : 27258 (java) R 27255 27257 23895 0 -1 4202560 15501 0 1 0 36063 3 0 0 25 0 19 0 808243063 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 46912505539535 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27257/tid=27260] ppid=27255 vsize=13639268 CPUtime=0.22 cores=1,3,5,7
/proc/27257/task/27260/stat : 27260 (java) S 27255 27257 23895 0 -1 4202560 329 0 0 0 21 1 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27261] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27261/stat : 27261 (java) S 27255 27257 23895 0 -1 4202560 58 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27262] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27262/stat : 27262 (java) S 27255 27257 23895 0 -1 4202560 184 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27263] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27263/stat : 27263 (java) S 27255 27257 23895 0 -1 4202560 131 0 0 0 19 0 0 0 16 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27264] ppid=27255 vsize=13639268 CPUtime=0.23 cores=1,3,5,7
/proc/27257/task/27264/stat : 27264 (java) S 27255 27257 23895 0 -1 4202560 109 0 0 0 23 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27265] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27265/stat : 27265 (java) S 27255 27257 23895 0 -1 4202560 428 0 0 0 24 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27266] ppid=27255 vsize=13639268 CPUtime=0.19 cores=1,3,5,7
/proc/27257/task/27266/stat : 27266 (java) S 27255 27257 23895 0 -1 4202560 273 0 0 0 19 0 0 0 15 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27267] ppid=27255 vsize=13639268 CPUtime=0.24 cores=1,3,5,7
/proc/27257/task/27267/stat : 27267 (java) S 27255 27257 23895 0 -1 4202560 412 0 0 0 24 0 0 0 16 0 19 0 808243065 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27268] ppid=27255 vsize=13639268 CPUtime=9.31 cores=1,3,5,7
/proc/27257/task/27268/stat : 27268 (java) S 27255 27257 23895 0 -1 4202560 5990 0 0 0 926 5 0 0 15 0 19 0 808243066 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 0 0 16800975 18446604456657015232 0 0 -1 1 0 0 0
[pid=27257/tid=27269] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27269/stat : 27269 (java) S 27255 27257 23895 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27270] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27270/stat : 27270 (java) S 27255 27257 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 808243067 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27271] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27271/stat : 27271 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273440177 0 4 0 16800975 18446604456657015232 0 0 -1 3 0 0 0
[pid=27257/tid=27272] ppid=27255 vsize=13639268 CPUtime=0.81 cores=1,3,5,7
/proc/27257/task/27272/stat : 27272 (java) S 27255 27257 23895 0 -1 4202560 7829 0 0 0 81 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27273] ppid=27255 vsize=13639268 CPUtime=0.27 cores=1,3,5,7
/proc/27257/task/27273/stat : 27273 (java) S 27255 27257 23895 0 -1 4202560 2432 0 0 0 27 0 0 0 16 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27274] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27274/stat : 27274 (java) S 27255 27257 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273432473 0 4 0 16800975 18446604456657015232 0 0 -1 7 0 0 0
[pid=27257/tid=27275] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27275/stat : 27275 (java) S 27255 27257 23895 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 808243069 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
[pid=27257/tid=27276] ppid=27255 vsize=13639268 CPUtime=0 cores=1,3,5,7
/proc/27257/task/27276/stat : 27276 (java) S 27255 27257 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 808243083 13966610432 29371 33554432000 1073741824 1073778376 140737246695600 18446744073709551615 254273433088 0 4 0 16800975 18446604456657015232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 372.94
Current children cumulated vsize (KiB) 13639268

Child status: 30
Real time (s): 370.95
CPU time (s): 373.006
CPU user time (s): 372.851
CPU system time (s): 0.154976
CPU usage (%): 100.554
Max. virtual memory (cumulated for all children) (KiB): 13645056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.851
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34873
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18463
involuntary context switches= 7871

runsolver used 1.74573 second user time and 4.03239 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 05:31:17
IDJOB=3458162
IDBENCH=47982
IDSOLVER=1952
FILE ID=node140/3458162-1307158277
RUNJOBID= node140-1307156475-27027
PBS_JOBID= 13508776
Free space on /tmp= 73644 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=257-P1=53-P2=163-P3=163-P4=251-P5=269-P6=479-P7=113-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458162-1307158277/watcher-3458162-1307158277 -o /tmp/evaluation-result-3458162-1307158277/solver-3458162-1307158277 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458162-1307158277.opb

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

MD5SUM BENCH= 61ecac306f245a9bac818667ce91a2bc
RANDOM SEED=630958491

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21353212 kB
Buffers:        308332 kB
Cached:        3966720 kB
SwapCached:       6932 kB
Active:        7460812 kB
Inactive:      3801016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21353212 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:     6985340 kB
Mapped:          46140 kB
Slab:           215084 kB
PageTables:      52536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 154819756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node140 at 2011-06-04 05:37:28