Trace number 3734724

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
PB11: Sat4j Res//CP 2.3.0UNSAT 271.854 138.35

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 benchmark25.1222
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3734724-1338692510.opb
0.07/0.13	c reading problem ... 
0.07/0.15	c ... done. Wall clock time 0.019s.
0.07/0.15	c #vars     31
0.07/0.15	c #constraints  9
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.90/0.62	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.65/0.89	c cleaning 4250 clauses out of 8501 with flag 11000/11000
3.97/1.22	c cleaning 5626 clauses out of 11251 with flag 18000/18000
4.78/1.68	c cleaning 6813 clauses out of 13625 with flag 26000/26000
5.80/2.20	c cleaning 7901 clauses out of 15812 with flag 35000/35000
7.38/2.91	c cleaning 8955 clauses out of 17912 with flag 45001/45001
8.97/3.79	c cleaning 9477 clauses out of 18956 with flag 55000/55000
10.56/4.55	c cleaning 9740 clauses out of 19479 with flag 65000/65000
12.13/5.30	c cleaning 9865 clauses out of 19739 with flag 75000/75000
13.90/6.23	c cleaning 9935 clauses out of 19874 with flag 85000/85000
15.67/7.13	c cleaning 9966 clauses out of 19939 with flag 95000/95000
17.23/7.94	c cleaning 9986 clauses out of 19974 with flag 105001/105001
18.60/8.65	c cleaning 9994 clauses out of 19987 with flag 115000/115000
20.37/9.53	c cleaning 9993 clauses out of 19994 with flag 125001/125001
22.15/10.47	c cleaning 9998 clauses out of 20000 with flag 135000/135000
23.74/11.22	c cleaning 10002 clauses out of 20004 with flag 145002/145002
25.11/11.97	c cleaning 9999 clauses out of 20000 with flag 155000/155000
26.48/12.68	c cleaning 10000 clauses out of 20001 with flag 165000/165000
28.06/13.47	c cleaning 10001 clauses out of 20001 with flag 175000/175000
29.64/14.27	c cleaning 10001 clauses out of 20001 with flag 185001/185001
31.20/15.03	c cleaning 10000 clauses out of 20000 with flag 195001/195001
33.37/16.11	c cleaning 10000 clauses out of 19999 with flag 205000/205000
35.33/17.18	c cleaning 9997 clauses out of 19999 with flag 215000/215000
37.29/18.16	c cleaning 9999 clauses out of 20002 with flag 225000/225000
39.24/19.12	c cleaning 9999 clauses out of 20003 with flag 235000/235000
41.61/20.32	c cleaning 10000 clauses out of 20004 with flag 245000/245000
43.38/21.25	c cleaning 10001 clauses out of 20006 with flag 255002/255002
45.00/22.01	c cleaning 0 clauses out of 5003 with flag 0/5003
46.07/22.49	c cleaning 9997 clauses out of 20004 with flag 265001/265001
48.42/23.57	c cleaning 9998 clauses out of 20006 with flag 275000/275000
50.32/24.31	c cleaning 10001 clauses out of 20008 with flag 285000/285000
52.09/25.21	c cleaning 10001 clauses out of 20007 with flag 295000/295000
53.84/26.17	c cleaning 9998 clauses out of 20006 with flag 305000/305000
55.40/26.97	c cleaning 10002 clauses out of 20008 with flag 315000/315000
57.16/27.83	c cleaning 10002 clauses out of 20006 with flag 325000/325000
58.74/28.67	c cleaning 10000 clauses out of 20004 with flag 335000/335000
60.30/29.46	c cleaning 9999 clauses out of 20005 with flag 345001/345001
62.06/30.33	c cleaning 10003 clauses out of 20005 with flag 355000/355000
63.62/31.13	c cleaning 9994 clauses out of 20002 with flag 365000/365000
65.00/31.89	c cleaning 10001 clauses out of 20009 with flag 375001/375001
66.53/32.67	c cleaning 10002 clauses out of 20007 with flag 385000/385000
68.29/33.53	c cleaning 10003 clauses out of 20006 with flag 395001/395001
69.86/34.38	c cleaning 9998 clauses out of 20002 with flag 405000/405000
71.63/35.21	c cleaning 9999 clauses out of 20004 with flag 415000/415000
72.97/35.93	c cleaning 10003 clauses out of 20005 with flag 425000/425000
74.33/36.68	c cleaning 9999 clauses out of 20003 with flag 435001/435001
76.10/37.52	c cleaning 10001 clauses out of 20004 with flag 445001/445001
77.46/38.28	c cleaning 10001 clauses out of 20002 with flag 455000/455000
79.02/39.02	c cleaning 10001 clauses out of 20003 with flag 465002/465002
80.37/39.78	c cleaning 10001 clauses out of 20001 with flag 475001/475001
81.95/40.59	c cleaning 9993 clauses out of 19999 with flag 485000/485000
83.52/41.31	c cleaning 10000 clauses out of 20006 with flag 495000/495000
84.67/41.98	c cleaning 10000 clauses out of 20007 with flag 505001/505001
86.03/42.63	c cleaning 10001 clauses out of 20006 with flag 515000/515000
87.39/43.31	c cleaning 10000 clauses out of 20005 with flag 525000/525000
88.77/44.04	c cleaning 10001 clauses out of 20005 with flag 535000/535000
90.11/44.78	c cleaning 10001 clauses out of 20005 with flag 545001/545001
91.47/45.43	c cleaning 10000 clauses out of 20003 with flag 555000/555000
92.85/46.11	c cleaning 9997 clauses out of 20003 with flag 565000/565000
94.03/46.76	c cleaning 9999 clauses out of 20007 with flag 575001/575001
95.37/47.42	c cleaning 9996 clauses out of 20007 with flag 585000/585000
96.93/48.23	c cleaning 10003 clauses out of 20011 with flag 595000/595000
98.49/49.08	c cleaning 10001 clauses out of 20009 with flag 605001/605001
100.24/50.00	c cleaning 9997 clauses out of 20008 with flag 615001/615001
102.19/50.92	c cleaning 10001 clauses out of 20011 with flag 625001/625001
103.97/51.89	c cleaning 9998 clauses out of 20009 with flag 635000/635000
105.52/52.65	c cleaning 10003 clauses out of 20012 with flag 645001/645001
106.87/53.37	c cleaning 10005 clauses out of 20009 with flag 655001/655001
108.62/54.27	c cleaning 9998 clauses out of 20003 with flag 665000/665000
110.19/55.08	c cleaning 10002 clauses out of 20006 with flag 675001/675001
111.73/55.89	c cleaning 9998 clauses out of 20003 with flag 685000/685000
113.29/56.70	c cleaning 9997 clauses out of 20006 with flag 695001/695001
115.03/57.52	c cleaning 10002 clauses out of 20008 with flag 705000/705000
116.40/58.26	c cleaning 10001 clauses out of 20006 with flag 715000/715000
117.94/59.03	c cleaning 9998 clauses out of 20005 with flag 725000/725000
119.30/59.78	c cleaning 9999 clauses out of 20007 with flag 735000/735000
120.66/60.50	c cleaning 10002 clauses out of 20009 with flag 745001/745001
122.21/61.22	c cleaning 9998 clauses out of 20006 with flag 755000/755000
123.57/61.93	c cleaning 10002 clauses out of 20008 with flag 765000/765000
124.75/62.60	c cleaning 10004 clauses out of 20008 with flag 775002/775002
126.30/63.31	c cleaning 9999 clauses out of 20002 with flag 785000/785000
128.06/64.20	c cleaning 9999 clauses out of 20006 with flag 795003/795003
129.79/65.17	c cleaning 9997 clauses out of 20004 with flag 805000/805000
131.75/66.15	c cleaning 9997 clauses out of 20007 with flag 815000/815000
133.28/66.97	c cleaning 10001 clauses out of 20010 with flag 825000/825000
134.64/67.69	c cleaning 10003 clauses out of 20009 with flag 835000/835000
136.39/68.59	c cleaning 9999 clauses out of 20006 with flag 845000/845000
138.16/69.46	c cleaning 9999 clauses out of 20008 with flag 855001/855001
139.70/70.26	c cleaning 10001 clauses out of 20009 with flag 865001/865001
141.05/70.96	c cleaning 10002 clauses out of 20007 with flag 875000/875000
142.62/71.79	c cleaning 9999 clauses out of 20006 with flag 885001/885001
144.20/72.57	c cleaning 10002 clauses out of 20006 with flag 895000/895000
145.53/73.20	c cleaning 9998 clauses out of 20004 with flag 905000/905000
146.70/73.86	c cleaning 10002 clauses out of 20006 with flag 915000/915000
148.26/74.65	c cleaning 10000 clauses out of 20005 with flag 925001/925001
149.61/75.34	c cleaning 10001 clauses out of 20005 with flag 935001/935001
150.76/75.98	c cleaning 9996 clauses out of 20004 with flag 945001/945001
152.10/76.62	c cleaning 10005 clauses out of 20009 with flag 955002/955002
153.25/77.25	c cleaning 9999 clauses out of 20003 with flag 965001/965001
154.61/77.97	c cleaning 9997 clauses out of 20003 with flag 975000/975000
156.15/78.76	c cleaning 9998 clauses out of 20006 with flag 985000/985000
157.71/79.53	c cleaning 10004 clauses out of 20009 with flag 995001/995001
159.27/80.31	c cleaning 10000 clauses out of 20005 with flag 1005001/1005001
160.42/80.98	c cleaning 10000 clauses out of 20004 with flag 1015000/1015000
161.76/81.65	c cleaning 10000 clauses out of 20005 with flag 1025001/1025001
163.33/82.46	c cleaning 10000 clauses out of 20005 with flag 1035001/1035001
164.68/83.19	c cleaning 10002 clauses out of 20005 with flag 1045001/1045001
166.24/83.91	c cleaning 9995 clauses out of 20002 with flag 1055000/1055000
167.37/84.52	c cleaning 10000 clauses out of 20007 with flag 1065000/1065000
168.53/85.11	c cleaning 9999 clauses out of 20008 with flag 1075001/1075001
169.90/85.86	c cleaning 9996 clauses out of 20008 with flag 1085000/1085000
171.44/86.62	c cleaning 10007 clauses out of 20013 with flag 1095001/1095001
172.79/87.39	c cleaning 10002 clauses out of 20005 with flag 1105000/1105000
174.36/88.12	c cleaning 10000 clauses out of 20003 with flag 1115000/1115000
175.52/88.78	c cleaning 10004 clauses out of 20007 with flag 1125004/1125004
177.06/89.50	c cleaning 9993 clauses out of 19999 with flag 1135000/1135000
178.41/90.21	c cleaning 10001 clauses out of 20006 with flag 1145000/1145000
179.77/90.93	c cleaning 9998 clauses out of 20006 with flag 1155001/1155001
181.12/91.64	c cleaning 10002 clauses out of 20007 with flag 1165000/1165000
182.28/92.30	c cleaning 10003 clauses out of 20005 with flag 1175000/1175000
183.64/92.98	c cleaning 10001 clauses out of 20002 with flag 1185000/1185000
185.19/93.70	c cleaning 9997 clauses out of 20003 with flag 1195002/1195002
186.36/94.40	c cleaning 10000 clauses out of 20005 with flag 1205001/1205001
187.92/95.10	c cleaning 10003 clauses out of 20005 with flag 1215001/1215001
189.27/95.85	c cleaning 9999 clauses out of 20002 with flag 1225001/1225001
190.83/96.62	c cleaning 9996 clauses out of 20002 with flag 1235000/1235000
192.38/97.41	c cleaning 10001 clauses out of 20007 with flag 1245001/1245001
193.73/98.14	c cleaning 9999 clauses out of 20006 with flag 1255001/1255001
195.06/98.87	c cleaning 10002 clauses out of 20008 with flag 1265002/1265002
196.41/99.51	c cleaning 9995 clauses out of 20004 with flag 1275000/1275000
197.39/100.10	c cleaning 10006 clauses out of 20011 with flag 1285002/1285002
198.72/100.80	c cleaning 9995 clauses out of 20003 with flag 1295000/1295000
200.07/101.45	c cleaning 10003 clauses out of 20009 with flag 1305001/1305001
201.44/102.14	c cleaning 10003 clauses out of 20007 with flag 1315002/1315002
202.79/102.84	c cleaning 9998 clauses out of 20003 with flag 1325001/1325001
204.35/103.62	c cleaning 9999 clauses out of 20004 with flag 1335000/1335000
205.70/104.36	c cleaning 10001 clauses out of 20005 with flag 1345000/1345000
207.25/105.13	c cleaning 10001 clauses out of 20004 with flag 1355000/1355000
208.61/105.82	c cleaning 9997 clauses out of 20003 with flag 1365000/1365000
210.19/106.65	c cleaning 10000 clauses out of 20007 with flag 1375001/1375001
211.51/107.36	c cleaning 9997 clauses out of 20006 with flag 1385000/1385000
212.87/108.06	c cleaning 10002 clauses out of 20009 with flag 1395000/1395000
214.02/108.64	c cleaning 10003 clauses out of 20007 with flag 1405000/1405000
215.36/109.37	c cleaning 9999 clauses out of 20005 with flag 1415001/1415001
216.71/110.04	c cleaning 10002 clauses out of 20008 with flag 1425003/1425003
217.86/110.65	c cleaning 10000 clauses out of 20004 with flag 1435001/1435001
219.22/111.32	c cleaning 9999 clauses out of 20003 with flag 1445000/1445000
220.38/111.96	c cleaning 10002 clauses out of 20008 with flag 1455004/1455004
221.93/112.71	c cleaning 9996 clauses out of 20002 with flag 1465000/1465000
223.29/113.43	c cleaning 9995 clauses out of 20006 with flag 1475000/1475000
224.44/114.05	c cleaning 10004 clauses out of 20011 with flag 1485000/1485000
225.79/114.77	c cleaning 10003 clauses out of 20008 with flag 1495001/1495001
227.13/115.45	c cleaning 9994 clauses out of 20004 with flag 1505000/1505000
228.26/116.05	c cleaning 10001 clauses out of 20012 with flag 1515002/1515002
229.61/116.78	c cleaning 10000 clauses out of 20009 with flag 1525000/1525000
231.16/117.51	c cleaning 9999 clauses out of 20010 with flag 1535001/1535001
232.71/118.31	c cleaning 10001 clauses out of 20010 with flag 1545000/1545000
234.05/119.02	c cleaning 9999 clauses out of 20009 with flag 1555000/1555000
235.39/119.74	c cleaning 10004 clauses out of 20010 with flag 1565000/1565000
236.74/120.42	c cleaning 10003 clauses out of 20009 with flag 1575003/1575003
237.89/121.06	c cleaning 10000 clauses out of 20004 with flag 1585001/1585001
239.03/121.69	c cleaning 10002 clauses out of 20004 with flag 1595001/1595001
240.18/122.25	c cleaning 9999 clauses out of 20001 with flag 1605000/1605000
241.34/122.88	c cleaning 10001 clauses out of 20003 with flag 1615001/1615001
242.68/123.53	c cleaning 9999 clauses out of 20001 with flag 1625000/1625000
244.04/124.26	c cleaning 9996 clauses out of 20002 with flag 1635000/1635000
245.37/124.91	c cleaning 10000 clauses out of 20008 with flag 1645002/1645002
246.53/125.56	c cleaning 10002 clauses out of 20006 with flag 1655000/1655000
247.86/126.28	c cleaning 10000 clauses out of 20005 with flag 1665001/1665001
249.22/126.93	c cleaning 10002 clauses out of 20004 with flag 1675000/1675000
250.68/127.62	c cleaning 9999 clauses out of 20002 with flag 1685000/1685000
252.27/128.31	c cleaning 9999 clauses out of 20004 with flag 1695001/1695001
253.83/129.01	c cleaning 10003 clauses out of 20006 with flag 1705002/1705002
254.98/129.65	c cleaning 9999 clauses out of 20001 with flag 1715000/1715000
256.42/130.34	c cleaning 9995 clauses out of 20002 with flag 1725001/1725001
257.93/130.97	c cleaning 10003 clauses out of 20006 with flag 1735000/1735000
259.55/131.61	c cleaning 10001 clauses out of 20004 with flag 1745001/1745001
260.70/132.23	c cleaning 10002 clauses out of 20003 with flag 1755001/1755001
261.84/132.85	c cleaning 9994 clauses out of 20000 with flag 1765001/1765001
262.98/133.47	c cleaning 9998 clauses out of 20005 with flag 1775000/1775000
264.12/134.10	c cleaning 10003 clauses out of 20007 with flag 1785000/1785000
265.46/134.72	c cleaning 10001 clauses out of 20004 with flag 1795000/1795000
266.64/135.34	c cleaning 10001 clauses out of 20002 with flag 1805000/1805000
267.78/135.93	c cleaning 9999 clauses out of 20002 with flag 1815001/1815001
269.20/136.61	c cleaning 9995 clauses out of 20001 with flag 1825000/1825000
270.34/137.24	c cleaning 10000 clauses out of 20005 with flag 1835000/1835000
271.48/137.86	c  And the winner is Resolution
271.69/138.32	c starts		: 209
271.69/138.32	c conflicts		: 1844642
271.69/138.32	c decisions		: 1848531
271.69/138.32	c propagations		: 12638110
271.69/138.32	c inspects		: 2289775721
271.69/138.32	c shortcuts		: 0
271.69/138.32	c learnt literals	: 12
271.69/138.32	c learnt binary clauses	: 79
271.69/138.32	c learnt ternary clauses	: 361
271.69/138.32	c learnt constraints	: 1844629
271.69/138.32	c ignored constraints	: 0
271.69/138.32	c root simplifications	: 0
271.69/138.32	c removed literals (reason simplification)	: 18598951
271.69/138.32	c reason swapping (by a shorter reason)	: 0
271.69/138.32	c Calls to reduceDB	: 185
271.69/138.32	c number of reductions to clauses (during analyze)	: 0
271.69/138.32	c number of learned constraints concerned by reduction	: 0
271.69/138.32	c number of learning phase by resolution	: 0
271.69/138.32	c number of learning phase by cutting planes	: 0
271.69/138.32	c speed (assignments/second)	: 91470.47754150804
271.69/138.32	c non guided choices	13
271.69/138.33	c learnt constraints type 
271.69/138.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
271.69/138.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19560
271.69/138.33	c constraints type 
271.69/138.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
271.69/138.33	c constraints type 
271.69/138.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
271.69/138.33	s UNSATISFIABLE
271.69/138.33	c Total wall clock time (in seconds): 138.199

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3734724-1338692510/watcher-3734724-1338692510 -o /tmp/evaluation-result-3734724-1338692510/solver-3734724-1338692510 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734724-1338692510.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.87 2.95 3.24 3/198 27366
/proc/meminfo: memFree=27274300/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27366/stat : 27366 (java) R 27364 27366 23082 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 335375894 9515008 175 33554432000 1073741824 1073778376 140733540794000 140733540776728 223651644304 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27366/statm: 2323 175 133 9 0 71 0

