Trace number 3453782

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 Res//CP 2.3.0OPT3 850.511 467.574

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
MD5SUMe808e428ddeed4827e7f6cc4dcf60aa4
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.407937
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3453782-1307194212.opb
0.09/0.11	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.116s.
0.24/0.23	c #vars     756
0.24/0.23	c #constraints  1156
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
1.62/1.03	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.65/1.61	c cleaning 4250 clauses out of 8499 with flag 11000/11000
6.06/2.31	c cleaning 5620 clauses out of 11250 with flag 18001/18001
7.28/2.98	c cleaning 6812 clauses out of 13629 with flag 26000/26000
9.05/3.88	c cleaning 7904 clauses out of 15818 with flag 35001/35001
11.02/4.87	c cleaning 8954 clauses out of 17913 with flag 45000/45000
12.81/5.78	c cleaning 9474 clauses out of 18961 with flag 55002/55002
14.77/6.73	c cleaning 9743 clauses out of 19485 with flag 65000/65000
16.52/7.67	c cleaning 9866 clauses out of 19742 with flag 75000/75000
18.28/8.57	c cleaning 9932 clauses out of 19876 with flag 85000/85000
20.05/9.49	c cleaning 9973 clauses out of 19945 with flag 95001/95001
21.97/10.42	c cleaning 9977 clauses out of 19971 with flag 105000/105000
23.51/11.22	c cleaning 9996 clauses out of 19995 with flag 115001/115001
25.48/12.23	c cleaning 9993 clauses out of 19998 with flag 125000/125000
27.22/13.19	c cleaning 9990 clauses out of 20005 with flag 135000/135000
28.97/14.03	c cleaning 9993 clauses out of 20015 with flag 145000/145000
30.29/14.78	c cleaning 10006 clauses out of 20023 with flag 155001/155001
32.85/16.06	c cleaning 9999 clauses out of 20016 with flag 165000/165000
35.23/17.23	c cleaning 10002 clauses out of 20018 with flag 175001/175001
37.54/18.20	c cleaning 10002 clauses out of 20015 with flag 185000/185000
39.65/19.24	c cleaning 9996 clauses out of 20013 with flag 195000/195000
41.18/20.06	c cleaning 10002 clauses out of 20018 with flag 205001/205001
42.72/20.89	c cleaning 9996 clauses out of 20015 with flag 215000/215000
45.05/22.03	c cleaning 9996 clauses out of 20019 with flag 225000/225000
46.95/23.06	c cleaning 0 clauses out of 5000 with flag 0/5000
47.16/23.16	c cleaning 10001 clauses out of 20024 with flag 235001/235001
48.40/23.80	c cleaning 9997 clauses out of 20022 with flag 245000/245000
49.71/24.45	c cleaning 10001 clauses out of 20026 with flag 255001/255001
51.21/25.26	c cleaning 9997 clauses out of 20025 with flag 265001/265001
52.57/25.93	c cleaning 10007 clauses out of 20029 with flag 275002/275002
54.47/26.90	c cleaning 10007 clauses out of 20020 with flag 285000/285000
56.39/27.97	c cleaning 9998 clauses out of 20014 with flag 295001/295001
58.69/29.21	c cleaning 10005 clauses out of 20015 with flag 305000/305000
61.25/30.49	c cleaning 10002 clauses out of 20011 with flag 315001/315001
63.37/31.55	c cleaning 10000 clauses out of 20009 with flag 325001/325001
65.28/32.55	c cleaning 9998 clauses out of 20008 with flag 335000/335000
67.36/33.66	c cleaning 10001 clauses out of 20011 with flag 345001/345001
69.25/34.70	c cleaning 9999 clauses out of 20009 with flag 355000/355000
71.36/35.78	c cleaning 10001 clauses out of 20010 with flag 365000/365000
73.47/36.81	c cleaning 9999 clauses out of 20010 with flag 375001/375001
75.34/37.80	c cleaning 9998 clauses out of 20011 with flag 385001/385001
76.85/38.69	c cleaning 10002 clauses out of 20012 with flag 395000/395000
78.76/39.61	c cleaning 9999 clauses out of 20010 with flag 405000/405000
80.48/40.52	c cleaning 9996 clauses out of 20011 with flag 415000/415000
82.54/41.68	c cleaning 10003 clauses out of 20016 with flag 425001/425001
84.85/42.81	c cleaning 10004 clauses out of 20012 with flag 435000/435000
86.74/43.90	c cleaning 9998 clauses out of 20009 with flag 445001/445001
89.45/45.22	c cleaning 10000 clauses out of 20010 with flag 455000/455000
91.90/46.58	c cleaning 10001 clauses out of 20012 with flag 465002/465002
94.40/47.86	c cleaning 10001 clauses out of 20011 with flag 475002/475002
96.95/49.15	c cleaning 10001 clauses out of 20009 with flag 485001/485001
99.61/50.53	c cleaning 9999 clauses out of 20007 with flag 495000/495000
102.07/51.86	c cleaning 9998 clauses out of 20008 with flag 505000/505000
104.16/52.91	c cleaning 9999 clauses out of 20011 with flag 515001/515001
105.85/53.80	c cleaning 9994 clauses out of 20011 with flag 525000/525000
107.38/54.66	c cleaning 10000 clauses out of 20018 with flag 535001/535001
109.21/55.71	c cleaning 9993 clauses out of 20018 with flag 545001/545001
111.10/56.64	c cleaning 9996 clauses out of 20024 with flag 555000/555000
112.79/57.52	c cleaning 9998 clauses out of 20028 with flag 565000/565000
114.48/58.45	c cleaning 9998 clauses out of 20030 with flag 575000/575000
116.33/59.47	c cleaning 10001 clauses out of 20032 with flag 585000/585000
118.22/60.44	c cleaning 10012 clauses out of 20032 with flag 595001/595001
119.75/61.29	c cleaning 10002 clauses out of 20020 with flag 605001/605001
122.20/62.50	c cleaning 10005 clauses out of 20018 with flag 615001/615001
123.67/63.38	c cleaning 9985 clauses out of 20012 with flag 625000/625000
125.54/64.36	c cleaning 10001 clauses out of 20028 with flag 635001/635001
127.86/65.56	c cleaning 9998 clauses out of 20027 with flag 645001/645001
129.94/66.63	c cleaning 10009 clauses out of 20029 with flag 655001/655001
131.55/67.55	c cleaning 10001 clauses out of 20019 with flag 665000/665000
133.24/68.41	c cleaning 10003 clauses out of 20019 with flag 675001/675001
136.16/69.94	c cleaning 10000 clauses out of 20017 with flag 685002/685002
138.82/71.34	c cleaning 9999 clauses out of 20016 with flag 695001/695001
140.65/72.32	c cleaning 10004 clauses out of 20016 with flag 705000/705000
142.94/73.60	c cleaning 10003 clauses out of 20012 with flag 715000/715000
145.63/74.93	c cleaning 9998 clauses out of 20009 with flag 725000/725000
148.32/76.35	c cleaning 10001 clauses out of 20011 with flag 735000/735000
150.78/77.68	c cleaning 10000 clauses out of 20010 with flag 745000/745000
153.44/79.08	c cleaning 10000 clauses out of 20011 with flag 755001/755001
155.92/80.36	c cleaning 9999 clauses out of 20011 with flag 765001/765001
158.60/81.73	c cleaning 9999 clauses out of 20012 with flag 775001/775001
160.63/82.82	c cleaning 9996 clauses out of 20013 with flag 785001/785001
162.51/83.83	c cleaning 9997 clauses out of 20016 with flag 795000/795000
164.39/84.81	c cleaning 9998 clauses out of 20020 with flag 805001/805001
166.26/85.84	c cleaning 10002 clauses out of 20022 with flag 815001/815001
168.08/86.83	c cleaning 10004 clauses out of 20019 with flag 825000/825000
170.16/87.92	c cleaning 10003 clauses out of 20016 with flag 835001/835001
172.23/89.01	c cleaning 10003 clauses out of 20012 with flag 845000/845000
174.31/90.11	c cleaning 10001 clauses out of 20009 with flag 855000/855000
176.32/91.29	c cleaning 10001 clauses out of 20008 with flag 865000/865000
178.58/92.47	c cleaning 10003 clauses out of 20009 with flag 875002/875002
180.64/93.59	c cleaning 10000 clauses out of 20004 with flag 885000/885000
183.30/94.92	c cleaning 10001 clauses out of 20006 with flag 895002/895002
186.29/96.50	c cleaning 9998 clauses out of 20003 with flag 905000/905000
187.96/97.44	c cleaning 9987 clauses out of 20005 with flag 915000/915000
189.79/98.49	c cleaning 10000 clauses out of 20019 with flag 925001/925001
192.28/99.73	c cleaning 10002 clauses out of 20019 with flag 935001/935001
193.03/100.29	c cleaning 0 clauses out of 11000 with flag 0/11000
194.50/101.06	c cleaning 9998 clauses out of 20017 with flag 945002/945002
196.57/102.16	c cleaning 9991 clauses out of 20018 with flag 955001/955001
198.04/102.94	c cleaning 9996 clauses out of 20027 with flag 965001/965001
199.60/103.83	c cleaning 10001 clauses out of 20031 with flag 975001/975001
200.85/104.56	c cleaning 9997 clauses out of 20030 with flag 985001/985001
203.30/105.86	c cleaning 10002 clauses out of 20033 with flag 995001/995001
205.95/107.22	c cleaning 10007 clauses out of 20031 with flag 1005001/1005001
208.53/108.64	c cleaning 10000 clauses out of 20023 with flag 1015000/1015000
210.77/109.82	c cleaning 10004 clauses out of 20023 with flag 1025000/1025000
212.46/110.75	c cleaning 10003 clauses out of 20019 with flag 1035000/1035000
213.86/111.56	c cleaning 9999 clauses out of 20017 with flag 1045001/1045001
215.42/112.47	c cleaning 9998 clauses out of 20017 with flag 1055000/1055000
217.45/113.52	c cleaning 10004 clauses out of 20020 with flag 1065001/1065001
219.69/114.70	c cleaning 9998 clauses out of 20016 with flag 1075001/1075001
221.32/115.65	c cleaning 9999 clauses out of 20019 with flag 1085002/1085002
223.08/116.67	c cleaning 10005 clauses out of 20019 with flag 1095001/1095001
225.51/117.95	c cleaning 10004 clauses out of 20013 with flag 1105000/1105000
227.94/119.23	c cleaning 10003 clauses out of 20010 with flag 1115001/1115001
230.17/120.41	c cleaning 10000 clauses out of 20006 with flag 1125000/1125000
232.71/121.85	c cleaning 10000 clauses out of 20008 with flag 1135002/1135002
235.14/123.16	c cleaning 9999 clauses out of 20006 with flag 1145000/1145000
236.76/124.06	c cleaning 9996 clauses out of 20007 with flag 1155001/1155001
238.42/125.02	c cleaning 9995 clauses out of 20010 with flag 1165000/1165000
240.56/126.12	c cleaning 9998 clauses out of 20016 with flag 1175001/1175001
241.94/126.97	c cleaning 9999 clauses out of 20017 with flag 1185000/1185000
243.77/127.93	c cleaning 9997 clauses out of 20019 with flag 1195001/1195001
245.59/128.94	c cleaning 9999 clauses out of 20021 with flag 1205000/1205000
247.93/130.22	c cleaning 10001 clauses out of 20022 with flag 1215000/1215000
249.95/131.39	c cleaning 9997 clauses out of 20023 with flag 1225002/1225002
252.17/132.56	c cleaning 10002 clauses out of 20027 with flag 1235003/1235003
253.79/133.48	c cleaning 10002 clauses out of 20023 with flag 1245001/1245001
255.95/134.66	c cleaning 10001 clauses out of 20021 with flag 1255001/1255001
257.97/135.78	c cleaning 10003 clauses out of 20020 with flag 1265001/1265001
260.19/136.93	c cleaning 9999 clauses out of 20016 with flag 1275000/1275000
262.45/138.19	c cleaning 10001 clauses out of 20017 with flag 1285000/1285000
264.95/139.54	c cleaning 10000 clauses out of 20017 with flag 1295001/1295001
267.16/140.77	c cleaning 9999 clauses out of 20016 with flag 1305000/1305000
269.38/141.95	c cleaning 10001 clauses out of 20018 with flag 1315001/1315001
271.59/143.17	c cleaning 9999 clauses out of 20018 with flag 1325002/1325002
273.72/144.38	c cleaning 9999 clauses out of 20020 with flag 1335003/1335003
276.33/145.76	c cleaning 9996 clauses out of 20018 with flag 1345000/1345000
278.78/147.06	c cleaning 10001 clauses out of 20024 with flag 1355002/1355002
281.34/148.43	c cleaning 10002 clauses out of 20022 with flag 1365001/1365001
283.66/149.79	c cleaning 10000 clauses out of 20019 with flag 1375000/1375000
286.27/151.14	c cleaning 9998 clauses out of 20019 with flag 1385000/1385000
288.71/152.47	c cleaning 10010 clauses out of 20022 with flag 1395001/1395001
290.71/153.57	c cleaning 10001 clauses out of 20010 with flag 1405000/1405000
292.39/154.59	c cleaning 9995 clauses out of 20011 with flag 1415002/1415002
294.19/155.53	c cleaning 10001 clauses out of 20015 with flag 1425001/1425001
296.40/156.74	c cleaning 10005 clauses out of 20013 with flag 1435000/1435000
298.84/158.06	c cleaning 9998 clauses out of 20009 with flag 1445001/1445001
301.50/159.50	c cleaning 10000 clauses out of 20010 with flag 1455000/1455000
303.90/160.87	c cleaning 10000 clauses out of 20010 with flag 1465000/1465000
306.49/162.26	c cleaning 9997 clauses out of 20010 with flag 1475000/1475000
308.29/163.21	c cleaning 9998 clauses out of 20013 with flag 1485000/1485000
310.38/164.51	c cleaning 10000 clauses out of 20016 with flag 1495001/1495001
312.60/165.63	c cleaning 10001 clauses out of 20017 with flag 1505002/1505002
314.59/166.80	c cleaning 9997 clauses out of 20015 with flag 1515001/1515001
316.59/167.88	c cleaning 10005 clauses out of 20018 with flag 1525001/1525001
319.27/169.38	c cleaning 10001 clauses out of 20012 with flag 1535000/1535000
321.87/170.73	c cleaning 10001 clauses out of 20013 with flag 1545002/1545002
324.27/172.03	c cleaning 9999 clauses out of 20010 with flag 1555000/1555000
326.27/173.11	c cleaning 10002 clauses out of 20013 with flag 1565002/1565002
328.37/174.40	c cleaning 10000 clauses out of 20010 with flag 1575001/1575001
330.37/175.45	c cleaning 9996 clauses out of 20009 with flag 1585000/1585000
332.17/176.44	c cleaning 10002 clauses out of 20013 with flag 1595000/1595000
334.17/177.57	c cleaning 10003 clauses out of 20012 with flag 1605001/1605001
336.49/178.85	c cleaning 9999 clauses out of 20007 with flag 1615000/1615000
339.06/180.29	c cleaning 10002 clauses out of 20008 with flag 1625000/1625000
341.66/181.67	c cleaning 9997 clauses out of 20007 with flag 1635001/1635001
344.25/183.03	c cleaning 10003 clauses out of 20009 with flag 1645000/1645000
346.14/184.10	c cleaning 9989 clauses out of 20005 with flag 1655000/1655000
347.55/184.96	c cleaning 9991 clauses out of 20017 with flag 1665001/1665001
349.17/185.81	c cleaning 9989 clauses out of 20025 with flag 1675000/1675000
350.40/186.61	c cleaning 9996 clauses out of 20037 with flag 1685001/1685001
352.28/187.62	c cleaning 9994 clauses out of 20040 with flag 1695000/1695000
353.68/188.47	c cleaning 10005 clauses out of 20049 with flag 1705003/1705003
355.29/189.31	c cleaning 9999 clauses out of 20041 with flag 1715000/1715000
356.71/190.12	c cleaning 9994 clauses out of 20042 with flag 1725000/1725000
358.27/191.07	c cleaning 10000 clauses out of 20048 with flag 1735000/1735000
359.65/191.89	c cleaning 10000 clauses out of 20048 with flag 1745000/1745000
361.86/193.07	c cleaning 10017 clauses out of 20048 with flag 1755000/1755000
364.11/194.23	c cleaning 10006 clauses out of 20033 with flag 1765002/1765002
366.25/195.48	c cleaning 10003 clauses out of 20026 with flag 1775001/1775001
368.63/196.75	c cleaning 10003 clauses out of 20023 with flag 1785001/1785001
371.04/198.08	c cleaning 10001 clauses out of 20019 with flag 1795000/1795000
373.45/199.32	c cleaning 10001 clauses out of 20018 with flag 1805000/1805000
375.77/200.65	c cleaning 9997 clauses out of 20017 with flag 1815000/1815000
377.80/201.79	c cleaning 9998 clauses out of 20020 with flag 1825000/1825000
380.23/203.09	c cleaning 10001 clauses out of 20022 with flag 1835000/1835000
382.45/204.24	c cleaning 9997 clauses out of 20021 with flag 1845000/1845000
384.74/205.52	c cleaning 10003 clauses out of 20024 with flag 1855000/1855000
386.95/206.73	c cleaning 10000 clauses out of 20022 with flag 1865001/1865001
388.96/207.88	c cleaning 10005 clauses out of 20023 with flag 1875002/1875002
391.18/209.04	c cleaning 10000 clauses out of 20016 with flag 1885000/1885000
393.71/210.42	c cleaning 9998 clauses out of 20017 with flag 1895001/1895001
394.15/210.79	c  And the winner is Resolution
394.42/210.94	c SATISFIABLE
394.42/210.94	c OPTIMIZING...
394.42/210.94	c Got one! Elapsed wall clock time (in seconds):210.822
394.42/210.94	o 137
394.74/211.16	c cleaning 7986 clauses out of 16007 with flag 3000/1900989
395.99/211.83	c cleaning 6994 clauses out of 14022 with flag 9001/1906990
397.37/212.63	c cleaning 6995 clauses out of 14027 with flag 16000/1913989
399.06/213.69	c cleaning 7505 clauses out of 15033 with flag 24001/1921990
401.07/214.73	c cleaning 8254 clauses out of 16527 with flag 33000/1930989
402.88/215.78	c cleaning 9126 clauses out of 18273 with flag 43000/1940989
404.89/216.86	c cleaning 9562 clauses out of 19148 with flag 53001/1950990
407.22/218.11	c cleaning 9782 clauses out of 19588 with flag 63003/1960992
408.83/219.02	c cleaning 9885 clauses out of 19805 with flag 73002/1970991
410.24/219.87	c cleaning 9941 clauses out of 19919 with flag 83001/1980990
412.05/220.80	c cleaning 9971 clauses out of 19977 with flag 93000/1990989
413.82/221.85	c cleaning 9988 clauses out of 20007 with flag 103001/2000990
415.39/222.78	c cleaning 9988 clauses out of 20018 with flag 113000/2010989
417.19/223.76	c cleaning 9993 clauses out of 20030 with flag 123000/2020989
418.81/224.64	c cleaning 10005 clauses out of 20037 with flag 133000/2030989
420.54/225.66	c cleaning 10001 clauses out of 20033 with flag 143001/2040990
422.14/226.54	c cleaning 10001 clauses out of 20032 with flag 153001/2050990
423.75/227.45	c cleaning 9996 clauses out of 20030 with flag 163000/2060989
425.38/228.37	c cleaning 10000 clauses out of 20036 with flag 173002/2070991
427.08/229.37	c cleaning 9999 clauses out of 20034 with flag 183000/2080989
428.89/230.31	c cleaning 10002 clauses out of 20037 with flag 193002/2090991
430.49/231.24	c cleaning 10000 clauses out of 20033 with flag 203000/2100989
432.10/232.15	c cleaning 10000 clauses out of 20033 with flag 213000/2110989
433.82/233.10	c cleaning 10013 clauses out of 20034 with flag 223001/2120990
436.03/234.39	c cleaning 10005 clauses out of 20021 with flag 233001/2130990
438.65/235.73	c cleaning 10005 clauses out of 20016 with flag 243001/2140990
441.29/237.12	c cleaning 10002 clauses out of 20011 with flag 253001/2150990
443.79/238.59	c cleaning 10001 clauses out of 20009 with flag 263001/2160990
446.00/239.79	c cleaning 10002 clauses out of 20008 with flag 273001/2170990
448.41/241.09	c cleaning 9991 clauses out of 20005 with flag 283000/2180989
450.21/242.01	c cleaning 9993 clauses out of 20014 with flag 293000/2190989
451.71/242.97	c cleaning 9992 clauses out of 20021 with flag 303000/2200989
452.12/243.20	c  And the winner is Resolution
452.27/243.68	c Got one! Elapsed wall clock time (in seconds):243.568
452.27/243.68	o 73
452.90/244.07	c cleaning 7691 clauses out of 15418 with flag 5002/2206378
454.10/244.73	c cleaning 6845 clauses out of 13729 with flag 11004/2212380
455.30/245.47	c cleaning 6923 clauses out of 13880 with flag 18000/2219376
456.99/246.44	c cleaning 7466 clauses out of 14957 with flag 26000/2227376
459.00/247.53	c cleaning 8244 clauses out of 16492 with flag 35001/2236377
461.79/249.01	c cleaning 9117 clauses out of 18247 with flag 45000/2246376
464.00/250.32	c cleaning 9558 clauses out of 19130 with flag 55000/2256376
466.71/251.74	c cleaning 9786 clauses out of 19572 with flag 65000/2266376
468.94/252.98	c cleaning 9890 clauses out of 19788 with flag 75002/2276378
471.93/254.54	c cleaning 9945 clauses out of 19896 with flag 85000/2286376
474.93/256.11	c cleaning 9972 clauses out of 19952 with flag 95001/2296377
478.03/257.81	c cleaning 9985 clauses out of 19980 with flag 105001/2306377
480.83/259.30	c cleaning 9993 clauses out of 19994 with flag 115000/2316376
482.82/260.47	c cleaning 9995 clauses out of 20003 with flag 125002/2326378
485.22/261.73	c cleaning 9994 clauses out of 20007 with flag 135001/2336377
487.13/262.89	c cleaning 9997 clauses out of 20013 with flag 145001/2346377
489.53/264.19	c cleaning 9999 clauses out of 20015 with flag 155000/2356376
491.93/265.46	c cleaning 9998 clauses out of 20016 with flag 165000/2366376
494.32/266.70	c cleaning 10000 clauses out of 20019 with flag 175001/2376377
496.23/267.86	c cleaning 9994 clauses out of 20018 with flag 185000/2386376
497.82/268.71	c cleaning 9994 clauses out of 20024 with flag 195000/2396376
499.22/269.57	c cleaning 9998 clauses out of 20030 with flag 205000/2406376
500.82/270.45	c cleaning 9995 clauses out of 20033 with flag 215001/2416377
502.48/271.42	c cleaning 10004 clauses out of 20039 with flag 225002/2426378
503.88/272.30	c cleaning 10006 clauses out of 20034 with flag 235001/2436377
504.67/272.70	c  And the winner is Resolution
504.76/273.02	c Got one! Elapsed wall clock time (in seconds):272.909
504.76/273.02	o 27
504.93/273.16	c cleaning 7610 clauses out of 15253 with flag 2000/2441602
506.13/273.81	c cleaning 6799 clauses out of 13644 with flag 8001/2447603
507.58/274.75	c cleaning 6907 clauses out of 13846 with flag 15002/2454604
509.18/275.67	c cleaning 7453 clauses out of 14937 with flag 23000/2462602
510.94/276.66	c cleaning 8231 clauses out of 16484 with flag 32000/2471602
513.16/277.88	c cleaning 9113 clauses out of 18254 with flag 42001/2481603
515.66/279.23	c cleaning 9558 clauses out of 19140 with flag 52000/2491602
517.65/280.31	c cleaning 9771 clauses out of 19583 with flag 62001/2501603
519.44/281.30	c cleaning 9879 clauses out of 19811 with flag 72000/2511602
521.42/282.45	c cleaning 9949 clauses out of 19933 with flag 82001/2521603
523.53/283.66	c cleaning 9970 clauses out of 19983 with flag 92000/2531602
525.52/284.75	c cleaning 9988 clauses out of 20014 with flag 102001/2541603
527.71/285.95	c cleaning 9993 clauses out of 20025 with flag 112000/2551602
529.71/287.06	c cleaning 9994 clauses out of 20032 with flag 122000/2561602
531.82/288.25	c cleaning 10001 clauses out of 20039 with flag 132001/2571603
533.81/289.38	c cleaning 9997 clauses out of 20037 with flag 142000/2581602
536.40/290.72	c cleaning 10014 clauses out of 20040 with flag 152000/2591602
538.79/292.08	c cleaning 10010 clauses out of 20028 with flag 162002/2601604
541.49/293.51	c cleaning 10006 clauses out of 20017 with flag 172001/2611603
543.87/294.88	c cleaning 9997 clauses out of 20011 with flag 182001/2621603
546.27/296.18	c cleaning 9996 clauses out of 20014 with flag 192001/2631603
548.66/297.43	c cleaning 10003 clauses out of 20019 with flag 202002/2641604
550.99/298.81	c cleaning 10001 clauses out of 20014 with flag 212000/2651602
553.35/300.06	c cleaning 10003 clauses out of 20013 with flag 222000/2661602
555.73/301.31	c cleaning 9997 clauses out of 20010 with flag 232000/2671602
558.12/302.62	c cleaning 10001 clauses out of 20013 with flag 242000/2681602
560.61/304.02	c cleaning 9999 clauses out of 20014 with flag 252002/2691604
562.39/305.08	c cleaning 9998 clauses out of 20014 with flag 262001/2701603
564.79/306.31	c cleaning 10000 clauses out of 20015 with flag 272000/2711602
566.77/307.50	c cleaning 10005 clauses out of 20014 with flag 282000/2721602
569.43/308.96	c cleaning 10001 clauses out of 20009 with flag 292000/2731602
571.83/310.24	c cleaning 10002 clauses out of 20008 with flag 302000/2741602
573.42/311.18	c cleaning 9986 clauses out of 20005 with flag 312000/2751602
575.40/312.28	c cleaning 9991 clauses out of 20019 with flag 322000/2761602
577.30/313.39	c cleaning 9991 clauses out of 20028 with flag 332000/2771602
579.48/314.51	c cleaning 9999 clauses out of 20038 with flag 342001/2781603
581.06/315.49	c cleaning 9993 clauses out of 20038 with flag 352000/2791602
583.06/316.52	c cleaning 10015 clauses out of 20045 with flag 362000/2801602
584.95/317.63	c cleaning 10009 clauses out of 20031 with flag 372001/2811603
586.78/318.64	c cleaning 10001 clauses out of 20021 with flag 382000/2821602
588.56/319.63	c cleaning 10004 clauses out of 20021 with flag 392001/2831603
590.31/320.72	c cleaning 9998 clauses out of 20016 with flag 402000/2841602
592.20/321.76	c cleaning 9999 clauses out of 20018 with flag 412000/2851602
593.99/322.73	c cleaning 9991 clauses out of 20019 with flag 422000/2861602
595.98/323.86	c  And the winner is Resolution
596.24/324.05	c Got one! Elapsed wall clock time (in seconds):323.94
596.24/324.05	o 11
597.92/324.93	c cleaning 12455 clauses out of 24940 with flag 5000/2876514
599.11/325.67	c cleaning 9222 clauses out of 18486 with flag 11001/2882515
600.79/326.63	c cleaning 8110 clauses out of 16263 with flag 18000/2889514
602.37/327.51	c cleaning 8057 clauses out of 16153 with flag 26000/2897514
603.76/328.40	c cleaning 8534 clauses out of 17096 with flag 35000/2906514
605.74/329.41	c cleaning 9267 clauses out of 18562 with flag 45000/2916514
607.61/330.56	c cleaning 9634 clauses out of 19295 with flag 55000/2926514
609.59/331.65	c cleaning 9816 clauses out of 19661 with flag 65000/2936514
611.38/332.67	c cleaning 9909 clauses out of 19845 with flag 75000/2946514
613.16/333.70	c cleaning 9953 clauses out of 19936 with flag 85000/2956514
615.26/334.81	c cleaning 9980 clauses out of 19984 with flag 95001/2966515
616.84/335.76	c cleaning 9983 clauses out of 20004 with flag 105001/2976515
618.43/336.67	c cleaning 9988 clauses out of 20020 with flag 115000/2986514
620.02/337.56	c cleaning 9999 clauses out of 20033 with flag 125001/2996515
621.71/338.58	c cleaning 9996 clauses out of 20034 with flag 135001/3006515
623.54/339.52	c cleaning 10001 clauses out of 20038 with flag 145001/3016515
625.08/340.46	c cleaning 9998 clauses out of 20036 with flag 155000/3026514
626.65/341.36	c cleaning 10002 clauses out of 20039 with flag 165001/3036515
628.37/342.39	c cleaning 9998 clauses out of 20037 with flag 175001/3046515
630.15/343.35	c cleaning 10001 clauses out of 20038 with flag 185000/3056514
631.93/344.37	c cleaning 9998 clauses out of 20038 with flag 195001/3066515
633.72/345.35	c cleaning 10002 clauses out of 20043 with flag 205004/3076518
635.24/346.29	c cleaning 10004 clauses out of 20037 with flag 215000/3086514
636.62/347.05	c  And the winner is Resolution
636.87/347.29	c Got one! Elapsed wall clock time (in seconds):347.174
636.87/347.29	o 5
637.49/347.65	c cleaning 12238 clauses out of 24503 with flag 5000/3100984
638.71/348.32	c cleaning 9119 clauses out of 18266 with flag 11001/3106985
639.85/349.08	c cleaning 8054 clauses out of 16146 with flag 18000/3113984
641.52/350.06	c cleaning 8029 clauses out of 16094 with flag 26002/3121986
643.10/350.90	c cleaning 8525 clauses out of 17065 with flag 35002/3130986
644.68/351.87	c cleaning 9257 clauses out of 18539 with flag 45001/3140985
646.46/352.86	c cleaning 9628 clauses out of 19281 with flag 55000/3150984
648.34/353.95	c cleaning 9813 clauses out of 19653 with flag 65000/3160984
650.16/354.98	c cleaning 9910 clauses out of 19841 with flag 75001/3170985
652.14/356.02	c cleaning 9952 clauses out of 19931 with flag 85001/3180985
653.91/357.07	c cleaning 9977 clauses out of 19979 with flag 95001/3190985
655.81/358.13	c cleaning 9986 clauses out of 20001 with flag 105000/3200984
657.35/359.09	c cleaning 9995 clauses out of 20015 with flag 115000/3210984
659.32/360.13	c cleaning 9999 clauses out of 20021 with flag 125001/3220985
661.07/361.17	c cleaning 9999 clauses out of 20021 with flag 135000/3230984
662.88/362.28	c cleaning 9997 clauses out of 20022 with flag 145000/3240984
665.02/363.43	c cleaning 10001 clauses out of 20025 with flag 155000/3250984
666.99/364.51	c cleaning 9994 clauses out of 20024 with flag 165000/3260984
668.56/365.49	c cleaning 9997 clauses out of 20031 with flag 175001/3270985
670.46/366.53	c cleaning 10000 clauses out of 20035 with flag 185002/3280986
672.22/367.50	c cleaning 9995 clauses out of 20033 with flag 195000/3290984
673.98/368.50	c cleaning 10000 clauses out of 20038 with flag 205000/3300984
675.74/369.55	c cleaning 10001 clauses out of 20039 with flag 215001/3310985
677.41/370.56	c cleaning 10004 clauses out of 20037 with flag 225000/3320984
679.02/371.44	c cleaning 10003 clauses out of 20035 with flag 235002/3330986
680.56/372.39	c cleaning 9998 clauses out of 20031 with flag 245001/3340985
682.15/373.29	c cleaning 9999 clauses out of 20032 with flag 255000/3350984
684.01/374.35	c cleaning 10000 clauses out of 20033 with flag 265000/3360984
685.78/375.32	c cleaning 10000 clauses out of 20033 with flag 275000/3370984
687.36/376.27	c cleaning 10000 clauses out of 20033 with flag 285000/3380984
689.14/377.26	c cleaning 9998 clauses out of 20033 with flag 295000/3390984
691.19/378.42	c cleaning 10001 clauses out of 20035 with flag 305000/3400984
692.96/379.48	c cleaning 9998 clauses out of 20035 with flag 315001/3410985
695.34/380.70	c cleaning 10001 clauses out of 20036 with flag 325000/3420984
697.30/381.85	c cleaning 10014 clauses out of 20035 with flag 335000/3430984
698.22/382.49	c  And the winner is Resolution
698.47/382.69	c Got one! Elapsed wall clock time (in seconds):382.572
698.47/382.69	o 3
699.12/383.03	c cleaning 10078 clauses out of 20171 with flag 5000/3441134
700.29/383.78	c cleaning 8036 clauses out of 16093 with flag 11000/3447134
701.90/384.66	c cleaning 7519 clauses out of 15058 with flag 18001/3454135
703.87/385.75	c cleaning 7766 clauses out of 15539 with flag 26001/3462135
705.84/386.99	c cleaning 8380 clauses out of 16773 with flag 35001/3471135
708.40/388.33	c cleaning 9190 clauses out of 18393 with flag 45001/3481135
710.37/389.48	c cleaning 9601 clauses out of 19202 with flag 55000/3491134
713.15/390.97	c cleaning 9801 clauses out of 19602 with flag 65001/3501135
716.24/392.62	c cleaning 9898 clauses out of 19800 with flag 75000/3511134
719.21/394.23	c cleaning 9946 clauses out of 19903 with flag 85001/3521135
721.82/395.64	c cleaning 9972 clauses out of 19956 with flag 95000/3531134
724.35/397.10	c cleaning 9983 clauses out of 19984 with flag 105000/3541134
726.66/398.31	c cleaning 9993 clauses out of 20001 with flag 115000/3551134
728.44/399.39	c cleaning 9998 clauses out of 20008 with flag 125000/3561134
730.80/400.61	c cleaning 9999 clauses out of 20010 with flag 135000/3571134
732.77/401.79	c cleaning 10002 clauses out of 20011 with flag 145000/3581134
735.07/403.01	c cleaning 9996 clauses out of 20010 with flag 155001/3591135
737.03/404.17	c cleaning 10000 clauses out of 20013 with flag 165000/3601134
739.64/405.52	c cleaning 10005 clauses out of 20013 with flag 175000/3611134
741.77/406.76	c cleaning 10001 clauses out of 20008 with flag 185000/3621134
744.04/408.02	c cleaning 9992 clauses out of 20008 with flag 195001/3631135
746.61/409.44	c cleaning 10000 clauses out of 20015 with flag 205000/3641134
748.98/410.78	c cleaning 10005 clauses out of 20015 with flag 215000/3651134
751.37/412.10	c cleaning 10000 clauses out of 20011 with flag 225001/3661135
754.24/413.60	c cleaning 10001 clauses out of 20012 with flag 235002/3671136
756.81/415.07	c cleaning 9997 clauses out of 20010 with flag 245001/3681135
758.78/416.18	c cleaning 10002 clauses out of 20013 with flag 255001/3691135
761.38/417.55	c cleaning 9999 clauses out of 20010 with flag 265001/3701135
764.01/419.08	c cleaning 10000 clauses out of 20011 with flag 275001/3711135
766.78/420.53	c cleaning 9999 clauses out of 20011 with flag 285001/3721135
769.14/421.87	c cleaning 10003 clauses out of 20012 with flag 295001/3731135
771.71/423.25	c cleaning 10000 clauses out of 20008 with flag 305000/3741134
774.37/424.73	c cleaning 10001 clauses out of 20009 with flag 315001/3751135
776.73/426.09	c cleaning 10000 clauses out of 20007 with flag 325000/3761134
779.10/427.40	c cleaning 9999 clauses out of 20007 with flag 335000/3771134
781.66/428.80	c cleaning 10003 clauses out of 20009 with flag 345001/3781135
783.73/429.92	c cleaning 9996 clauses out of 20004 with flag 355000/3791134
786.10/431.22	c cleaning 10002 clauses out of 20010 with flag 365002/3801136
788.06/432.36	c cleaning 9997 clauses out of 20006 with flag 375000/3811134
790.23/433.50	c cleaning 10000 clauses out of 20009 with flag 385000/3821134
792.32/434.71	c cleaning 10000 clauses out of 20009 with flag 395000/3831134
794.09/435.78	c cleaning 9998 clauses out of 20010 with flag 405001/3841135
796.25/436.92	c cleaning 10000 clauses out of 20012 with flag 415001/3851135
798.21/438.09	c cleaning 9999 clauses out of 20011 with flag 425000/3861134
800.70/439.44	c cleaning 10000 clauses out of 20013 with flag 435001/3871135
802.89/440.63	c cleaning 10001 clauses out of 20012 with flag 445000/3881134
805.43/442.06	c cleaning 10004 clauses out of 20013 with flag 455002/3891136
808.00/443.47	c cleaning 9999 clauses out of 20008 with flag 465001/3901135
810.73/444.94	c cleaning 10002 clauses out of 20009 with flag 475001/3911135
813.49/446.41	c cleaning 10000 clauses out of 20007 with flag 485001/3921135
816.06/447.88	c cleaning 10000 clauses out of 20009 with flag 495003/3931137
818.42/449.17	c cleaning 9996 clauses out of 20007 with flag 505001/3941135
821.29/450.72	c cleaning 10000 clauses out of 20010 with flag 515000/3951134
823.85/452.11	c cleaning 10001 clauses out of 20011 with flag 525001/3961135
826.21/453.44	c cleaning 10002 clauses out of 20009 with flag 535000/3971134
828.57/454.74	c cleaning 9997 clauses out of 20007 with flag 545000/3981134
831.27/456.20	c cleaning 10002 clauses out of 20010 with flag 555000/3991134
833.84/457.68	c cleaning 9999 clauses out of 20008 with flag 565000/4001134
836.40/459.09	c cleaning 9999 clauses out of 20010 with flag 575001/4011135
838.99/460.47	c cleaning 10003 clauses out of 20010 with flag 585000/4021134
841.48/461.84	c cleaning 10000 clauses out of 20006 with flag 595000/4031134
843.85/463.17	c cleaning 9999 clauses out of 20006 with flag 605001/4041135
846.61/464.61	c cleaning 10003 clauses out of 20007 with flag 615001/4051135
848.57/465.79	c  And the winner is Resolution
850.42/467.53	c starts		: 256
850.42/467.53	c conflicts		: 4059543
850.42/467.53	c decisions		: 4155195
850.42/467.53	c propagations		: 90117913
850.42/467.53	c inspects		: 2583662369
850.42/467.53	c shortcuts		: 0
850.42/467.53	c learnt literals	: 20
850.42/467.53	c learnt binary clauses	: 140
850.42/467.53	c learnt ternary clauses	: 501
850.42/467.53	c learnt constraints	: 4059522
850.42/467.53	c ignored constraints	: 0
850.42/467.53	c root simplifications	: 0
850.42/467.53	c removed literals (reason simplification)	: 169338311
850.42/467.53	c reason swapping (by a shorter reason)	: 0
850.42/467.53	c Calls to reduceDB	: 413
850.42/467.53	c number of reductions to clauses (during analyze)	: 0
850.42/467.53	c number of learned constraints concerned by reduction	: 0
850.42/467.53	c number of learning phase by resolution	: 0
850.42/467.53	c number of learning phase by cutting planes	: 0
850.42/467.53	c speed (assignments/second)	: 1062147.598562084
850.42/467.53	c non guided choices	13549
850.42/467.53	c learnt constraints type 
850.42/467.53	c constraints type 
850.42/467.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
850.42/467.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
850.42/467.53	c constraints type 
850.42/467.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
850.42/467.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
850.42/467.53	s OPTIMUM FOUND
850.42/467.53	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 
850.42/467.53	c objective function=3
850.42/467.53	c Total wall clock time (in seconds): 467.418

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

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

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


