Trace number 3453707

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 871.034 477.243

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=11-P1=331-P2=7-P3=107-P4=137-P5=439-P6=409-P7=421-P8=491-P9=293-B.opb
MD5SUMbf07e05475dbb8a26e29c8119be0dea3
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.434933
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 variables243
Total number of constraints19
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 constraints19
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)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3453707-1307194076.opb
0.00/0.11	c reading problem ... 
0.25/0.24	c ... done. Wall clock time 0.135s.
0.25/0.24	c #vars     972
0.25/0.24	c #constraints  1486
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 729
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
2.99/0.97	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.72/1.64	c cleaning 4250 clauses out of 8500 with flag 11001/11001
6.65/2.51	c cleaning 5625 clauses out of 11249 with flag 18000/18000
8.42/3.38	c cleaning 6812 clauses out of 13624 with flag 26000/26000
10.99/4.67	c cleaning 7905 clauses out of 15812 with flag 35000/35000
13.74/6.04	c cleaning 8946 clauses out of 17907 with flag 45000/45000
15.71/7.09	c cleaning 9479 clauses out of 18961 with flag 55000/55000
18.30/8.33	c cleaning 9742 clauses out of 19483 with flag 65001/65001
20.84/9.69	c cleaning 9871 clauses out of 19741 with flag 75001/75001
24.00/11.27	c cleaning 9929 clauses out of 19870 with flag 85001/85001
26.95/12.76	c cleaning 9965 clauses out of 19942 with flag 95002/95002
28.30/13.44	c cleaning 9980 clauses out of 19980 with flag 105005/105005
30.63/14.61	c cleaning 9995 clauses out of 19996 with flag 115001/115001
32.98/15.81	c cleaning 9998 clauses out of 20001 with flag 125001/125001
35.40/17.03	c cleaning 10001 clauses out of 20002 with flag 135000/135000
37.39/17.96	c cleaning 9985 clauses out of 20000 with flag 145000/145000
39.62/18.92	c cleaning 10004 clauses out of 20017 with flag 155002/155002
41.75/20.06	c cleaning 10000 clauses out of 20012 with flag 165001/165001
43.89/21.15	c cleaning 10003 clauses out of 20012 with flag 175001/175001
45.65/22.11	c cleaning 9997 clauses out of 20008 with flag 185000/185000
48.33/23.41	c cleaning 10000 clauses out of 20011 with flag 195000/195000
49.46/24.03	c cleaning 0 clauses out of 5000 with flag 0/5000
49.98/24.31	c cleaning 9995 clauses out of 20012 with flag 205001/205001
51.71/25.14	c cleaning 9991 clauses out of 20016 with flag 215000/215000
53.41/26.07	c cleaning 10002 clauses out of 20025 with flag 225000/225000
55.54/27.18	c cleaning 10001 clauses out of 20024 with flag 235001/235001
57.67/28.21	c cleaning 9996 clauses out of 20022 with flag 245000/245000
60.40/29.62	c cleaning 9996 clauses out of 20026 with flag 255000/255000
62.73/30.85	c cleaning 9998 clauses out of 20030 with flag 265000/265000
65.42/32.20	c cleaning 10009 clauses out of 20032 with flag 275000/275000
67.95/33.52	c cleaning 10008 clauses out of 20023 with flag 285000/285000
70.47/34.82	c cleaning 10004 clauses out of 20016 with flag 295001/295001
72.75/36.08	c cleaning 10003 clauses out of 20012 with flag 305001/305001
75.27/37.36	c cleaning 9997 clauses out of 20008 with flag 315000/315000
77.61/38.59	c cleaning 10000 clauses out of 20012 with flag 325001/325001
80.10/39.86	c cleaning 10002 clauses out of 20011 with flag 335000/335000
82.58/41.12	c cleaning 10000 clauses out of 20009 with flag 345000/345000
84.89/42.35	c cleaning 10002 clauses out of 20009 with flag 355000/355000
87.20/43.56	c cleaning 9994 clauses out of 20008 with flag 365001/365001
88.71/44.35	c cleaning 9990 clauses out of 20013 with flag 375000/375000
90.21/45.14	c cleaning 10002 clauses out of 20023 with flag 385000/385000
91.49/45.87	c cleaning 10002 clauses out of 20021 with flag 395000/395000
93.00/46.69	c cleaning 10005 clauses out of 20019 with flag 405000/405000
94.90/47.63	c cleaning 10000 clauses out of 20015 with flag 415001/415001
97.16/48.81	c cleaning 10005 clauses out of 20015 with flag 425001/425001
99.46/50.09	c cleaning 10001 clauses out of 20009 with flag 435000/435000
101.97/51.34	c cleaning 9998 clauses out of 20008 with flag 445000/445000
103.46/52.16	c cleaning 9999 clauses out of 20011 with flag 455001/455001
104.96/52.97	c cleaning 9997 clauses out of 20012 with flag 465001/465001
106.61/53.82	c cleaning 10001 clauses out of 20015 with flag 475001/475001
108.11/54.62	c cleaning 9989 clauses out of 20013 with flag 485000/485000
109.41/55.35	c cleaning 10007 clauses out of 20024 with flag 495000/495000
111.26/56.33	c cleaning 10003 clauses out of 20019 with flag 505002/505002
113.20/57.33	c cleaning 9997 clauses out of 20015 with flag 515001/515001
114.86/58.26	c cleaning 10002 clauses out of 20018 with flag 525001/525001
116.55/59.14	c cleaning 9989 clauses out of 20016 with flag 535001/535001
118.80/60.39	c cleaning 9997 clauses out of 20028 with flag 545002/545002
121.11/61.61	c cleaning 9997 clauses out of 20029 with flag 555000/555000
123.82/62.94	c cleaning 9998 clauses out of 20033 with flag 565001/565001
126.31/64.26	c cleaning 10003 clauses out of 20035 with flag 575001/575001
128.74/65.53	c cleaning 10001 clauses out of 20031 with flag 585000/585000
131.23/66.85	c cleaning 10000 clauses out of 20030 with flag 595000/595000
133.51/68.10	c cleaning 10012 clauses out of 20031 with flag 605001/605001
136.40/69.52	c cleaning 10005 clauses out of 20018 with flag 615000/615000
139.03/70.91	c cleaning 10005 clauses out of 20013 with flag 625000/625000
141.51/72.29	c cleaning 10000 clauses out of 20008 with flag 635000/635000
144.19/73.63	c cleaning 9999 clauses out of 20008 with flag 645000/645000
146.71/74.97	c cleaning 10001 clauses out of 20009 with flag 655000/655000
149.70/76.50	c cleaning 10000 clauses out of 20009 with flag 665001/665001
152.17/77.87	c cleaning 10001 clauses out of 20009 with flag 675001/675001
154.88/79.28	c cleaning 9997 clauses out of 20007 with flag 685000/685000
156.96/80.32	c cleaning 9998 clauses out of 20011 with flag 695001/695001
158.97/81.46	c cleaning 10000 clauses out of 20013 with flag 705001/705001
161.05/82.56	c cleaning 9998 clauses out of 20012 with flag 715000/715000
162.89/83.54	c cleaning 9999 clauses out of 20015 with flag 725001/725001
164.37/84.34	c cleaning 9997 clauses out of 20016 with flag 735001/735001
165.38/84.90	c cleaning 0 clauses out of 11001 with flag 0/11001
166.06/85.35	c cleaning 9993 clauses out of 20018 with flag 745000/745000
167.74/86.27	c cleaning 10000 clauses out of 20025 with flag 755000/755000
169.41/87.11	c cleaning 10001 clauses out of 20025 with flag 765000/765000
170.81/88.01	c cleaning 10001 clauses out of 20025 with flag 775001/775001
172.68/88.96	c cleaning 9997 clauses out of 20023 with flag 785000/785000
174.74/90.03	c cleaning 10002 clauses out of 20026 with flag 795000/795000
177.24/91.41	c cleaning 9991 clauses out of 20025 with flag 805001/805001
179.45/92.57	c cleaning 9995 clauses out of 20034 with flag 815001/815001
181.68/93.77	c cleaning 9996 clauses out of 20039 with flag 825001/825001
183.94/94.99	c cleaning 10002 clauses out of 20043 with flag 835001/835001
186.41/96.23	c cleaning 10001 clauses out of 20041 with flag 845001/845001
188.82/97.58	c cleaning 10002 clauses out of 20041 with flag 855002/855002
191.29/98.83	c cleaning 9997 clauses out of 20037 with flag 865000/865000
193.55/100.11	c cleaning 9998 clauses out of 20040 with flag 875000/875000
196.41/101.51	c cleaning 10002 clauses out of 20042 with flag 885000/885000
198.81/102.80	c cleaning 10017 clauses out of 20041 with flag 895001/895001
200.47/103.71	c cleaning 9993 clauses out of 20024 with flag 905001/905001
202.33/104.72	c cleaning 9996 clauses out of 20031 with flag 915001/915001
204.02/105.65	c cleaning 10005 clauses out of 20035 with flag 925001/925001
205.58/106.53	c cleaning 10002 clauses out of 20030 with flag 935001/935001
207.64/107.65	c cleaning 9999 clauses out of 20028 with flag 945001/945001
209.29/108.54	c cleaning 10003 clauses out of 20029 with flag 955001/955001
211.55/109.79	c cleaning 10002 clauses out of 20026 with flag 965001/965001
213.93/111.07	c cleaning 10006 clauses out of 20022 with flag 975000/975000
215.59/111.97	c cleaning 9999 clauses out of 20017 with flag 985001/985001
217.26/112.87	c cleaning 10001 clauses out of 20018 with flag 995001/995001
218.90/113.75	c cleaning 10003 clauses out of 20016 with flag 1005000/1005000
221.09/114.98	c cleaning 10003 clauses out of 20013 with flag 1015000/1015000
223.34/116.19	c cleaning 9999 clauses out of 20010 with flag 1025000/1025000
225.79/117.40	c cleaning 10003 clauses out of 20012 with flag 1035001/1035001
228.04/118.66	c cleaning 10001 clauses out of 20008 with flag 1045000/1045000
229.63/119.55	c cleaning 9989 clauses out of 20007 with flag 1055000/1055000
231.07/120.34	c cleaning 9993 clauses out of 20018 with flag 1065000/1065000
232.56/121.16	c cleaning 9994 clauses out of 20025 with flag 1075000/1075000
233.97/121.90	c cleaning 10000 clauses out of 20032 with flag 1085001/1085001
235.35/122.74	c cleaning 10005 clauses out of 20031 with flag 1095000/1095000
236.99/123.62	c cleaning 9994 clauses out of 20026 with flag 1105000/1105000
238.47/124.48	c cleaning 10004 clauses out of 20032 with flag 1115000/1115000
240.68/125.66	c cleaning 10007 clauses out of 20028 with flag 1125000/1125000
242.86/126.89	c cleaning 10000 clauses out of 20021 with flag 1135000/1135000
244.91/127.93	c cleaning 9996 clauses out of 20022 with flag 1145001/1145001
246.95/129.03	c cleaning 9998 clauses out of 20026 with flag 1155001/1155001
248.99/130.18	c cleaning 9994 clauses out of 20028 with flag 1165001/1165001
251.16/131.34	c cleaning 10000 clauses out of 20034 with flag 1175001/1175001
253.21/132.44	c cleaning 10004 clauses out of 20034 with flag 1185001/1185001
255.06/133.47	c cleaning 10000 clauses out of 20030 with flag 1195001/1195001
257.31/134.62	c cleaning 10001 clauses out of 20030 with flag 1205001/1205001
259.68/135.96	c cleaning 10012 clauses out of 20032 with flag 1215004/1215004
262.12/137.27	c cleaning 10003 clauses out of 20016 with flag 1225000/1225000
263.97/138.26	c cleaning 9999 clauses out of 20014 with flag 1235001/1235001
265.81/139.24	c cleaning 10000 clauses out of 20015 with flag 1245001/1245001
267.59/140.26	c cleaning 10004 clauses out of 20017 with flag 1255003/1255003
269.22/141.18	c cleaning 9997 clauses out of 20011 with flag 1265001/1265001
271.07/142.17	c cleaning 10001 clauses out of 20014 with flag 1275001/1275001
272.75/143.05	c cleaning 9999 clauses out of 20012 with flag 1285000/1285000
274.50/144.02	c cleaning 10000 clauses out of 20013 with flag 1295000/1295000
276.14/144.94	c cleaning 9999 clauses out of 20015 with flag 1305002/1305002
277.78/145.87	c cleaning 10002 clauses out of 20015 with flag 1315001/1315001
279.43/146.73	c cleaning 10000 clauses out of 20013 with flag 1325001/1325001
281.03/147.61	c cleaning 10000 clauses out of 20012 with flag 1335000/1335000
282.47/148.48	c cleaning 9997 clauses out of 20012 with flag 1345000/1345000
284.11/149.32	c cleaning 10000 clauses out of 20016 with flag 1355001/1355001
285.54/150.16	c cleaning 9997 clauses out of 20016 with flag 1365001/1365001
288.11/151.58	c cleaning 10004 clauses out of 20018 with flag 1375000/1375000
290.35/152.74	c cleaning 10003 clauses out of 20014 with flag 1385000/1385000
290.99/153.17	c  And the winner is Resolution
291.28/153.42	c SATISFIABLE
291.28/153.42	c OPTIMIZING...
291.28/153.42	c Got one! Elapsed wall clock time (in seconds):153.316
291.28/153.42	o 65
291.28/153.48	c cleaning 7713 clauses out of 15456 with flag 1001/1390445
292.30/154.05	c cleaning 6856 clauses out of 13742 with flag 7000/1396444
293.43/154.76	c cleaning 6939 clauses out of 13886 with flag 14000/1403444
295.27/155.72	c cleaning 7469 clauses out of 14947 with flag 22000/1411444
297.10/156.75	c cleaning 8235 clauses out of 16479 with flag 31001/1420445
298.94/157.79	c cleaning 9119 clauses out of 18244 with flag 41001/1430445
301.09/158.95	c cleaning 9556 clauses out of 19125 with flag 51001/1440445
303.13/160.00	c cleaning 9771 clauses out of 19568 with flag 61000/1450444
305.56/161.31	c cleaning 9897 clauses out of 19797 with flag 71000/1460444
308.00/162.65	c cleaning 9951 clauses out of 19901 with flag 81001/1470445
310.62/164.09	c cleaning 9970 clauses out of 19950 with flag 91001/1480445
313.41/165.53	c cleaning 9990 clauses out of 19981 with flag 101002/1490446
315.24/166.53	c  And the winner is Resolution
315.42/166.94	c Got one! Elapsed wall clock time (in seconds):166.831
315.42/166.94	o 19
316.21/167.34	c cleaning 11975 clauses out of 23982 with flag 5001/1504438
317.20/167.96	c cleaning 8992 clauses out of 18006 with flag 11000/1510437
318.54/168.75	c cleaning 7996 clauses out of 16015 with flag 18001/1517438
319.80/169.50	c cleaning 7995 clauses out of 16018 with flag 26000/1525437
321.61/170.42	c cleaning 8502 clauses out of 17025 with flag 35002/1534439
323.44/171.43	c cleaning 9250 clauses out of 18522 with flag 45001/1544438
325.39/172.51	c cleaning 9624 clauses out of 19272 with flag 55001/1554438
327.03/173.44	c cleaning 9809 clauses out of 19648 with flag 65001/1564438
328.86/174.45	c cleaning 9917 clauses out of 19841 with flag 75003/1574440
330.89/175.59	c cleaning 9956 clauses out of 19921 with flag 85000/1584437
332.84/176.65	c cleaning 9974 clauses out of 19966 with flag 95001/1594438
335.07/177.87	c cleaning 9986 clauses out of 19992 with flag 105001/1604438
337.30/179.07	c cleaning 9991 clauses out of 20006 with flag 115001/1614438
339.73/180.35	c cleaning 9999 clauses out of 20014 with flag 125000/1624437
341.93/181.56	c cleaning 9996 clauses out of 20015 with flag 135000/1634437
344.16/182.72	c cleaning 10004 clauses out of 20022 with flag 145003/1644440
345.98/183.75	c cleaning 10000 clauses out of 20015 with flag 155000/1654437
348.01/184.90	c cleaning 9997 clauses out of 20016 with flag 165001/1664438
349.96/185.95	c cleaning 9999 clauses out of 20018 with flag 175000/1674437
352.19/187.19	c cleaning 9999 clauses out of 20020 with flag 185001/1684438
354.78/188.55	c cleaning 10000 clauses out of 20020 with flag 195000/1694437
357.01/189.79	c cleaning 10002 clauses out of 20021 with flag 205001/1704438
359.57/191.12	c cleaning 10001 clauses out of 20018 with flag 215000/1714437
361.79/192.32	c cleaning 10000 clauses out of 20017 with flag 225000/1724437
364.24/193.63	c cleaning 9998 clauses out of 20018 with flag 235001/1734438
366.84/195.02	c cleaning 10001 clauses out of 20021 with flag 245002/1744439
369.40/196.48	c cleaning 9997 clauses out of 20019 with flag 255001/1754438
371.83/197.79	c cleaning 9999 clauses out of 20022 with flag 265001/1764438
374.25/199.06	c cleaning 10002 clauses out of 20022 with flag 275000/1774437
376.70/200.36	c cleaning 10003 clauses out of 20021 with flag 285001/1784438
379.23/201.72	c cleaning 9999 clauses out of 20017 with flag 295000/1794437
381.65/203.02	c cleaning 10001 clauses out of 20020 with flag 305002/1804439
383.88/204.28	c cleaning 10007 clauses out of 20019 with flag 315002/1814439
386.30/205.56	c cleaning 9999 clauses out of 20010 with flag 325000/1824437
388.68/206.90	c cleaning 10003 clauses out of 20012 with flag 335001/1834438
391.07/208.18	c cleaning 10002 clauses out of 20010 with flag 345002/1844439
392.93/209.19	c cleaning 9997 clauses out of 20006 with flag 355000/1854437
394.95/210.23	c cleaning 9998 clauses out of 20009 with flag 365000/1864437
396.91/211.39	c cleaning 9999 clauses out of 20012 with flag 375001/1874438
399.09/212.51	c cleaning 9999 clauses out of 20012 with flag 385000/1884437
401.11/213.65	c cleaning 10001 clauses out of 20013 with flag 395000/1894437
402.97/214.68	c cleaning 9995 clauses out of 20012 with flag 405000/1904437
405.08/215.84	c cleaning 9996 clauses out of 20017 with flag 415000/1914437
406.50/216.60	c cleaning 9993 clauses out of 20025 with flag 425004/1924441
406.63/216.81	c  And the winner is Resolution
406.82/217.04	c Got one! Elapsed wall clock time (in seconds):216.936
406.82/217.04	o 13
407.32/217.38	c cleaning 7637 clauses out of 15310 with flag 5000/1929719
408.37/217.93	c cleaning 6822 clauses out of 13673 with flag 11000/1935719
409.66/218.73	c cleaning 6915 clauses out of 13851 with flag 18000/1942719
411.08/219.55	c cleaning 7455 clauses out of 14936 with flag 26000/1950719
412.90/220.51	c cleaning 8227 clauses out of 16481 with flag 35000/1959719
414.72/221.59	c cleaning 9114 clauses out of 18255 with flag 45001/1969720
416.86/222.71	c cleaning 9554 clauses out of 19140 with flag 55000/1979719
418.68/223.77	c cleaning 9782 clauses out of 19586 with flag 65000/1989719
420.70/224.85	c cleaning 9888 clauses out of 19804 with flag 75000/1999719
422.72/225.95	c cleaning 9944 clauses out of 19917 with flag 85001/2009720
424.85/227.15	c cleaning 9974 clauses out of 19974 with flag 95002/2019721
426.66/228.16	c cleaning 9986 clauses out of 20001 with flag 105003/2029722
428.68/229.24	c cleaning 9991 clauses out of 20012 with flag 115000/2039719
430.70/230.31	c cleaning 9999 clauses out of 20022 with flag 125001/2049720
432.66/231.49	c cleaning 9995 clauses out of 20023 with flag 135001/2059720
434.67/232.59	c cleaning 9998 clauses out of 20027 with flag 145000/2069719
436.89/233.76	c cleaning 10001 clauses out of 20030 with flag 155001/2079720
438.70/234.79	c cleaning 10001 clauses out of 20030 with flag 165002/2089721
440.84/235.97	c cleaning 9999 clauses out of 20028 with flag 175001/2099720
442.86/237.01	c cleaning 9995 clauses out of 20028 with flag 185000/2109719
444.48/237.98	c cleaning 10001 clauses out of 20033 with flag 195000/2119719
446.50/239.08	c cleaning 10001 clauses out of 20032 with flag 205000/2129719
448.48/240.13	c cleaning 9999 clauses out of 20032 with flag 215001/2139720
450.13/241.09	c cleaning 10014 clauses out of 20033 with flag 225001/2149720
452.30/242.20	c cleaning 10009 clauses out of 20017 with flag 235000/2159719
453.74/243.06	c cleaning 9994 clauses out of 20008 with flag 245001/2169720
455.90/244.22	c cleaning 10001 clauses out of 20014 with flag 255001/2179720
457.49/245.19	c cleaning 10005 clauses out of 20013 with flag 265001/2189720
459.70/246.41	c cleaning 10001 clauses out of 20007 with flag 275000/2199719
461.94/247.58	c cleaning 9993 clauses out of 20007 with flag 285001/2209720
463.45/248.49	c cleaning 9994 clauses out of 20014 with flag 295001/2219720
465.06/249.33	c cleaning 9998 clauses out of 20019 with flag 305000/2229719
466.47/250.13	c cleaning 10004 clauses out of 20022 with flag 315001/2239720
468.68/251.38	c cleaning 10005 clauses out of 20017 with flag 325000/2249719
471.22/252.73	c cleaning 9998 clauses out of 20012 with flag 335000/2259719
473.03/253.71	c cleaning 9984 clauses out of 20014 with flag 345000/2269719
474.64/254.62	c cleaning 10005 clauses out of 20030 with flag 355000/2279719
476.25/255.54	c cleaning 10002 clauses out of 20026 with flag 365001/2289720
478.16/256.68	c cleaning 10006 clauses out of 20023 with flag 375000/2299719
480.18/257.77	c cleaning 9999 clauses out of 20018 with flag 385001/2309720
481.61/258.58	c cleaning 0 clauses out of 17025 with flag 0/17027
482.60/259.19	c cleaning 10001 clauses out of 20020 with flag 395002/2319721
485.13/260.53	c cleaning 9996 clauses out of 20017 with flag 405000/2329719
487.14/261.69	c cleaning 9998 clauses out of 20022 with flag 415001/2339720
489.35/262.82	c cleaning 10006 clauses out of 20024 with flag 425001/2349720
491.59/264.04	c cleaning 10004 clauses out of 20017 with flag 435000/2359719
493.71/265.23	c cleaning 10000 clauses out of 20013 with flag 445000/2369719
494.88/265.93	c  And the winner is Resolution
495.01/266.04	c Got one! Elapsed wall clock time (in seconds):265.934
495.01/266.04	o 3
495.60/266.39	c cleaning 11409 clauses out of 22839 with flag 5000/2382545
496.77/267.01	c cleaning 8696 clauses out of 17430 with flag 11000/2388545
497.97/267.76	c cleaning 7848 clauses out of 15734 with flag 18000/2395545
499.68/268.74	c cleaning 7930 clauses out of 15887 with flag 26001/2403546
501.49/269.74	c cleaning 8465 clauses out of 16956 with flag 35000/2412545
503.70/270.91	c cleaning 9234 clauses out of 18491 with flag 45000/2422545
505.71/272.04	c cleaning 9618 clauses out of 19258 with flag 55001/2432546
508.02/273.30	c cleaning 9810 clauses out of 19639 with flag 65000/2442545
510.23/274.54	c cleaning 9903 clauses out of 19830 with flag 75001/2452546
512.23/275.60	c cleaning 9950 clauses out of 19926 with flag 85000/2462545
514.44/276.86	c cleaning 9975 clauses out of 19976 with flag 95000/2472545
516.75/278.17	c cleaning 9996 clauses out of 20001 with flag 105000/2482545
519.18/279.47	c cleaning 9991 clauses out of 20006 with flag 115001/2492546
521.18/280.57	c cleaning 9994 clauses out of 20015 with flag 125001/2502546
523.55/281.83	c cleaning 9995 clauses out of 20020 with flag 135000/2512545
525.90/283.14	c cleaning 9999 clauses out of 20025 with flag 145000/2522545
528.10/284.37	c cleaning 9997 clauses out of 20026 with flag 155000/2532545
530.51/285.67	c cleaning 9997 clauses out of 20030 with flag 165001/2542546
532.92/286.91	c cleaning 9999 clauses out of 20033 with flag 175001/2552546
535.04/288.20	c cleaning 10003 clauses out of 20033 with flag 185000/2562545
537.65/289.50	c cleaning 10001 clauses out of 20030 with flag 195000/2572545
539.85/290.75	c cleaning 10002 clauses out of 20029 with flag 205000/2582545
542.25/292.00	c cleaning 10003 clauses out of 20027 with flag 215000/2592545
544.58/293.33	c cleaning 9999 clauses out of 20027 with flag 225003/2602548
546.39/294.36	c cleaning 10004 clauses out of 20025 with flag 235001/2612546
548.19/295.34	c cleaning 10005 clauses out of 20020 with flag 245000/2622545
549.79/296.26	c cleaning 10000 clauses out of 20016 with flag 255001/2632546
551.50/297.22	c cleaning 10000 clauses out of 20016 with flag 265001/2642546
553.13/298.16	c cleaning 9999 clauses out of 20017 with flag 275002/2652547
554.90/299.16	c cleaning 10001 clauses out of 20017 with flag 285001/2662546
556.50/300.05	c cleaning 9999 clauses out of 20016 with flag 295001/2672546
558.22/301.01	c cleaning 9999 clauses out of 20016 with flag 305000/2682545
559.62/301.85	c cleaning 10002 clauses out of 20019 with flag 315002/2692547
561.21/302.76	c cleaning 10000 clauses out of 20015 with flag 325000/2702545
562.85/303.68	c cleaning 10000 clauses out of 20015 with flag 335000/2712545
564.55/304.63	c cleaning 10002 clauses out of 20015 with flag 345000/2722545
566.16/305.53	c cleaning 9998 clauses out of 20013 with flag 355000/2732545
567.76/306.42	c cleaning 10002 clauses out of 20017 with flag 365002/2742547
569.56/307.41	c cleaning 9999 clauses out of 20017 with flag 375004/2752549
571.69/308.69	c cleaning 9996 clauses out of 20015 with flag 385001/2762546
574.10/309.91	c cleaning 9996 clauses out of 20018 with flag 395000/2772545
575.70/310.85	c cleaning 10002 clauses out of 20023 with flag 405001/2782546
577.50/311.82	c cleaning 9998 clauses out of 20020 with flag 415000/2792545
579.21/312.80	c cleaning 9997 clauses out of 20022 with flag 425000/2802545
580.81/313.74	c cleaning 9999 clauses out of 20026 with flag 435001/2812546
582.64/314.78	c cleaning 10004 clauses out of 20028 with flag 445002/2822547
584.64/315.85	c cleaning 9997 clauses out of 20023 with flag 455001/2832546
586.96/317.15	c cleaning 10002 clauses out of 20025 with flag 465000/2842545
588.95/318.30	c cleaning 10002 clauses out of 20023 with flag 475000/2852545
590.95/319.38	c cleaning 10001 clauses out of 20021 with flag 485000/2862545
592.95/320.42	c cleaning 10001 clauses out of 20021 with flag 495001/2872546
594.72/321.46	c cleaning 10000 clauses out of 20020 with flag 505001/2882546
596.71/322.54	c cleaning 9996 clauses out of 20019 with flag 515000/2892545
598.71/323.67	c cleaning 10002 clauses out of 20023 with flag 525000/2902545
600.90/324.88	c cleaning 10001 clauses out of 20022 with flag 535001/2912546
602.86/325.95	c cleaning 10001 clauses out of 20021 with flag 545001/2922546
604.85/327.00	c cleaning 9999 clauses out of 20020 with flag 555001/2932546
606.65/328.06	c cleaning 10000 clauses out of 20021 with flag 565001/2942546
608.47/329.05	c cleaning 10005 clauses out of 20019 with flag 575000/2952545
610.38/330.19	c cleaning 9997 clauses out of 20015 with flag 585001/2962546
612.37/331.29	c cleaning 9998 clauses out of 20017 with flag 595000/2972545
614.54/332.45	c cleaning 9995 clauses out of 20020 with flag 605001/2982546
617.13/333.80	c cleaning 9997 clauses out of 20024 with flag 615000/2992545
619.43/335.15	c cleaning 10002 clauses out of 20028 with flag 625001/3002546
621.62/336.36	c cleaning 10004 clauses out of 20026 with flag 635001/3012546
624.24/337.76	c cleaning 10003 clauses out of 20022 with flag 645001/3022546
626.80/339.13	c cleaning 9999 clauses out of 20019 with flag 655001/3032546
629.30/340.55	c cleaning 10002 clauses out of 20020 with flag 665001/3042546
631.89/341.93	c cleaning 10000 clauses out of 20018 with flag 675001/3052546
634.07/343.19	c cleaning 9996 clauses out of 20018 with flag 685001/3062546
636.66/344.56	c cleaning 9999 clauses out of 20021 with flag 695000/3072545
638.95/345.86	c cleaning 10000 clauses out of 20022 with flag 705000/3082545
641.34/347.14	c cleaning 10002 clauses out of 20022 with flag 715000/3092545
643.53/348.36	c cleaning 10000 clauses out of 20020 with flag 725000/3102545
645.93/349.66	c cleaning 10002 clauses out of 20020 with flag 735000/3112545
648.26/350.95	c cleaning 10002 clauses out of 20018 with flag 745000/3122545
650.61/352.24	c cleaning 10002 clauses out of 20017 with flag 755001/3132546
652.80/353.49	c cleaning 9999 clauses out of 20015 with flag 765001/3142546
654.59/354.50	c cleaning 10002 clauses out of 20015 with flag 775000/3152545
657.29/355.91	c cleaning 9998 clauses out of 20013 with flag 785000/3162545
659.27/357.04	c cleaning 10006 clauses out of 20015 with flag 795000/3172545
660.86/357.98	c cleaning 9995 clauses out of 20010 with flag 805001/3182546
663.05/359.19	c cleaning 10000 clauses out of 20016 with flag 815002/3192547
665.15/360.37	c cleaning 9998 clauses out of 20015 with flag 825001/3202546
667.14/361.41	c cleaning 9995 clauses out of 20016 with flag 835000/3212545
668.93/362.45	c cleaning 10005 clauses out of 20022 with flag 845001/3222546
670.91/363.52	c cleaning 9998 clauses out of 20017 with flag 855001/3232546
672.66/364.50	c cleaning 10000 clauses out of 20019 with flag 865001/3242546
674.45/365.53	c cleaning 9999 clauses out of 20018 with flag 875001/3252546
676.64/366.74	c cleaning 10004 clauses out of 20020 with flag 885002/3262547
678.82/367.91	c cleaning 10004 clauses out of 20015 with flag 895002/3272547
681.11/369.21	c cleaning 10003 clauses out of 20009 with flag 905000/3282545
682.90/370.22	c cleaning 9992 clauses out of 20005 with flag 915000/3292545
684.29/371.09	c cleaning 9996 clauses out of 20014 with flag 925001/3302546
685.92/372.00	c cleaning 10001 clauses out of 20018 with flag 935001/3312546
687.81/373.04	c cleaning 10000 clauses out of 20018 with flag 945002/3322547
689.36/373.98	c cleaning 10003 clauses out of 20016 with flag 955000/3332545
691.14/374.93	c cleaning 10001 clauses out of 20014 with flag 965001/3342546
692.73/375.83	c cleaning 10002 clauses out of 20013 with flag 975001/3352546
694.42/376.81	c cleaning 10000 clauses out of 20011 with flag 985001/3362546
696.01/377.72	c cleaning 9999 clauses out of 20010 with flag 995000/3372545
697.59/378.62	c cleaning 9997 clauses out of 20011 with flag 1005000/3382545
699.21/379.61	c cleaning 9999 clauses out of 20014 with flag 1015000/3392545
701.10/380.67	c cleaning 9999 clauses out of 20015 with flag 1025000/3402545
702.86/381.70	c cleaning 9999 clauses out of 20016 with flag 1035000/3412545
704.64/382.67	c cleaning 10001 clauses out of 20017 with flag 1045000/3422545
706.63/383.72	c cleaning 10001 clauses out of 20016 with flag 1055000/3432545
708.31/384.74	c cleaning 9998 clauses out of 20015 with flag 1065000/3442545
709.90/385.67	c cleaning 10002 clauses out of 20017 with flag 1075000/3452545
711.48/386.59	c cleaning 10001 clauses out of 20016 with flag 1085001/3462546
713.06/387.50	c cleaning 9999 clauses out of 20014 with flag 1095000/3472545
714.85/388.46	c cleaning 10000 clauses out of 20016 with flag 1105001/3482546
716.62/389.47	c cleaning 10000 clauses out of 20016 with flag 1115001/3492546
718.37/390.40	c cleaning 10000 clauses out of 20016 with flag 1125001/3502546
719.96/391.35	c cleaning 9999 clauses out of 20015 with flag 1135000/3512545
721.65/392.34	c cleaning 10005 clauses out of 20017 with flag 1145001/3522546
723.24/393.21	c cleaning 10001 clauses out of 20012 with flag 1155001/3532546
724.82/394.17	c cleaning 9997 clauses out of 20010 with flag 1165000/3542545
726.44/395.02	c cleaning 10001 clauses out of 20014 with flag 1175001/3552546
728.12/396.05	c cleaning 10000 clauses out of 20015 with flag 1185003/3562548
729.68/396.97	c cleaning 9997 clauses out of 20012 with flag 1195000/3572545
731.46/397.93	c cleaning 9998 clauses out of 20016 with flag 1205001/3582546
733.04/398.81	c cleaning 10002 clauses out of 20017 with flag 1215000/3592545
734.96/399.96	c cleaning 10000 clauses out of 20017 with flag 1225002/3602547
736.73/400.91	c cleaning 10000 clauses out of 20015 with flag 1235000/3612545
738.32/401.82	c cleaning 10002 clauses out of 20015 with flag 1245000/3622545
740.11/402.90	c cleaning 10002 clauses out of 20014 with flag 1255001/3632546
742.19/404.03	c cleaning 10000 clauses out of 20011 with flag 1265000/3642545
744.18/405.10	c cleaning 9992 clauses out of 20012 with flag 1275001/3652546
746.16/406.21	c cleaning 10007 clauses out of 20019 with flag 1285000/3662545
748.14/407.35	c cleaning 10003 clauses out of 20013 with flag 1295001/3672546
750.25/408.60	c cleaning 9999 clauses out of 20010 with flag 1305001/3682546
752.43/409.77	c cleaning 9998 clauses out of 20013 with flag 1315003/3692548
754.61/410.91	c cleaning 9999 clauses out of 20012 with flag 1325000/3702545
756.38/411.93	c cleaning 9998 clauses out of 20014 with flag 1335001/3712546
758.51/413.14	c cleaning 10002 clauses out of 20016 with flag 1345001/3722546
760.49/414.29	c cleaning 9997 clauses out of 20013 with flag 1355000/3732545
762.47/415.36	c cleaning 10001 clauses out of 20016 with flag 1365000/3742545
764.44/416.46	c cleaning 10000 clauses out of 20015 with flag 1375000/3752545
766.35/417.56	c cleaning 10003 clauses out of 20016 with flag 1385001/3762546
768.53/418.74	c cleaning 9997 clauses out of 20013 with flag 1395001/3772546
770.51/419.81	c cleaning 9998 clauses out of 20015 with flag 1405000/3782545
772.49/420.95	c cleaning 10003 clauses out of 20019 with flag 1415002/3792547
774.77/422.26	c cleaning 9999 clauses out of 20014 with flag 1425000/3802545
776.75/423.36	c cleaning 9997 clauses out of 20016 with flag 1435001/3812546
778.53/424.34	c cleaning 10003 clauses out of 20018 with flag 1445000/3822545
780.53/425.42	c cleaning 10002 clauses out of 20016 with flag 1455001/3832546
782.42/426.54	c cleaning 10002 clauses out of 20013 with flag 1465000/3842545
784.60/427.74	c cleaning 10000 clauses out of 20012 with flag 1475001/3852546
786.77/428.90	c cleaning 10003 clauses out of 20011 with flag 1485000/3862545
788.75/430.08	c cleaning 9999 clauses out of 20009 with flag 1495001/3872546
790.86/431.27	c cleaning 9998 clauses out of 20010 with flag 1505001/3882546
793.05/432.42	c cleaning 10001 clauses out of 20012 with flag 1515001/3892546
795.02/433.56	c cleaning 10003 clauses out of 20011 with flag 1525001/3902546
797.16/434.75	c cleaning 10001 clauses out of 20007 with flag 1535000/3912545
799.44/436.02	c cleaning 9998 clauses out of 20007 with flag 1545001/3922546
801.63/437.25	c cleaning 9996 clauses out of 20009 with flag 1555001/3932546
803.80/438.40	c cleaning 10000 clauses out of 20012 with flag 1565000/3942545
805.37/439.39	c cleaning 9999 clauses out of 20012 with flag 1575000/3952545
807.45/440.56	c cleaning 10001 clauses out of 20015 with flag 1585002/3962547
809.23/441.57	c cleaning 10000 clauses out of 20013 with flag 1595001/3972546
811.40/442.76	c cleaning 9996 clauses out of 20013 with flag 1605001/3982546
813.57/443.95	c cleaning 10000 clauses out of 20017 with flag 1615001/3992546
815.83/445.27	c cleaning 10003 clauses out of 20017 with flag 1625001/4002546
818.01/446.42	c cleaning 9997 clauses out of 20014 with flag 1635001/4012546
819.78/447.45	c cleaning 10000 clauses out of 20016 with flag 1645000/4022545
821.96/448.62	c cleaning 9996 clauses out of 20017 with flag 1655001/4032546
824.04/449.82	c cleaning 10002 clauses out of 20021 with flag 1665001/4042546
826.02/450.99	c cleaning 9999 clauses out of 20019 with flag 1675001/4052546
827.99/452.08	c cleaning 10002 clauses out of 20020 with flag 1685001/4062546
830.19/453.26	c cleaning 10000 clauses out of 20016 with flag 1695000/4072545
832.66/454.65	c cleaning 10002 clauses out of 20016 with flag 1705000/4082545
835.04/455.93	c cleaning 10002 clauses out of 20014 with flag 1715000/4092545
836.81/456.98	c cleaning 9999 clauses out of 20013 with flag 1725001/4102546
838.79/458.03	c cleaning 9997 clauses out of 20014 with flag 1735001/4112546
840.68/459.19	c cleaning 10000 clauses out of 20017 with flag 1745001/4122546
842.66/460.30	c cleaning 10002 clauses out of 20017 with flag 1755001/4132546
844.84/461.49	c cleaning 10000 clauses out of 20014 with flag 1765000/4142545
847.01/462.68	c cleaning 10003 clauses out of 20014 with flag 1775000/4152545
849.30/463.95	c cleaning 10000 clauses out of 20011 with flag 1785000/4162545
851.28/465.10	c cleaning 10003 clauses out of 20012 with flag 1795001/4172546
853.65/466.30	c cleaning 10000 clauses out of 20009 with flag 1805001/4182546
855.64/467.49	c cleaning 10001 clauses out of 20009 with flag 1815001/4192546
858.13/468.81	c cleaning 9999 clauses out of 20008 with flag 1825001/4202546
860.11/469.99	c cleaning 10001 clauses out of 20009 with flag 1835001/4212546
862.47/471.29	c cleaning 9998 clauses out of 20007 with flag 1845002/4222547
864.45/472.39	c cleaning 10001 clauses out of 20007 with flag 1855000/4232545
866.71/473.67	c cleaning 10000 clauses out of 20006 with flag 1865001/4242546
868.88/474.80	c cleaning 9999 clauses out of 19998 with flag 1875001/4252546
869.10/475.05	c  And the winner is Resolution
870.98/477.20	c starts		: 255
870.98/477.20	c conflicts		: 4252580
870.98/477.20	c decisions		: 4341103
870.98/477.20	c propagations		: 99109726
870.98/477.20	c inspects		: 2762972871
870.98/477.20	c shortcuts		: 0
870.98/477.20	c learnt literals	: 29
870.98/477.20	c learnt binary clauses	: 177
870.98/477.20	c learnt ternary clauses	: 653
870.98/477.20	c learnt constraints	: 4252550
870.98/477.20	c ignored constraints	: 0
870.98/477.20	c root simplifications	: 0
870.98/477.20	c removed literals (reason simplification)	: 177374111
870.98/477.20	c reason swapping (by a shorter reason)	: 0
870.98/477.20	c Calls to reduceDB	: 431
870.98/477.20	c number of reductions to clauses (during analyze)	: 0
870.98/477.20	c number of learned constraints concerned by reduction	: 0
870.98/477.20	c number of learning phase by resolution	: 0
870.98/477.20	c number of learning phase by cutting planes	: 0
870.98/477.20	c speed (assignments/second)	: 469367.3208433575
870.98/477.20	c non guided choices	13167
870.98/477.20	c learnt constraints type 
870.98/477.20	c constraints type 
870.98/477.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
870.98/477.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
870.98/477.20	c constraints type 
870.98/477.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 729
870.98/477.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
870.98/477.20	s OPTIMUM FOUND
870.98/477.20	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 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 x235 x236 x237 x238 -x239 -x240 -x241 -x242 -x243 
870.98/477.20	c objective function=3
870.98/477.20	c Total wall clock time (in seconds): 477.092

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

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

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