[startup+0.049792 s]
/proc/loadavg: 2.87 2.95 3.24 3/198 27366
/proc/meminfo: memFree=27274300/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 4063 0 1 0 1 1 0 0 20 0 10 0 335375894 11309641728 11405 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2761143 11405 1546 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100282 s]
/proc/loadavg: 2.87 2.95 3.24 3/198 27366
/proc/meminfo: memFree=27274300/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 4476 0 1 0 5 2 0 0 20 0 18 0 335375894 11864465408 12838 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2896598 12838 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300198 s]
/proc/loadavg: 2.87 2.95 3.24 3/198 27366
/proc/meminfo: memFree=27274300/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 8717 0 1 0 68 2 0 0 20 0 22 0 335375894 12137111552 17324 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 17324 2216 9 0 2953849 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 11852648

[startup+0.700213 s]
/proc/loadavg: 2.87 2.95 3.24 3/198 27366
/proc/meminfo: memFree=27274300/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 21110 0 1 0 219 6 0 0 20 0 22 0 335375894 12137111552 37568 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 37568 2265 9 0 2953849 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 2.87 2.95 3.24 7/220 27388
/proc/meminfo: memFree=27092056/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=4.58 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 23294 0 1 0 448 10 0 0 20 0 22 0 335375894 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 64891 2273 9 0 2953849 0
[pid=27366/tid=27368] ppid=27364 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 23082 0 -1 4202560 3359 0 1 0 9 2 0 0 20 0 22 0 335375896 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139899022062744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898976815400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898975762600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898974710312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898973657512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898972605224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898971552424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27375] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27375/stat : 27375 (java) S 27364 27366 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898970500136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27376] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 335375900 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 10410 0 0 0 90 2 0 0 20 0 22 0 335375902 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27382] ppid=27364 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/27366/task/27382/stat : 27382 (java) S 27364 27366 23082 0 -1 4202560 8070 0 0 0 87 1 0 0 20 0 22 0 335375902 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898834074168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27383] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27383/stat : 27383 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898833022072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27384] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27384/stat : 27384 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898831969480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27385] ppid=27364 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/27366/task/27385/stat : 27385 (java) R 27364 27366 23082 0 -1 4202560 43 0 0 0 126 0 0 0 20 0 22 0 335375910 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139898830913728 139898846112851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27386] ppid=27364 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/27366/task/27386/stat : 27386 (java) R 27364 27366 23082 0 -1 4202560 150 0 0 0 121 4 0 0 20 0 22 0 335375910 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139897688023416 139898846606927 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27387] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27387/stat : 27387 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139897686971560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27388] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27388/stat : 27388 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 64891 33554432000 1073741824 1073778376 140734069227472 139897553806376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 11852648

