Trace number 3459662

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.0OPT5 432.046 430.225

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ricks.r.opb
MD5SUM518a034b80f08d868ecb31feb5231fce
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.367943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables363
Total number of constraints78
Number of constraints which are clauses78
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint228
Number of terms in the objective function 363
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 363
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 363
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459662-1307153566.opb
0.10/0.11	c reading problem ... 
0.28/0.27	c ... done. Wall clock time 0.16s.
0.28/0.27	c #vars     363
0.28/0.27	c #constraints  67
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 66
0.28/0.29	c SATISFIABLE
0.28/0.29	c OPTIMIZING...
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.172
0.28/0.29	o 7
0.57/0.30	c Got one! Elapsed wall clock time (in seconds):0.183
0.57/0.30	o 6
1.18/0.76	c cleaning 2500 clauses out of 5003 with flag 5002/5003
1.73/1.21	c cleaning 4245 clauses out of 8501 with flag 11000/11001
2.13/1.68	c cleaning 5622 clauses out of 11256 with flag 18000/18001
2.76/2.28	c cleaning 6815 clauses out of 13635 with flag 26001/26002
3.47/2.92	c cleaning 7900 clauses out of 15819 with flag 35000/35001
4.28/3.75	c cleaning 8956 clauses out of 17922 with flag 45003/45004
5.00/4.45	c cleaning 9480 clauses out of 18963 with flag 55000/55001
5.88/5.39	c cleaning 9741 clauses out of 19491 with flag 65008/65009
6.79/6.27	c cleaning 9870 clauses out of 19743 with flag 75001/75002
7.69/7.10	c cleaning 9935 clauses out of 19873 with flag 85001/85002
8.49/7.96	c cleaning 9966 clauses out of 19940 with flag 95003/95004
9.41/8.89	c cleaning 9983 clauses out of 19972 with flag 105001/105002
10.41/9.87	c cleaning 9990 clauses out of 19988 with flag 115000/115001
11.20/10.61	c cleaning 9994 clauses out of 19998 with flag 125000/125001
11.90/11.39	c cleaning 10000 clauses out of 20007 with flag 135003/135004
12.62/12.10	c cleaning 10004 clauses out of 20014 with flag 145010/145011
13.42/12.84	c cleaning 9995 clauses out of 20000 with flag 155000/155001
14.72/14.13	c cleaning 10009 clauses out of 20024 with flag 165019/165020
15.63/15.09	c cleaning 9997 clauses out of 19998 with flag 175002/175003
16.43/15.82	c cleaning 10000 clauses out of 20005 with flag 185006/185007
17.23/16.63	c cleaning 9995 clauses out of 19999 with flag 195000/195001
17.84/17.26	c cleaning 9998 clauses out of 20005 with flag 205001/205002
18.54/17.94	c cleaning 9998 clauses out of 20006 with flag 215000/215001
19.36/18.73	c cleaning 10000 clauses out of 20008 with flag 225000/225001
20.24/19.67	c cleaning 10005 clauses out of 20013 with flag 235005/235006
21.25/20.61	c cleaning 9996 clauses out of 20003 with flag 245000/245001
22.15/21.55	c cleaning 10002 clauses out of 20009 with flag 255002/255003
23.05/22.43	c cleaning 10002 clauses out of 20008 with flag 265003/265004
23.85/23.28	c cleaning 10002 clauses out of 20012 with flag 275009/275010
24.77/24.13	c cleaning 9993 clauses out of 20001 with flag 285000/285001
25.66/25.00	c cleaning 9998 clauses out of 20009 with flag 295001/295002
26.46/25.87	c cleaning 10002 clauses out of 20010 with flag 305000/305001
27.46/26.82	c cleaning 10002 clauses out of 20010 with flag 315002/315003
28.37/27.75	c cleaning 9999 clauses out of 20009 with flag 325003/325004
29.28/28.65	c cleaning 10003 clauses out of 20011 with flag 335004/335005
30.29/29.62	c cleaning 10003 clauses out of 20010 with flag 345006/345007
31.18/30.59	c cleaning 9985 clauses out of 20001 with flag 355000/355001
32.18/31.54	c cleaning 10007 clauses out of 20019 with flag 365003/365004
33.39/32.71	c cleaning 10001 clauses out of 20009 with flag 375000/375001
34.49/33.89	c cleaning 9999 clauses out of 20008 with flag 385000/385001
35.40/34.78	c cleaning 9995 clauses out of 20010 with flag 395001/395002
36.30/35.65	c cleaning 10013 clauses out of 20032 with flag 405018/405019
37.30/36.65	c cleaning 9998 clauses out of 20001 with flag 415000/415001
38.12/37.43	c cleaning 9991 clauses out of 20003 with flag 425000/425001
39.01/38.38	c cleaning 10003 clauses out of 20012 with flag 435000/435001
40.23/39.59	c cleaning 10003 clauses out of 20011 with flag 445002/445003
41.11/40.44	c cleaning 9993 clauses out of 20006 with flag 455000/455001
42.12/41.46	c cleaning 10003 clauses out of 20015 with flag 465002/465003
42.92/42.28	c cleaning 10006 clauses out of 20016 with flag 475006/475007
43.72/43.03	c cleaning 9998 clauses out of 20005 with flag 485001/485002
44.52/43.82	c cleaning 10000 clauses out of 20006 with flag 495000/495001
45.33/44.64	c cleaning 10001 clauses out of 20006 with flag 505000/505001
46.13/45.44	c cleaning 9998 clauses out of 20007 with flag 515002/515003
46.85/46.20	c cleaning 10001 clauses out of 20009 with flag 525002/525003
47.84/47.17	c cleaning 10002 clauses out of 20007 with flag 535001/535002
48.84/48.11	c cleaning 10000 clauses out of 20006 with flag 545002/545003
49.85/49.18	c cleaning 9998 clauses out of 20006 with flag 555002/555003
50.85/50.18	c cleaning 9989 clauses out of 20006 with flag 565000/565001
51.95/51.28	c cleaning 10009 clauses out of 20022 with flag 575005/575006
53.05/52.32	c cleaning 10002 clauses out of 20010 with flag 585002/585003
53.85/53.11	c cleaning 10001 clauses out of 20006 with flag 595000/595001
54.57/53.91	c cleaning 10002 clauses out of 20007 with flag 605002/605003
55.56/54.85	c cleaning 10000 clauses out of 20003 with flag 615000/615001
56.66/56.00	c cleaning 10002 clauses out of 20011 with flag 625008/625009
57.47/56.79	c cleaning 10000 clauses out of 20005 with flag 635004/635005
58.37/57.62	c cleaning 9994 clauses out of 20001 with flag 645000/645001
59.17/58.42	c cleaning 10002 clauses out of 20009 with flag 655002/655003
59.97/59.29	c cleaning 10001 clauses out of 20007 with flag 665002/665003
60.87/60.11	c cleaning 9999 clauses out of 20006 with flag 675002/675003
61.79/61.06	c cleaning 10000 clauses out of 20007 with flag 685002/685003
62.89/62.14	c cleaning 9998 clauses out of 20006 with flag 695001/695002
64.19/63.42	c cleaning 10002 clauses out of 20010 with flag 705003/705004
65.10/64.34	c cleaning 9989 clauses out of 20005 with flag 715000/715001
65.90/65.15	c cleaning 10007 clauses out of 20019 with flag 725003/725004
66.90/66.11	c cleaning 10004 clauses out of 20011 with flag 735002/735003
68.10/67.34	c cleaning 10001 clauses out of 20006 with flag 745001/745002
69.20/68.43	c cleaning 9998 clauses out of 20005 with flag 755001/755002
70.21/69.46	c cleaning 10003 clauses out of 20009 with flag 765003/765004
71.32/70.57	c cleaning 9996 clauses out of 20003 with flag 775000/775001
72.42/71.67	c cleaning 10003 clauses out of 20009 with flag 785002/785003
73.12/72.35	c cleaning 10000 clauses out of 20006 with flag 795002/795003
73.82/73.09	c cleaning 9997 clauses out of 20004 with flag 805000/805001
74.62/73.87	c cleaning 10004 clauses out of 20011 with flag 815004/815005
75.42/74.64	c cleaning 9992 clauses out of 20003 with flag 825000/825001
76.23/75.46	c cleaning 10005 clauses out of 20016 with flag 835005/835006
77.13/76.33	c cleaning 10003 clauses out of 20012 with flag 845006/845007
78.03/77.24	c cleaning 10003 clauses out of 20012 with flag 855009/855010
79.03/78.26	c cleaning 9995 clauses out of 20000 with flag 865000/865001
80.05/79.26	c cleaning 10000 clauses out of 20005 with flag 875000/875001
80.93/80.16	c cleaning 10001 clauses out of 20005 with flag 885000/885001
81.64/80.84	c cleaning 9998 clauses out of 20004 with flag 895000/895001
82.44/81.69	c cleaning 9988 clauses out of 20009 with flag 905003/905004
83.25/82.50	c cleaning 10008 clauses out of 20022 with flag 915004/915005
84.04/83.27	c cleaning 10006 clauses out of 20015 with flag 925005/925006
84.94/84.14	c cleaning 10001 clauses out of 20006 with flag 935002/935003
85.64/84.86	c cleaning 10000 clauses out of 20004 with flag 945001/945002
86.56/85.80	c cleaning 10000 clauses out of 20004 with flag 955001/955002
87.66/86.84	c cleaning 10001 clauses out of 20005 with flag 965002/965003
88.54/87.80	c cleaning 9999 clauses out of 20003 with flag 975001/975002
89.55/88.71	c cleaning 9998 clauses out of 20005 with flag 985002/985003
90.45/89.69	c cleaning 9999 clauses out of 20005 with flag 995000/995001
91.45/90.62	c cleaning 9994 clauses out of 20006 with flag 1005000/1005001
92.35/91.57	c cleaning 10002 clauses out of 20012 with flag 1015000/1015001
93.17/92.41	c cleaning 10000 clauses out of 20010 with flag 1025000/1025001
94.06/93.28	c cleaning 10003 clauses out of 20011 with flag 1035001/1035002
94.96/94.15	c cleaning 10004 clauses out of 20014 with flag 1045007/1045008
95.76/94.99	c cleaning 9999 clauses out of 20005 with flag 1055002/1055003
96.66/95.85	c cleaning 9998 clauses out of 20004 with flag 1065000/1065001
97.58/96.72	c cleaning 10001 clauses out of 20010 with flag 1075004/1075005
98.37/97.54	c cleaning 9998 clauses out of 20005 with flag 1085000/1085001
99.27/98.40	c cleaning 9993 clauses out of 20007 with flag 1095000/1095001
100.07/99.22	c cleaning 10003 clauses out of 20015 with flag 1105001/1105002
100.89/100.10	c cleaning 10002 clauses out of 20011 with flag 1115000/1115001
101.77/100.98	c cleaning 9999 clauses out of 20012 with flag 1125003/1125004
102.57/101.71	c cleaning 10003 clauses out of 20015 with flag 1135005/1135006
103.38/102.52	c cleaning 9998 clauses out of 20009 with flag 1145002/1145003
104.19/103.38	c cleaning 10002 clauses out of 20009 with flag 1155000/1155001
105.08/104.23	c cleaning 10001 clauses out of 20010 with flag 1165003/1165004
105.98/105.12	c cleaning 10001 clauses out of 20010 with flag 1175004/1175005
106.78/105.97	c cleaning 10001 clauses out of 20012 with flag 1185007/1185008
107.69/106.83	c cleaning 10003 clauses out of 20012 with flag 1195008/1195009
108.60/107.72	c cleaning 9999 clauses out of 20006 with flag 1205005/1205006
109.39/108.59	c cleaning 9999 clauses out of 20002 with flag 1215000/1215001
110.29/109.41	c cleaning 9994 clauses out of 20004 with flag 1225001/1225002
111.09/110.22	c cleaning 10004 clauses out of 20013 with flag 1235004/1235005
111.90/111.06	c cleaning 10000 clauses out of 20006 with flag 1245001/1245002
112.69/111.88	c cleaning 9999 clauses out of 20005 with flag 1255000/1255001
113.59/112.76	c cleaning 9998 clauses out of 20006 with flag 1265000/1265001
114.39/113.55	c cleaning 10000 clauses out of 20008 with flag 1275000/1275001
115.31/114.49	c cleaning 10000 clauses out of 20009 with flag 1285001/1285002
116.20/115.34	c cleaning 9994 clauses out of 20009 with flag 1295001/1295002
117.10/116.28	c cleaning 10005 clauses out of 20017 with flag 1305003/1305004
118.10/117.22	c cleaning 10003 clauses out of 20012 with flag 1315003/1315004
119.00/118.15	c cleaning 10000 clauses out of 20009 with flag 1325003/1325004
119.72/118.82	c cleaning 9997 clauses out of 20006 with flag 1335000/1335001
120.50/119.65	c cleaning 10002 clauses out of 20011 with flag 1345002/1345003
121.41/120.54	c cleaning 10001 clauses out of 20007 with flag 1355000/1355001
122.51/121.61	c cleaning 9997 clauses out of 20008 with flag 1365002/1365003
123.61/122.75	c cleaning 9999 clauses out of 20011 with flag 1375002/1375003
124.71/123.83	c cleaning 10004 clauses out of 20011 with flag 1385001/1385002
125.81/124.95	c cleaning 10002 clauses out of 20009 with flag 1395003/1395004
126.92/126.01	c cleaning 10001 clauses out of 20006 with flag 1405002/1405003
127.92/127.00	c cleaning 9997 clauses out of 20003 with flag 1415000/1415001
128.72/127.85	c cleaning 10000 clauses out of 20007 with flag 1425001/1425002
129.64/128.76	c cleaning 10004 clauses out of 20017 with flag 1435011/1435012
130.82/129.92	c cleaning 9999 clauses out of 20006 with flag 1445004/1445005
131.74/130.86	c cleaning 9997 clauses out of 20003 with flag 1455000/1455001
132.52/131.67	c cleaning 10002 clauses out of 20007 with flag 1465001/1465002
133.63/132.70	c cleaning 10002 clauses out of 20009 with flag 1475005/1475006
134.73/133.81	c cleaning 10002 clauses out of 20012 with flag 1485010/1485011
135.63/134.78	c cleaning 9993 clauses out of 20000 with flag 1495000/1495001
136.73/135.84	c cleaning 10002 clauses out of 20010 with flag 1505003/1505004
137.73/136.84	c cleaning 9996 clauses out of 20006 with flag 1515001/1515002
138.74/137.80	c cleaning 10009 clauses out of 20021 with flag 1525012/1525013
139.74/138.89	c cleaning 9999 clauses out of 20004 with flag 1535004/1535005
140.75/139.88	c cleaning 9998 clauses out of 20004 with flag 1545003/1545004
141.85/140.98	c cleaning 10000 clauses out of 20005 with flag 1555002/1555003
142.96/142.07	c cleaning 9999 clauses out of 20007 with flag 1565004/1565005
143.98/143.09	c cleaning 10000 clauses out of 20006 with flag 1575002/1575003
145.08/144.12	c cleaning 9998 clauses out of 20007 with flag 1585003/1585004
146.18/145.26	c cleaning 10001 clauses out of 20011 with flag 1595005/1595006
147.18/146.28	c cleaning 9999 clauses out of 20007 with flag 1605002/1605003
148.38/147.49	c cleaning 9986 clauses out of 20007 with flag 1615001/1615002
149.48/148.55	c cleaning 10008 clauses out of 20023 with flag 1625003/1625004
150.59/149.62	c cleaning 10005 clauses out of 20015 with flag 1635003/1635004
151.59/150.66	c cleaning 9986 clauses out of 20007 with flag 1645000/1645001
152.57/151.68	c cleaning 10008 clauses out of 20021 with flag 1655000/1655001
153.68/152.72	c cleaning 10000 clauses out of 20013 with flag 1665000/1665001
154.68/153.70	c cleaning 10004 clauses out of 20016 with flag 1675003/1675004
155.78/154.82	c cleaning 10000 clauses out of 20010 with flag 1685001/1685002
156.79/155.89	c cleaning 9999 clauses out of 20009 with flag 1695000/1695001
157.99/157.03	c cleaning 10002 clauses out of 20010 with flag 1705000/1705001
159.09/158.10	c cleaning 10002 clauses out of 20008 with flag 1715000/1715001
160.19/159.27	c cleaning 10001 clauses out of 20012 with flag 1725006/1725007
161.30/160.34	c cleaning 10000 clauses out of 20008 with flag 1735003/1735004
162.40/161.41	c cleaning 9999 clauses out of 20006 with flag 1745001/1745002
163.40/162.46	c cleaning 10002 clauses out of 20010 with flag 1755004/1755005
164.50/163.55	c cleaning 10000 clauses out of 20010 with flag 1765006/1765007
165.40/164.47	c cleaning 9998 clauses out of 20007 with flag 1775003/1775004
166.20/165.22	c cleaning 9999 clauses out of 20006 with flag 1785000/1785001
167.02/166.10	c cleaning 9996 clauses out of 20007 with flag 1795000/1795001
168.00/167.01	c cleaning 10001 clauses out of 20011 with flag 1805000/1805001
168.91/167.98	c cleaning 10005 clauses out of 20013 with flag 1815003/1815004
169.81/168.89	c cleaning 9999 clauses out of 20005 with flag 1825000/1825001
170.71/169.77	c cleaning 10004 clauses out of 20011 with flag 1835005/1835006
171.71/170.74	c cleaning 9997 clauses out of 20002 with flag 1845000/1845001
172.71/171.73	c cleaning 9997 clauses out of 20006 with flag 1855001/1855002
173.73/172.74	c cleaning 10002 clauses out of 20009 with flag 1865001/1865002
174.73/173.77	c cleaning 9999 clauses out of 20006 with flag 1875000/1875001
175.71/174.76	c cleaning 10001 clauses out of 20007 with flag 1885000/1885001
176.61/175.70	c cleaning 9984 clauses out of 20006 with flag 1895000/1895001
177.72/176.79	c cleaning 10010 clauses out of 20026 with flag 1905004/1905005
178.81/177.80	c cleaning 10003 clauses out of 20016 with flag 1915004/1915005
179.82/178.82	c cleaning 10001 clauses out of 20013 with flag 1925004/1925005
180.82/179.80	c cleaning 10000 clauses out of 20011 with flag 1935003/1935004
181.82/180.83	c cleaning 10000 clauses out of 20008 with flag 1945000/1945001
182.92/181.93	c cleaning 10003 clauses out of 20011 with flag 1955003/1955004
183.93/182.99	c cleaning 10002 clauses out of 20008 with flag 1965003/1965004
185.03/184.07	c cleaning 10004 clauses out of 20014 with flag 1975011/1975012
186.13/185.15	c cleaning 9999 clauses out of 20002 with flag 1985003/1985004
187.13/186.12	c cleaning 9997 clauses out of 20000 with flag 1995000/1995001
187.84/186.89	c cleaning 9998 clauses out of 20003 with flag 2005000/2005001
188.64/187.61	c cleaning 9999 clauses out of 20005 with flag 2015000/2015001
189.44/188.48	c cleaning 9999 clauses out of 20006 with flag 2025000/2025001
190.34/189.32	c cleaning 9999 clauses out of 20007 with flag 2035000/2035001
191.26/190.21	c cleaning 9999 clauses out of 20009 with flag 2045001/2045002
192.14/191.11	c cleaning 10008 clauses out of 20019 with flag 2055010/2055011
193.05/192.06	c cleaning 9996 clauses out of 20002 with flag 2065001/2065002
194.15/193.12	c cleaning 10001 clauses out of 20009 with flag 2075004/2075005
194.95/193.94	c cleaning 10001 clauses out of 20005 with flag 2085001/2085002
195.77/194.77	c cleaning 9999 clauses out of 20004 with flag 2095001/2095002
196.65/195.68	c cleaning 10000 clauses out of 20004 with flag 2105000/2105001
197.55/196.50	c cleaning 10002 clauses out of 20010 with flag 2115006/2115007
198.35/197.36	c cleaning 9990 clauses out of 20005 with flag 2125003/2125004
199.45/198.46	c cleaning 9988 clauses out of 20012 with flag 2135000/2135001
200.46/199.49	c cleaning 10007 clauses out of 20024 with flag 2145000/2145001
201.66/200.62	c cleaning 10005 clauses out of 20020 with flag 2155003/2155004
202.96/201.94	c cleaning 10004 clauses out of 20014 with flag 2165002/2165003
204.16/203.12	c cleaning 10000 clauses out of 20008 with flag 2175000/2175001
205.36/204.32	c cleaning 10001 clauses out of 20008 with flag 2185000/2185001
206.37/205.31	c cleaning 9997 clauses out of 20008 with flag 2195001/2195002
207.28/206.23	c cleaning 10004 clauses out of 20011 with flag 2205001/2205002
208.28/207.21	c cleaning 10000 clauses out of 20013 with flag 2215007/2215008
209.18/208.18	c cleaning 10001 clauses out of 20010 with flag 2225004/2225005
210.10/209.08	c cleaning 10000 clauses out of 20008 with flag 2235003/2235004
210.98/210.00	c cleaning 9996 clauses out of 20005 with flag 2245000/2245001
211.99/210.94	c cleaning 9999 clauses out of 20010 with flag 2255001/2255002
212.99/211.91	c cleaning 10004 clauses out of 20016 with flag 2265006/2265007
213.89/212.87	c cleaning 9999 clauses out of 20009 with flag 2275003/2275004
214.89/213.86	c cleaning 9983 clauses out of 20007 with flag 2285000/2285001
215.80/214.76	c cleaning 10010 clauses out of 20028 with flag 2295004/2295005
216.90/215.81	c cleaning 10010 clauses out of 20026 with flag 2305012/2305013
217.90/216.88	c cleaning 9991 clauses out of 20004 with flag 2315000/2315001
219.00/217.95	c cleaning 10004 clauses out of 20015 with flag 2325002/2325003
220.10/219.00	c cleaning 10004 clauses out of 20013 with flag 2335004/2335005
221.11/220.03	c cleaning 9999 clauses out of 20006 with flag 2345001/2345002
222.12/221.11	c cleaning 10000 clauses out of 20009 with flag 2355003/2355004
223.10/222.06	c cleaning 10002 clauses out of 20010 with flag 2365004/2365005
224.21/223.12	c cleaning 10000 clauses out of 20005 with flag 2375001/2375002
225.21/224.15	c cleaning 10000 clauses out of 20008 with flag 2385004/2385005
226.21/225.13	c cleaning 10005 clauses out of 20018 with flag 2395014/2395015
227.21/226.11	c cleaning 10004 clauses out of 20015 with flag 2405016/2405017
228.21/227.17	c cleaning 9993 clauses out of 19996 with flag 2415001/2415002
229.21/228.15	c cleaning 9996 clauses out of 20002 with flag 2425000/2425001
230.11/229.09	c cleaning 10002 clauses out of 20009 with flag 2435003/2435004
231.03/229.97	c cleaning 9996 clauses out of 20005 with flag 2445001/2445002
231.83/230.79	c cleaning 10000 clauses out of 20009 with flag 2455001/2455002
232.73/231.65	c cleaning 9998 clauses out of 20008 with flag 2465000/2465001
233.63/232.53	c cleaning 10000 clauses out of 20011 with flag 2475001/2475002
234.43/233.35	c cleaning 10003 clauses out of 20011 with flag 2485001/2485002
235.35/234.23	c cleaning 10002 clauses out of 20010 with flag 2495003/2495004
236.23/235.16	c cleaning 9998 clauses out of 20005 with flag 2505000/2505001
237.23/236.17	c cleaning 10000 clauses out of 20012 with flag 2515005/2515006
238.24/237.19	c cleaning 10001 clauses out of 20009 with flag 2525002/2525003
239.24/238.12	c cleaning 9997 clauses out of 20009 with flag 2535003/2535004
240.24/239.11	c cleaning 10004 clauses out of 20014 with flag 2545005/2545006
241.24/240.11	c cleaning 10000 clauses out of 20009 with flag 2555004/2555005
242.25/241.11	c cleaning 10000 clauses out of 20008 with flag 2565003/2565004
243.25/242.15	c cleaning 9999 clauses out of 20006 with flag 2575001/2575002
244.35/243.26	c cleaning 10000 clauses out of 20007 with flag 2585001/2585002
245.45/244.31	c cleaning 9993 clauses out of 20007 with flag 2595001/2595002
246.47/245.33	c cleaning 10006 clauses out of 20019 with flag 2605006/2605007
247.57/246.44	c cleaning 9999 clauses out of 20007 with flag 2615000/2615001
248.57/247.51	c cleaning 9998 clauses out of 20008 with flag 2625000/2625001
249.67/248.61	c cleaning 9999 clauses out of 20010 with flag 2635000/2635001
250.66/249.61	c cleaning 10000 clauses out of 20013 with flag 2645002/2645003
251.76/250.66	c cleaning 10000 clauses out of 20014 with flag 2655003/2655004
252.86/251.77	c cleaning 10004 clauses out of 20013 with flag 2665002/2665003
254.08/253.01	c cleaning 9995 clauses out of 20007 with flag 2675000/2675001
255.37/254.27	c cleaning 10000 clauses out of 20012 with flag 2685000/2685001
256.67/255.50	c cleaning 10002 clauses out of 20012 with flag 2695000/2695001
257.87/256.74	c cleaning 10001 clauses out of 20011 with flag 2705001/2705002
258.98/257.85	c cleaning 9995 clauses out of 20009 with flag 2715000/2715001
260.38/259.22	c cleaning 10002 clauses out of 20014 with flag 2725000/2725001
261.49/260.31	c cleaning 9998 clauses out of 20012 with flag 2735000/2735001
262.59/261.47	c cleaning 10004 clauses out of 20016 with flag 2745002/2745003
263.80/262.68	c cleaning 9997 clauses out of 20011 with flag 2755001/2755002
264.91/263.78	c cleaning 10004 clauses out of 20016 with flag 2765003/2765004
266.23/265.03	c cleaning 9995 clauses out of 20009 with flag 2775000/2775001
267.44/266.22	c cleaning 10004 clauses out of 20016 with flag 2785002/2785003
268.54/267.35	c cleaning 9988 clauses out of 20010 with flag 2795000/2795001
269.83/268.62	c cleaning 10010 clauses out of 20030 with flag 2805008/2805009
271.14/269.94	c cleaning 10007 clauses out of 20022 with flag 2815010/2815011
272.34/271.19	c cleaning 9998 clauses out of 20005 with flag 2825000/2825001
273.64/272.48	c cleaning 9997 clauses out of 20009 with flag 2835002/2835003
274.85/273.60	c cleaning 10002 clauses out of 20010 with flag 2845000/2845001
276.05/274.80	c cleaning 9996 clauses out of 20010 with flag 2855002/2855003
277.15/275.99	c cleaning 10002 clauses out of 20014 with flag 2865002/2865003
278.38/277.18	c cleaning 10004 clauses out of 20015 with flag 2875005/2875006
279.66/278.45	c cleaning 10001 clauses out of 20009 with flag 2885003/2885004
280.77/279.58	c cleaning 9999 clauses out of 20008 with flag 2895003/2895004
281.97/280.76	c cleaning 10001 clauses out of 20010 with flag 2905004/2905005
283.18/281.90	c cleaning 9997 clauses out of 20005 with flag 2915000/2915001
284.48/283.21	c cleaning 10005 clauses out of 20018 with flag 2925010/2925011
285.69/284.44	c cleaning 9998 clauses out of 20004 with flag 2935001/2935002
286.99/285.72	c cleaning 10012 clauses out of 20027 with flag 2945022/2945023
288.09/286.85	c cleaning 9992 clauses out of 19994 with flag 2955001/2955002
289.41/288.12	c cleaning 9993 clauses out of 20002 with flag 2965001/2965002
290.61/289.34	c cleaning 10000 clauses out of 20010 with flag 2975002/2975003
291.80/290.58	c cleaning 9971 clauses out of 20008 with flag 2985000/2985001
292.82/291.53	c cleaning 10011 clauses out of 20037 with flag 2995000/2995001
293.70/292.40	c cleaning 10009 clauses out of 20026 with flag 3005000/3005001
294.51/293.24	c cleaning 10009 clauses out of 20019 with flag 3015002/3015003
295.51/294.23	c cleaning 9994 clauses out of 20008 with flag 3025000/3025001
296.81/295.50	c cleaning 9998 clauses out of 20014 with flag 3035000/3035001
297.91/296.60	c cleaning 10004 clauses out of 20017 with flag 3045001/3045002
298.72/297.48	c cleaning 9997 clauses out of 20012 with flag 3055000/3055001
299.52/298.24	c cleaning 10005 clauses out of 20015 with flag 3065000/3065001
300.32/299.10	c cleaning 10003 clauses out of 20013 with flag 3075003/3075004
301.35/300.08	c cleaning 10002 clauses out of 20009 with flag 3085002/3085003
302.35/301.06	c cleaning 10000 clauses out of 20006 with flag 3095001/3095002
303.35/302.09	c cleaning 10001 clauses out of 20007 with flag 3105002/3105003
304.45/303.19	c cleaning 10003 clauses out of 20010 with flag 3115006/3115007
305.56/304.25	c cleaning 9996 clauses out of 20002 with flag 3125001/3125002
306.56/305.28	c cleaning 9999 clauses out of 20005 with flag 3135000/3135001
307.77/306.49	c cleaning 9999 clauses out of 20007 with flag 3145001/3145002
308.87/307.60	c cleaning 9998 clauses out of 20007 with flag 3155000/3155001
310.07/308.73	c cleaning 10006 clauses out of 20020 with flag 3165011/3165012
311.27/309.90	c cleaning 9999 clauses out of 20005 with flag 3175002/3175003
312.37/311.01	c cleaning 9998 clauses out of 20004 with flag 3185000/3185001
313.28/311.94	c cleaning 10002 clauses out of 20007 with flag 3195001/3195002
314.28/312.95	c cleaning 10000 clauses out of 20006 with flag 3205002/3205003
315.18/313.90	c cleaning 10001 clauses out of 20008 with flag 3215004/3215005
316.19/314.88	c cleaning 10003 clauses out of 20015 with flag 3225012/3225013
317.10/315.78	c cleaning 10004 clauses out of 20014 with flag 3235014/3235015
318.22/316.83	c cleaning 9996 clauses out of 19999 with flag 3245003/3245004
319.22/317.88	c cleaning 9995 clauses out of 20000 with flag 3255000/3255001
320.20/318.84	c cleaning 9990 clauses out of 20005 with flag 3265000/3265001
321.21/319.81	c cleaning 10003 clauses out of 20015 with flag 3275000/3275001
322.11/320.79	c cleaning 10004 clauses out of 20013 with flag 3285001/3285002
323.11/321.72	c cleaning 10001 clauses out of 20009 with flag 3295001/3295002
324.01/322.61	c cleaning 10002 clauses out of 20008 with flag 3305001/3305002
324.92/323.52	c cleaning 10003 clauses out of 20011 with flag 3315006/3315007
325.84/324.45	c cleaning 10004 clauses out of 20012 with flag 3325010/3325011
326.82/325.41	c cleaning 9997 clauses out of 19998 with flag 3335000/3335001
327.72/326.37	c cleaning 9992 clauses out of 20001 with flag 3345000/3345001
328.73/327.33	c cleaning 10005 clauses out of 20013 with flag 3355004/3355005
329.73/328.31	c cleaning 9991 clauses out of 20006 with flag 3365002/3365003
330.63/329.29	c cleaning 10004 clauses out of 20014 with flag 3375001/3375002
331.73/330.37	c cleaning 10002 clauses out of 20012 with flag 3385003/3385004
332.83/331.42	c cleaning 10001 clauses out of 20009 with flag 3395002/3395003
333.84/332.44	c cleaning 10001 clauses out of 20009 with flag 3405003/3405004
334.84/333.47	c cleaning 10002 clauses out of 20010 with flag 3415005/3415006
335.94/334.50	c cleaning 9997 clauses out of 20004 with flag 3425001/3425002
336.96/335.51	c cleaning 10000 clauses out of 20007 with flag 3435001/3435002
337.84/336.48	c cleaning 9996 clauses out of 20006 with flag 3445000/3445001
338.84/337.43	c cleaning 10002 clauses out of 20010 with flag 3455000/3455001
339.85/338.41	c cleaning 10006 clauses out of 20018 with flag 3465010/3465011
340.85/339.40	c cleaning 9995 clauses out of 20002 with flag 3475000/3475001
341.85/340.44	c cleaning 10000 clauses out of 20009 with flag 3485002/3485003
342.86/341.43	c cleaning 9999 clauses out of 20007 with flag 3495000/3495001
343.86/342.47	c cleaning 9998 clauses out of 20009 with flag 3505001/3505002
344.86/343.49	c cleaning 9996 clauses out of 20011 with flag 3515001/3515002
345.96/344.55	c cleaning 10004 clauses out of 20016 with flag 3525002/3525003
346.96/345.58	c cleaning 10001 clauses out of 20010 with flag 3535000/3535001
348.06/346.68	c cleaning 10003 clauses out of 20015 with flag 3545006/3545007
349.17/347.76	c cleaning 10000 clauses out of 20006 with flag 3555000/3555001
350.18/348.79	c cleaning 10000 clauses out of 20006 with flag 3565000/3565001
351.28/349.84	c cleaning 10000 clauses out of 20008 with flag 3575002/3575003
352.39/350.93	c cleaning 10004 clauses out of 20016 with flag 3585010/3585011
353.39/351.99	c cleaning 9998 clauses out of 20002 with flag 3595000/3595001
354.49/353.07	c cleaning 9994 clauses out of 20004 with flag 3605000/3605001
355.59/354.20	c cleaning 9994 clauses out of 20010 with flag 3615000/3615001
356.80/355.37	c cleaning 10008 clauses out of 20022 with flag 3625006/3625007
357.98/356.52	c cleaning 10005 clauses out of 20016 with flag 3635008/3635009
359.09/357.62	c cleaning 10001 clauses out of 20009 with flag 3645006/3645007
360.10/358.69	c cleaning 9999 clauses out of 20003 with flag 3655001/3655002
361.00/359.50	c cleaning 9999 clauses out of 20005 with flag 3665002/3665003
361.80/360.38	c cleaning 10000 clauses out of 20005 with flag 3675001/3675002
362.90/361.43	c cleaning 10001 clauses out of 20008 with flag 3685004/3685005
364.00/362.57	c cleaning 9999 clauses out of 20005 with flag 3695002/3695003
365.30/363.87	c cleaning 10001 clauses out of 20005 with flag 3705001/3705002
366.80/365.39	c cleaning 10000 clauses out of 20007 with flag 3715004/3715005
368.11/366.61	c cleaning 9996 clauses out of 20005 with flag 3725002/3725003
369.21/367.79	c cleaning 10000 clauses out of 20014 with flag 3735007/3735008
370.41/368.98	c cleaning 10003 clauses out of 20013 with flag 3745006/3745007
371.62/370.19	c cleaning 10002 clauses out of 20008 with flag 3755004/3755005
372.92/371.40	c cleaning 10000 clauses out of 20007 with flag 3765005/3765006
374.22/372.70	c cleaning 9997 clauses out of 20002 with flag 3775000/3775001
375.44/373.93	c cleaning 9998 clauses out of 20006 with flag 3785001/3785002
376.64/375.17	c cleaning 10003 clauses out of 20011 with flag 3795004/3795005
377.93/376.42	c cleaning 9999 clauses out of 20005 with flag 3805001/3805002
379.13/377.64	c cleaning 9999 clauses out of 20005 with flag 3815000/3815001
380.33/378.88	c cleaning 9999 clauses out of 20006 with flag 3825000/3825001
381.54/380.08	c cleaning 9998 clauses out of 20007 with flag 3835000/3835001
382.84/381.31	c cleaning 10000 clauses out of 20009 with flag 3845000/3845001
384.05/382.51	c cleaning 10003 clauses out of 20012 with flag 3855003/3855004
385.25/383.74	c cleaning 10001 clauses out of 20007 with flag 3865001/3865002
386.36/384.90	c cleaning 9994 clauses out of 20007 with flag 3875002/3875003
387.46/386.01	c cleaning 10002 clauses out of 20014 with flag 3885003/3885004
388.68/387.16	c cleaning 10008 clauses out of 20023 with flag 3895014/3895015
389.97/388.45	c cleaning 9999 clauses out of 20001 with flag 3905000/3905001
391.28/389.79	c cleaning 9998 clauses out of 20004 with flag 3915002/3915003
392.58/391.04	c cleaning 10000 clauses out of 20008 with flag 3925004/3925005
393.88/392.31	c cleaning 9999 clauses out of 20007 with flag 3935003/3935004
395.08/393.58	c cleaning 10000 clauses out of 20006 with flag 3945001/3945002
396.41/394.82	c cleaning 10002 clauses out of 20012 with flag 3955007/3955008
397.70/396.12	c cleaning 9999 clauses out of 20004 with flag 3965001/3965002
399.10/397.50	c cleaning 10001 clauses out of 20009 with flag 3975005/3975006
400.30/398.78	c cleaning 9994 clauses out of 20003 with flag 3985000/3985001
401.40/399.84	c cleaning 10003 clauses out of 20012 with flag 3995003/3995004
402.51/400.99	c cleaning 10001 clauses out of 20008 with flag 4005002/4005003
403.71/402.18	c cleaning 10005 clauses out of 20014 with flag 4015009/4015010
404.81/403.29	c cleaning 9981 clauses out of 20000 with flag 4025000/4025001
405.82/404.29	c Got one! Elapsed wall clock time (in seconds):404.175
405.82/404.29	o 5
406.33/404.74	c cleaning 12126 clauses out of 24255 with flag 5006/4039237
406.82/405.29	c cleaning 9061 clauses out of 18130 with flag 11007/4045238
407.62/406.07	c cleaning 8027 clauses out of 16062 with flag 18000/4052231
408.54/407.01	c cleaning 8018 clauses out of 16039 with flag 26004/4060235
409.74/408.12	c cleaning 8508 clauses out of 17020 with flag 35003/4069234
410.93/409.38	c cleaning 9254 clauses out of 18513 with flag 45004/4079235
412.34/410.70	c cleaning 9623 clauses out of 19256 with flag 55001/4089232
413.74/412.15	c cleaning 9816 clauses out of 19635 with flag 65003/4099234
415.04/413.49	c cleaning 9902 clauses out of 19816 with flag 75000/4109231
416.68/415.03	c cleaning 9953 clauses out of 19914 with flag 85000/4119231
418.18/416.60	c cleaning 9977 clauses out of 19961 with flag 95000/4129231
419.89/418.25	c cleaning 9990 clauses out of 19985 with flag 105001/4139232
421.60/419.90	c cleaning 9982 clauses out of 19997 with flag 115003/4149234
423.40/421.78	c cleaning 10009 clauses out of 20019 with flag 125007/4159238
425.22/423.51	c cleaning 9984 clauses out of 20003 with flag 135000/4169231
426.91/425.24	c cleaning 10008 clauses out of 20021 with flag 145002/4179233
428.61/426.94	c cleaning 10007 clauses out of 20021 with flag 155010/4189241
430.32/428.69	c cleaning 10006 clauses out of 20012 with flag 165008/4199239
432.01/430.21	c starts		: 256
432.01/430.21	c conflicts		: 4207377
432.01/430.21	c decisions		: 9712827
432.01/430.21	c propagations		: 88696057
432.01/430.21	c inspects		: 565064525
432.01/430.21	c shortcuts		: 0
432.01/430.21	c learnt literals	: 3
432.01/430.21	c learnt binary clauses	: 9
432.01/430.21	c learnt ternary clauses	: 52
432.01/430.21	c learnt constraints	: 4207373
432.01/430.21	c ignored constraints	: 0
432.01/430.21	c root simplifications	: 0
432.01/430.21	c removed literals (reason simplification)	: 3074391
432.01/430.21	c reason swapping (by a shorter reason)	: 0
432.01/430.21	c Calls to reduceDB	: 422
432.01/430.21	c number of reductions to clauses (during analyze)	: 0
432.01/430.21	c number of learned constraints concerned by reduction	: 0
432.01/430.21	c number of learning phase by resolution	: 0
432.01/430.21	c number of learning phase by cutting planes	: 0
432.01/430.21	c speed (assignments/second)	: 3421519.7700883388
432.01/430.21	c non guided choices	0
432.01/430.21	c learnt constraints type 
432.01/430.21	c constraints type 
432.01/430.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 66
432.01/430.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
432.01/430.21	s OPTIMUM FOUND
432.01/430.21	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 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 
432.01/430.21	c objective function=5
432.01/430.21	c Total wall clock time (in seconds): 430.101