[startup+0 s]
/proc/loadavg: 2.94 3.37 3.56 3/519 21355
/proc/meminfo: memFree=28295460/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 5746 0 1 0 0 0 0 0 25 0 2 0 831007198 10694979584 5449 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2611079 5461 917 9 0 2602235 0
[pid=21355/tid=21356] ppid=21353 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21355 16811 0 -1 4202560 7294 0 1 0 0 0 0 0 25 0 2 0 831007199 10694979584 8110 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.113278 s]
/proc/loadavg: 2.94 3.37 3.56 3/519 21355
/proc/meminfo: memFree=28295460/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10540340 CPUtime=0.13 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 13319 0 1 0 11 2 0 0 25 0 18 0 831007198 10793308160 13016 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2635085 13016 2133 9 0 2625819 0
[pid=21355/tid=21356] ppid=21353 vsize=10540340 CPUtime=0.09 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21355 16811 0 -1 4202560 11332 0 1 0 8 1 0 0 18 0 18 0 831007199 10793308160 13016 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540340

[startup+0.201201 s]
/proc/loadavg: 2.94 3.37 3.56 3/519 21355
/proc/meminfo: memFree=28295460/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10540340 CPUtime=0.25 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 14018 0 1 0 23 2 0 0 25 0 18 0 831007198 10793308160 13715 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2635085 13715 2185 9 0 2625819 0
[pid=21355/tid=21356] ppid=21353 vsize=10540340 CPUtime=0.19 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21355 16811 0 -1 4202560 11951 0 1 0 17 2 0 0 18 0 18 0 831007199 10793308160 13715 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505175663 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540340