[startup+3.10096 s]
/proc/loadavg: 2.96 2.97 3.24 4/220 27388
/proc/meminfo: memFree=26882664/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=7.77 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 23462 0 1 0 762 15 0 0 20 0 22 0 335375894 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 136596 2280 9 0 2953849 0
[pid=27366/tid=27368] ppid=27364 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 23082 0 -1 4202560 3359 0 1 0 9 2 0 0 20 0 22 0 335375896 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139899022062744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898976815400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898975762600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898974710312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898973657512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898972605224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898971552424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27375] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27375/stat : 27375 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898970500136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27376] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 22 0 335375900 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 10419 0 0 0 95 2 0 0 20 0 22 0 335375902 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27382] ppid=27364 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/27366/task/27382/stat : 27382 (java) S 27364 27366 23082 0 -1 4202560 8070 0 0 0 87 1 0 0 20 0 22 0 335375902 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898834074168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27383] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27383/stat : 27383 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898833022072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27384] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27384/stat : 27384 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898831969480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27385] ppid=27364 vsize=11852648 CPUtime=2.78 cores=1,3,5,7
/proc/27366/task/27385/stat : 27385 (java) R 27364 27366 23082 0 -1 4202560 44 0 0 0 278 0 0 0 20 0 22 0 335375910 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139898830913728 139898846227375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27386] ppid=27364 vsize=11852648 CPUtime=2.76 cores=1,3,5,7
/proc/27366/task/27386/stat : 27386 (java) R 27364 27366 23082 0 -1 4202560 289 0 0 0 267 9 0 0 20 0 22 0 335375910 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139897688021064 139898846256732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27387] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27387/stat : 27387 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139897686971560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27388] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27388/stat : 27388 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 136596 33554432000 1073741824 1073778376 140734069227472 139897553806376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 11852648

