Trace number 3458091

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT3 406.523 404.614

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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458091-1307157975.opb
0.11/0.11	c reading problem ... 
0.27/0.21	c ... done. Wall clock time 0.101s.
0.27/0.21	c #vars     972
0.27/0.21	c #constraints  1486
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.27/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
1.01/0.78	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.80/1.49	c cleaning 4250 clauses out of 8500 with flag 11001/11001
2.69/2.39	c cleaning 5625 clauses out of 11249 with flag 18000/18000
3.62/3.29	c cleaning 6812 clauses out of 13624 with flag 26000/26000
4.93/4.58	c cleaning 7905 clauses out of 15812 with flag 35000/35000
6.33/5.93	c cleaning 8946 clauses out of 17907 with flag 45000/45000
7.33/6.98	c cleaning 9479 clauses out of 18961 with flag 55000/55000
8.66/8.21	c cleaning 9742 clauses out of 19483 with flag 65001/65001
9.97/9.55	c cleaning 9871 clauses out of 19741 with flag 75001/75001
11.57/11.12	c cleaning 9929 clauses out of 19870 with flag 85001/85001
12.97/12.59	c cleaning 9965 clauses out of 19942 with flag 95002/95002
13.69/13.26	c cleaning 9980 clauses out of 19980 with flag 105005/105005
14.87/14.41	c cleaning 9995 clauses out of 19996 with flag 115001/115001
15.98/15.57	c cleaning 9998 clauses out of 20001 with flag 125001/125001
17.20/16.75	c cleaning 10001 clauses out of 20002 with flag 135000/135000
18.54/17.65	c cleaning 9985 clauses out of 20000 with flag 145000/145000
19.43/18.58	c cleaning 10004 clauses out of 20017 with flag 155002/155002
20.53/19.70	c cleaning 10000 clauses out of 20012 with flag 165001/165001
21.64/20.77	c cleaning 10003 clauses out of 20012 with flag 175001/175001
22.64/21.71	c cleaning 9997 clauses out of 20008 with flag 185000/185000
23.85/22.96	c cleaning 10000 clauses out of 20011 with flag 195000/195000
24.65/23.73	c cleaning 9995 clauses out of 20012 with flag 205001/205001
25.45/24.53	c cleaning 9991 clauses out of 20016 with flag 215000/215000
26.35/25.40	c cleaning 10002 clauses out of 20025 with flag 225000/225000
27.38/26.48	c cleaning 10001 clauses out of 20024 with flag 235001/235001
28.37/27.48	c cleaning 9996 clauses out of 20022 with flag 245000/245000
29.76/28.85	c cleaning 9996 clauses out of 20026 with flag 255000/255000
30.96/30.02	c cleaning 9998 clauses out of 20030 with flag 265000/265000
32.26/31.33	c cleaning 10009 clauses out of 20032 with flag 275000/275000
33.56/32.60	c cleaning 10008 clauses out of 20023 with flag 285000/285000
34.76/33.87	c cleaning 10004 clauses out of 20016 with flag 295001/295001
35.96/35.05	c cleaning 10003 clauses out of 20012 with flag 305001/305001
37.18/36.29	c cleaning 9997 clauses out of 20008 with flag 315000/315000
38.39/37.46	c cleaning 10000 clauses out of 20012 with flag 325001/325001
39.58/38.69	c cleaning 10002 clauses out of 20011 with flag 335000/335000
40.78/39.88	c cleaning 10000 clauses out of 20009 with flag 345000/345000
41.98/41.06	c cleaning 10002 clauses out of 20009 with flag 355000/355000
43.18/42.22	c cleaning 9994 clauses out of 20008 with flag 365001/365001
43.91/42.96	c cleaning 9990 clauses out of 20013 with flag 375000/375000
44.59/43.65	c cleaning 10002 clauses out of 20023 with flag 385000/385000
45.29/44.33	c cleaning 10002 clauses out of 20021 with flag 395000/395000
46.01/45.10	c cleaning 10005 clauses out of 20019 with flag 405000/405000
46.89/45.99	c cleaning 10000 clauses out of 20015 with flag 415001/415001
48.00/47.07	c cleaning 10005 clauses out of 20015 with flag 425001/425001
49.20/48.29	c cleaning 10001 clauses out of 20009 with flag 435000/435000
50.42/49.49	c cleaning 9998 clauses out of 20008 with flag 445000/445000
51.21/50.24	c cleaning 9999 clauses out of 20011 with flag 455001/455001
51.91/50.95	c cleaning 9997 clauses out of 20012 with flag 465001/465001
52.73/51.73	c cleaning 10001 clauses out of 20015 with flag 475001/475001
53.41/52.46	c cleaning 9989 clauses out of 20013 with flag 485000/485000
54.11/53.13	c cleaning 10007 clauses out of 20024 with flag 495000/495000
54.94/53.99	c cleaning 10003 clauses out of 20019 with flag 505002/505002
55.82/54.91	c cleaning 9997 clauses out of 20015 with flag 515001/515001
56.73/55.76	c cleaning 10002 clauses out of 20018 with flag 525001/525001
57.53/56.56	c cleaning 9989 clauses out of 20016 with flag 535001/535001
58.63/57.70	c cleaning 9997 clauses out of 20028 with flag 545002/545002
59.83/58.84	c cleaning 9997 clauses out of 20029 with flag 555000/555000
61.03/60.08	c cleaning 9998 clauses out of 20033 with flag 565001/565001
62.33/61.33	c cleaning 10003 clauses out of 20035 with flag 575001/575001
63.43/62.46	c cleaning 10001 clauses out of 20031 with flag 585000/585000
64.64/63.68	c cleaning 10000 clauses out of 20030 with flag 595000/595000
65.85/64.84	c cleaning 10012 clauses out of 20031 with flag 605001/605001
67.14/66.17	c cleaning 10005 clauses out of 20018 with flag 615000/615000
68.44/67.41	c cleaning 10005 clauses out of 20013 with flag 625000/625000
69.74/68.71	c cleaning 10000 clauses out of 20008 with flag 635000/635000
70.95/69.96	c cleaning 9999 clauses out of 20008 with flag 645000/645000
72.25/71.20	c cleaning 10001 clauses out of 20009 with flag 655000/655000
73.57/72.59	c cleaning 10000 clauses out of 20009 with flag 665001/665001
74.86/73.87	c cleaning 10001 clauses out of 20009 with flag 675001/675001
76.16/75.18	c cleaning 9997 clauses out of 20007 with flag 685000/685000
77.16/76.14	c cleaning 9998 clauses out of 20011 with flag 695001/695001
78.18/77.11	c cleaning 10000 clauses out of 20013 with flag 705001/705001
79.11/78.11	c cleaning 9998 clauses out of 20012 with flag 715000/715000
79.99/78.99	c cleaning 9999 clauses out of 20015 with flag 725001/725001
80.69/79.69	c cleaning 9997 clauses out of 20016 with flag 735001/735001
81.41/80.37	c cleaning 9993 clauses out of 20018 with flag 745000/745000
82.19/81.18	c cleaning 10000 clauses out of 20025 with flag 755000/755000
82.99/81.91	c cleaning 10001 clauses out of 20025 with flag 765000/765000
83.69/82.64	c cleaning 10001 clauses out of 20025 with flag 775001/775001
84.50/83.48	c cleaning 9997 clauses out of 20023 with flag 785000/785000
85.50/84.45	c cleaning 10002 clauses out of 20026 with flag 795000/795000
86.70/85.72	c cleaning 9991 clauses out of 20025 with flag 805001/805001
87.80/86.72	c cleaning 9995 clauses out of 20034 with flag 815001/815001
88.90/87.81	c cleaning 9996 clauses out of 20039 with flag 825001/825001
90.00/88.92	c cleaning 10002 clauses out of 20043 with flag 835001/835001
91.11/90.07	c cleaning 10001 clauses out of 20041 with flag 845001/845001
92.33/91.25	c cleaning 10002 clauses out of 20041 with flag 855002/855002
93.43/92.40	c cleaning 9997 clauses out of 20037 with flag 865000/865000
94.63/93.57	c cleaning 9998 clauses out of 20040 with flag 875000/875000
95.91/94.85	c cleaning 10002 clauses out of 20042 with flag 885000/885000
97.01/95.96	c cleaning 10017 clauses out of 20041 with flag 895001/895001
97.84/96.76	c cleaning 9993 clauses out of 20024 with flag 905001/905001
98.72/97.68	c cleaning 9996 clauses out of 20031 with flag 915001/915001
99.62/98.50	c cleaning 10005 clauses out of 20035 with flag 925001/925001
100.32/99.21	c cleaning 10002 clauses out of 20030 with flag 935001/935001
101.33/100.23	c cleaning 9999 clauses out of 20028 with flag 945001/945001
102.13/101.01	c cleaning 10003 clauses out of 20029 with flag 955001/955001
103.24/102.15	c cleaning 10002 clauses out of 20026 with flag 965001/965001
104.34/103.25	c cleaning 10006 clauses out of 20022 with flag 975000/975000
105.14/104.03	c cleaning 9999 clauses out of 20017 with flag 985001/985001
105.94/104.82	c cleaning 10001 clauses out of 20018 with flag 995001/995001
106.66/105.58	c cleaning 10003 clauses out of 20016 with flag 1005000/1005000
107.77/106.63	c cleaning 10003 clauses out of 20013 with flag 1015000/1015000
108.75/107.72	c cleaning 9999 clauses out of 20010 with flag 1025000/1025000
109.97/108.83	c cleaning 10003 clauses out of 20012 with flag 1035001/1035001
111.07/109.98	c cleaning 10001 clauses out of 20008 with flag 1045000/1045000
111.76/110.69	c cleaning 9989 clauses out of 20007 with flag 1055000/1055000
112.47/111.35	c cleaning 9993 clauses out of 20018 with flag 1065000/1065000
113.17/112.06	c cleaning 9994 clauses out of 20025 with flag 1075000/1075000
113.77/112.67	c cleaning 10000 clauses out of 20032 with flag 1085001/1085001
114.39/113.31	c cleaning 10005 clauses out of 20031 with flag 1095000/1095000
115.17/114.07	c cleaning 9994 clauses out of 20026 with flag 1105000/1105000
115.97/114.81	c cleaning 10004 clauses out of 20032 with flag 1115000/1115000
116.97/115.88	c cleaning 10007 clauses out of 20028 with flag 1125000/1125000
118.07/116.92	c cleaning 10000 clauses out of 20021 with flag 1135000/1135000
118.98/117.84	c cleaning 9996 clauses out of 20022 with flag 1145001/1145001
120.00/118.83	c cleaning 9998 clauses out of 20026 with flag 1155001/1155001
121.00/119.87	c cleaning 9994 clauses out of 20028 with flag 1165001/1165001
121.99/120.84	c cleaning 10000 clauses out of 20034 with flag 1175001/1175001
122.99/121.83	c cleaning 10004 clauses out of 20034 with flag 1185001/1185001
123.89/122.75	c cleaning 10000 clauses out of 20030 with flag 1195001/1195001
124.89/123.79	c cleaning 10001 clauses out of 20030 with flag 1205001/1205001
126.09/124.92	c cleaning 10012 clauses out of 20032 with flag 1215004/1215004
127.30/126.12	c cleaning 10003 clauses out of 20016 with flag 1225000/1225000
128.10/126.97	c cleaning 9999 clauses out of 20014 with flag 1235001/1235001
129.00/127.81	c cleaning 10000 clauses out of 20015 with flag 1245001/1245001
129.82/128.62	c cleaning 10004 clauses out of 20017 with flag 1255003/1255003
130.61/129.40	c cleaning 9997 clauses out of 20011 with flag 1265001/1265001
131.40/130.25	c cleaning 10001 clauses out of 20014 with flag 1275001/1275001
132.21/131.00	c cleaning 9999 clauses out of 20012 with flag 1285000/1285000
132.91/131.77	c cleaning 10000 clauses out of 20013 with flag 1295000/1295000
133.71/132.56	c cleaning 9999 clauses out of 20015 with flag 1305002/1305002
134.51/133.35	c cleaning 10002 clauses out of 20015 with flag 1315001/1315001
135.21/134.08	c cleaning 10000 clauses out of 20013 with flag 1325001/1325001
135.91/134.79	c cleaning 10000 clauses out of 20012 with flag 1335000/1335000
136.71/135.53	c cleaning 9997 clauses out of 20012 with flag 1345000/1345000
137.41/136.22	c cleaning 10000 clauses out of 20016 with flag 1355001/1355001
138.12/136.93	c cleaning 9997 clauses out of 20016 with flag 1365001/1365001
139.32/138.15	c cleaning 10004 clauses out of 20018 with flag 1375000/1375000
140.32/139.17	c cleaning 10003 clauses out of 20014 with flag 1385000/1385000
140.63/139.47	c SATISFIABLE
140.63/139.47	c OPTIMIZING...
140.63/139.47	c Got one! Elapsed wall clock time (in seconds):139.357
140.63/139.47	o 65
140.73/139.53	c cleaning 7713 clauses out of 15456 with flag 1001/1390445
141.13/139.95	c cleaning 6856 clauses out of 13742 with flag 7000/1396444
141.63/140.43	c cleaning 6939 clauses out of 13886 with flag 14000/1403444
142.44/141.24	c cleaning 7469 clauses out of 14947 with flag 22000/1411444
143.34/142.12	c cleaning 8235 clauses out of 16479 with flag 31001/1420445
144.26/143.02	c cleaning 9119 clauses out of 18244 with flag 41001/1430445
145.14/143.96	c cleaning 9556 clauses out of 19125 with flag 51001/1440445
146.04/144.87	c cleaning 9771 clauses out of 19568 with flag 61000/1450444
147.24/146.05	c cleaning 9897 clauses out of 19797 with flag 71000/1460444
148.45/147.26	c cleaning 9951 clauses out of 19901 with flag 81001/1470445
149.67/148.47	c cleaning 9970 clauses out of 19950 with flag 91001/1480445
150.95/149.78	c cleaning 9990 clauses out of 19981 with flag 101002/1490446
151.87/150.64	c Got one! Elapsed wall clock time (in seconds):150.531
151.87/150.64	o 19
152.25/151.03	c cleaning 11975 clauses out of 23982 with flag 5001/1504438
152.76/151.50	c cleaning 8992 clauses out of 18006 with flag 11000/1510437
153.26/152.05	c cleaning 7996 clauses out of 16015 with flag 18001/1517438
153.87/152.64	c cleaning 7995 clauses out of 16018 with flag 26000/1525437
154.67/153.41	c cleaning 8502 clauses out of 17025 with flag 35002/1534439
155.47/154.26	c cleaning 9250 clauses out of 18522 with flag 45001/1544438
156.29/155.11	c cleaning 9624 clauses out of 19272 with flag 55001/1554438
157.08/155.89	c cleaning 9809 clauses out of 19648 with flag 65001/1564438
157.97/156.76	c cleaning 9917 clauses out of 19841 with flag 75003/1574440
158.98/157.75	c cleaning 9956 clauses out of 19921 with flag 85000/1584437
159.78/158.58	c cleaning 9974 clauses out of 19966 with flag 95001/1594438
160.88/159.65	c cleaning 9986 clauses out of 19992 with flag 105001/1604438
161.99/160.70	c cleaning 9991 clauses out of 20006 with flag 115001/1614438
163.09/161.82	c cleaning 9999 clauses out of 20014 with flag 125000/1624437
164.11/162.82	c cleaning 9996 clauses out of 20015 with flag 135000/1634437
165.12/163.82	c cleaning 10004 clauses out of 20022 with flag 145003/1644440
166.00/164.71	c cleaning 10000 clauses out of 20015 with flag 155000/1654437
167.00/165.70	c cleaning 9997 clauses out of 20016 with flag 165001/1664438
167.81/166.51	c cleaning 9999 clauses out of 20018 with flag 175000/1674437
168.91/167.60	c cleaning 9999 clauses out of 20020 with flag 185001/1684438
170.11/168.81	c cleaning 10000 clauses out of 20020 with flag 195000/1694437
171.12/169.89	c cleaning 10002 clauses out of 20021 with flag 205001/1704438
172.22/171.00	c cleaning 10001 clauses out of 20018 with flag 215000/1714437
173.32/172.04	c cleaning 10000 clauses out of 20017 with flag 225000/1724437
174.42/173.20	c cleaning 9998 clauses out of 20018 with flag 235001/1734438
175.73/174.45	c cleaning 10001 clauses out of 20021 with flag 245002/1744439
176.93/175.69	c cleaning 9997 clauses out of 20019 with flag 255001/1754438
178.13/176.86	c cleaning 9999 clauses out of 20022 with flag 265001/1764438
179.23/177.99	c cleaning 10002 clauses out of 20022 with flag 275000/1774437
180.43/179.14	c cleaning 10003 clauses out of 20021 with flag 285001/1784438
181.53/180.28	c cleaning 9999 clauses out of 20017 with flag 295000/1794437
182.75/181.43	c cleaning 10001 clauses out of 20020 with flag 305002/1804439
183.86/182.55	c cleaning 10007 clauses out of 20019 with flag 315002/1814439
184.96/183.67	c cleaning 9999 clauses out of 20010 with flag 325000/1824437
186.06/184.80	c cleaning 10003 clauses out of 20012 with flag 335001/1834438
187.26/185.93	c cleaning 10002 clauses out of 20010 with flag 345002/1844439
188.05/186.78	c cleaning 9997 clauses out of 20006 with flag 355000/1854437
188.95/187.66	c cleaning 9998 clauses out of 20009 with flag 365000/1864437
189.95/188.61	c cleaning 9999 clauses out of 20012 with flag 375001/1874438
190.85/189.57	c cleaning 9999 clauses out of 20012 with flag 385000/1884437
191.86/190.56	c cleaning 10001 clauses out of 20013 with flag 395000/1894437
192.78/191.44	c cleaning 9995 clauses out of 20012 with flag 405000/1904437
193.66/192.39	c cleaning 9996 clauses out of 20017 with flag 415000/1914437
194.27/192.98	c cleaning 9993 clauses out of 20025 with flag 425004/1924441
194.37/193.03	c Got one! Elapsed wall clock time (in seconds):192.919
194.37/193.03	o 13
194.67/193.37	c cleaning 7637 clauses out of 15310 with flag 5000/1929719
195.08/193.76	c cleaning 6822 clauses out of 13673 with flag 11000/1935719
195.68/194.31	c cleaning 6915 clauses out of 13851 with flag 18000/1942719
196.28/194.97	c cleaning 7455 clauses out of 14936 with flag 26000/1950719
197.10/195.78	c cleaning 8227 clauses out of 16481 with flag 35000/1959719
197.98/196.69	c cleaning 9114 clauses out of 18255 with flag 45001/1969720
198.89/197.57	c cleaning 9554 clauses out of 19140 with flag 55000/1979719
199.79/198.47	c cleaning 9782 clauses out of 19586 with flag 65000/1989719
200.69/199.38	c cleaning 9888 clauses out of 19804 with flag 75000/1999719
201.69/200.30	c cleaning 9944 clauses out of 19917 with flag 85001/2009720
202.61/201.24	c cleaning 9974 clauses out of 19974 with flag 95002/2019721
203.39/202.08	c cleaning 9986 clauses out of 20001 with flag 105003/2029722
204.39/203.00	c cleaning 9991 clauses out of 20012 with flag 115000/2039719
205.29/203.90	c cleaning 9999 clauses out of 20022 with flag 125001/2049720
206.20/204.85	c cleaning 9995 clauses out of 20023 with flag 135001/2059720
207.12/205.78	c cleaning 9998 clauses out of 20027 with flag 145000/2069719
208.13/206.78	c cleaning 10001 clauses out of 20030 with flag 155001/2079720
209.01/207.64	c cleaning 10001 clauses out of 20030 with flag 165002/2089721
209.91/208.57	c cleaning 9999 clauses out of 20028 with flag 175001/2099720
210.81/209.43	c cleaning 9995 clauses out of 20028 with flag 185000/2109719
211.61/210.25	c cleaning 10001 clauses out of 20033 with flag 195000/2119719
212.54/211.16	c cleaning 10001 clauses out of 20032 with flag 205000/2129719
213.42/212.01	c cleaning 9999 clauses out of 20032 with flag 215001/2139720
214.22/212.80	c cleaning 10014 clauses out of 20033 with flag 225001/2149720
215.12/213.77	c cleaning 10009 clauses out of 20017 with flag 235000/2159719
215.85/214.47	c cleaning 9994 clauses out of 20008 with flag 245001/2169720
216.74/215.38	c cleaning 10001 clauses out of 20014 with flag 255001/2179720
217.54/216.19	c cleaning 10005 clauses out of 20013 with flag 265001/2189720
218.64/217.24	c cleaning 10001 clauses out of 20007 with flag 275000/2199719
219.64/218.26	c cleaning 9993 clauses out of 20007 with flag 285001/2209720
220.37/218.93	c cleaning 9994 clauses out of 20014 with flag 295001/2219720
221.05/219.60	c cleaning 9998 clauses out of 20019 with flag 305000/2229719
221.65/220.27	c cleaning 10004 clauses out of 20022 with flag 315001/2239720
222.75/221.37	c cleaning 10005 clauses out of 20017 with flag 325000/2249719
223.95/222.50	c cleaning 9998 clauses out of 20012 with flag 335000/2259719
224.78/223.32	c cleaning 9984 clauses out of 20014 with flag 345000/2269719
225.46/224.07	c cleaning 10005 clauses out of 20030 with flag 355000/2279719
226.26/224.84	c cleaning 10002 clauses out of 20026 with flag 365001/2289720
227.17/225.72	c cleaning 10006 clauses out of 20023 with flag 375000/2299719
228.09/226.66	c cleaning 9999 clauses out of 20018 with flag 385001/2309720
229.09/227.70	c cleaning 10001 clauses out of 20020 with flag 395002/2319721
230.19/228.81	c cleaning 9996 clauses out of 20017 with flag 405000/2329719
231.17/229.81	c cleaning 9998 clauses out of 20022 with flag 415001/2339720
232.18/230.79	c cleaning 10006 clauses out of 20024 with flag 425001/2349720
233.29/231.85	c cleaning 10004 clauses out of 20017 with flag 435000/2359719
234.29/232.80	c cleaning 10000 clauses out of 20013 with flag 445000/2369719
234.79/233.33	c Got one! Elapsed wall clock time (in seconds):233.219
234.79/233.33	o 3
235.09/233.68	c cleaning 11409 clauses out of 22839 with flag 5000/2382545
235.60/234.13	c cleaning 8696 clauses out of 17430 with flag 11000/2388545
236.20/234.72	c cleaning 7848 clauses out of 15734 with flag 18000/2395545
236.92/235.45	c cleaning 7930 clauses out of 15887 with flag 26001/2403546
237.72/236.29	c cleaning 8465 clauses out of 16956 with flag 35000/2412545
238.82/237.30	c cleaning 9234 clauses out of 18491 with flag 45000/2422545
239.72/238.27	c cleaning 9618 clauses out of 19258 with flag 55001/2432546
240.72/239.27	c cleaning 9810 clauses out of 19639 with flag 65000/2442545
241.83/240.35	c cleaning 9903 clauses out of 19830 with flag 75001/2452546
242.73/241.24	c cleaning 9950 clauses out of 19926 with flag 85000/2462545
243.83/242.33	c cleaning 9975 clauses out of 19976 with flag 95000/2472545
244.83/243.39	c cleaning 9996 clauses out of 20001 with flag 105000/2482545
246.03/244.53	c cleaning 9991 clauses out of 20006 with flag 115001/2492546
246.94/245.47	c cleaning 9994 clauses out of 20015 with flag 125001/2502546
248.04/246.57	c cleaning 9995 clauses out of 20020 with flag 135000/2512545
249.14/247.64	c cleaning 9999 clauses out of 20025 with flag 145000/2522545
250.24/248.70	c cleaning 9997 clauses out of 20026 with flag 155000/2532545
251.34/249.82	c cleaning 9997 clauses out of 20030 with flag 165001/2542546
252.45/250.91	c cleaning 9999 clauses out of 20033 with flag 175001/2552546
253.47/251.97	c cleaning 10003 clauses out of 20033 with flag 185000/2562545
254.65/253.11	c cleaning 10001 clauses out of 20030 with flag 195000/2572545
255.76/254.20	c cleaning 10002 clauses out of 20029 with flag 205000/2582545
256.85/255.30	c cleaning 10003 clauses out of 20027 with flag 215000/2592545
257.95/256.40	c cleaning 9999 clauses out of 20027 with flag 225003/2602548
258.75/257.26	c cleaning 10004 clauses out of 20025 with flag 235001/2612546
259.56/258.06	c cleaning 10005 clauses out of 20020 with flag 245000/2622545
260.36/258.82	c cleaning 10000 clauses out of 20016 with flag 255001/2632546
260.96/259.51	c cleaning 10000 clauses out of 20016 with flag 265001/2642546
261.77/260.29	c cleaning 9999 clauses out of 20017 with flag 275002/2652547
262.67/261.12	c cleaning 10001 clauses out of 20017 with flag 285001/2662546
263.39/261.84	c cleaning 9999 clauses out of 20016 with flag 295001/2672546
264.07/262.54	c cleaning 9999 clauses out of 20016 with flag 305000/2682545
264.76/263.22	c cleaning 10002 clauses out of 20019 with flag 315002/2692547
265.48/263.96	c cleaning 10000 clauses out of 20015 with flag 325000/2702545
266.27/264.71	c cleaning 10000 clauses out of 20015 with flag 335000/2712545
266.97/265.42	c cleaning 10002 clauses out of 20015 with flag 345000/2722545
267.69/266.15	c cleaning 9998 clauses out of 20013 with flag 355000/2732545
268.38/266.87	c cleaning 10002 clauses out of 20017 with flag 365002/2742547
269.28/267.70	c cleaning 9999 clauses out of 20017 with flag 375004/2752549
270.28/268.73	c cleaning 9996 clauses out of 20015 with flag 385001/2762546
271.29/269.77	c cleaning 9996 clauses out of 20018 with flag 395000/2772545
272.11/270.55	c cleaning 10002 clauses out of 20023 with flag 405001/2782546
272.89/271.35	c cleaning 9998 clauses out of 20020 with flag 415000/2792545
273.59/272.08	c cleaning 9997 clauses out of 20022 with flag 425000/2802545
274.41/272.85	c cleaning 9999 clauses out of 20026 with flag 435001/2812546
275.30/273.73	c cleaning 10004 clauses out of 20028 with flag 445002/2822547
276.20/274.64	c cleaning 9997 clauses out of 20023 with flag 455001/2832546
277.30/275.73	c cleaning 10002 clauses out of 20025 with flag 465000/2842545
278.30/276.71	c cleaning 10002 clauses out of 20023 with flag 475000/2852545
279.20/277.63	c cleaning 10001 clauses out of 20021 with flag 485000/2862545
280.11/278.51	c cleaning 10001 clauses out of 20021 with flag 495001/2872546
280.93/279.34	c cleaning 10000 clauses out of 20020 with flag 505001/2882546
281.81/280.26	c cleaning 9996 clauses out of 20019 with flag 515000/2892545
282.81/281.23	c cleaning 10002 clauses out of 20023 with flag 525000/2902545
283.81/282.26	c cleaning 10001 clauses out of 20022 with flag 535001/2912546
284.71/283.13	c cleaning 10001 clauses out of 20021 with flag 545001/2922546
285.62/284.01	c cleaning 9999 clauses out of 20020 with flag 555001/2932546
286.43/284.90	c cleaning 10000 clauses out of 20021 with flag 565001/2942546
287.32/285.72	c cleaning 10005 clauses out of 20019 with flag 575000/2952545
288.12/286.59	c cleaning 9997 clauses out of 20015 with flag 585001/2962546
289.13/287.52	c cleaning 9998 clauses out of 20017 with flag 595000/2972545
290.13/288.50	c cleaning 9995 clauses out of 20020 with flag 605001/2982546
291.23/289.68	c cleaning 9997 clauses out of 20024 with flag 615000/2992545
292.33/290.76	c cleaning 10002 clauses out of 20028 with flag 625001/3002546
293.33/291.79	c cleaning 10004 clauses out of 20026 with flag 635001/3012546
294.64/293.01	c cleaning 10003 clauses out of 20022 with flag 645001/3022546
295.84/294.22	c cleaning 9999 clauses out of 20019 with flag 655001/3032546
296.94/295.37	c cleaning 10002 clauses out of 20020 with flag 665001/3042546
298.14/296.57	c cleaning 10000 clauses out of 20018 with flag 675001/3052546
299.24/297.66	c cleaning 9996 clauses out of 20018 with flag 685001/3062546
300.44/298.85	c cleaning 9999 clauses out of 20021 with flag 695000/3072545
301.45/299.89	c cleaning 10000 clauses out of 20022 with flag 705000/3082545
302.65/301.01	c cleaning 10002 clauses out of 20022 with flag 715000/3092545
303.65/302.06	c cleaning 10000 clauses out of 20020 with flag 725000/3102545
304.75/303.19	c cleaning 10002 clauses out of 20020 with flag 735000/3112545
305.85/304.23	c cleaning 10002 clauses out of 20018 with flag 745000/3122545
306.95/305.35	c cleaning 10002 clauses out of 20017 with flag 755001/3132546
308.06/306.42	c cleaning 9999 clauses out of 20015 with flag 765001/3142546
308.86/307.27	c cleaning 10002 clauses out of 20015 with flag 775000/3152545
310.06/308.42	c cleaning 9998 clauses out of 20013 with flag 785000/3162545
311.08/309.40	c cleaning 10006 clauses out of 20015 with flag 795000/3172545
311.80/310.17	c cleaning 9995 clauses out of 20010 with flag 805001/3182546
312.78/311.20	c cleaning 10000 clauses out of 20016 with flag 815002/3192547
313.79/312.13	c cleaning 9998 clauses out of 20015 with flag 825001/3202546
314.69/313.01	c cleaning 9995 clauses out of 20016 with flag 835000/3212545
315.49/313.87	c cleaning 10005 clauses out of 20022 with flag 845001/3222546
316.39/314.77	c cleaning 9998 clauses out of 20017 with flag 855001/3232546
317.19/315.54	c cleaning 10000 clauses out of 20019 with flag 865001/3242546
318.00/316.39	c cleaning 9999 clauses out of 20018 with flag 875001/3252546
319.10/317.42	c cleaning 10004 clauses out of 20020 with flag 885002/3262547
320.10/318.42	c cleaning 10004 clauses out of 20015 with flag 895002/3272547
321.10/319.45	c cleaning 10003 clauses out of 20009 with flag 905000/3282545
321.91/320.28	c cleaning 9992 clauses out of 20005 with flag 915000/3292545
322.61/320.97	c cleaning 9996 clauses out of 20014 with flag 925001/3302546
323.31/321.69	c cleaning 10001 clauses out of 20018 with flag 935001/3312546
324.12/322.46	c cleaning 10000 clauses out of 20018 with flag 945002/3322547
324.91/323.21	c cleaning 10003 clauses out of 20016 with flag 955000/3332545
325.61/323.98	c cleaning 10001 clauses out of 20014 with flag 965001/3342546
326.32/324.69	c cleaning 10002 clauses out of 20013 with flag 975001/3352546
327.02/325.39	c cleaning 10000 clauses out of 20011 with flag 985001/3362546
327.83/326.11	c cleaning 9999 clauses out of 20010 with flag 995000/3372545
328.53/326.82	c cleaning 9997 clauses out of 20011 with flag 1005000/3382545
329.34/327.62	c cleaning 9999 clauses out of 20014 with flag 1015000/3392545
330.14/328.41	c cleaning 9999 clauses out of 20015 with flag 1025000/3402545
330.94/329.25	c cleaning 9999 clauses out of 20016 with flag 1035000/3412545
331.66/330.02	c cleaning 10001 clauses out of 20017 with flag 1045000/3422545
332.54/330.86	c cleaning 10001 clauses out of 20016 with flag 1055000/3432545
333.34/331.60	c cleaning 9998 clauses out of 20015 with flag 1065000/3442545
334.04/332.33	c cleaning 10002 clauses out of 20017 with flag 1075000/3452545
334.75/333.05	c cleaning 10001 clauses out of 20016 with flag 1085001/3462546
335.45/333.77	c cleaning 9999 clauses out of 20014 with flag 1095000/3472545
336.17/334.49	c cleaning 10000 clauses out of 20016 with flag 1105001/3482546
337.05/335.31	c cleaning 10000 clauses out of 20016 with flag 1115001/3492546
337.75/336.05	c cleaning 10000 clauses out of 20016 with flag 1125001/3502546
338.55/336.81	c cleaning 9999 clauses out of 20015 with flag 1135000/3512545
339.25/337.52	c cleaning 10005 clauses out of 20017 with flag 1145001/3522546
339.85/338.20	c cleaning 10001 clauses out of 20012 with flag 1155001/3532546
340.65/338.96	c cleaning 9997 clauses out of 20010 with flag 1165000/3542545
341.35/339.63	c cleaning 10001 clauses out of 20014 with flag 1175001/3552546
342.05/340.37	c cleaning 10000 clauses out of 20015 with flag 1185003/3562548
342.85/341.10	c cleaning 9997 clauses out of 20012 with flag 1195000/3572545
343.55/341.87	c cleaning 9998 clauses out of 20016 with flag 1205001/3582546
344.25/342.56	c cleaning 10002 clauses out of 20017 with flag 1215000/3592545
345.16/343.44	c cleaning 10000 clauses out of 20017 with flag 1225002/3602547
345.86/344.19	c cleaning 10000 clauses out of 20015 with flag 1235000/3612545
346.66/344.90	c cleaning 10002 clauses out of 20015 with flag 1245000/3622545
347.56/345.80	c cleaning 10002 clauses out of 20014 with flag 1255001/3632546
348.36/346.65	c cleaning 10000 clauses out of 20011 with flag 1265000/3642545
349.29/347.53	c cleaning 9992 clauses out of 20012 with flag 1275001/3652546
350.18/348.45	c cleaning 10007 clauses out of 20019 with flag 1285000/3662545
351.18/349.41	c cleaning 10003 clauses out of 20013 with flag 1295001/3672546
352.18/350.40	c cleaning 9999 clauses out of 20010 with flag 1305001/3682546
353.08/351.38	c cleaning 9998 clauses out of 20013 with flag 1315003/3692548
354.08/352.34	c cleaning 9999 clauses out of 20012 with flag 1325000/3702545
354.91/353.18	c cleaning 9998 clauses out of 20014 with flag 1335001/3712546
355.90/354.16	c cleaning 10002 clauses out of 20016 with flag 1345001/3722546
356.89/355.12	c cleaning 9997 clauses out of 20013 with flag 1355000/3732545
357.79/356.01	c cleaning 10001 clauses out of 20016 with flag 1365000/3742545
358.69/356.92	c cleaning 10000 clauses out of 20015 with flag 1375000/3752545
359.49/357.77	c cleaning 10003 clauses out of 20016 with flag 1385001/3762546
360.49/358.76	c cleaning 9997 clauses out of 20013 with flag 1395001/3772546
361.42/359.64	c cleaning 9998 clauses out of 20015 with flag 1405000/3782545
362.40/360.61	c cleaning 10003 clauses out of 20019 with flag 1415002/3792547
363.40/361.65	c cleaning 9999 clauses out of 20014 with flag 1425000/3802545
364.30/362.56	c cleaning 9997 clauses out of 20016 with flag 1435001/3812546
365.10/363.35	c cleaning 10003 clauses out of 20018 with flag 1445000/3822545
366.01/364.23	c cleaning 10002 clauses out of 20016 with flag 1455001/3832546
366.81/365.08	c cleaning 10002 clauses out of 20013 with flag 1465000/3842545
367.81/366.08	c cleaning 10000 clauses out of 20012 with flag 1475001/3852546
368.81/367.06	c cleaning 10003 clauses out of 20011 with flag 1485000/3862545
369.81/368.06	c cleaning 9999 clauses out of 20009 with flag 1495001/3872546
370.71/368.97	c cleaning 9998 clauses out of 20010 with flag 1505001/3882546
371.72/369.94	c cleaning 10001 clauses out of 20012 with flag 1515001/3892546
372.62/370.89	c cleaning 10003 clauses out of 20011 with flag 1525001/3902546
373.72/371.90	c cleaning 10001 clauses out of 20007 with flag 1535000/3912545
374.64/372.89	c cleaning 9998 clauses out of 20007 with flag 1545001/3922546
375.75/373.94	c cleaning 9996 clauses out of 20009 with flag 1555001/3932546
376.73/374.92	c cleaning 10000 clauses out of 20012 with flag 1565000/3942545
377.53/375.71	c cleaning 9999 clauses out of 20012 with flag 1575000/3952545
378.33/376.58	c cleaning 10001 clauses out of 20015 with flag 1585002/3962547
379.16/377.39	c cleaning 10000 clauses out of 20013 with flag 1595001/3972546
380.16/378.37	c cleaning 9996 clauses out of 20013 with flag 1605001/3982546
381.15/379.35	c cleaning 10000 clauses out of 20017 with flag 1615001/3992546
382.15/380.35	c cleaning 10003 clauses out of 20017 with flag 1625001/4002546
383.05/381.28	c cleaning 9997 clauses out of 20014 with flag 1635001/4012546
383.95/382.10	c cleaning 10000 clauses out of 20016 with flag 1645000/4022545
384.85/383.07	c cleaning 9996 clauses out of 20017 with flag 1655001/4032546
385.78/383.97	c cleaning 10002 clauses out of 20021 with flag 1665001/4042546
386.78/384.94	c cleaning 9999 clauses out of 20019 with flag 1675001/4052546
387.66/385.83	c cleaning 10002 clauses out of 20020 with flag 1685001/4062546
388.66/386.82	c cleaning 10000 clauses out of 20016 with flag 1695000/4072545
389.77/387.93	c cleaning 10002 clauses out of 20016 with flag 1705000/4082545
390.87/389.01	c cleaning 10002 clauses out of 20014 with flag 1715000/4092545
391.67/389.87	c cleaning 9999 clauses out of 20013 with flag 1725001/4102546
392.57/390.72	c cleaning 9997 clauses out of 20014 with flag 1735001/4112546
393.39/391.60	c cleaning 10000 clauses out of 20017 with flag 1745001/4122546
394.37/392.53	c cleaning 10002 clauses out of 20017 with flag 1755001/4132546
395.37/393.54	c cleaning 10000 clauses out of 20014 with flag 1765000/4142545
396.38/394.55	c cleaning 10003 clauses out of 20014 with flag 1775000/4152545
397.38/395.55	c cleaning 10000 clauses out of 20011 with flag 1785000/4162545
398.38/396.51	c cleaning 10003 clauses out of 20012 with flag 1795001/4172546
399.38/397.54	c cleaning 10000 clauses out of 20009 with flag 1805001/4182546
400.38/398.54	c cleaning 10001 clauses out of 20009 with flag 1815001/4192546
401.48/399.60	c cleaning 9999 clauses out of 20008 with flag 1825001/4202546
402.48/400.60	c cleaning 10001 clauses out of 20009 with flag 1835001/4212546
403.59/401.70	c cleaning 9998 clauses out of 20007 with flag 1845002/4222547
404.51/402.63	c cleaning 10001 clauses out of 20007 with flag 1855000/4232545
405.39/403.61	c cleaning 10000 clauses out of 20006 with flag 1865001/4242546
406.39/404.56	c cleaning 9999 clauses out of 19998 with flag 1875001/4252546
406.50/404.60	c starts		: 255
406.50/404.60	c conflicts		: 4252580
406.50/404.60	c decisions		: 4341103
406.50/404.60	c propagations		: 99109726
406.50/404.60	c inspects		: 2762972871
406.50/404.60	c shortcuts		: 0
406.50/404.60	c learnt literals	: 29
406.50/404.60	c learnt binary clauses	: 177
406.50/404.60	c learnt ternary clauses	: 653
406.50/404.60	c learnt constraints	: 4252550
406.50/404.60	c ignored constraints	: 0
406.50/404.60	c root simplifications	: 0
406.50/404.60	c removed literals (reason simplification)	: 177374111
406.50/404.60	c reason swapping (by a shorter reason)	: 0
406.50/404.60	c Calls to reduceDB	: 431
406.50/404.60	c number of reductions to clauses (during analyze)	: 0
406.50/404.60	c number of learned constraints concerned by reduction	: 0
406.50/404.60	c number of learning phase by resolution	: 0
406.50/404.60	c number of learning phase by cutting planes	: 0
406.50/404.60	c speed (assignments/second)	: 578671.9643138652
406.50/404.60	c non guided choices	13167
406.50/404.60	c learnt constraints type 
406.50/404.60	c constraints type 
406.50/404.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
406.50/404.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
406.50/404.60	s OPTIMUM FOUND
406.50/404.60	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 
406.50/404.60	c objective function=3
406.50/404.60	c Total wall clock time (in seconds): 404.491

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-3458091-1307157975/watcher-3458091-1307157975 -o /tmp/evaluation-result-3458091-1307157975/solver-3458091-1307157975 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458091-1307157975.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.23 2.11 2.03 2/568 27831
/proc/meminfo: memFree=21076976/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 8934 0 1 0 0 0 0 0 25 0 2 0 827397865 13850947584 8636 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3381579 8648 917 9 0 3372735 0
[pid=27831/tid=27832] ppid=27829 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 7884 0 1 0 0 0 0 0 25 0 2 0 827397865 13850947584 8700 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0597999 s]
/proc/loadavg: 2.23 2.11 2.03 2/568 27831
/proc/meminfo: memFree=21076976/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13549616 CPUtime=0.05 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 14021 0 1 0 4 1 0 0 25 0 13 0 827397865 13874806784 13718 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3387404 13718 1685 9 0 3378152 0
[pid=27831/tid=27832] ppid=27829 vsize=13549616 CPUtime=0.05 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 12873 0 1 0 4 1 0 0 18 0 13 0 827397865 13874806784 13718 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 47963187333971 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13549616