[startup+0.300154 s]
/proc/loadavg: 2.94 3.37 3.56 3/519 21355
/proc/meminfo: memFree=28295460/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10550048 CPUtime=0.58 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 17532 0 1 0 55 3 0 0 25 0 22 0 831007198 10803249152 16278 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2637512 16278 2211 9 0 2628246 0
[pid=21355/tid=21356] ppid=21353 vsize=10550048 CPUtime=0.23 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21355 16811 0 -1 4202560 12319 0 1 0 21 2 0 0 19 0 22 0 831007199 10803249152 16278 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10550048

[startup+0.701088 s]
/proc/loadavg: 2.94 3.37 3.56 3/519 21355
/proc/meminfo: memFree=28295460/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10561260 CPUtime=2.18 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 37302 0 1 0 213 5 0 0 25 0 22 0 831007198 10814730240 32874 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2640315 32875 2227 9 0 2631049 0
[pid=21355/tid=21356] ppid=21353 vsize=10561260 CPUtime=0.23 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21355 16811 0 -1 4202560 12319 0 1 0 21 2 0 0 19 0 22 0 831007199 10814730240 32877 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 10561260

[startup+1.50099 s]
/proc/loadavg: 3.18 3.41 3.57 6/541 21377
/proc/meminfo: memFree=28027540/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10559316 CPUtime=4.51 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 93239 0 1 0 440 11 0 0 25 0 22 0 831007198 10812739584 83193 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2639829 83198 2256 9 0 2630563 0
[pid=21355/tid=21356] ppid=21353 vsize=10559316 CPUtime=0.23 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21355 16811 0 -1 4202560 12319 0 1 0 21 2 0 0 15 0 22 0 831007199 10812739584 83200 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21358] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83204 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21359] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83209 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83213 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 95 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83217 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 203 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83221 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 419 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83224 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 287 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83227 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831007201 10812739584 83231 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21366] ppid=21353 vsize=10559316 CPUtime=0.01 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21355 16811 0 -1 4202560 995 0 0 0 1 0 0 0 17 0 22 0 831007202 10812739584 83234 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 0 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21367] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21355 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831007202 10812739584 83238 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21368] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21355 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831007202 10812739584 83241 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21369] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831007204 10812739584 83244 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658970033 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21370] ppid=21353 vsize=10559316 CPUtime=0.97 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21353 21355 16811 0 -1 4202560 10455 0 0 0 96 1 0 0 23 0 22 0 831007204 10812739584 83247 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21371] ppid=21353 vsize=10559316 CPUtime=0.8 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21353 21355 16811 0 -1 4202560 6263 0 0 0 80 0 0 0 21 0 22 0 831007204 10812739584 83249 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21372] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831007204 10812739584 83252 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21373] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831007204 10812739584 83254 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21374] ppid=21353 vsize=10559316 CPUtime=1.22 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) R 21353 21355 16811 0 -1 4202560 781 0 0 0 122 0 0 0 24 0 22 0 831007223 10812739584 83256 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505763936 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21355/tid=21375] ppid=21353 vsize=10559316 CPUtime=1.22 cores=1,3,5,7
/proc/21355/task/21375/stat : 21375 (java) R 21353 21355 16811 0 -1 4202560 60327 0 0 0 116 6 0 0 20 0 22 0 831007223 10812739584 83260 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912506159772 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21355/tid=21376] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21376/stat : 21376 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831007224 10812739584 83262 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21377] ppid=21353 vsize=10559316 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21377/stat : 21377 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831007224 10812739584 83264 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 10559316