[startup+6.30094 s]
/proc/loadavg: 2.96 2.97 3.24 4/220 27388
/proc/meminfo: memFree=26640316/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=14.07 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 23533 0 1 0 1389 18 0 0 20 0 22 0 335375894 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 162058 2280 9 0 2953849 0
[pid=27366/tid=27368] ppid=27364 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 23082 0 -1 4202560 3359 0 1 0 9 2 0 0 20 0 22 0 335375896 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139899022062744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898976815400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898975762600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898974710312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898973657512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898972605224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898971552424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27375] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27375/stat : 27375 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898970500136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27376] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375898 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 33 0 0 0 23 0 0 0 20 0 22 0 335375900 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 10419 0 0 0 97 2 0 0 20 0 22 0 335375902 12137111552 162058 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 65 0 0 0 54 0 0 0 20 0 22 0 335375898 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=9.61 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 958 3 0 0 20 0 22 0 335375900 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 14982 0 0 0 197 3 0 0 20 0 22 0 335375902 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27382] ppid=27364 vsize=11852648 CPUtime=2.19 cores=1,3,5,7
/proc/27366/task/27382/stat : 27382 (java) S 27364 27366 23082 0 -1 4202560 16079 0 0 0 215 4 0 0 20 0 22 0 335375902 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898834074168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27383] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27383/stat : 27383 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898833022072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27384] ppid=27364 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/27366/task/27384/stat : 27384 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 2 4 0 0 20 0 22 0 335375902 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898831969480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27385] ppid=27364 vsize=11852648 CPUtime=124.54 cores=1,3,5,7
/proc/27366/task/27385/stat : 27385 (java) R 27364 27366 23082 0 -1 4202560 176 0 0 0 12453 1 0 0 20 0 22 0 335375910 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139898830913744 139898846708012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27386] ppid=27364 vsize=11852648 CPUtime=124.64 cores=1,3,5,7
/proc/27366/task/27386/stat : 27386 (java) R 27364 27366 23082 0 -1 4202560 381 0 0 0 12450 14 0 0 20 0 22 0 335375910 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139897688021216 139898846096727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27387] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27387/stat : 27387 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139897686971560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27388] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27388/stat : 27388 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 175977 33554432000 1073741824 1073778376 140734069227472 139897553806376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 267.78
Current children cumulated vsize (KiB) 11852648

