Trace number 3455301

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0UNSAT 270.572 138.365

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.6016
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3455301-1307192297.opb
0.11/0.11	c reading problem ... 
0.11/0.13	c ... done. Wall clock time 0.02s.
0.11/0.13	c #vars     31
0.11/0.13	c #constraints  9
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.92/0.64	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.08/0.91	c cleaning 4250 clauses out of 8501 with flag 11000/11000
4.00/1.24	c cleaning 5626 clauses out of 11251 with flag 18000/18000
5.04/1.70	c cleaning 6813 clauses out of 13625 with flag 26000/26000
6.07/2.23	c cleaning 7901 clauses out of 15812 with flag 35000/35000
7.41/2.94	c cleaning 8955 clauses out of 17912 with flag 45001/45001
9.21/3.86	c cleaning 9477 clauses out of 18956 with flag 55000/55000
10.80/4.64	c cleaning 9740 clauses out of 19479 with flag 65000/65000
12.38/5.42	c cleaning 9865 clauses out of 19739 with flag 75000/75000
14.15/6.38	c cleaning 9935 clauses out of 19874 with flag 85000/85000
16.12/7.32	c cleaning 9966 clauses out of 19939 with flag 95000/95000
17.70/8.15	c cleaning 9986 clauses out of 19974 with flag 105001/105001
19.11/8.87	c cleaning 9994 clauses out of 19987 with flag 115000/115000
20.84/9.74	c cleaning 9993 clauses out of 19994 with flag 125001/125001
22.61/10.69	c cleaning 9998 clauses out of 20000 with flag 135000/135000
24.18/11.44	c cleaning 10002 clauses out of 20004 with flag 145002/145002
25.59/12.18	c cleaning 9999 clauses out of 20000 with flag 155000/155000
26.91/12.87	c cleaning 10000 clauses out of 20001 with flag 165000/165000
28.48/13.64	c cleaning 10001 clauses out of 20001 with flag 175000/175000
30.05/14.45	c cleaning 10001 clauses out of 20001 with flag 185001/185001
31.41/15.19	c cleaning 10000 clauses out of 20000 with flag 195001/195001
33.58/16.29	c cleaning 10000 clauses out of 19999 with flag 205000/205000
35.76/17.37	c cleaning 9997 clauses out of 19999 with flag 215000/215000
37.73/18.37	c cleaning 9999 clauses out of 20002 with flag 225000/225000
39.69/19.33	c cleaning 9999 clauses out of 20003 with flag 235000/235000
40.46/19.79	c cleaning 0 clauses out of 5003 with flag 0/5003
42.68/20.62	c cleaning 10000 clauses out of 20004 with flag 245000/245000
44.67/21.59	c cleaning 10001 clauses out of 20006 with flag 255002/255002
47.03/22.75	c cleaning 9997 clauses out of 20004 with flag 265001/265001
49.20/23.83	c cleaning 9998 clauses out of 20006 with flag 275000/275000
50.57/24.58	c cleaning 10001 clauses out of 20008 with flag 285000/285000
52.33/25.48	c cleaning 10001 clauses out of 20007 with flag 295000/295000
54.33/26.46	c cleaning 9998 clauses out of 20006 with flag 305000/305000
55.85/27.27	c cleaning 10002 clauses out of 20008 with flag 315000/315000
57.62/28.15	c cleaning 10002 clauses out of 20006 with flag 325000/325000
59.38/29.00	c cleaning 10000 clauses out of 20004 with flag 335000/335000
60.78/29.78	c cleaning 9999 clauses out of 20005 with flag 345001/345001
62.50/30.66	c cleaning 10003 clauses out of 20005 with flag 355000/355000
64.06/31.47	c cleaning 9994 clauses out of 20002 with flag 365000/365000
65.63/32.23	c cleaning 10001 clauses out of 20009 with flag 375001/375001
66.98/33.00	c cleaning 10002 clauses out of 20007 with flag 385000/385000
68.74/33.86	c cleaning 10003 clauses out of 20006 with flag 395001/395001
70.51/34.72	c cleaning 9998 clauses out of 20002 with flag 405000/405000
72.08/35.55	c cleaning 9999 clauses out of 20004 with flag 415000/415000
73.43/36.28	c cleaning 10003 clauses out of 20005 with flag 425000/425000
74.99/37.03	c cleaning 9999 clauses out of 20003 with flag 435001/435001
76.55/37.86	c cleaning 10001 clauses out of 20004 with flag 445001/445001
78.12/38.62	c cleaning 10001 clauses out of 20002 with flag 455000/455000
79.46/39.36	c cleaning 10001 clauses out of 20003 with flag 465002/465002
81.03/40.12	c cleaning 10001 clauses out of 20001 with flag 475001/475001
82.59/40.92	c cleaning 9993 clauses out of 19999 with flag 485000/485000
83.95/41.64	c cleaning 10000 clauses out of 20006 with flag 495000/495000
85.10/42.30	c cleaning 10000 clauses out of 20007 with flag 505001/505001
86.51/42.95	c cleaning 10001 clauses out of 20006 with flag 515000/515000
87.82/43.63	c cleaning 10000 clauses out of 20005 with flag 525000/525000
89.19/44.35	c cleaning 10001 clauses out of 20005 with flag 535000/535000
90.54/45.09	c cleaning 10001 clauses out of 20005 with flag 545001/545001
91.90/45.74	c cleaning 10000 clauses out of 20003 with flag 555000/555000
93.26/46.41	c cleaning 9997 clauses out of 20003 with flag 565000/565000
94.44/47.06	c cleaning 9999 clauses out of 20007 with flag 575001/575001
95.79/47.71	c cleaning 9996 clauses out of 20007 with flag 585000/585000
97.35/48.52	c cleaning 10003 clauses out of 20011 with flag 595000/595000
98.92/49.38	c cleaning 10001 clauses out of 20009 with flag 605001/605001
100.88/50.31	c cleaning 9997 clauses out of 20008 with flag 615001/615001
102.63/51.25	c cleaning 10001 clauses out of 20011 with flag 625001/625001
104.59/52.24	c cleaning 9998 clauses out of 20009 with flag 635000/635000
106.16/53.01	c cleaning 10003 clauses out of 20012 with flag 645001/645001
107.52/53.72	c cleaning 10005 clauses out of 20009 with flag 655001/655001
109.26/54.63	c cleaning 9998 clauses out of 20003 with flag 665000/665000
110.83/55.44	c cleaning 10002 clauses out of 20006 with flag 675001/675001
112.39/56.25	c cleaning 9998 clauses out of 20003 with flag 685000/685000
113.95/57.05	c cleaning 9997 clauses out of 20006 with flag 695001/695001
115.50/57.88	c cleaning 10002 clauses out of 20008 with flag 705000/705000
117.06/58.62	c cleaning 10001 clauses out of 20006 with flag 715000/715000
118.42/59.40	c cleaning 9998 clauses out of 20005 with flag 725000/725000
119.97/60.15	c cleaning 9999 clauses out of 20007 with flag 735000/735000
121.32/60.87	c cleaning 10002 clauses out of 20009 with flag 745001/745001
122.69/61.58	c cleaning 9998 clauses out of 20006 with flag 755000/755000
124.04/62.29	c cleaning 10002 clauses out of 20008 with flag 765000/765000
125.39/62.95	c cleaning 10004 clauses out of 20008 with flag 775002/775002
126.73/63.66	c cleaning 9999 clauses out of 20002 with flag 785000/785000
128.49/64.56	c cleaning 9999 clauses out of 20006 with flag 795003/795003
130.45/65.53	c cleaning 9997 clauses out of 20004 with flag 805000/805000
132.41/66.53	c cleaning 9997 clauses out of 20007 with flag 815000/815000
133.96/67.35	c cleaning 10001 clauses out of 20010 with flag 825000/825000
135.32/68.07	c cleaning 10003 clauses out of 20009 with flag 835000/835000
137.07/68.98	c cleaning 9999 clauses out of 20006 with flag 845000/845000
138.83/69.85	c cleaning 9999 clauses out of 20008 with flag 855001/855001
140.37/70.65	c cleaning 10001 clauses out of 20009 with flag 865001/865001
141.73/71.36	c cleaning 10002 clauses out of 20007 with flag 875000/875000
143.28/72.19	c cleaning 9999 clauses out of 20006 with flag 885001/885001
144.84/72.97	c cleaning 10002 clauses out of 20006 with flag 895000/895000
145.98/73.60	c cleaning 9998 clauses out of 20004 with flag 905000/905000
147.33/74.26	c cleaning 10002 clauses out of 20006 with flag 915000/915000
148.89/75.05	c cleaning 10000 clauses out of 20005 with flag 925001/925001
150.24/75.74	c cleaning 10001 clauses out of 20005 with flag 935001/935001
151.38/76.37	c cleaning 9996 clauses out of 20004 with flag 945001/945001
152.54/77.01	c cleaning 10005 clauses out of 20009 with flag 955002/955002
153.89/77.64	c cleaning 9999 clauses out of 20003 with flag 965001/965001
155.25/78.36	c cleaning 9997 clauses out of 20003 with flag 975000/975000
156.79/79.15	c cleaning 9998 clauses out of 20006 with flag 985000/985000
158.34/79.92	c cleaning 10004 clauses out of 20009 with flag 995001/995001
159.69/80.69	c cleaning 10000 clauses out of 20005 with flag 1005001/1005001
161.05/81.36	c cleaning 10000 clauses out of 20004 with flag 1015000/1015000
162.39/82.03	c cleaning 10000 clauses out of 20005 with flag 1025001/1025001
163.94/82.84	c cleaning 10000 clauses out of 20005 with flag 1035001/1035001
165.30/83.57	c cleaning 10002 clauses out of 20005 with flag 1045001/1045001
166.65/84.29	c cleaning 9995 clauses out of 20002 with flag 1055000/1055000
167.99/84.90	c cleaning 10000 clauses out of 20007 with flag 1065000/1065000
168.95/85.49	c cleaning 9999 clauses out of 20008 with flag 1075001/1075001
170.50/86.24	c cleaning 9996 clauses out of 20008 with flag 1085000/1085000
172.05/87.00	c cleaning 10007 clauses out of 20013 with flag 1095001/1095001
173.39/87.77	c cleaning 10002 clauses out of 20005 with flag 1105000/1105000
174.75/88.50	c cleaning 10000 clauses out of 20003 with flag 1115000/1115000
176.14/89.15	c cleaning 10004 clauses out of 20007 with flag 1125004/1125004
177.45/89.88	c cleaning 9993 clauses out of 19999 with flag 1135000/1135000
178.79/90.58	c cleaning 10001 clauses out of 20006 with flag 1145000/1145000
180.15/91.29	c cleaning 9998 clauses out of 20006 with flag 1155001/1155001
181.69/92.00	c cleaning 10002 clauses out of 20007 with flag 1165000/1165000
182.85/92.65	c cleaning 10003 clauses out of 20005 with flag 1175000/1175000
184.19/93.32	c cleaning 10001 clauses out of 20002 with flag 1185000/1185000
185.54/94.04	c cleaning 9997 clauses out of 20003 with flag 1195002/1195002
186.89/94.73	c cleaning 10000 clauses out of 20005 with flag 1205001/1205001
188.24/95.44	c cleaning 10003 clauses out of 20005 with flag 1215001/1215001
189.58/96.17	c cleaning 9999 clauses out of 20002 with flag 1225001/1225001
191.14/96.95	c cleaning 9996 clauses out of 20002 with flag 1235000/1235000
192.69/97.74	c cleaning 10001 clauses out of 20007 with flag 1245001/1245001
194.05/98.47	c cleaning 9999 clauses out of 20006 with flag 1255001/1255001
195.38/99.19	c cleaning 10002 clauses out of 20008 with flag 1265002/1265002
196.74/99.84	c cleaning 9995 clauses out of 20004 with flag 1275000/1275000
197.89/100.42	c cleaning 10006 clauses out of 20011 with flag 1285002/1285002
199.04/101.11	c cleaning 9995 clauses out of 20003 with flag 1295000/1295000
200.37/101.76	c cleaning 10003 clauses out of 20009 with flag 1305001/1305001
201.72/102.45	c cleaning 10003 clauses out of 20007 with flag 1315002/1315002
203.07/103.14	c cleaning 9998 clauses out of 20003 with flag 1325001/1325001
204.62/103.91	c cleaning 9999 clauses out of 20004 with flag 1335000/1335000
205.95/104.64	c cleaning 10001 clauses out of 20005 with flag 1345000/1345000
207.50/105.41	c cleaning 10001 clauses out of 20004 with flag 1355000/1355000
208.65/106.09	c cleaning 9997 clauses out of 20003 with flag 1365000/1365000
210.40/106.92	c cleaning 10000 clauses out of 20007 with flag 1375001/1375001
211.74/107.62	c cleaning 9997 clauses out of 20006 with flag 1385000/1385000
213.10/108.31	c cleaning 10002 clauses out of 20009 with flag 1395000/1395000
214.05/108.89	c cleaning 10003 clauses out of 20007 with flag 1405000/1405000
215.60/109.61	c cleaning 9999 clauses out of 20005 with flag 1415001/1415001
216.73/110.27	c cleaning 10002 clauses out of 20008 with flag 1425003/1425003
217.88/110.86	c cleaning 10000 clauses out of 20004 with flag 1435001/1435001
219.23/111.52	c cleaning 9999 clauses out of 20003 with flag 1445000/1445000
220.39/112.14	c cleaning 10002 clauses out of 20008 with flag 1455004/1455004
220.92/112.42	c cleaning 0 clauses out of 11001 with flag 0/11001
221.89/112.94	c cleaning 9996 clauses out of 20002 with flag 1465000/1465000
223.25/113.65	c cleaning 9995 clauses out of 20006 with flag 1475000/1475000
224.39/114.28	c cleaning 10004 clauses out of 20011 with flag 1485000/1485000
225.93/115.01	c cleaning 10003 clauses out of 20008 with flag 1495001/1495001
227.07/115.68	c cleaning 9994 clauses out of 20004 with flag 1505000/1505000
228.22/116.27	c cleaning 10001 clauses out of 20012 with flag 1515002/1515002
229.57/116.99	c cleaning 10000 clauses out of 20009 with flag 1525000/1525000
231.15/117.73	c cleaning 9999 clauses out of 20010 with flag 1535001/1535001
232.66/118.51	c cleaning 10001 clauses out of 20010 with flag 1545000/1545000
234.01/119.21	c cleaning 9999 clauses out of 20009 with flag 1555000/1555000
235.39/119.93	c cleaning 10004 clauses out of 20010 with flag 1565000/1565000
236.68/120.63	c cleaning 10003 clauses out of 20009 with flag 1575003/1575003
237.83/121.24	c cleaning 10000 clauses out of 20004 with flag 1585001/1585001
238.98/121.86	c cleaning 10002 clauses out of 20004 with flag 1595001/1595001
240.13/122.42	c cleaning 9999 clauses out of 20001 with flag 1605000/1605000
241.26/123.05	c cleaning 10001 clauses out of 20003 with flag 1615001/1615001
242.41/123.68	c cleaning 9999 clauses out of 20001 with flag 1625000/1625000
243.96/124.41	c cleaning 9996 clauses out of 20002 with flag 1635000/1635000
245.10/125.06	c cleaning 10000 clauses out of 20008 with flag 1645002/1645002
246.43/125.72	c cleaning 10002 clauses out of 20006 with flag 1655000/1655000
247.58/126.42	c cleaning 10000 clauses out of 20005 with flag 1665001/1665001
248.93/127.06	c cleaning 10002 clauses out of 20004 with flag 1675000/1675000
250.33/127.75	c cleaning 9999 clauses out of 20002 with flag 1685000/1685000
251.92/128.44	c cleaning 9999 clauses out of 20004 with flag 1695001/1695001
253.26/129.11	c cleaning 10003 clauses out of 20006 with flag 1705002/1705002
254.45/129.77	c cleaning 9999 clauses out of 20001 with flag 1715000/1715000
256.09/130.44	c cleaning 9995 clauses out of 20002 with flag 1725001/1725001
257.26/131.06	c cleaning 10003 clauses out of 20006 with flag 1735000/1735000
258.42/131.67	c cleaning 10001 clauses out of 20004 with flag 1745001/1745001
259.57/132.29	c cleaning 10002 clauses out of 20003 with flag 1755001/1755001
260.71/132.90	c cleaning 9994 clauses out of 20000 with flag 1765001/1765001
262.05/133.53	c cleaning 9998 clauses out of 20005 with flag 1775000/1775000
263.20/134.15	c cleaning 10003 clauses out of 20007 with flag 1785000/1785000
264.34/134.76	c cleaning 10001 clauses out of 20004 with flag 1795000/1795000
265.53/135.36	c cleaning 10001 clauses out of 20002 with flag 1805000/1805000
266.62/135.96	c cleaning 9999 clauses out of 20002 with flag 1815001/1815001
268.05/136.63	c cleaning 9995 clauses out of 20001 with flag 1825000/1825000
269.19/137.25	c cleaning 10000 clauses out of 20005 with flag 1835000/1835000
270.34/137.86	c  And the winner is Resolution
270.51/138.32	c starts		: 209
270.51/138.32	c conflicts		: 1844642
270.51/138.32	c decisions		: 1848531
270.51/138.32	c propagations		: 12638110
270.51/138.32	c inspects		: 2289775721
270.51/138.32	c shortcuts		: 0
270.51/138.32	c learnt literals	: 12
270.51/138.32	c learnt binary clauses	: 79
270.51/138.32	c learnt ternary clauses	: 361
270.51/138.32	c learnt constraints	: 1844629
270.51/138.32	c ignored constraints	: 0
270.51/138.32	c root simplifications	: 0
270.51/138.32	c removed literals (reason simplification)	: 18598951
270.51/138.32	c reason swapping (by a shorter reason)	: 0
270.51/138.32	c Calls to reduceDB	: 185
270.51/138.32	c number of reductions to clauses (during analyze)	: 0
270.51/138.32	c number of learned constraints concerned by reduction	: 0
270.51/138.32	c number of learning phase by resolution	: 0
270.51/138.32	c number of learning phase by cutting planes	: 0
270.51/138.32	c speed (assignments/second)	: 91457.90064044578
270.51/138.32	c non guided choices	13
270.51/138.33	c learnt constraints type 
270.51/138.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
270.51/138.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19560
270.51/138.33	c constraints type 
270.51/138.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
270.51/138.33	c constraints type 
270.51/138.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
270.51/138.33	s UNSATISFIABLE
270.51/138.33	c Total wall clock time (in seconds): 138.217