[startup+3.10173 s]
/proc/loadavg: 3.18 3.41 3.57 5/541 21377
/proc/meminfo: memFree=27896844/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10559800 CPUtime=7.99 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 139525 0 1 0 781 18 0 0 25 0 22 0 831007198 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2639950 126613 2256 9 0 2630684 0
[pid=21355/tid=21356] ppid=21353 vsize=10559800 CPUtime=0.23 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21355 16811 0 -1 4202560 12319 0 1 0 21 2 0 0 15 0 22 0 831007199 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21358] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21359] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 611 0 0 0 0 0 0 0 15 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 424 0 0 0 0 0 0 0 16 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 291 0 0 0 0 0 0 0 16 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 22 0 831007201 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21366] ppid=21353 vsize=10559800 CPUtime=0.06 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21355 16811 0 -1 4202560 2618 0 0 0 6 0 0 0 15 0 22 0 831007202 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 0 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21367] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21355 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831007202 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21368] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21355 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831007202 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21369] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831007204 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658970033 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21370] ppid=21353 vsize=10559800 CPUtime=1.16 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21353 21355 16811 0 -1 4202560 13336 0 0 0 115 1 0 0 16 0 22 0 831007204 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21371] ppid=21353 vsize=10559800 CPUtime=0.94 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21353 21355 16811 0 -1 4202560 6341 0 0 0 93 1 0 0 15 0 22 0 831007204 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21372] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831007204 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21373] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831007204 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21374] ppid=21353 vsize=10559800 CPUtime=2.76 cores=1,3,5,7
/proc/21355/task/21374/stat : 21374 (java) R 21353 21355 16811 0 -1 4202560 782 0 0 0 276 0 0 0 25 0 22 0 831007223 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505599584 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21355/tid=21375] ppid=21353 vsize=10559800 CPUtime=2.76 cores=1,3,5,7
/proc/21355/task/21375/stat : 21375 (java) R 21353 21355 16811 0 -1 4202560 100934 0 0 0 264 12 0 0 25 0 22 0 831007223 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912506111409 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21355/tid=21376] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21376/stat : 21376 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831007224 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21377] ppid=21353 vsize=10559800 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21377/stat : 21377 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831007224 10813235200 126613 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 10559800