[startup+137.508 s]
/proc/loadavg: 2.89 2.96 3.20 5/219 27389
/proc/meminfo: memFree=26565472/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=270.9 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 36775 0 1 0 27056 34 0 0 20 0 22 0 335375894 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 175987 2281 9 0 2953849 0
[pid=27366/tid=27368] ppid=27364 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 23082 0 -1 4202560 3378 0 1 0 10 2 0 0 20 0 22 0 335375896 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139899022062744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 23082 0 -1 4202560 58 0 0 0 51 2 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898976815400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 23082 0 -1 4202560 52 0 0 0 55 2 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898975762600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 53 2 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898974710312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 23082 0 -1 4202560 84 0 0 0 59 0 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898973657512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 23082 0 -1 4202560 79 0 0 0 63 0 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898972605224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 23082 0 -1 4202560 49 0 0 0 58 0 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898971552424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27375] ppid=27364 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/27366/task/27375/stat : 27375 (java) S 27364 27366 23082 0 -1 4202560 60 0 0 0 58 0 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898970500136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27376] ppid=27364 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 69 0 0 0 56 0 0 0 20 0 22 0 335375898 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=9.81 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 978 3 0 0 20 0 22 0 335375900 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335375900 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 14982 0 0 0 202 3 0 0 20 0 22 0 335375902 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27382] ppid=27364 vsize=11852648 CPUtime=2.24 cores=1,3,5,7
/proc/27366/task/27382/stat : 27382 (java) S 27364 27366 23082 0 -1 4202560 16079 0 0 0 220 4 0 0 20 0 22 0 335375902 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898834074168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27383] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27383/stat : 27383 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335375902 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898833022072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27384] ppid=27364 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/27366/task/27384/stat : 27384 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 2 4 0 0 20 0 22 0 335375902 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898831969480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27385] ppid=27364 vsize=11852648 CPUtime=125.91 cores=1,3,5,7
/proc/27366/task/27385/stat : 27385 (java) R 27364 27366 23082 0 -1 4202560 178 0 0 0 12590 1 0 0 20 0 22 0 335375910 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139898830913744 139898846170966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27386] ppid=27364 vsize=11852648 CPUtime=126.02 cores=1,3,5,7
/proc/27366/task/27386/stat : 27386 (java) R 27364 27366 23082 0 -1 4202560 381 0 0 0 12588 14 0 0 20 0 22 0 335375910 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139897688021328 139898846254561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27387] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27387/stat : 27387 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139897686971560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27388] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27388/stat : 27388 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335375910 12137111552 175987 33554432000 1073741824 1073778376 140734069227472 139897553806376 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 270.9
Current children cumulated vsize (KiB) 11852648