Verifier Data

ERROR: no interpretation found !

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-3455301-1307192297/watcher-3455301-1307192297 -o /tmp/evaluation-result-3455301-1307192297/solver-3455301-1307192297 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455301-1307192297.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: 3.95 3.96 3.85 3/571 1633
/proc/meminfo: memFree=17255332/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=2464 CPUtime=0 cores=1,3,5,7
/proc/1633/stat : 1633 (java) R 1631 1633 29102 0 -1 4194304 280 0 0 0 0 0 0 0 23 0 1 0 830830079 2523136 44 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253635935879 0 2147483391 4096 0 0 0 0 17 3 0 0 0
/proc/1633/statm: 616 44 35 9 0 27 0
[pid=1633/tid=1634] ppid=1631 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) R 1631 1633 29102 0 -1 4202560 6552 0 1 0 0 0 0 0 25 0 2 0 830830079 10694979584 7368 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0986731 s]
/proc/loadavg: 3.95 3.96 3.85 3/571 1633
/proc/meminfo: memFree=17255332/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10539556 CPUtime=0.11 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 13017 0 1 0 9 2 0 0 23 0 18 0 830830079 10792505344 12686 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2634889 12686 2093 9 0 2625623 0
[pid=1633/tid=1634] ppid=1631 vsize=10539556 CPUtime=0.08 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) R 1631 1633 29102 0 -1 4202560 11087 0 1 0 7 1 0 0 18 0 18 0 830830079 10792505344 12686 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 47204212813731 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539556