[startup+6.30118 s]
/proc/loadavg: 3.18 3.41 3.57 5/541 21377
/proc/meminfo: memFree=27622556/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10555824 CPUtime=14.31 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 192613 0 1 0 1407 24 0 0 25 0 22 0 831007198 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2638956 178780 2257 9 0 2629690 0
[pid=21355/tid=21356] ppid=21353 vsize=10555824 CPUtime=0.23 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21355 16811 0 -1 4202560 12319 0 1 0 21 2 0 0 15 0 22 0 831007199 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21358] ppid=21353 vsize=10555824 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21355 16811 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21359] ppid=21353 vsize=10555824 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10555824 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10555824 CPUtime=0.01 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 124 0 0 0 1 0 0 0 16 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10555824 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 640 0 0 0 0 0 0 0 15 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10555824 CPUtime=0.01 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 488 0 0 0 1 0 0 0 16 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10555824 CPUtime=0.01 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 292 0 0 0 1 0 0 0 15 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10555824 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 22 0 831007201 10809163776 178780 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0

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

[pid=21355/tid=21359] ppid=21353 vsize=10559376 CPUtime=1.21 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 331 0 0 0 121 0 0 0 15 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10559376 CPUtime=1.23 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 374 0 0 0 123 0 0 0 15 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10559376 CPUtime=1.2 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 361 0 0 0 120 0 0 0 16 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10559376 CPUtime=1.33 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 890 0 0 0 133 0 0 0 15 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10559376 CPUtime=1.19 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 708 0 0 0 119 0 0 0 15 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10559376 CPUtime=1.17 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 550 0 0 0 117 0 0 0 15 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10559376 CPUtime=1.12 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 593 0 0 0 112 0 0 0 15 0 19 0 831007201 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21366] ppid=21353 vsize=10559376 CPUtime=85.77 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21355 16811 0 -1 4202560 39500 0 0 0 8570 7 0 0 16 0 19 0 831007202 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 0 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21367] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21355 16811 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831007202 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21368] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21355 16811 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831007202 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21369] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658970033 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21370] ppid=21353 vsize=10559376 CPUtime=1.55 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21353 21355 16811 0 -1 4202560 17444 0 0 0 154 1 0 0 15 0 19 0 831007204 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21371] ppid=21353 vsize=10559376 CPUtime=1.59 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21353 21355 16811 0 -1 4202560 8009 0 0 0 158 1 0 0 15 0 19 0 831007204 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21372] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21373] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21353 21355 16811 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 831007204 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21377] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21377/stat : 21377 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831007224 10812801024 249635 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21405] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/21355/task/21405/stat : -- couldn't open stat file --Current children cumulated CPU time (s) 869.32
Current children cumulated vsize (KiB) 10559376