Verifier Data

OK	5

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-3459662-1307153566/watcher-3459662-1307153566 -o /tmp/evaluation-result-3459662-1307153566/solver-3459662-1307153566 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459662-1307153566.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.07 2.06 2.01 3/447 31157
/proc/meminfo: memFree=29037884/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 3817 0 1 0 0 0 0 0 25 0 2 0 826957062 13850947584 3518 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3381579 3531 917 9 0 3372735 0
[pid=31157/tid=31158] ppid=31155 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 2761 0 1 0 0 0 0 0 25 0 2 0 826957063 13850947584 3577 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.05968 s]
/proc/loadavg: 2.07 2.06 2.01 3/447 31157
/proc/meminfo: memFree=29037884/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 13953 0 1 0 3 1 0 0 25 0 13 0 826957062 13874806784 13649 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3387404 13649 1684 9 0 3378152 0
[pid=31157/tid=31158] ppid=31155 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 12807 0 1 0 3 1 0 0 25 0 13 0 826957063 13874806784 13651 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46941063820824 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.100637 s]
/proc/loadavg: 2.07 2.06 2.01 3/447 31157
/proc/meminfo: memFree=29037884/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13621820 CPUtime=0.1 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 15383 0 1 0 9 1 0 0 25 0 18 0 826957062 13948743680 15079 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3405455 15079 2092 9 0 3396189 0
[pid=31157/tid=31158] ppid=31155 vsize=13621820 CPUtime=0.08 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 13555 0 1 0 7 1 0 0 18 0 18 0 826957063 13948743680 15079 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621820