[startup+0.100709 s]
/proc/loadavg: 3.95 3.96 3.85 3/571 1633
/proc/meminfo: memFree=17255332/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10539556 CPUtime=0.11 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 13043 0 1 0 9 2 0 0 23 0 18 0 830830079 10792505344 12712 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2634889 12712 2093 9 0 2625623 0
[pid=1633/tid=1634] ppid=1631 vsize=10539556 CPUtime=0.08 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) R 1631 1633 29102 0 -1 4202560 11113 0 1 0 7 1 0 0 18 0 18 0 830830079 10792505344 12712 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539556

[startup+0.300639 s]
/proc/loadavg: 3.95 3.96 3.85 3/571 1633
/proc/meminfo: memFree=17255332/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10545640 CPUtime=0.71 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 17768 0 1 0 69 2 0 0 23 0 22 0 830830079 10798735360 15979 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2636410 15979 2189 9 0 2627144 0
[pid=1633/tid=1634] ppid=1631 vsize=10545640 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11493 0 1 0 10 1 0 0 19 0 22 0 830830079 10798735360 15979 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 10545640

[startup+0.700568 s]
/proc/loadavg: 3.95 3.96 3.85 3/571 1633
/proc/meminfo: memFree=17255332/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10553628 CPUtime=2.29 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 42481 0 1 0 223 6 0 0 23 0 22 0 830830079 10806915072 34996 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638407 34996 2244 9 0 2629141 0
[pid=1633/tid=1634] ppid=1631 vsize=10553628 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11493 0 1 0 10 1 0 0 15 0 22 0 830830079 10806915072 34996 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10553628