[startup+0.104844 s]
/proc/loadavg: 2.23 2.11 2.03 2/568 27831
/proc/meminfo: memFree=21076976/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13622308 CPUtime=0.11 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 15553 0 1 0 9 2 0 0 25 0 18 0 827397865 13949243392 15250 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3405577 15250 2092 9 0 3396311 0
[pid=27831/tid=27832] ppid=27829 vsize=13622308 CPUtime=0.09 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 13639 0 1 0 8 1 0 0 22 0 18 0 827397865 13949243392 15251 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 47963187333971 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622308

[startup+0.317823 s]
/proc/loadavg: 2.23 2.11 2.03 2/568 27831
/proc/meminfo: memFree=21076976/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13626276 CPUtime=0.54 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 18474 0 1 0 52 2 0 0 25 0 19 0 827397865 13953306624 17343 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3406569 17344 2214 9 0 3397303 0
[pid=27831/tid=27832] ppid=27829 vsize=13626276 CPUtime=0.3 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 14514 0 1 0 29 1 0 0 23 0 19 0 827397865 13953306624 17344 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 47963187333971 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13626276

[startup+0.700647 s]
/proc/loadavg: 2.23 2.11 2.03 2/568 27831
/proc/meminfo: memFree=21076976/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13626276 CPUtime=1.01 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 19516 0 1 0 99 2 0 0 25 0 19 0 827397865 13953306624 17990 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3406569 17990 2216 9 0 3397303 0
[pid=27831/tid=27832] ppid=27829 vsize=13626276 CPUtime=0.68 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 15144 0 1 0 67 1 0 0 25 0 19 0 827397865 13953306624 17990 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 46912505600370 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13626276