[startup+0 s]
/proc/loadavg: 2.36 3.43 3.53 2/549 14398
/proc/meminfo: memFree=24910108/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 3428 0 1 0 0 0 0 0 22 0 2 0 831018270 10694979584 3129 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2611079 3144 917 9 0 2602235 0
[pid=14398/tid=14399] ppid=14396 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) R 14396 14398 10194 0 -1 4202560 6424 0 1 0 0 0 0 0 17 0 2 0 831018270 10694979584 7241 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.100197 s]
/proc/loadavg: 2.36 3.43 3.53 2/549 14398
/proc/meminfo: memFree=24910108/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10539896 CPUtime=0.09 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 12974 0 1 0 8 1 0 0 22 0 18 0 831018270 10792853504 12661 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2634974 12662 2092 9 0 2625708 0
[pid=14398/tid=14399] ppid=14396 vsize=10539896 CPUtime=0.07 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) R 14396 14398 10194 0 -1 4202560 11044 0 1 0 6 1 0 0 18 0 18 0 831018270 10792853504 12662 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 47084542977560 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539896

[startup+0.205932 s]
/proc/loadavg: 2.36 3.43 3.53 2/549 14398
/proc/meminfo: memFree=24910108/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10540032 CPUtime=0.24 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 13986 0 1 0 22 2 0 0 22 0 18 0 831018270 10792992768 13633 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2635008 13633 2181 9 0 2625742 0
[pid=14398/tid=14399] ppid=14396 vsize=10540032 CPUtime=0.19 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) R 14396 14398 10194 0 -1 4202560 11880 0 1 0 17 2 0 0 18 0 18 0 831018270 10792992768 13633 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10540032