[startup+1.50147 s]
/proc/loadavg: 3.88 3.94 3.85 7/593 1655
/proc/meminfo: memFree=17072948/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10553104 CPUtime=4.61 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 69137 0 1 0 451 10 0 0 23 0 22 0 830830079 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638276 59679 2250 9 0 2629010 0
[pid=1633/tid=1634] ppid=1631 vsize=10553104 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11493 0 1 0 10 1 0 0 15 0 22 0 830830079 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1636] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1636/stat : 1636 (java) S 1631 1633 29102 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1637] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1637/stat : 1637 (java) S 1631 1633 29102 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1638] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1638/stat : 1638 (java) S 1631 1633 29102 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1639] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1639/stat : 1639 (java) S 1631 1633 29102 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1640] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1640/stat : 1640 (java) S 1631 1633 29102 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1641] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1641/stat : 1641 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1642] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1642/stat : 1642 (java) S 1631 1633 29102 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1643] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1644] ppid=1631 vsize=10553104 CPUtime=0.04 cores=1,3,5,7
/proc/1633/task/1644/stat : 1644 (java) S 1631 1633 29102 0 -1 4202560 824 0 0 0 4 0 0 0 16 0 22 0 830830082 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 0 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1645] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1645/stat : 1645 (java) S 1631 1633 29102 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830830082 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1646] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1646/stat : 1646 (java) S 1631 1633 29102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830830082 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1647] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1647/stat : 1647 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652683185 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1648] ppid=1631 vsize=10553104 CPUtime=0.94 cores=1,3,5,7
/proc/1633/task/1648/stat : 1648 (java) S 1631 1633 29102 0 -1 4202560 12177 0 0 0 93 1 0 0 24 0 22 0 830830085 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1649] ppid=1631 vsize=10553104 CPUtime=0.87 cores=1,3,5,7
/proc/1633/task/1649/stat : 1649 (java) S 1631 1633 29102 0 -1 4202560 5863 0 0 0 86 1 0 0 22 0 22 0 830830085 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1650] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1650/stat : 1650 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1651] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1651/stat : 1651 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830830085 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1652] ppid=1631 vsize=10553104 CPUtime=1.31 cores=1,3,5,7
/proc/1633/task/1652/stat : 1652 (java) R 1631 1633 29102 0 -1 4202560 271 0 0 0 131 0 0 0 25 0 22 0 830830092 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505569184 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1633/tid=1653] ppid=1631 vsize=10553104 CPUtime=1.28 cores=1,3,5,7
/proc/1633/task/1653/stat : 1653 (java) R 1631 1633 29102 0 -1 4202560 36665 0 0 0 123 5 0 0 25 0 22 0 830830092 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505720014 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1633/tid=1654] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1654/stat : 1654 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830830092 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1655] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1655/stat : 1655 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830830092 10806378496 59679 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 10553104