[startup+1.50155 s]
/proc/loadavg: 2.23 2.11 2.03 3/587 27850
/proc/meminfo: memFree=21007596/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13626276 CPUtime=1.9 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 21678 0 1 0 187 3 0 0 25 0 19 0 827397865 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3406569 19683 2248 9 0 3397303 0
[pid=27831/tid=27832] ppid=27829 vsize=13626276 CPUtime=1.45 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) S 27829 27831 24519 0 -1 4202560 15195 0 1 0 144 1 0 0 25 0 19 0 827397865 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27834] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27834/stat : 27834 (java) R 27829 27831 24519 0 -1 4202560 289 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13626276 CPUtime=0.01 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) R 27829 27831 24519 0 -1 4202560 521 0 0 0 1 0 0 0 15 0 19 0 827397868 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 47963181765176 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13626276 CPUtime=0.21 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 1991 0 0 0 21 0 0 0 15 0 19 0 827397871 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13626276 CPUtime=0.19 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 1779 0 0 0 19 0 0 0 15 0 19 0 827397871 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27848] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27848/stat : 27848 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827397871 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27849] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27849/stat : 27849 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397871 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27850] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27850/stat : 27850 (java) S 27829 27831 24519 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827397887 13953306624 19683 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13626276

[startup+3.10121 s]
/proc/loadavg: 2.23 2.11 2.03 3/587 27850
/proc/meminfo: memFree=21002636/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13626276 CPUtime=3.5 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 22265 0 1 0 347 3 0 0 25 0 19 0 827397865 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3406569 20268 2248 9 0 3397303 0
[pid=27831/tid=27832] ppid=27829 vsize=13626276 CPUtime=3.01 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 15197 0 1 0 300 1 0 0 25 0 19 0 827397865 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 46912505600048 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27831/tid=27834] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27834/stat : 27834 (java) S 27829 27831 24519 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 19 0 827397867 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13626276 CPUtime=0.04 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) S 27829 27831 24519 0 -1 4202560 1090 0 0 0 4 0 0 0 15 0 19 0 827397868 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 0 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13626276 CPUtime=0.21 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 1991 0 0 0 21 0 0 0 15 0 19 0 827397871 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13626276 CPUtime=0.19 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 1781 0 0 0 19 0 0 0 15 0 19 0 827397871 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27848] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27848/stat : 27848 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827397871 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27849] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27849/stat : 27849 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397871 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27850] ppid=27829 vsize=13626276 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27850/stat : 27850 (java) S 27829 27831 24519 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827397887 13953306624 20268 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 13626276