[startup+0.307835 s]
/proc/loadavg: 2.36 3.43 3.53 2/549 14398
/proc/meminfo: memFree=24910108/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10553952 CPUtime=1.62 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 28680 0 1 0 158 4 0 0 22 0 22 0 831018270 10807246848 25378 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2638496 42007 2225 9 0 2629230 0
[pid=14398/tid=14399] ppid=14396 vsize=10553984 CPUtime=0.22 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) S 14396 14398 10194 0 -1 4202560 12082 0 1 0 20 2 0 0 15 0 22 0 831018270 10807279616 47940 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10553952

[startup+1.07402 s]
/proc/loadavg: 2.36 3.43 3.53 2/549 14398
/proc/meminfo: memFree=24910108/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10553984 CPUtime=3.53 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 65915 0 1 0 344 9 0 0 22 0 22 0 831018270 10807279616 56219 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2638496 56223 2256 9 0 2629230 0
[pid=14398/tid=14399] ppid=14396 vsize=10553984 CPUtime=0.22 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) S 14396 14398 10194 0 -1 4202560 12082 0 1 0 20 2 0 0 15 0 22 0 831018270 10807279616 56225 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10553984

[startup+1.50089 s]
/proc/loadavg: 2.36 3.43 3.53 2/549 14398
/proc/meminfo: memFree=24910108/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10553984 CPUtime=4.46 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 82798 0 1 0 435 11 0 0 22 0 22 0 831018270 10807279616 73102 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2638496 73106 2256 9 0 2629230 0
[pid=14398/tid=14399] ppid=14396 vsize=10553984 CPUtime=0.22 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) S 14396 14398 10194 0 -1 4202560 12082 0 1 0 20 2 0 0 15 0 22 0 831018270 10807279616 73108 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 10553984