[startup+476.001 s]
/proc/loadavg: 3.64 3.64 3.63 4/539 21413
/proc/meminfo: memFree=27118256/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10559376 CPUtime=869.78 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 267030 0 1 0 86937 41 0 0 25 0 19 0 831007198 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2639844 249636 2259 9 0 2630578 0
[pid=21355/tid=21356] ppid=21353 vsize=10559376 CPUtime=0.68 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21355 16811 0 -1 4202560 12503 0 1 0 66 2 0 0 16 0 19 0 831007199 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505820182 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21355/tid=21358] ppid=21353 vsize=10559376 CPUtime=1.1 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21355 16811 0 -1 4202560 295 0 0 0 110 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21359] ppid=21353 vsize=10559376 CPUtime=1.21 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 331 0 0 0 121 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10559376 CPUtime=1.23 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 374 0 0 0 123 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10559376 CPUtime=1.2 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 361 0 0 0 120 0 0 0 16 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10559376 CPUtime=1.33 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 890 0 0 0 133 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10559376 CPUtime=1.19 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 708 0 0 0 119 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10559376 CPUtime=1.17 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 550 0 0 0 117 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10559376 CPUtime=1.12 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 593 0 0 0 112 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21366] ppid=21353 vsize=10559376 CPUtime=85.77 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21355 16811 0 -1 4202560 39500 0 0 0 8570 7 0 0 16 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 0 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21367] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21355 16811 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21368] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21355 16811 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21369] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658970033 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21370] ppid=21353 vsize=10559376 CPUtime=1.56 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21353 21355 16811 0 -1 4202560 17445 0 0 0 155 1 0 0 15 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21371] ppid=21353 vsize=10559376 CPUtime=1.59 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21353 21355 16811 0 -1 4202560 8009 0 0 0 158 1 0 0 16 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21372] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21373] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21353 21355 16811 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21377] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21377/stat : 21377 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831007224 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 869.78
Current children cumulated vsize (KiB) 10559376