[startup+0.300602 s]
/proc/loadavg: 2.07 2.06 2.01 3/447 31157
/proc/meminfo: memFree=29037884/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13629232 CPUtime=0.57 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 20003 0 1 0 55 2 0 0 25 0 19 0 826957062 13956333568 18808 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3407308 18808 2209 9 0 3398042 0
[pid=31157/tid=31158] ppid=31155 vsize=13629232 CPUtime=0.28 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 15611 0 1 0 27 1 0 0 19 0 19 0 826957063 13956333568 18808 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505181666 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13629232

[startup+0.700598 s]
/proc/loadavg: 2.07 2.06 2.01 3/447 31157
/proc/meminfo: memFree=29037884/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13629232 CPUtime=1.18 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 21904 0 1 0 116 2 0 0 25 0 19 0 826957062 13956333568 20194 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3407308 20194 2224 9 0 3398042 0
[pid=31157/tid=31158] ppid=31155 vsize=13629232 CPUtime=0.68 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 16781 0 1 0 67 1 0 0 19 0 19 0 826957063 13956333568 20194 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505691299 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13629232

[startup+1.50141 s]
/proc/loadavg: 2.07 2.06 2.01 3/466 31176
/proc/meminfo: memFree=28959808/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13629232 CPUtime=2.03 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 24843 0 1 0 201 2 0 0 25 0 19 0 826957062 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3407308 23126 2252 9 0 3398042 0
[pid=31157/tid=31158] ppid=31155 vsize=13629232 CPUtime=1.45 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 16872 0 1 0 144 1 0 0 20 0 19 0 826957063 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505637893 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31157/tid=31160] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 332 0 0 0 0 0 0 0 16 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 379 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13629232 CPUtime=0.02 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 1038 0 0 0 2 0 0 0 16 0 19 0 826957066 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13629232 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2523 0 0 0 30 0 0 0 18 0 19 0 826957069 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13629232 CPUtime=0.23 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 1459 0 0 0 23 0 0 0 18 0 19 0 826957069 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31174] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31174/stat : 31174 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31175] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31175/stat : 31175 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826957069 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31176] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31176/stat : 31176 (java) S 31155 31157 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826957091 13956333568 23126 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13629232