[startup+3.10158 s]
/proc/loadavg: 2.33 3.41 3.52 8/597 14506
/proc/meminfo: memFree=24429348/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10553984 CPUtime=7.65 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 114157 0 1 0 751 14 0 0 22 0 22 0 831018270 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2638496 104458 2257 9 0 2629230 0
[pid=14398/tid=14399] ppid=14396 vsize=10553984 CPUtime=0.22 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) S 14396 14398 10194 0 -1 4202560 12082 0 1 0 20 2 0 0 15 0 22 0 831018270 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14409] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 305 0 0 0 0 0 0 0 16 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14411/stat : 14411 (java) S 14396 14398 10194 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14412] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14412/stat : 14412 (java) S 14396 14398 10194 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14413] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14413/stat : 14413 (java) S 14396 14398 10194 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14414] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14414/stat : 14414 (java) S 14396 14398 10194 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14415] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14415/stat : 14415 (java) S 14396 14398 10194 0 -1 4202560 651 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14416] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14416/stat : 14416 (java) S 14396 14398 10194 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14417] ppid=14396 vsize=10553984 CPUtime=0.09 cores=0,2,4,6
/proc/14398/task/14417/stat : 14417 (java) S 14396 14398 10194 0 -1 4202560 2494 0 0 0 9 0 0 0 16 0 22 0 831018273 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 0 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14427] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14427/stat : 14427 (java) S 14396 14398 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018274 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14428] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14428/stat : 14428 (java) S 14396 14398 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831018274 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14432] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14432/stat : 14432 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 831018276 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488518577 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14433] ppid=14396 vsize=10553984 CPUtime=0.89 cores=0,2,4,6
/proc/14398/task/14433/stat : 14433 (java) S 14396 14398 10194 0 -1 4202560 6957 0 0 0 88 1 0 0 15 0 22 0 831018276 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14434] ppid=14396 vsize=10553984 CPUtime=0.89 cores=0,2,4,6
/proc/14398/task/14434/stat : 14434 (java) S 14396 14398 10194 0 -1 4202560 8982 0 0 0 88 1 0 0 15 0 22 0 831018276 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14435] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14435/stat : 14435 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018276 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14436] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14436/stat : 14436 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018276 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14446] ppid=14396 vsize=10553984 CPUtime=2.74 cores=0,2,4,6
/proc/14398/task/14446/stat : 14446 (java) R 14396 14398 10194 0 -1 4202560 933 0 0 0 274 0 0 0 25 0 22 0 831018293 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912505613487 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14398/tid=14447] ppid=14396 vsize=10553984 CPUtime=2.74 cores=0,2,4,6
/proc/14398/task/14447/stat : 14447 (java) R 14396 14398 10194 0 -1 4202560 79668 0 0 0 265 9 0 0 25 0 22 0 831018293 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912506189120 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14398/tid=14448] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14448/stat : 14448 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831018294 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14449] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14449/stat : 14449 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831018294 10807279616 104458 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 10553984