[startup+6.30066 s]
/proc/loadavg: 2.21 2.11 2.03 3/587 27850
/proc/meminfo: memFree=21001332/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13624472 CPUtime=6.73 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 22707 0 1 0 670 3 0 0 25 0 19 0 827397865 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3406118 20330 2249 9 0 3396852 0
[pid=27831/tid=27832] ppid=27829 vsize=13624472 CPUtime=6.14 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 15200 0 1 0 613 1 0 0 20 0 19 0 827397865 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 46912505644765 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27831/tid=27834] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27834/stat : 27834 (java) S 27829 27831 24519 0 -1 4202560 294 0 0 0 0 0 0 0 16 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 417 0 0 0 0 0 0 0 16 0 19 0 827397867 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13624472 CPUtime=0.09 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) S 27829 27831 24519 0 -1 4202560 1439 0 0 0 9 0 0 0 16 0 19 0 827397868 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 0 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13624472 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13624472 CPUtime=0.22 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 1992 0 0 0 22 0 0 0 15 0 19 0 827397871 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13624472 CPUtime=0.22 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 1792 0 0 0 22 0 0 0 15 0 19 0 827397871 13951459328 20330 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0

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

/proc/27831/task/27834/stat : 27834 (java) S 27829 27831 24519 0 -1 4202560 329 0 0 0 24 0 0 0 16 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 314 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 126 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 39 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13633208 CPUtime=0.26 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 217 0 0 0 26 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 146 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13633208 CPUtime=0.25 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 191 0 0 0 25 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 451 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13633208 CPUtime=11.46 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) S 27829 27831 24519 0 -1 4202560 7762 0 0 0 1140 6 0 0 15 0 19 0 827397868 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 0 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13633208 CPUtime=0.3 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 2452 0 0 0 30 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13633208 CPUtime=0.66 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 8397 0 0 0 65 1 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27848] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27848/stat : 27848 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27849] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27849/stat : 27849 (java) S 27829 27831 24519 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27850] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27850/stat : 27850 (java) S 27829 27831 24519 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827397887 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.79
Current children cumulated vsize (KiB) 13633208