[startup+476.801 s]
/proc/loadavg: 3.59 3.63 3.62 4/538 21413
/proc/meminfo: memFree=27118264/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10559376 CPUtime=870.58 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 267030 0 1 0 87017 41 0 0 25 0 19 0 831007198 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2639844 249636 2259 9 0 2630578 0
[pid=21355/tid=21356] ppid=21353 vsize=10559376 CPUtime=1.48 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21355 16811 0 -1 4202560 12503 0 1 0 146 2 0 0 17 0 19 0 831007199 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21355/tid=21358] ppid=21353 vsize=10559376 CPUtime=1.1 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21355 16811 0 -1 4202560 295 0 0 0 110 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21359] ppid=21353 vsize=10559376 CPUtime=1.21 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 331 0 0 0 121 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10559376 CPUtime=1.23 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 374 0 0 0 123 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10559376 CPUtime=1.2 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 361 0 0 0 120 0 0 0 16 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10559376 CPUtime=1.33 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 890 0 0 0 133 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10559376 CPUtime=1.19 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 708 0 0 0 119 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10559376 CPUtime=1.17 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 550 0 0 0 117 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10559376 CPUtime=1.12 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 593 0 0 0 112 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21366] ppid=21353 vsize=10559376 CPUtime=85.77 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21355 16811 0 -1 4202560 39500 0 0 0 8570 7 0 0 15 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 0 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21367] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21355 16811 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21368] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21355 16811 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21369] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658970033 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21370] ppid=21353 vsize=10559376 CPUtime=1.56 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21353 21355 16811 0 -1 4202560 17445 0 0 0 155 1 0 0 15 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21371] ppid=21353 vsize=10559376 CPUtime=1.59 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21353 21355 16811 0 -1 4202560 8009 0 0 0 158 1 0 0 16 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21372] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21373] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21353 21355 16811 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21377] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21377/stat : 21377 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831007224 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 870.58
Current children cumulated vsize (KiB) 10559376