[startup+6.30101 s]
/proc/loadavg: 2.33 3.41 3.52 5/597 14506
/proc/meminfo: memFree=23826468/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10553984 CPUtime=13.97 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 146556 0 1 0 1380 17 0 0 22 0 22 0 831018270 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2638496 136581 2257 9 0 2629230 0
[pid=14398/tid=14399] ppid=14396 vsize=10553984 CPUtime=0.22 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) S 14396 14398 10194 0 -1 4202560 12082 0 1 0 20 2 0 0 15 0 22 0 831018270 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14409] ppid=14396 vsize=10553984 CPUtime=0.01 cores=0,2,4,6
/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 438 0 0 0 1 0 0 0 15 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14411/stat : 14411 (java) S 14396 14398 10194 0 -1 4202560 365 0 0 0 0 0 0 0 16 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14412] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14412/stat : 14412 (java) S 14396 14398 10194 0 -1 4202560 382 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14413] ppid=14396 vsize=10553984 CPUtime=0.01 cores=0,2,4,6
/proc/14398/task/14413/stat : 14413 (java) S 14396 14398 10194 0 -1 4202560 301 0 0 0 1 0 0 0 16 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14414] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14414/stat : 14414 (java) S 14396 14398 10194 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14415] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14415/stat : 14415 (java) S 14396 14398 10194 0 -1 4202560 652 0 0 0 0 0 0 0 15 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14416] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14416/stat : 14416 (java) S 14396 14398 10194 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 22 0 831018272 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14417] ppid=14396 vsize=10553984 CPUtime=0.2 cores=0,2,4,6
/proc/14398/task/14417/stat : 14417 (java) S 14396 14398 10194 0 -1 4202560 5020 0 0 0 20 0 0 0 16 0 22 0 831018273 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 0 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14427] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14427/stat : 14427 (java) S 14396 14398 10194 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831018274 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14428] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14428/stat : 14428 (java) S 14396 14398 10194 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831018274 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14432] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14432/stat : 14432 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 831018276 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488518577 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14433] ppid=14396 vsize=10553984 CPUtime=0.89 cores=0,2,4,6
/proc/14398/task/14433/stat : 14433 (java) S 14396 14398 10194 0 -1 4202560 6957 0 0 0 88 1 0 0 15 0 22 0 831018276 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14434] ppid=14396 vsize=10553984 CPUtime=0.91 cores=0,2,4,6
/proc/14398/task/14434/stat : 14434 (java) S 14396 14398 10194 0 -1 4202560 8982 0 0 0 90 1 0 0 15 0 22 0 831018276 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14435] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14435/stat : 14435 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831018276 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14436] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14436/stat : 14436 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831018276 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14446] ppid=14396 vsize=10553984 CPUtime=5.83 cores=0,2,4,6
/proc/14398/task/14446/stat : 14446 (java) R 14396 14398 10194 0 -1 4202560 1028 0 0 0 583 0 0 0 25 0 22 0 831018293 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912505673042 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14398/tid=14447] ppid=14396 vsize=10553984 CPUtime=5.82 cores=0,2,4,6
/proc/14398/task/14447/stat : 14447 (java) R 14396 14398 10194 0 -1 4202560 108604 0 0 0 571 11 0 0 25 0 22 0 831018293 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912506002768 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14398/tid=14448] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14448/stat : 14448 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831018294 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14449] ppid=14396 vsize=10553984 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14449/stat : 14449 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831018294 10807279616 136581 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 13.97
Current children cumulated vsize (KiB) 10553984