[startup+3.10113 s]
/proc/loadavg: 3.88 3.94 3.85 5/593 1655
/proc/meminfo: memFree=16928860/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10553104 CPUtime=7.81 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 131325 0 1 0 764 17 0 0 23 0 22 0 830830079 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638276 121863 2257 9 0 2629010 0
[pid=1633/tid=1634] ppid=1631 vsize=10553104 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11493 0 1 0 10 1 0 0 15 0 22 0 830830079 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1636] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1636/stat : 1636 (java) S 1631 1633 29102 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1637] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1637/stat : 1637 (java) S 1631 1633 29102 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1638] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1638/stat : 1638 (java) S 1631 1633 29102 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1639] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1639/stat : 1639 (java) S 1631 1633 29102 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1640] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1640/stat : 1640 (java) S 1631 1633 29102 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1641] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1641/stat : 1641 (java) S 1631 1633 29102 0 -1 4202560 84 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1642] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1642/stat : 1642 (java) S 1631 1633 29102 0 -1 4202560 233 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1643] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1644] ppid=1631 vsize=10553104 CPUtime=0.09 cores=1,3,5,7
/proc/1633/task/1644/stat : 1644 (java) S 1631 1633 29102 0 -1 4202560 1616 0 0 0 9 0 0 0 15 0 22 0 830830082 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 0 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1645] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1645/stat : 1645 (java) S 1631 1633 29102 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830830082 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1646] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1646/stat : 1646 (java) S 1631 1633 29102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830830082 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1647] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1647/stat : 1647 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652683185 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1648] ppid=1631 vsize=10553104 CPUtime=0.94 cores=1,3,5,7
/proc/1633/task/1648/stat : 1648 (java) S 1631 1633 29102 0 -1 4202560 12177 0 0 0 93 1 0 0 24 0 22 0 830830085 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1649] ppid=1631 vsize=10553104 CPUtime=0.93 cores=1,3,5,7
/proc/1633/task/1649/stat : 1649 (java) S 1631 1633 29102 0 -1 4202560 5880 0 0 0 92 1 0 0 18 0 22 0 830830085 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1650] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1650/stat : 1650 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1651] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1651/stat : 1651 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830830085 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1652] ppid=1631 vsize=10553104 CPUtime=2.84 cores=1,3,5,7
/proc/1633/task/1652/stat : 1652 (java) R 1631 1633 29102 0 -1 4202560 392 0 0 0 284 0 0 0 25 0 22 0 830830092 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505620691 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1633/tid=1653] ppid=1631 vsize=10553104 CPUtime=2.82 cores=1,3,5,7
/proc/1633/task/1653/stat : 1653 (java) R 1631 1633 29102 0 -1 4202560 97589 0 0 0 270 12 0 0 17 0 22 0 830830092 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505565807 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1633/tid=1654] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1654/stat : 1654 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830830092 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1655] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1655/stat : 1655 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830830092 10806378496 121863 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 10553104