[startup+477.201 s]
/proc/loadavg: 3.59 3.63 3.62 4/538 21413
/proc/meminfo: memFree=27118264/32951132 swapFree=57925096/67111528
[pid=21355] ppid=21353 vsize=10559376 CPUtime=870.98 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21355 16811 0 -1 4202496 267030 0 1 0 87057 41 0 0 25 0 19 0 831007198 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21355/statm: 2639844 249636 2259 9 0 2630578 0
[pid=21355/tid=21356] ppid=21353 vsize=10559376 CPUtime=1.88 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21355 16811 0 -1 4202560 12503 0 1 0 186 2 0 0 17 0 19 0 831007199 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 46912505819997 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21355/tid=21358] ppid=21353 vsize=10559376 CPUtime=1.1 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21355 16811 0 -1 4202560 295 0 0 0 110 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21359] ppid=21353 vsize=10559376 CPUtime=1.21 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21355 16811 0 -1 4202560 331 0 0 0 121 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21360] ppid=21353 vsize=10559376 CPUtime=1.23 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21355 16811 0 -1 4202560 374 0 0 0 123 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21361] ppid=21353 vsize=10559376 CPUtime=1.2 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21355 16811 0 -1 4202560 361 0 0 0 120 0 0 0 16 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21362] ppid=21353 vsize=10559376 CPUtime=1.33 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21355 16811 0 -1 4202560 890 0 0 0 133 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21363] ppid=21353 vsize=10559376 CPUtime=1.19 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21355 16811 0 -1 4202560 708 0 0 0 119 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21364] ppid=21353 vsize=10559376 CPUtime=1.17 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21355 16811 0 -1 4202560 550 0 0 0 117 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21365] ppid=21353 vsize=10559376 CPUtime=1.12 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21355 16811 0 -1 4202560 593 0 0 0 112 0 0 0 15 0 19 0 831007201 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 3 0 0 0
[pid=21355/tid=21366] ppid=21353 vsize=10559376 CPUtime=85.77 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21355 16811 0 -1 4202560 39500 0 0 0 8570 7 0 0 15 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 0 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21367] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21355 16811 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21368] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21355 16811 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 831007202 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21369] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658970033 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
[pid=21355/tid=21370] ppid=21353 vsize=10559376 CPUtime=1.56 cores=1,3,5,7
/proc/21355/task/21370/stat : 21370 (java) S 21353 21355 16811 0 -1 4202560 17445 0 0 0 155 1 0 0 15 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21371] ppid=21353 vsize=10559376 CPUtime=1.59 cores=1,3,5,7
/proc/21355/task/21371/stat : 21371 (java) S 21353 21355 16811 0 -1 4202560 8009 0 0 0 158 1 0 0 16 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21372] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21372/stat : 21372 (java) S 21353 21355 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962329 0 4 0 16800975 18446604469935028160 0 0 -1 7 0 0 0
[pid=21355/tid=21373] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21373/stat : 21373 (java) S 21353 21355 16811 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 831007204 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 5 0 0 0
[pid=21355/tid=21377] ppid=21353 vsize=10559376 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21377/stat : 21377 (java) S 21353 21355 16811 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831007224 10812801024 249636 33554432000 1073741824 1073778376 140735682094992 18446744073709551615 210658962944 0 4 0 16800975 18446604469935028160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 870.98
Current children cumulated vsize (KiB) 10559376

Child status: 30
Real time (s): 477.243
CPU time (s): 871.034
CPU user time (s): 870.58
CPU system time (s): 0.45393
CPU usage (%): 182.514
Max. virtual memory (cumulated for all children) (KiB): 10561260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.58
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267035
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= 23383
involuntary context switches= 8910

runsolver used 2.45363 second user time and 5.83311 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 15:27:56
IDJOB=3453707
IDBENCH=47911
IDSOLVER=1950
FILE ID=node129/3453707-1307194076
RUNJOBID= node129-1307194055-21153
PBS_JOBID= 13508828
Free space on /tmp= 73880 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=11-P1=331-P2=7-P3=107-P4=137-P5=439-P6=409-P7=421-P8=491-P9=293-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453707-1307194076/watcher-3453707-1307194076 -o /tmp/evaluation-result-3453707-1307194076/solver-3453707-1307194076 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453707-1307194076.opb

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

MD5SUM BENCH= bf07e05475dbb8a26e29c8119be0dea3
RANDOM SEED=646676936

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28295616 kB
Buffers:        323128 kB
Cached:        2145304 kB
SwapCached:      49348 kB
Active:        1197104 kB
Inactive:      3175176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28295616 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:            1064 kB
Writeback:           0 kB
AnonPages:     1865820 kB
Mapped:          23136 kB
Slab:           154460 kB
PageTables:      60968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 157687536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73880 MiB
End job on node129 at 2011-06-04 15:35:53