[startup+12.7008 s]
/proc/loadavg: 2.59 3.43 3.53 5/597 14506
/proc/meminfo: memFree=23642600/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10553984 CPUtime=26.45 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 149522 0 1 0 2627 18 0 0 22 0 22 0 831018270 10807279616 139540 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2638496 139540 2257 9 0 2629230 0
[pid=14398/tid=14399] ppid=14396 vsize=10553984 CPUtime=0.22 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) S 14396 14398 10194 0 -1 4202560 12082 0 1 0 20 2 0 0 15 0 22 0 831018270 10807279616 139540 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14409] ppid=14396 vsize=10553984 CPUtime=0.01 cores=0,2,4,6
/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 439 0 0 0 1 0 0 0 15 0 22 0 831018272 10807279616 139540 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10553984 CPUtime=0.01 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 161 0 0 0 1 0 0 0 16 0 22 0 831018272 10807279616 139540 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10553984 CPUtime=0.02 cores=0,2,4,6

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

/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 645 0 0 0 115 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 405 0 0 0 115 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10556484 CPUtime=1.08 cores=0,2,4,6
/proc/14398/task/14411/stat : 14411 (java) S 14396 14398 10194 0 -1 4202560 620 0 0 0 108 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14412] ppid=14396 vsize=10556484 CPUtime=1.07 cores=0,2,4,6
/proc/14398/task/14412/stat : 14412 (java) S 14396 14398 10194 0 -1 4202560 538 0 0 0 107 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14413] ppid=14396 vsize=10556484 CPUtime=1.18 cores=0,2,4,6
/proc/14398/task/14413/stat : 14413 (java) S 14396 14398 10194 0 -1 4202560 479 0 0 0 118 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14414] ppid=14396 vsize=10556484 CPUtime=1.21 cores=0,2,4,6
/proc/14398/task/14414/stat : 14414 (java) S 14396 14398 10194 0 -1 4202560 427 0 0 0 121 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14415] ppid=14396 vsize=10556484 CPUtime=1.25 cores=0,2,4,6
/proc/14398/task/14415/stat : 14415 (java) S 14396 14398 10194 0 -1 4202560 858 0 0 0 125 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14416] ppid=14396 vsize=10556484 CPUtime=1 cores=0,2,4,6
/proc/14398/task/14416/stat : 14416 (java) S 14396 14398 10194 0 -1 4202560 357 0 0 0 100 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14417] ppid=14396 vsize=10556484 CPUtime=85.97 cores=0,2,4,6
/proc/14398/task/14417/stat : 14417 (java) S 14396 14398 10194 0 -1 4202560 40924 0 0 0 8586 11 0 0 15 0 19 0 831018273 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 0 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14427] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14427/stat : 14427 (java) S 14396 14398 10194 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14428] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14428/stat : 14428 (java) S 14396 14398 10194 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14432] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14432/stat : 14432 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488518577 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14433] ppid=14396 vsize=10556484 CPUtime=1.7 cores=0,2,4,6
/proc/14398/task/14433/stat : 14433 (java) S 14396 14398 10194 0 -1 4202560 14837 0 0 0 168 2 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14434] ppid=14396 vsize=10556484 CPUtime=1.14 cores=0,2,4,6
/proc/14398/task/14434/stat : 14434 (java) S 14396 14398 10194 0 -1 4202560 9408 0 0 0 113 1 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14435] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14435/stat : 14435 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14436] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14436/stat : 14436 (java) S 14396 14398 10194 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14448] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14448/stat : 14448 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831018294 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 849.12
Current children cumulated vsize (KiB) 10556484