[startup+6.30159 s]
/proc/loadavg: 3.89 3.94 3.85 5/593 1655
/proc/meminfo: memFree=16661672/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10553104 CPUtime=14.15 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 158749 0 1 0 1395 20 0 0 23 0 22 0 830830079 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638276 148757 2257 9 0 2629010 0
[pid=1633/tid=1634] ppid=1631 vsize=10553104 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11494 0 1 0 10 1 0 0 15 0 22 0 830830079 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1636] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1636/stat : 1636 (java) S 1631 1633 29102 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1637] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1637/stat : 1637 (java) S 1631 1633 29102 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1638] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1638/stat : 1638 (java) S 1631 1633 29102 0 -1 4202560 133 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1639] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1639/stat : 1639 (java) S 1631 1633 29102 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1640] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1640/stat : 1640 (java) S 1631 1633 29102 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1641] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1641/stat : 1641 (java) S 1631 1633 29102 0 -1 4202560 90 0 0 0 0 0 0 0 16 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1642] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1642/stat : 1642 (java) S 1631 1633 29102 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1643] ppid=1631 vsize=10553104 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 830830081 10806378496 148757 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0

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

/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 228 0 0 0 21 0 0 0 16 0 22 0 830830081 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1644] ppid=1631 vsize=10555980 CPUtime=8.65 cores=1,3,5,7
/proc/1633/task/1644/stat : 1644 (java) S 1631 1633 29102 0 -1 4202560 10164 0 0 0 863 2 0 0 16 0 22 0 830830082 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 0 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1645] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1645/stat : 1645 (java) S 1631 1633 29102 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830830082 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1646] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1646/stat : 1646 (java) S 1631 1633 29102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830830082 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1647] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1647/stat : 1647 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652683185 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1648] ppid=1631 vsize=10555980 CPUtime=1.59 cores=1,3,5,7
/proc/1633/task/1648/stat : 1648 (java) S 1631 1633 29102 0 -1 4202560 16176 0 0 0 158 1 0 0 15 0 22 0 830830085 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1649] ppid=1631 vsize=10555980 CPUtime=1.82 cores=1,3,5,7
/proc/1633/task/1649/stat : 1649 (java) S 1631 1633 29102 0 -1 4202560 11205 0 0 0 180 2 0 0 16 0 22 0 830830085 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1650] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1650/stat : 1650 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1651] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1651/stat : 1651 (java) S 1631 1633 29102 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 830830085 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1652] ppid=1631 vsize=10555980 CPUtime=126.29 cores=1,3,5,7
/proc/1633/task/1652/stat : 1652 (java) R 1631 1633 29102 0 -1 4202560 444 0 0 0 12629 0 0 0 25 0 22 0 830830092 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505568659 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1633/tid=1653] ppid=1631 vsize=10555980 CPUtime=126.27 cores=1,3,5,7
/proc/1633/task/1653/stat : 1653 (java) R 1631 1633 29102 0 -1 4202560 149521 0 0 0 12610 17 0 0 25 0 22 0 830830092 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505595379 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1633/tid=1654] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1654/stat : 1654 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830830092 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1655] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1655/stat : 1655 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830830092 10809323520 183011 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 266.62
Current children cumulated vsize (KiB) 10555980