[startup+404.301 s]
/proc/loadavg: 2.07 2.09 2.03 5/587 27907
/proc/meminfo: memFree=21002776/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13633208 CPUtime=406.19 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 37231 0 1 0 40604 15 0 0 25 0 19 0 827397865 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3408302 29507 2250 9 0 3399036 0
[pid=27831/tid=27832] ppid=27829 vsize=13633208 CPUtime=391.71 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 15635 0 1 0 39169 2 0 0 25 0 19 0 827397865 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 46912505600232 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27831/tid=27834] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27834/stat : 27834 (java) S 27829 27831 24519 0 -1 4202560 329 0 0 0 24 0 0 0 16 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 314 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 126 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 39 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13633208 CPUtime=0.26 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 217 0 0 0 26 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 146 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13633208 CPUtime=0.25 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 191 0 0 0 25 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 451 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13633208 CPUtime=11.46 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) S 27829 27831 24519 0 -1 4202560 7762 0 0 0 1140 6 0 0 15 0 19 0 827397868 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 0 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13633208 CPUtime=0.3 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 2452 0 0 0 30 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13633208 CPUtime=0.66 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 8397 0 0 0 65 1 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27848] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27848/stat : 27848 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27849] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27849/stat : 27849 (java) S 27829 27831 24519 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27850] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27850/stat : 27850 (java) S 27829 27831 24519 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827397887 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.19
Current children cumulated vsize (KiB) 13633208