[startup+467.001 s]
/proc/loadavg: 3.64 3.53 3.53 4/591 14549
/proc/meminfo: memFree=23149460/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10556484 CPUtime=849.94 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 232146 0 1 0 84953 41 0 0 22 0 19 0 831018270 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2639121 213834 2259 9 0 2629855 0
[pid=14398/tid=14399] ppid=14396 vsize=10556484 CPUtime=1.21 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) R 14396 14398 10194 0 -1 4202560 12235 0 1 0 119 2 0 0 16 0 19 0 831018270 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14398/tid=14409] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 645 0 0 0 115 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 405 0 0 0 115 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10556484 CPUtime=1.08 cores=0,2,4,6
/proc/14398/task/14411/stat : 14411 (java) S 14396 14398 10194 0 -1 4202560 620 0 0 0 108 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14412] ppid=14396 vsize=10556484 CPUtime=1.07 cores=0,2,4,6
/proc/14398/task/14412/stat : 14412 (java) S 14396 14398 10194 0 -1 4202560 538 0 0 0 107 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14413] ppid=14396 vsize=10556484 CPUtime=1.18 cores=0,2,4,6
/proc/14398/task/14413/stat : 14413 (java) S 14396 14398 10194 0 -1 4202560 479 0 0 0 118 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14414] ppid=14396 vsize=10556484 CPUtime=1.21 cores=0,2,4,6
/proc/14398/task/14414/stat : 14414 (java) S 14396 14398 10194 0 -1 4202560 427 0 0 0 121 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14415] ppid=14396 vsize=10556484 CPUtime=1.25 cores=0,2,4,6
/proc/14398/task/14415/stat : 14415 (java) S 14396 14398 10194 0 -1 4202560 858 0 0 0 125 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14416] ppid=14396 vsize=10556484 CPUtime=1 cores=0,2,4,6
/proc/14398/task/14416/stat : 14416 (java) S 14396 14398 10194 0 -1 4202560 357 0 0 0 100 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14417] ppid=14396 vsize=10556484 CPUtime=85.97 cores=0,2,4,6
/proc/14398/task/14417/stat : 14417 (java) S 14396 14398 10194 0 -1 4202560 40924 0 0 0 8586 11 0 0 16 0 19 0 831018273 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 0 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14427] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14427/stat : 14427 (java) S 14396 14398 10194 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14428] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14428/stat : 14428 (java) S 14396 14398 10194 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14432] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14432/stat : 14432 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488518577 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14433] ppid=14396 vsize=10556484 CPUtime=1.7 cores=0,2,4,6
/proc/14398/task/14433/stat : 14433 (java) S 14396 14398 10194 0 -1 4202560 14837 0 0 0 168 2 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14434] ppid=14396 vsize=10556484 CPUtime=1.14 cores=0,2,4,6
/proc/14398/task/14434/stat : 14434 (java) S 14396 14398 10194 0 -1 4202560 9408 0 0 0 113 1 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14435] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14435/stat : 14435 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14436] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14436/stat : 14436 (java) S 14396 14398 10194 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14448] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14448/stat : 14448 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831018294 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 849.94
Current children cumulated vsize (KiB) 10556484