[startup+3.10112 s]
/proc/loadavg: 2.07 2.06 2.01 3/466 31176
/proc/meminfo: memFree=28947640/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13629232 CPUtime=3.68 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 27250 0 1 0 366 2 0 0 25 0 19 0 826957062 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3407308 25380 2252 9 0 3398042 0
[pid=31157/tid=31158] ppid=31155 vsize=13629232 CPUtime=2.99 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 16875 0 1 0 298 1 0 0 25 0 19 0 826957063 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505637943 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31157/tid=31160] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 597 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 261 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 562 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 428 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 699 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13629232 CPUtime=0.07 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 1604 0 0 0 7 0 0 0 16 0 19 0 826957066 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13629232 CPUtime=0.31 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2523 0 0 0 31 0 0 0 15 0 19 0 826957069 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13629232 CPUtime=0.26 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 1617 0 0 0 26 0 0 0 15 0 19 0 826957069 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31174] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31174/stat : 31174 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31175] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31175/stat : 31175 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826957069 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31176] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31176/stat : 31176 (java) S 31155 31157 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826957091 13956333568 25380 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 13629232

[startup+6.30152 s]
/proc/loadavg: 2.07 2.06 2.01 3/466 31176
/proc/meminfo: memFree=28939344/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13629232 CPUtime=6.89 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 27994 0 1 0 687 2 0 0 25 0 19 0 826957062 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3407308 26119 2252 9 0 3398042 0
[pid=31157/tid=31158] ppid=31155 vsize=13629232 CPUtime=6.11 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 16880 0 1 0 610 1 0 0 25 0 19 0 826957063 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505692024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31157/tid=31160] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 597 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 572 0 0 0 0 0 0 0 16 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 445 0 0 0 0 0 0 0 16 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 699 0 0 0 0 0 0 0 15 0 19 0 826957065 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13629232 CPUtime=0.14 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 2308 0 0 0 14 0 0 0 16 0 19 0 826957066 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13629232 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13629232 CPUtime=0.31 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2523 0 0 0 31 0 0 0 15 0 19 0 826957069 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13629232 CPUtime=0.26 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 1617 0 0 0 26 0 0 0 15 0 19 0 826957069 13956333568 26119 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0

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