[startup+404.501 s]
/proc/loadavg: 2.07 2.09 2.03 5/587 27907
/proc/meminfo: memFree=21002776/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13633208 CPUtime=406.39 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 37231 0 1 0 40624 15 0 0 25 0 19 0 827397865 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3408302 29507 2250 9 0 3399036 0
[pid=27831/tid=27832] ppid=27829 vsize=13633208 CPUtime=391.91 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 15635 0 1 0 39189 2 0 0 25 0 19 0 827397865 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 46912505600198 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27831/tid=27834] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27834/stat : 27834 (java) S 27829 27831 24519 0 -1 4202560 329 0 0 0 24 0 0 0 16 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 314 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 126 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 39 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13633208 CPUtime=0.26 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 217 0 0 0 26 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 146 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13633208 CPUtime=0.25 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 191 0 0 0 25 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 451 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13633208 CPUtime=11.46 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) S 27829 27831 24519 0 -1 4202560 7762 0 0 0 1140 6 0 0 15 0 19 0 827397868 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 0 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13633208 CPUtime=0.3 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 2452 0 0 0 30 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13633208 CPUtime=0.66 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 8397 0 0 0 65 1 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27848] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27848/stat : 27848 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27849] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27849/stat : 27849 (java) S 27829 27831 24519 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27850] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27850/stat : 27850 (java) S 27829 27831 24519 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827397887 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.39
Current children cumulated vsize (KiB) 13633208