[startup+137.522 s]
/proc/loadavg: 3.93 3.94 3.86 5/593 1659
/proc/meminfo: memFree=16485188/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10555980 CPUtime=269.78 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 201802 0 1 0 26949 29 0 0 23 0 22 0 830830079 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638995 183129 2258 9 0 2629729 0
[pid=1633/tid=1634] ppid=1631 vsize=10555980 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11514 0 1 0 10 1 0 0 15 0 22 0 830830079 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1636] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1636/stat : 1636 (java) S 1631 1633 29102 0 -1 4202560 269 0 0 0 22 0 0 0 15 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1637] ppid=1631 vsize=10555980 CPUtime=0.21 cores=1,3,5,7
/proc/1633/task/1637/stat : 1637 (java) S 1631 1633 29102 0 -1 4202560 72 0 0 0 21 0 0 0 16 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1638] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1638/stat : 1638 (java) S 1631 1633 29102 0 -1 4202560 235 0 0 0 23 0 0 0 16 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1639] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1639/stat : 1639 (java) S 1631 1633 29102 0 -1 4202560 171 0 0 0 22 0 0 0 15 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1640] ppid=1631 vsize=10555980 CPUtime=0.24 cores=1,3,5,7
/proc/1633/task/1640/stat : 1640 (java) S 1631 1633 29102 0 -1 4202560 103 0 0 0 24 0 0 0 15 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1641] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1641/stat : 1641 (java) S 1631 1633 29102 0 -1 4202560 149 0 0 0 23 0 0 0 15 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1642] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1642/stat : 1642 (java) S 1631 1633 29102 0 -1 4202560 273 0 0 0 23 0 0 0 16 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1643] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 231 0 0 0 22 0 0 0 16 0 22 0 830830081 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1644] ppid=1631 vsize=10555980 CPUtime=8.82 cores=1,3,5,7
/proc/1633/task/1644/stat : 1644 (java) S 1631 1633 29102 0 -1 4202560 10271 0 0 0 880 2 0 0 16 0 22 0 830830082 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 0 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1645] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1645/stat : 1645 (java) S 1631 1633 29102 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830830082 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1646] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1646/stat : 1646 (java) S 1631 1633 29102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830830082 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1647] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1647/stat : 1647 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652683185 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1648] ppid=1631 vsize=10555980 CPUtime=1.63 cores=1,3,5,7
/proc/1633/task/1648/stat : 1648 (java) S 1631 1633 29102 0 -1 4202560 16176 0 0 0 162 1 0 0 15 0 22 0 830830085 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1649] ppid=1631 vsize=10555980 CPUtime=1.86 cores=1,3,5,7
/proc/1633/task/1649/stat : 1649 (java) S 1631 1633 29102 0 -1 4202560 11205 0 0 0 184 2 0 0 15 0 22 0 830830085 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1650] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1650/stat : 1650 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830830085 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1651] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1651/stat : 1651 (java) S 1631 1633 29102 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 830830085 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1652] ppid=1631 vsize=10555980 CPUtime=127.72 cores=1,3,5,7
/proc/1633/task/1652/stat : 1652 (java) R 1631 1633 29102 0 -1 4202560 447 0 0 0 12772 0 0 0 25 0 22 0 830830092 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505568448 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1633/tid=1653] ppid=1631 vsize=10555980 CPUtime=127.7 cores=1,3,5,7
/proc/1633/task/1653/stat : 1653 (java) R 1631 1633 29102 0 -1 4202560 149521 0 0 0 12753 17 0 0 25 0 22 0 830830092 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505693262 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1633/tid=1654] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1654/stat : 1654 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830830092 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1655] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1655/stat : 1655 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830830092 10809323520 183129 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 269.78
Current children cumulated vsize (KiB) 10555980

[startup+137.902 s]
/proc/loadavg: 3.93 3.94 3.86 5/593 1659
/proc/meminfo: memFree=16485188/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10555980 CPUtime=270.5 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 201803 0 1 0 27021 29 0 0 23 0 20 0 830830079 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638995 183130 2259 9 0 2629729 0
[pid=1633/tid=1634] ppid=1631 vsize=10555980 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11514 0 1 0 10 1 0 0 15 0 20 0 830830079 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1636] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1636/stat : 1636 (java) S 1631 1633 29102 0 -1 4202560 269 0 0 0 22 0 0 0 15 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1637] ppid=1631 vsize=10555980 CPUtime=0.21 cores=1,3,5,7
/proc/1633/task/1637/stat : 1637 (java) S 1631 1633 29102 0 -1 4202560 72 0 0 0 21 0 0 0 16 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1638] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1638/stat : 1638 (java) S 1631 1633 29102 0 -1 4202560 235 0 0 0 23 0 0 0 16 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1639] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1639/stat : 1639 (java) S 1631 1633 29102 0 -1 4202560 171 0 0 0 22 0 0 0 15 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1640] ppid=1631 vsize=10555980 CPUtime=0.24 cores=1,3,5,7
/proc/1633/task/1640/stat : 1640 (java) S 1631 1633 29102 0 -1 4202560 103 0 0 0 24 0 0 0 15 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1641] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1641/stat : 1641 (java) S 1631 1633 29102 0 -1 4202560 149 0 0 0 23 0 0 0 15 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1642] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1642/stat : 1642 (java) S 1631 1633 29102 0 -1 4202560 273 0 0 0 23 0 0 0 16 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1643] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 231 0 0 0 22 0 0 0 16 0 20 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1644] ppid=1631 vsize=10555980 CPUtime=8.82 cores=1,3,5,7
/proc/1633/task/1644/stat : 1644 (java) S 1631 1633 29102 0 -1 4202560 10271 0 0 0 880 2 0 0 16 0 20 0 830830082 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 0 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1645] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1645/stat : 1645 (java) S 1631 1633 29102 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 20 0 830830082 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1646] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1646/stat : 1646 (java) S 1631 1633 29102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 830830082 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1647] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1647/stat : 1647 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652683185 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1648] ppid=1631 vsize=10555980 CPUtime=1.63 cores=1,3,5,7
/proc/1633/task/1648/stat : 1648 (java) S 1631 1633 29102 0 -1 4202560 16176 0 0 0 162 1 0 0 15 0 20 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1649] ppid=1631 vsize=10555980 CPUtime=1.86 cores=1,3,5,7
/proc/1633/task/1649/stat : 1649 (java) S 1631 1633 29102 0 -1 4202560 11205 0 0 0 184 2 0 0 15 0 20 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1650] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1650/stat : 1650 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1651] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1651/stat : 1651 (java) S 1631 1633 29102 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1653] ppid=1631 vsize=10555980 CPUtime=128.08 cores=1,3,5,7
/proc/1633/task/1653/stat : 1653 (java) R 1631 1633 29102 0 -1 4202560 149521 0 0 0 12791 17 0 0 25 0 20 0 830830092 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 46912505648119 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1633/tid=1655] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1655/stat : 1655 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 830830092 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 270.5
Current children cumulated vsize (KiB) 10555980