/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 582 0 0 0 30 0 0 0 16 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 5 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13627856 CPUtime=0.25 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 371 0 0 0 25 0 0 0 16 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13627856 CPUtime=0.32 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 817 0 0 0 32 0 0 0 15 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13627856 CPUtime=0.26 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 202 0 0 0 26 0 0 0 15 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 330 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 892 0 0 0 30 0 0 0 15 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 549 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 991 0 0 0 28 1 0 0 16 0 19 0 826957065 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13627856 CPUtime=8.69 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 4388 0 0 0 865 4 0 0 16 0 19 0 826957066 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13627856 CPUtime=0.31 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2523 0 0 0 31 0 0 0 15 0 19 0 826957069 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13627856 CPUtime=0.28 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 2160 0 0 0 28 0 0 0 15 0 19 0 826957069 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31174] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31174/stat : 31174 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31175] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31175/stat : 31175 (java) S 31155 31157 28402 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 826957069 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31176] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31176/stat : 31176 (java) S 31155 31157 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826957091 13954924544 29267 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 431.23
Current children cumulated vsize (KiB) 13627856

[startup+429.901 s]
/proc/loadavg: 2.03 2.05 2.00 3/466 31187
/proc/meminfo: memFree=28919772/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13627856 CPUtime=431.68 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 32928 0 1 0 43154 14 0 0 25 0 19 0 826957062 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3406964 29677 2253 9 0 3397698 0
[pid=31157/tid=31158] ppid=31155 vsize=13627856 CPUtime=419.89 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 17296 0 1 0 41987 2 0 0 18 0 19 0 826957063 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505669017 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31157/tid=31160] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 582 0 0 0 30 0 0 0 16 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 5 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13627856 CPUtime=0.25 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 371 0 0 0 25 0 0 0 16 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13627856 CPUtime=0.32 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 817 0 0 0 32 0 0 0 15 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13627856 CPUtime=0.26 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 202 0 0 0 26 0 0 0 15 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 330 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 892 0 0 0 30 0 0 0 15 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 549 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 991 0 0 0 28 1 0 0 16 0 19 0 826957065 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13627856 CPUtime=8.69 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 4388 0 0 0 865 4 0 0 15 0 19 0 826957066 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13627856 CPUtime=0.33 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2542 0 0 0 33 0 0 0 16 0 19 0 826957069 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13627856 CPUtime=0.32 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 2791 0 0 0 32 0 0 0 16 0 19 0 826957069 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31174] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31174/stat : 31174 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31175] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31175/stat : 31175 (java) S 31155 31157 28402 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 826957069 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31176] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31176/stat : 31176 (java) S 31155 31157 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826957091 13954924544 29677 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 431.68
Current children cumulated vsize (KiB) 13627856