[startup+404.601 s]
/proc/loadavg: 2.07 2.09 2.03 5/587 27907
/proc/meminfo: memFree=21002776/32951124 swapFree=53733252/67111528
[pid=27831] ppid=27829 vsize=13633208 CPUtime=406.5 cores=1,3,5,7
/proc/27831/stat : 27831 (java) S 27829 27831 24519 0 -1 4202496 37232 0 1 0 40634 16 0 0 25 0 19 0 827397865 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27831/statm: 3408302 29507 2250 9 0 3399036 0
[pid=27831/tid=27832] ppid=27829 vsize=13633208 CPUtime=391.98 cores=1,3,5,7
/proc/27831/task/27832/stat : 27832 (java) R 27829 27831 24519 0 -1 4202560 15636 0 1 0 39196 2 0 0 25 0 19 0 827397865 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 46912505227905 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27831/tid=27834] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27834/stat : 27834 (java) S 27829 27831 24519 0 -1 4202560 329 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27835] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27835/stat : 27835 (java) S 27829 27831 24519 0 -1 4202560 314 0 0 0 24 0 0 0 16 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27836] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27836/stat : 27836 (java) S 27829 27831 24519 0 -1 4202560 126 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27837] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27837/stat : 27837 (java) S 27829 27831 24519 0 -1 4202560 39 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27838] ppid=27829 vsize=13633208 CPUtime=0.26 cores=1,3,5,7
/proc/27831/task/27838/stat : 27838 (java) S 27829 27831 24519 0 -1 4202560 217 0 0 0 26 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27839] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27839/stat : 27839 (java) S 27829 27831 24519 0 -1 4202560 146 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27840] ppid=27829 vsize=13633208 CPUtime=0.25 cores=1,3,5,7
/proc/27831/task/27840/stat : 27840 (java) S 27829 27831 24519 0 -1 4202560 191 0 0 0 25 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27841] ppid=27829 vsize=13633208 CPUtime=0.24 cores=1,3,5,7
/proc/27831/task/27841/stat : 27841 (java) S 27829 27831 24519 0 -1 4202560 451 0 0 0 24 0 0 0 15 0 19 0 827397867 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27842] ppid=27829 vsize=13633208 CPUtime=11.49 cores=1,3,5,7
/proc/27831/task/27842/stat : 27842 (java) S 27829 27831 24519 0 -1 4202560 7762 0 0 0 1143 6 0 0 15 0 19 0 827397868 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 0 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27843] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27843/stat : 27843 (java) S 27829 27831 24519 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27844] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27844/stat : 27844 (java) S 27829 27831 24519 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827397869 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 7 0 0 0
[pid=27831/tid=27845] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27845/stat : 27845 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652683185 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27846] ppid=27829 vsize=13633208 CPUtime=0.3 cores=1,3,5,7
/proc/27831/task/27846/stat : 27846 (java) S 27829 27831 24519 0 -1 4202560 2452 0 0 0 30 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 3 0 0 0
[pid=27831/tid=27847] ppid=27829 vsize=13633208 CPUtime=0.66 cores=1,3,5,7
/proc/27831/task/27847/stat : 27847 (java) S 27829 27831 24519 0 -1 4202560 8397 0 0 0 65 1 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27848] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27848/stat : 27848 (java) S 27829 27831 24519 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652675481 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
[pid=27831/tid=27849] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27849/stat : 27849 (java) S 27829 27831 24519 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 827397871 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 5 0 0 0
[pid=27831/tid=27850] ppid=27829 vsize=13633208 CPUtime=0 cores=1,3,5,7
/proc/27831/task/27850/stat : 27850 (java) S 27829 27831 24519 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827397887 13960404992 29507 33554432000 1073741824 1073778376 140735009412592 18446744073709551615 253652676096 0 4 0 16800975 18446604468954800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.5
Current children cumulated vsize (KiB) 13633208

Child status: 30
Real time (s): 404.614
CPU time (s): 406.523
CPU user time (s): 406.356
CPU system time (s): 0.166974
CPU usage (%): 100.472
Max. virtual memory (cumulated for all children) (KiB): 13647504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 406.356
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37253
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= 19433
involuntary context switches= 10146

runsolver used 2.14867 second user time and 5.2562 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 05:26:15
IDJOB=3458091
IDBENCH=47911
IDSOLVER=1952
FILE ID=node106/3458091-1307157975
RUNJOBID= node106-1307156122-27406
PBS_JOBID= 13508810
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=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 -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458091-1307157975/watcher-3458091-1307157975 -o /tmp/evaluation-result-3458091-1307157975/solver-3458091-1307157975 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458091-1307157975.opb

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

MD5SUM BENCH= bf07e05475dbb8a26e29c8119be0dea3
RANDOM SEED=580559799

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21077256 kB
Buffers:        396952 kB
Cached:        5982736 kB
SwapCached:      22744 kB
Active:        5980020 kB
Inactive:      5552528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21077256 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:     5149288 kB
Mapped:          34448 kB
Slab:           191848 kB
PageTables:      78376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 180969216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73760 MiB
End job on node106 at 2011-06-04 05:32:59