[startup+138.301 s]
/proc/loadavg: 3.93 3.94 3.86 5/593 1659
/proc/meminfo: memFree=16485188/32951124 swapFree=53733252/67111528
[pid=1633] ppid=1631 vsize=10555980 CPUtime=270.51 cores=1,3,5,7
/proc/1633/stat : 1633 (java) S 1631 1633 29102 0 -1 4202496 201803 0 1 0 27022 29 0 0 23 0 19 0 830830079 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/1633/statm: 2638995 183130 2259 9 0 2629729 0
[pid=1633/tid=1634] ppid=1631 vsize=10555980 CPUtime=0.11 cores=1,3,5,7
/proc/1633/task/1634/stat : 1634 (java) S 1631 1633 29102 0 -1 4202560 11514 0 1 0 10 1 0 0 15 0 19 0 830830079 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1636] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1636/stat : 1636 (java) S 1631 1633 29102 0 -1 4202560 269 0 0 0 22 0 0 0 15 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1637] ppid=1631 vsize=10555980 CPUtime=0.21 cores=1,3,5,7
/proc/1633/task/1637/stat : 1637 (java) S 1631 1633 29102 0 -1 4202560 72 0 0 0 21 0 0 0 16 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1638] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1638/stat : 1638 (java) S 1631 1633 29102 0 -1 4202560 235 0 0 0 23 0 0 0 16 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1639] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1639/stat : 1639 (java) S 1631 1633 29102 0 -1 4202560 171 0 0 0 22 0 0 0 15 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1640] ppid=1631 vsize=10555980 CPUtime=0.24 cores=1,3,5,7
/proc/1633/task/1640/stat : 1640 (java) S 1631 1633 29102 0 -1 4202560 103 0 0 0 24 0 0 0 15 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1641] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1641/stat : 1641 (java) S 1631 1633 29102 0 -1 4202560 149 0 0 0 23 0 0 0 15 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1642] ppid=1631 vsize=10555980 CPUtime=0.23 cores=1,3,5,7
/proc/1633/task/1642/stat : 1642 (java) S 1631 1633 29102 0 -1 4202560 273 0 0 0 23 0 0 0 16 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1643] ppid=1631 vsize=10555980 CPUtime=0.22 cores=1,3,5,7
/proc/1633/task/1643/stat : 1643 (java) S 1631 1633 29102 0 -1 4202560 231 0 0 0 22 0 0 0 16 0 19 0 830830081 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1644] ppid=1631 vsize=10555980 CPUtime=8.82 cores=1,3,5,7
/proc/1633/task/1644/stat : 1644 (java) S 1631 1633 29102 0 -1 4202560 10271 0 0 0 880 2 0 0 16 0 19 0 830830082 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 0 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1645] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1645/stat : 1645 (java) S 1631 1633 29102 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 830830082 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1646] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1646/stat : 1646 (java) S 1631 1633 29102 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 830830082 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1647] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1647/stat : 1647 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652683185 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1648] ppid=1631 vsize=10555980 CPUtime=1.63 cores=1,3,5,7
/proc/1633/task/1648/stat : 1648 (java) S 1631 1633 29102 0 -1 4202560 16176 0 0 0 162 1 0 0 15 0 19 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 5 0 0 0
[pid=1633/tid=1649] ppid=1631 vsize=10555980 CPUtime=1.86 cores=1,3,5,7
/proc/1633/task/1649/stat : 1649 (java) S 1631 1633 29102 0 -1 4202560 11205 0 0 0 184 2 0 0 15 0 19 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 1 0 0 0
[pid=1633/tid=1650] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1650/stat : 1650 (java) S 1631 1633 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652675481 0 4 0 16800975 18446604455578477824 0 0 -1 3 0 0 0
[pid=1633/tid=1651] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1651/stat : 1651 (java) S 1631 1633 29102 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 830830085 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
[pid=1633/tid=1655] ppid=1631 vsize=10555980 CPUtime=0 cores=1,3,5,7
/proc/1633/task/1655/stat : 1655 (java) S 1631 1633 29102 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830830092 10809323520 183130 33554432000 1073741824 1073778376 140734258374752 18446744073709551615 253652676096 0 4 0 16800975 18446604455578477824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 270.51
Current children cumulated vsize (KiB) 10555980

Child status: 20
Real time (s): 138.365
CPU time (s): 270.572
CPU user time (s): 270.247
CPU system time (s): 0.32495
CPU usage (%): 195.549
Max. virtual memory (cumulated for all children) (KiB): 10568096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.247
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201815
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= 8447
involuntary context switches= 5212

runsolver used 0.797878 second user time and 1.85872 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 14:58:17
IDJOB=3455301
IDBENCH=2897
IDSOLVER=1950
FILE ID=node106/3455301-1307192297
RUNJOBID= node106-1307191359-1404
PBS_JOBID= 13508822
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455301-1307192297/watcher-3455301-1307192297 -o /tmp/evaluation-result-3455301-1307192297/solver-3455301-1307192297 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455301-1307192297.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1856933267

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17255612 kB
Buffers:        400156 kB
Cached:        6025708 kB
SwapCached:      22744 kB
Active:        9779204 kB
Inactive:      5567980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17255612 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:     8917480 kB
Mapped:          34456 kB
Slab:           192508 kB
PageTables:      85356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177900908 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= 73752 MiB
End job on node106 at 2011-06-04 15:00:35