[startup+430.117 s]
/proc/loadavg: 2.03 2.05 2.00 3/466 31187
/proc/meminfo: memFree=28917788/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13627856 CPUtime=431.92 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 32936 0 1 0 43178 14 0 0 25 0 19 0 826957062 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3406964 29683 2253 9 0 3397698 0
[pid=31157/tid=31158] ppid=31155 vsize=13627856 CPUtime=420.11 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 17298 0 1 0 42009 2 0 0 18 0 19 0 826957063 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505637984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31157/tid=31160] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 582 0 0 0 30 0 0 0 16 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 5 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13627856 CPUtime=0.25 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 371 0 0 0 25 0 0 0 16 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13627856 CPUtime=0.32 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 817 0 0 0 32 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13627856 CPUtime=0.26 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 202 0 0 0 26 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 330 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 892 0 0 0 30 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 549 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 991 0 0 0 28 1 0 0 16 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13627856 CPUtime=8.69 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 4388 0 0 0 865 4 0 0 15 0 19 0 826957066 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13627856 CPUtime=0.34 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2543 0 0 0 34 0 0 0 15 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13627856 CPUtime=0.34 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 2796 0 0 0 34 0 0 0 15 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31174] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31174/stat : 31174 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31175] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31175/stat : 31175 (java) S 31155 31157 28402 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31176] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31176/stat : 31176 (java) S 31155 31157 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826957091 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 431.92
Current children cumulated vsize (KiB) 13627856