[startup+137.901 s]
/proc/loadavg: 2.89 2.96 3.20 5/219 27389
/proc/meminfo: memFree=26565472/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=271.67 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 36777 0 1 0 27132 35 0 0 20 0 20 0 335375894 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 175979 2282 9 0 2953849 0
[pid=27366/tid=27368] ppid=27364 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 23082 0 -1 4202560 3378 0 1 0 10 2 0 0 20 0 20 0 335375896 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139899022062744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 23082 0 -1 4202560 58 0 0 0 51 2 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898976815400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 23082 0 -1 4202560 52 0 0 0 55 2 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898975762600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 53 2 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898974710312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 23082 0 -1 4202560 84 0 0 0 59 0 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898973657512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 23082 0 -1 4202560 79 0 0 0 63 0 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898972605224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 23082 0 -1 4202560 49 0 0 0 58 0 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898971552424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27375] ppid=27364 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/27366/task/27375/stat : 27375 (java) S 27364 27366 23082 0 -1 4202560 60 0 0 0 58 0 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898970500136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27376] ppid=27364 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 69 0 0 0 56 0 0 0 20 0 20 0 335375898 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=9.81 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 978 3 0 0 20 0 20 0 335375900 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335375900 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 335375900 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335375902 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 14982 0 0 0 202 3 0 0 20 0 20 0 335375902 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27382] ppid=27364 vsize=11852648 CPUtime=2.24 cores=1,3,5,7
/proc/27366/task/27382/stat : 27382 (java) S 27364 27366 23082 0 -1 4202560 16079 0 0 0 220 4 0 0 20 0 20 0 335375902 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898834074168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27383] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27383/stat : 27383 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335375902 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898833022072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27384] ppid=27364 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/27366/task/27384/stat : 27384 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 2 4 0 0 20 0 20 0 335375902 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139898831969480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27386] ppid=27364 vsize=11852648 CPUtime=126.41 cores=1,3,5,7
/proc/27366/task/27386/stat : 27386 (java) R 27364 27366 23082 0 -1 4202560 381 0 0 0 12627 14 0 0 20 0 20 0 335375910 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139897688021328 139898846148989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27387] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27387/stat : 27387 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 335375910 12137111552 175979 33554432000 1073741824 1073778376 140734069227472 139897686971560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 271.67
Current children cumulated vsize (KiB) 11852648