[startup+467.401 s]
/proc/loadavg: 3.64 3.53 3.53 4/591 14549
/proc/meminfo: memFree=23149460/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10556484 CPUtime=850.32 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 232146 0 1 0 84991 41 0 0 22 0 19 0 831018270 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2639121 213834 2259 9 0 2629855 0
[pid=14398/tid=14399] ppid=14396 vsize=10556484 CPUtime=1.59 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) R 14396 14398 10194 0 -1 4202560 12235 0 1 0 157 2 0 0 17 0 19 0 831018270 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14398/tid=14409] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 645 0 0 0 115 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 405 0 0 0 115 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10556484 CPUtime=1.08 cores=0,2,4,6
/proc/14398/task/14411/stat : 14411 (java) S 14396 14398 10194 0 -1 4202560 620 0 0 0 108 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14412] ppid=14396 vsize=10556484 CPUtime=1.07 cores=0,2,4,6
/proc/14398/task/14412/stat : 14412 (java) S 14396 14398 10194 0 -1 4202560 538 0 0 0 107 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14413] ppid=14396 vsize=10556484 CPUtime=1.18 cores=0,2,4,6
/proc/14398/task/14413/stat : 14413 (java) S 14396 14398 10194 0 -1 4202560 479 0 0 0 118 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14414] ppid=14396 vsize=10556484 CPUtime=1.21 cores=0,2,4,6
/proc/14398/task/14414/stat : 14414 (java) S 14396 14398 10194 0 -1 4202560 427 0 0 0 121 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14415] ppid=14396 vsize=10556484 CPUtime=1.25 cores=0,2,4,6
/proc/14398/task/14415/stat : 14415 (java) S 14396 14398 10194 0 -1 4202560 858 0 0 0 125 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14416] ppid=14396 vsize=10556484 CPUtime=1 cores=0,2,4,6
/proc/14398/task/14416/stat : 14416 (java) S 14396 14398 10194 0 -1 4202560 357 0 0 0 100 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14417] ppid=14396 vsize=10556484 CPUtime=85.97 cores=0,2,4,6
/proc/14398/task/14417/stat : 14417 (java) S 14396 14398 10194 0 -1 4202560 40924 0 0 0 8586 11 0 0 16 0 19 0 831018273 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 0 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14427] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14427/stat : 14427 (java) S 14396 14398 10194 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14428] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14428/stat : 14428 (java) S 14396 14398 10194 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14432] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14432/stat : 14432 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488518577 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14433] ppid=14396 vsize=10556484 CPUtime=1.7 cores=0,2,4,6
/proc/14398/task/14433/stat : 14433 (java) S 14396 14398 10194 0 -1 4202560 14837 0 0 0 168 2 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14434] ppid=14396 vsize=10556484 CPUtime=1.14 cores=0,2,4,6
/proc/14398/task/14434/stat : 14434 (java) S 14396 14398 10194 0 -1 4202560 9408 0 0 0 113 1 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14435] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14435/stat : 14435 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14436] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14436/stat : 14436 (java) S 14396 14398 10194 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14448] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14448/stat : 14448 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831018294 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 850.32
Current children cumulated vsize (KiB) 10556484

[startup+467.501 s]
/proc/loadavg: 3.64 3.53 3.53 4/591 14549
/proc/meminfo: memFree=23149460/32950928 swapFree=67056580/67111528
[pid=14398] ppid=14396 vsize=10556484 CPUtime=850.42 cores=0,2,4,6
/proc/14398/stat : 14398 (java) S 14396 14398 10194 0 -1 4202496 232146 0 1 0 85001 41 0 0 22 0 19 0 831018270 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14398/statm: 2639121 213834 2259 9 0 2629855 0
[pid=14398/tid=14399] ppid=14396 vsize=10556484 CPUtime=1.69 cores=0,2,4,6
/proc/14398/task/14399/stat : 14399 (java) R 14396 14398 10194 0 -1 4202560 12235 0 1 0 167 2 0 0 17 0 19 0 831018270 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 46912505366588 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14398/tid=14409] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14409/stat : 14409 (java) S 14396 14398 10194 0 -1 4202560 645 0 0 0 115 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14410] ppid=14396 vsize=10556484 CPUtime=1.15 cores=0,2,4,6
/proc/14398/task/14410/stat : 14410 (java) S 14396 14398 10194 0 -1 4202560 405 0 0 0 115 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14411] ppid=14396 vsize=10556484 CPUtime=1.08 cores=0,2,4,6
/proc/14398/task/14411/stat : 14411 (java) S 14396 14398 10194 0 -1 4202560 620 0 0 0 108 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14412] ppid=14396 vsize=10556484 CPUtime=1.07 cores=0,2,4,6
/proc/14398/task/14412/stat : 14412 (java) S 14396 14398 10194 0 -1 4202560 538 0 0 0 107 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14413] ppid=14396 vsize=10556484 CPUtime=1.18 cores=0,2,4,6
/proc/14398/task/14413/stat : 14413 (java) S 14396 14398 10194 0 -1 4202560 479 0 0 0 118 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14414] ppid=14396 vsize=10556484 CPUtime=1.21 cores=0,2,4,6
/proc/14398/task/14414/stat : 14414 (java) S 14396 14398 10194 0 -1 4202560 427 0 0 0 121 0 0 0 16 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 6 0 0 0
[pid=14398/tid=14415] ppid=14396 vsize=10556484 CPUtime=1.25 cores=0,2,4,6
/proc/14398/task/14415/stat : 14415 (java) S 14396 14398 10194 0 -1 4202560 858 0 0 0 125 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14416] ppid=14396 vsize=10556484 CPUtime=1 cores=0,2,4,6
/proc/14398/task/14416/stat : 14416 (java) S 14396 14398 10194 0 -1 4202560 357 0 0 0 100 0 0 0 15 0 19 0 831018272 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14417] ppid=14396 vsize=10556484 CPUtime=85.97 cores=0,2,4,6
/proc/14398/task/14417/stat : 14417 (java) S 14396 14398 10194 0 -1 4202560 40924 0 0 0 8586 11 0 0 16 0 19 0 831018273 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 0 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14427] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14427/stat : 14427 (java) S 14396 14398 10194 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14428] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14428/stat : 14428 (java) S 14396 14398 10194 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 831018274 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14432] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14432/stat : 14432 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488518577 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14433] ppid=14396 vsize=10556484 CPUtime=1.7 cores=0,2,4,6
/proc/14398/task/14433/stat : 14433 (java) S 14396 14398 10194 0 -1 4202560 14837 0 0 0 168 2 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14434] ppid=14396 vsize=10556484 CPUtime=1.14 cores=0,2,4,6
/proc/14398/task/14434/stat : 14434 (java) S 14396 14398 10194 0 -1 4202560 9408 0 0 0 113 1 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 0 0 0 0
[pid=14398/tid=14435] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14435/stat : 14435 (java) S 14396 14398 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488510873 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
[pid=14398/tid=14436] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14436/stat : 14436 (java) S 14396 14398 10194 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 831018276 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 2 0 0 0
[pid=14398/tid=14448] ppid=14396 vsize=10556484 CPUtime=0 cores=0,2,4,6
/proc/14398/task/14448/stat : 14448 (java) S 14396 14398 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831018294 10809839616 213834 33554432000 1073741824 1073778376 140736752873488 18446744073709551615 239488511488 0 4 0 16800975 18446604445848447104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 850.42
Current children cumulated vsize (KiB) 10556484

Child status: 30
Real time (s): 467.574
CPU time (s): 850.511
CPU user time (s): 850.054
CPU system time (s): 0.45693
CPU usage (%): 181.898
Max. virtual memory (cumulated for all children) (KiB): 10556484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 850.054
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232152
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= 22667
involuntary context switches= 9990

runsolver used 2.91956 second user time and 5.9421 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 15:30:12
IDJOB=3453782
IDBENCH=47986
IDSOLVER=1950
FILE ID=node148/3453782-1307194212
RUNJOBID= node148-1307194212-14386
PBS_JOBID= 13508860
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453782-1307194212/watcher-3453782-1307194212 -o /tmp/evaluation-result-3453782-1307194212/solver-3453782-1307194212 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453782-1307194212.opb

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

MD5SUM BENCH= e808e428ddeed4827e7f6cc4dcf60aa4
RANDOM SEED=1354040985

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24910288 kB
Buffers:        266100 kB
Cached:         639848 kB
SwapCached:       7908 kB
Active:        7216708 kB
Inactive:       516344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24910288 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:     6825640 kB
Mapped:          43416 kB
Slab:           179208 kB
PageTables:      58048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170358064 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= 73896 MiB
End job on node148 at 2011-06-04 15:38:00