[startup+430.201 s]
/proc/loadavg: 2.03 2.05 2.00 3/466 31187
/proc/meminfo: memFree=28917788/32951124 swapFree=43324008/67111528
[pid=31157] ppid=31155 vsize=13627856 CPUtime=432.01 cores=1,3,5,7
/proc/31157/stat : 31157 (java) S 31155 31157 28402 0 -1 4202496 32936 0 1 0 43187 14 0 0 25 0 19 0 826957062 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31157/statm: 3406964 29683 2253 9 0 3397698 0
[pid=31157/tid=31158] ppid=31155 vsize=13627856 CPUtime=420.19 cores=1,3,5,7
/proc/31157/task/31158/stat : 31158 (java) R 31155 31157 28402 0 -1 4202560 17298 0 1 0 42017 2 0 0 18 0 19 0 826957063 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 46912505216956 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31157/tid=31160] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31160/stat : 31160 (java) S 31155 31157 28402 0 -1 4202560 582 0 0 0 30 0 0 0 16 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 5 0 0 0
[pid=31157/tid=31161] ppid=31155 vsize=13627856 CPUtime=0.25 cores=1,3,5,7
/proc/31157/task/31161/stat : 31161 (java) S 31155 31157 28402 0 -1 4202560 371 0 0 0 25 0 0 0 16 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31162] ppid=31155 vsize=13627856 CPUtime=0.32 cores=1,3,5,7
/proc/31157/task/31162/stat : 31162 (java) S 31155 31157 28402 0 -1 4202560 817 0 0 0 32 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31163] ppid=31155 vsize=13627856 CPUtime=0.26 cores=1,3,5,7
/proc/31157/task/31163/stat : 31163 (java) S 31155 31157 28402 0 -1 4202560 202 0 0 0 26 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31164] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31164/stat : 31164 (java) S 31155 31157 28402 0 -1 4202560 330 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31165] ppid=31155 vsize=13627856 CPUtime=0.3 cores=1,3,5,7
/proc/31157/task/31165/stat : 31165 (java) S 31155 31157 28402 0 -1 4202560 892 0 0 0 30 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31166] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31166/stat : 31166 (java) S 31155 31157 28402 0 -1 4202560 549 0 0 0 29 0 0 0 15 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31167] ppid=31155 vsize=13627856 CPUtime=0.29 cores=1,3,5,7
/proc/31157/task/31167/stat : 31167 (java) S 31155 31157 28402 0 -1 4202560 991 0 0 0 28 1 0 0 16 0 19 0 826957065 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31168] ppid=31155 vsize=13627856 CPUtime=8.69 cores=1,3,5,7
/proc/31157/task/31168/stat : 31168 (java) S 31155 31157 28402 0 -1 4202560 4388 0 0 0 865 4 0 0 15 0 19 0 826957066 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 0 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31169] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31169/stat : 31169 (java) S 31155 31157 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31170] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31170/stat : 31170 (java) S 31155 31157 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826957067 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31171] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31171/stat : 31171 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458768817 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31172] ppid=31155 vsize=13627856 CPUtime=0.34 cores=1,3,5,7
/proc/31157/task/31172/stat : 31172 (java) S 31155 31157 28402 0 -1 4202560 2543 0 0 0 34 0 0 0 15 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 7 0 0 0
[pid=31157/tid=31173] ppid=31155 vsize=13627856 CPUtime=0.34 cores=1,3,5,7
/proc/31157/task/31173/stat : 31173 (java) S 31155 31157 28402 0 -1 4202560 2796 0 0 0 34 0 0 0 15 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 3 0 0 0
[pid=31157/tid=31174] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31174/stat : 31174 (java) S 31155 31157 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761113 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31175] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31175/stat : 31175 (java) S 31155 31157 28402 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 826957069 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
[pid=31157/tid=31176] ppid=31155 vsize=13627856 CPUtime=0 cores=1,3,5,7
/proc/31157/task/31176/stat : 31176 (java) S 31155 31157 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826957091 13954924544 29683 33554432000 1073741824 1073778376 140734383795312 18446744073709551615 244458761728 0 4 0 16800975 18446604456247953280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 432.01
Current children cumulated vsize (KiB) 13627856

Child status: 30
Real time (s): 430.225
CPU time (s): 432.046
CPU user time (s): 431.895
CPU system time (s): 0.150977
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 13629232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.895
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32967
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= 19664
involuntary context switches= 12230

runsolver used 1.87071 second user time and 4.41733 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 04:12:46
IDJOB=3459662
IDBENCH=2861
IDSOLVER=1952
FILE ID=node105/3459662-1307153566
RUNJOBID= node105-1307146370-30054
PBS_JOBID= 13508811
Free space on /tmp= 73768 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-ricks.r.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459662-1307153566/watcher-3459662-1307153566 -o /tmp/evaluation-result-3459662-1307153566/solver-3459662-1307153566 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459662-1307153566.opb

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

MD5SUM BENCH= 518a034b80f08d868ecb31feb5231fce
RANDOM SEED=465552696

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29038172 kB
Buffers:        320160 kB
Cached:         801800 kB
SwapCached:      20984 kB
Active:        2932128 kB
Inactive:       667180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29038172 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             704 kB
Writeback:           0 kB
AnonPages:     2474464 kB
Mapped:          27148 kB
Slab:           165164 kB
PageTables:      81152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128293876 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= 73768 MiB
End job on node105 at 2011-06-04 04:19:57