[startup+138.301 s]
/proc/loadavg: 2.89 2.96 3.20 5/219 27389
/proc/meminfo: memFree=26565472/32873844 swapFree=7628/7628
[pid=27366] ppid=27364 vsize=11852648 CPUtime=271.69 cores=1,3,5,7
/proc/27366/stat : 27366 (java) S 27364 27366 23082 0 -1 4202496 36777 0 1 0 27132 37 0 0 20 0 19 0 335375894 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 140734069218608 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27366/statm: 2963162 175972 2282 9 0 2953849 0
[pid=27366/tid=27368] ppid=27364 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 23082 0 -1 4202560 3378 0 1 0 10 2 0 0 20 0 19 0 335375896 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139899022062744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 23082 0 -1 4202560 58 0 0 0 51 2 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898976815400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 23082 0 -1 4202560 52 0 0 0 55 2 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898975762600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 53 2 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898974710312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 23082 0 -1 4202560 84 0 0 0 59 0 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898973657512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 23082 0 -1 4202560 79 0 0 0 63 0 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898972605224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 23082 0 -1 4202560 49 0 0 0 58 0 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898971552424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27366/tid=27375] ppid=27364 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/27366/task/27375/stat : 27375 (java) S 27364 27366 23082 0 -1 4202560 60 0 0 0 58 0 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898970500136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27376] ppid=27364 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/27366/task/27376/stat : 27376 (java) S 27364 27366 23082 0 -1 4202560 69 0 0 0 56 0 0 0 20 0 19 0 335375898 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898969447336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27377] ppid=27364 vsize=11852648 CPUtime=9.81 cores=1,3,5,7
/proc/27366/task/27377/stat : 27377 (java) S 27364 27366 23082 0 -1 4202560 64 0 0 0 978 3 0 0 20 0 19 0 335375900 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898839337192 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27378] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27378/stat : 27378 (java) S 27364 27366 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335375900 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898838283256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27379] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27379/stat : 27379 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 335375900 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898837230856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27380] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27380/stat : 27380 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335375902 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898836179344 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27381] ppid=27364 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/27366/task/27381/stat : 27381 (java) S 27364 27366 23082 0 -1 4202560 14982 0 0 0 202 3 0 0 20 0 19 0 335375902 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898835126968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27366/tid=27382] ppid=27364 vsize=11852648 CPUtime=2.24 cores=1,3,5,7
/proc/27366/task/27382/stat : 27382 (java) S 27364 27366 23082 0 -1 4202560 16079 0 0 0 220 4 0 0 20 0 19 0 335375902 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898834074168 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27383] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27383/stat : 27383 (java) S 27364 27366 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335375902 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898833022072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27366/tid=27384] ppid=27364 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/27366/task/27384/stat : 27384 (java) S 27364 27366 23082 0 -1 4202560 9 0 0 0 2 4 0 0 20 0 19 0 335375902 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139898831969480 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27366/tid=27387] ppid=27364 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27366/task/27387/stat : 27387 (java) S 27364 27366 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335375910 12137111552 175972 33554432000 1073741824 1073778376 140734069227472 139897686971560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 271.69
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 138.35
CPU time (s): 271.854
CPU user time (s): 271.321
CPU system time (s): 0.532918
CPU usage (%): 196.497
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.321
system time used= 0.532918
maximum resident set size= 708532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36790
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8951
involuntary context switches= 13493

runsolver used 0.638902 second user time and 1.61675 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 05:01:50
IDJOB=3734724
IDBENCH=2897
IDSOLVER=2328
FILE ID=node144/3734724-1338692510
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= PB11: 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-3734724-1338692510/watcher-3734724-1338692510 -o /tmp/evaluation-result-3734724-1338692510/solver-3734724-1338692510 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734724-1338692510.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1369666000

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27274936 kB
Buffers:          629320 kB
Cached:          3635172 kB
SwapCached:          464 kB
Active:          2853424 kB
Inactive:        1876296 kB
Active(anon):     447992 kB
Inactive(anon):    11192 kB
Active(file):    2405432 kB
Inactive(file):  1865104 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:        467516 kB
Mapped:            22448 kB
Shmem:               172 kB
Slab:             725496 kB
SReclaimable:     167548 kB
SUnreclaim:       557948 kB
KernelStack:        1632 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 05:04:08