Trace number 3459628

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0UNSAT 407.206 405.509

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
MD5SUMe464fa7a3640eb789ffb0025985d1316
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459628-1307152673.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.016s.
0.10/0.13	c #vars     110
0.10/0.13	c #constraints  21
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.93/0.74	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.78/1.54	c cleaning 4248 clauses out of 8499 with flag 11000/11000
2.79/2.51	c cleaning 5625 clauses out of 11253 with flag 18002/18002
4.59/4.38	c cleaning 6811 clauses out of 13627 with flag 26001/26001
6.73/6.45	c cleaning 7905 clauses out of 15816 with flag 35001/35001
9.83/9.56	c cleaning 8954 clauses out of 17911 with flag 45001/45001
13.13/12.86	c cleaning 9475 clauses out of 18956 with flag 55000/55000
15.33/15.03	c cleaning 9740 clauses out of 19483 with flag 65002/65002
16.95/16.64	c cleaning 9868 clauses out of 19743 with flag 75002/75002
20.43/20.13	c cleaning 9934 clauses out of 19874 with flag 85001/85001
23.56/23.28	c cleaning 9969 clauses out of 19940 with flag 95001/95001
26.04/25.79	c cleaning 9983 clauses out of 19970 with flag 105000/105000
28.44/28.17	c cleaning 9991 clauses out of 19987 with flag 115000/115000
31.44/31.13	c cleaning 9993 clauses out of 19996 with flag 125000/125000
34.04/33.71	c cleaning 9999 clauses out of 20003 with flag 135000/135000
36.14/35.86	c cleaning 9999 clauses out of 20005 with flag 145001/145001
38.74/38.41	c cleaning 9999 clauses out of 20005 with flag 155000/155000
41.44/41.16	c cleaning 10001 clauses out of 20008 with flag 165002/165002
44.34/44.11	c cleaning 10000 clauses out of 20005 with flag 175000/175000
47.65/47.34	c cleaning 10002 clauses out of 20005 with flag 185000/185000
50.35/50.04	c cleaning 9999 clauses out of 20003 with flag 195000/195000
53.15/52.89	c cleaning 10004 clauses out of 20007 with flag 205003/205003
55.25/54.93	c cleaning 9996 clauses out of 20000 with flag 215000/215000
56.85/56.52	c cleaning 9998 clauses out of 20004 with flag 225000/225000
59.55/59.27	c cleaning 10004 clauses out of 20012 with flag 235006/235006
62.65/62.37	c cleaning 9996 clauses out of 20002 with flag 245000/245000
65.38/65.06	c cleaning 9995 clauses out of 20006 with flag 255000/255000
68.76/68.40	c cleaning 10005 clauses out of 20015 with flag 265004/265004
71.76/71.47	c cleaning 9999 clauses out of 20006 with flag 275000/275000
74.76/74.47	c cleaning 10000 clauses out of 20008 with flag 285001/285001
78.16/77.88	c cleaning 10001 clauses out of 20009 with flag 295002/295002
81.17/80.83	c cleaning 9999 clauses out of 20008 with flag 305002/305002
84.17/83.87	c cleaning 10005 clauses out of 20014 with flag 315007/315007
87.17/86.82	c cleaning 9995 clauses out of 20004 with flag 325002/325002
89.37/89.07	c cleaning 10001 clauses out of 20007 with flag 335000/335000
91.57/91.29	c cleaning 10001 clauses out of 20008 with flag 345002/345002
94.37/94.03	c cleaning 10000 clauses out of 20005 with flag 355000/355000
96.87/96.58	c cleaning 9995 clauses out of 20006 with flag 365001/365001
99.27/98.95	c cleaning 10001 clauses out of 20010 with flag 375000/375000
101.70/101.33	c cleaning 10002 clauses out of 20010 with flag 385001/385001
104.48/104.19	c cleaning 10000 clauses out of 20008 with flag 395001/395001
107.58/107.24	c cleaning 10000 clauses out of 20007 with flag 405000/405000
110.08/109.79	c cleaning 10000 clauses out of 20008 with flag 415001/415001
112.49/112.15	c cleaning 10000 clauses out of 20008 with flag 425001/425001
115.19/114.83	c cleaning 10000 clauses out of 20007 with flag 435000/435000
117.69/117.36	c cleaning 10001 clauses out of 20009 with flag 445002/445002
120.29/119.97	c cleaning 10001 clauses out of 20006 with flag 455000/455000
122.69/122.39	c cleaning 9998 clauses out of 20005 with flag 465000/465000
124.90/124.54	c cleaning 10003 clauses out of 20012 with flag 475005/475005
127.60/127.24	c cleaning 10002 clauses out of 20008 with flag 485004/485004
129.91/129.50	c cleaning 9997 clauses out of 20002 with flag 495000/495000
132.11/131.70	c cleaning 10001 clauses out of 20005 with flag 505000/505000
134.21/133.82	c cleaning 10002 clauses out of 20005 with flag 515001/515001
136.31/135.98	c cleaning 9997 clauses out of 20003 with flag 525001/525001
138.61/138.29	c cleaning 9999 clauses out of 20005 with flag 535000/535000
140.71/140.32	c cleaning 10000 clauses out of 20008 with flag 545002/545002
142.71/142.30	c cleaning 10002 clauses out of 20009 with flag 555003/555003
144.71/144.37	c cleaning 9999 clauses out of 20005 with flag 565001/565001
146.84/146.43	c cleaning 10000 clauses out of 20006 with flag 575001/575001
148.82/148.46	c cleaning 10000 clauses out of 20006 with flag 585001/585001
151.52/151.12	c cleaning 9999 clauses out of 20006 with flag 595001/595001
154.54/154.15	c cleaning 10001 clauses out of 20007 with flag 605001/605001
157.22/156.87	c cleaning 9999 clauses out of 20005 with flag 615000/615000
159.72/159.33	c cleaning 9996 clauses out of 20006 with flag 625000/625000
162.42/162.05	c cleaning 10001 clauses out of 20014 with flag 635004/635004
165.02/164.63	c cleaning 9999 clauses out of 20010 with flag 645001/645001
168.13/167.71	c cleaning 9998 clauses out of 20013 with flag 655003/655003
170.33/169.96	c cleaning 9994 clauses out of 20012 with flag 665000/665000
172.63/172.29	c cleaning 10005 clauses out of 20019 with flag 675001/675001
175.13/174.74	c cleaning 10004 clauses out of 20014 with flag 685001/685001
177.43/177.08	c cleaning 10002 clauses out of 20011 with flag 695002/695002
179.95/179.51	c cleaning 9999 clauses out of 20009 with flag 705002/705002
182.25/181.88	c cleaning 9998 clauses out of 20008 with flag 715000/715000
184.75/184.36	c cleaning 10000 clauses out of 20010 with flag 725000/725000
187.25/186.88	c cleaning 10001 clauses out of 20011 with flag 735001/735001
189.56/189.12	c cleaning 10002 clauses out of 20013 with flag 745004/745004
191.86/191.44	c cleaning 9998 clauses out of 20007 with flag 755000/755000
193.96/193.54	c cleaning 10003 clauses out of 20011 with flag 765002/765002
196.27/195.84	c cleaning 9999 clauses out of 20006 with flag 775000/775000
198.77/198.31	c cleaning 10003 clauses out of 20009 with flag 785002/785002
201.38/200.96	c cleaning 9999 clauses out of 20006 with flag 795002/795002
203.98/203.52	c cleaning 9998 clauses out of 20006 with flag 805001/805001
206.18/205.72	c cleaning 9999 clauses out of 20007 with flag 815000/815000
208.59/208.13	c cleaning 9998 clauses out of 20008 with flag 825000/825000
210.89/210.42	c cleaning 10001 clauses out of 20010 with flag 835000/835000
213.29/212.86	c cleaning 10001 clauses out of 20009 with flag 845000/845000
215.49/215.05	c cleaning 10000 clauses out of 20009 with flag 855001/855001
217.49/217.09	c cleaning 10000 clauses out of 20010 with flag 865002/865002
219.59/219.19	c cleaning 10003 clauses out of 20011 with flag 875003/875003
222.09/221.62	c cleaning 9998 clauses out of 20005 with flag 885000/885000
224.69/224.27	c cleaning 10000 clauses out of 20008 with flag 895001/895001
227.22/226.79	c cleaning 10000 clauses out of 20007 with flag 905000/905000
230.00/229.53	c cleaning 10000 clauses out of 20007 with flag 915000/915000
232.72/232.23	c cleaning 9998 clauses out of 20007 with flag 925000/925000
235.10/234.68	c cleaning 9999 clauses out of 20009 with flag 935000/935000
237.79/237.32	c cleaning 9998 clauses out of 20011 with flag 945001/945001
239.99/239.56	c cleaning 10000 clauses out of 20012 with flag 955000/955000
242.40/241.90	c cleaning 10000 clauses out of 20012 with flag 965000/965000
244.70/244.30	c cleaning 10000 clauses out of 20012 with flag 975000/975000
247.10/246.68	c cleaning 10003 clauses out of 20014 with flag 985002/985002
249.50/249.04	c cleaning 10000 clauses out of 20010 with flag 995001/995001
251.80/251.33	c cleaning 10002 clauses out of 20009 with flag 1005000/1005000
254.31/253.82	c cleaning 10001 clauses out of 20008 with flag 1015001/1015001
256.70/256.23	c cleaning 10000 clauses out of 20008 with flag 1025002/1025002
258.81/258.36	c cleaning 9999 clauses out of 20007 with flag 1035001/1035001
260.91/260.45	c cleaning 10000 clauses out of 20008 with flag 1045001/1045001
262.81/262.31	c cleaning 10001 clauses out of 20010 with flag 1055003/1055003
264.71/264.24	c cleaning 10001 clauses out of 20008 with flag 1065002/1065002
266.91/266.42	c cleaning 10000 clauses out of 20007 with flag 1075002/1075002
269.11/268.62	c cleaning 10000 clauses out of 20007 with flag 1085002/1085002
271.41/270.92	c cleaning 9998 clauses out of 20007 with flag 1095002/1095002
273.61/273.11	c cleaning 9999 clauses out of 20007 with flag 1105000/1105000
275.64/275.15	c cleaning 10001 clauses out of 20009 with flag 1115001/1115001
277.62/277.16	c cleaning 9999 clauses out of 20008 with flag 1125001/1125001
279.62/279.15	c cleaning 10001 clauses out of 20009 with flag 1135001/1135001
281.52/281.01	c cleaning 10000 clauses out of 20008 with flag 1145001/1145001
283.42/282.94	c cleaning 9999 clauses out of 20008 with flag 1155001/1155001
285.32/284.83	c cleaning 10000 clauses out of 20008 with flag 1165000/1165000
287.22/286.79	c cleaning 9999 clauses out of 20010 with flag 1175002/1175002
289.62/289.16	c cleaning 10001 clauses out of 20012 with flag 1185003/1185003
291.92/291.43	c cleaning 10002 clauses out of 20010 with flag 1195002/1195002
294.12/293.71	c cleaning 10001 clauses out of 20009 with flag 1205003/1205003
296.23/295.78	c cleaning 9997 clauses out of 20007 with flag 1215002/1215002
298.53/298.01	c cleaning 10001 clauses out of 20012 with flag 1225004/1225004
300.63/300.10	c cleaning 10001 clauses out of 20008 with flag 1235001/1235001
302.63/302.19	c cleaning 10001 clauses out of 20009 with flag 1245003/1245003
304.53/304.06	c cleaning 10001 clauses out of 20008 with flag 1255003/1255003
306.45/305.99	c cleaning 9998 clauses out of 20005 with flag 1265001/1265001
308.54/308.02	c cleaning 9999 clauses out of 20007 with flag 1275001/1275001
310.53/310.02	c cleaning 10003 clauses out of 20014 with flag 1285007/1285007
312.43/311.98	c cleaning 9999 clauses out of 20007 with flag 1295003/1295003
314.33/313.87	c cleaning 10002 clauses out of 20005 with flag 1305000/1305000
316.13/315.62	c cleaning 9999 clauses out of 20004 with flag 1315001/1315001
318.04/317.57	c cleaning 9998 clauses out of 20004 with flag 1325000/1325000
320.76/320.22	c cleaning 10000 clauses out of 20008 with flag 1335002/1335002
322.96/322.47	c cleaning 9994 clauses out of 20006 with flag 1345000/1345000
324.84/324.37	c cleaning 10002 clauses out of 20013 with flag 1355001/1355001
326.84/326.32	c cleaning 10001 clauses out of 20011 with flag 1365001/1365001
328.84/328.35	c cleaning 10000 clauses out of 20010 with flag 1375001/1375001
330.74/330.25	c cleaning 10003 clauses out of 20010 with flag 1385001/1385001
332.34/331.88	c cleaning 10001 clauses out of 20007 with flag 1395001/1395001
334.34/333.86	c cleaning 9998 clauses out of 20007 with flag 1405002/1405002
336.45/335.96	c cleaning 10003 clauses out of 20007 with flag 1415000/1415000
338.55/338.09	c cleaning 9999 clauses out of 20006 with flag 1425002/1425002
340.58/340.04	c cleaning 10000 clauses out of 20005 with flag 1435000/1435000
342.46/341.92	c cleaning 9998 clauses out of 20005 with flag 1445000/1445000
344.36/343.89	c cleaning 10002 clauses out of 20010 with flag 1455003/1455003
346.36/345.89	c cleaning 9999 clauses out of 20006 with flag 1465001/1465001
348.46/347.90	c cleaning 9999 clauses out of 20007 with flag 1475001/1475001
350.26/349.78	c cleaning 9996 clauses out of 20008 with flag 1485001/1485001
352.06/351.53	c cleaning 10001 clauses out of 20011 with flag 1495000/1495000
353.96/353.40	c cleaning 10002 clauses out of 20011 with flag 1505001/1505001
355.87/355.34	c cleaning 10000 clauses out of 20011 with flag 1515003/1515003
357.97/357.49	c cleaning 10002 clauses out of 20009 with flag 1525001/1525001
360.07/359.55	c cleaning 9996 clauses out of 20006 with flag 1535000/1535000
362.07/361.52	c cleaning 10001 clauses out of 20011 with flag 1545001/1545001
363.97/363.40	c cleaning 10003 clauses out of 20012 with flag 1555003/1555003
365.89/365.34	c cleaning 10000 clauses out of 20008 with flag 1565002/1565002
367.47/366.98	c cleaning 10001 clauses out of 20010 with flag 1575004/1575004
369.37/368.87	c cleaning 10000 clauses out of 20005 with flag 1585000/1585000
371.17/370.67	c cleaning 10001 clauses out of 20008 with flag 1595003/1595003
373.07/372.50	c cleaning 10002 clauses out of 20005 with flag 1605001/1605001
374.69/374.12	c cleaning 9996 clauses out of 20002 with flag 1615000/1615000
376.47/375.90	c cleaning 9999 clauses out of 20007 with flag 1625001/1625001
378.28/377.72	c cleaning 9999 clauses out of 20008 with flag 1635001/1635001
379.98/379.42	c cleaning 10000 clauses out of 20009 with flag 1645001/1645001
381.58/381.02	c cleaning 9999 clauses out of 20008 with flag 1655000/1655000
383.07/382.53	c cleaning 10003 clauses out of 20013 with flag 1665004/1665004
384.78/384.25	c cleaning 9999 clauses out of 20006 with flag 1675000/1675000
386.58/386.03	c cleaning 10006 clauses out of 20012 with flag 1685005/1685005
388.28/387.71	c cleaning 9999 clauses out of 20003 with flag 1695002/1695002
389.88/389.32	c cleaning 9999 clauses out of 20002 with flag 1705000/1705000
391.48/390.90	c cleaning 9997 clauses out of 20003 with flag 1715000/1715000
393.09/392.57	c cleaning 10006 clauses out of 20011 with flag 1725005/1725005
395.31/394.39	c cleaning 9998 clauses out of 19999 with flag 1735000/1735000
397.17/395.89	c cleaning 9997 clauses out of 20002 with flag 1745001/1745001
398.69/397.36	c cleaning 10001 clauses out of 20004 with flag 1755000/1755000
400.19/398.87	c cleaning 9999 clauses out of 20004 with flag 1765001/1765001
401.69/400.39	c cleaning 10001 clauses out of 20006 with flag 1775002/1775002
403.29/401.94	c cleaning 9998 clauses out of 20003 with flag 1785000/1785000
404.79/403.44	c cleaning 10003 clauses out of 20011 with flag 1795006/1795006
406.44/405.00	c cleaning 10000 clauses out of 20001 with flag 1805000/1805000
407.10/405.48	c starts		: 209
407.10/405.48	c conflicts		: 1808977
407.10/405.48	c decisions		: 2063555
407.10/405.48	c propagations		: 23937506
407.10/405.48	c inspects		: 6687550044
407.10/405.48	c shortcuts		: 0
407.10/405.48	c learnt literals	: 6
407.10/405.48	c learnt binary clauses	: 24
407.10/405.48	c learnt ternary clauses	: 53
407.10/405.48	c learnt constraints	: 1808970
407.10/405.48	c ignored constraints	: 0
407.10/405.48	c root simplifications	: 0
407.10/405.48	c removed literals (reason simplification)	: 11811286
407.10/405.48	c reason swapping (by a shorter reason)	: 0
407.10/405.48	c Calls to reduceDB	: 182
407.10/405.48	c number of reductions to clauses (during analyze)	: 0
407.10/405.48	c number of learned constraints concerned by reduction	: 0
407.10/405.48	c number of learning phase by resolution	: 0
407.10/405.48	c number of learning phase by cutting planes	: 0
407.10/405.48	c speed (assignments/second)	: 59053.77314969002
407.10/405.48	c non guided choices	59
407.10/405.49	c learnt constraints type 
407.10/405.49	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
407.10/405.49	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13949
407.10/405.49	c constraints type 
407.10/405.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
407.10/405.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
407.10/405.49	s UNSATISFIABLE
407.10/405.49	c Total wall clock time (in seconds): 405.376

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-3459628-1307152673/watcher-3459628-1307152673 -o /tmp/evaluation-result-3459628-1307152673/solver-3459628-1307152673 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459628-1307152673.opb 

running on 4 cores: 0,2,4,6

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: 1.92 2.00 1.99 3/579 1501
/proc/meminfo: memFree=30046916/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/1501/stat : 1501 (runsolver) R 1499 1501 31166 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 826865961 12079104 50 33554432000 4194304 5432328 140736435448448 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1501/statm: 2949 50 31 303 0 2643 0
[pid=1501/tid=1502] ppid=1499 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 5519 0 1 0 0 0 0 0 25 0 2 0 826865962 13850947584 6335 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251813934139 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0699699 s]
/proc/loadavg: 1.92 2.00 1.99 3/579 1501
/proc/meminfo: memFree=30046916/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13554924 CPUtime=0.05 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 14201 0 1 0 4 1 0 0 25 0 18 0 826865961 13880242176 13897 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3388731 13897 1733 9 0 3379472 0
[pid=1501/tid=1502] ppid=1499 vsize=13554924 CPUtime=0.05 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 13026 0 1 0 4 1 0 0 25 0 18 0 826865962 13880242176 13897 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 47579078212404 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554924

[startup+0.103727 s]
/proc/loadavg: 1.92 2.00 1.99 3/579 1501
/proc/meminfo: memFree=30046916/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13621536 CPUtime=0.1 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 15359 0 1 0 8 2 0 0 25 0 18 0 826865961 13948452864 15055 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3405384 15058 2092 9 0 3396118 0
[pid=1501/tid=1502] ppid=1499 vsize=13621536 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 13616 0 1 0 7 1 0 0 25 0 18 0 826865962 13948452864 15059 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621536

[startup+0.313326 s]
/proc/loadavg: 1.92 2.00 1.99 3/579 1501
/proc/meminfo: memFree=30046916/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13627448 CPUtime=0.5 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 17638 0 1 0 48 2 0 0 25 0 19 0 826865961 13954506752 16775 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406862 16775 2191 9 0 3397596 0
[pid=1501/tid=1502] ppid=1499 vsize=13627448 CPUtime=0.29 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14076 0 1 0 28 1 0 0 25 0 19 0 826865962 13954506752 16775 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 47579078212435 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13627448

[startup+0.700814 s]
/proc/loadavg: 1.92 2.00 1.99 3/579 1501
/proc/meminfo: memFree=30046916/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13627448 CPUtime=0.93 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 18065 0 1 0 91 2 0 0 25 0 19 0 826865961 13954506752 17202 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406862 17202 2198 9 0 3397596 0
[pid=1501/tid=1502] ppid=1499 vsize=13627448 CPUtime=0.68 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14465 0 1 0 67 1 0 0 25 0 19 0 826865962 13954506752 17202 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505508779 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13627448

[startup+1.50068 s]
/proc/loadavg: 1.92 2.00 1.99 3/598 1520
/proc/meminfo: memFree=29968900/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13627448 CPUtime=1.78 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 18761 0 1 0 176 2 0 0 25 0 19 0 826865961 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406862 17896 2233 9 0 3397596 0
[pid=1501/tid=1502] ppid=1499 vsize=13627448 CPUtime=1.46 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14480 0 1 0 145 1 0 0 25 0 19 0 826865962 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505508748 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 138 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 105 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 88 0 0 0 0 0 0 0 18 0 19 0 826865964 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 333 0 0 0 0 0 0 0 18 0 19 0 826865965 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826865965 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826865965 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1515] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1515/stat : 1515 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826063793 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13627448 CPUtime=0.23 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1871 0 0 0 23 0 0 0 15 0 19 0 826865967 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13627448 CPUtime=0.06 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) S 1499 1501 31166 0 -1 4202560 589 0 0 0 6 0 0 0 15 0 19 0 826865967 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1518] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1518/stat : 1518 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1519] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1519/stat : 1519 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826865967 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1520] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1520/stat : 1520 (java) S 1499 1501 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826865974 13954506752 17896 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 13627448

[startup+3.10148 s]
/proc/loadavg: 1.92 2.00 1.99 3/598 1520
/proc/meminfo: memFree=29964560/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13627448 CPUtime=3.39 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 19772 0 1 0 337 2 0 0 25 0 19 0 826865961 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406862 18905 2233 9 0 3397596 0
[pid=1501/tid=1502] ppid=1499 vsize=13627448 CPUtime=3.03 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14482 0 1 0 302 1 0 0 25 0 19 0 826865962 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505548299 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 186 0 0 0 0 0 0 0 16 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 826865964 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13627448 CPUtime=0.03 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 828 0 0 0 3 0 0 0 16 0 19 0 826865965 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826865965 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826865965 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1515] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1515/stat : 1515 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826063793 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13627448 CPUtime=0.24 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1873 0 0 0 24 0 0 0 15 0 19 0 826865967 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13627448 CPUtime=0.06 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) S 1499 1501 31166 0 -1 4202560 589 0 0 0 6 0 0 0 15 0 19 0 826865967 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1518] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1518/stat : 1518 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1519] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1519/stat : 1519 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826865967 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1520] ppid=1499 vsize=13627448 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1520/stat : 1520 (java) S 1499 1501 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826865974 13954506752 18905 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 13627448

[startup+6.30099 s]
/proc/loadavg: 1.93 2.00 1.99 3/598 1520
/proc/meminfo: memFree=29947336/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13626360 CPUtime=6.63 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 19870 0 1 0 661 2 0 0 25 0 19 0 826865961 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406590 18770 2244 9 0 3397324 0
[pid=1501/tid=1502] ppid=1499 vsize=13626360 CPUtime=6.21 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14484 0 1 0 620 1 0 0 25 0 19 0 826865962 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505518975 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 19 0 826865964 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13626360 CPUtime=0.04 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 828 0 0 0 4 0 0 0 15 0 19 0 826865965 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1515] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1515/stat : 1515 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826063793 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13626360 CPUtime=0.27 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1895 0 0 0 27 0 0 0 15 0 19 0 826865967 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13626360 CPUtime=0.06 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) S 1499 1501 31166 0 -1 4202560 589 0 0 0 6 0 0 0 15 0 19 0 826865967 13953392640 18770 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0

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

/proc/1501/statm: 3406590 25094 2249 9 0 3397324 0
[pid=1501/tid=1502] ppid=1499 vsize=13626360 CPUtime=401.51 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14669 0 1 0 40149 2 0 0 25 0 19 0 826865962 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505518975 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 345 0 0 0 8 0 0 0 16 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 170 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13626360 CPUtime=0.05 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 21 0 0 0 5 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13626360 CPUtime=0.07 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 112 0 0 0 7 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 47 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 355 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 209 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 140 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13626360 CPUtime=2.91 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 1963 0 0 0 289 2 0 0 15 0 19 0 826865965 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 4 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1515] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1515/stat : 1515 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826063793 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13626360 CPUtime=0.3 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1910 0 0 0 30 0 0 0 15 0 19 0 826865967 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13626360 CPUtime=0.81 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) S 1499 1501 31166 0 -1 4202560 11399 0 0 0 80 1 0 0 15 0 19 0 826865967 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1518] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1518/stat : 1518 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1519] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1519/stat : 1519 (java) S 1499 1501 31166 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 826865967 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1520] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1520/stat : 1520 (java) S 1499 1501 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826865974 13953392640 25094 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.2
Current children cumulated vsize (KiB) 13626360

[startup+405.201 s]
/proc/loadavg: 2.03 2.03 2.01 3/598 2016
/proc/meminfo: memFree=29716904/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13626360 CPUtime=406.84 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 34173 0 1 0 40676 8 0 0 25 0 19 0 826865961 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406590 25813 2249 9 0 3397324 0
[pid=1501/tid=1502] ppid=1499 vsize=13626360 CPUtime=401.86 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14669 0 1 0 40184 2 0 0 25 0 19 0 826865962 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 345 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 170 0 0 0 8 0 0 0 16 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13626360 CPUtime=0.06 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 21 0 0 0 6 0 0 0 15 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13626360 CPUtime=0.07 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 112 0 0 0 7 0 0 0 15 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 47 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 355 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 209 0 0 0 8 0 0 0 16 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 140 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13626360 CPUtime=2.92 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 1963 0 0 0 290 2 0 0 15 0 19 0 826865965 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 4 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1515] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1515/stat : 1515 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826063793 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13626360 CPUtime=0.3 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1910 0 0 0 30 0 0 0 15 0 19 0 826865967 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13626360 CPUtime=1.04 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) R 1499 1501 31166 0 -1 4202560 13056 0 0 0 103 1 0 0 16 0 19 0 826865967 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 47579074565680 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1501/tid=1518] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1518/stat : 1518 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1519] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1519/stat : 1519 (java) S 1499 1501 31166 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 826865967 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1520] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1520/stat : 1520 (java) S 1499 1501 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826865974 13953392640 25813 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.84
Current children cumulated vsize (KiB) 13626360

[startup+405.401 s]
/proc/loadavg: 2.03 2.03 2.01 3/598 2016
/proc/meminfo: memFree=29716904/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13626360 CPUtime=407.1 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 34656 0 1 0 40702 8 0 0 25 0 19 0 826865961 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406590 25544 2249 9 0 3397324 0
[pid=1501/tid=1502] ppid=1499 vsize=13626360 CPUtime=402.06 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) R 1499 1501 31166 0 -1 4202560 14669 0 1 0 40204 2 0 0 25 0 19 0 826865962 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 46912505553053 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 345 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 170 0 0 0 8 0 0 0 16 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13626360 CPUtime=0.06 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 21 0 0 0 6 0 0 0 15 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13626360 CPUtime=0.07 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 112 0 0 0 7 0 0 0 15 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 47 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 355 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 209 0 0 0 8 0 0 0 16 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13626360 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 140 0 0 0 8 0 0 0 15 0 19 0 826865964 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13626360 CPUtime=2.92 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 1963 0 0 0 290 2 0 0 15 0 19 0 826865965 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 4 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826865965 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1515] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1515/stat : 1515 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826063793 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13626360 CPUtime=0.3 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1910 0 0 0 30 0 0 0 15 0 19 0 826865967 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13626360 CPUtime=1.09 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) S 1499 1501 31166 0 -1 4202560 13539 0 0 0 108 1 0 0 16 0 19 0 826865967 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1518] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1518/stat : 1518 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826865967 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1519] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1519/stat : 1519 (java) S 1499 1501 31166 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 826865967 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1520] ppid=1499 vsize=13626360 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1520/stat : 1520 (java) S 1499 1501 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826865974 13953392640 25544 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.1
Current children cumulated vsize (KiB) 13626360

[startup+405.501 s]
/proc/loadavg: 2.03 2.03 2.01 3/598 2016
/proc/meminfo: memFree=29716904/32950928 swapFree=41528364/67111528
[pid=1501] ppid=1499 vsize=13627388 CPUtime=407.19 cores=0,2,4,6
/proc/1501/stat : 1501 (java) S 1499 1501 31166 0 -1 4202496 34684 0 1 0 40711 8 0 0 25 0 17 0 826865961 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1501/statm: 3406847 25571 2254 9 0 3397581 0
[pid=1501/tid=1502] ppid=1499 vsize=13627388 CPUtime=402.14 cores=0,2,4,6
/proc/1501/task/1502/stat : 1502 (java) S 1499 1501 31166 0 -1 4202560 14673 0 1 0 40212 2 0 0 25 0 17 0 826865962 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1504] ppid=1499 vsize=13627388 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1504/stat : 1504 (java) S 1499 1501 31166 0 -1 4202560 345 0 0 0 8 0 0 0 15 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1505] ppid=1499 vsize=13627388 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1505/stat : 1505 (java) S 1499 1501 31166 0 -1 4202560 170 0 0 0 8 0 0 0 16 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1506] ppid=1499 vsize=13627388 CPUtime=0.06 cores=0,2,4,6
/proc/1501/task/1506/stat : 1506 (java) S 1499 1501 31166 0 -1 4202560 21 0 0 0 6 0 0 0 15 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1507] ppid=1499 vsize=13627388 CPUtime=0.07 cores=0,2,4,6
/proc/1501/task/1507/stat : 1507 (java) S 1499 1501 31166 0 -1 4202560 112 0 0 0 7 0 0 0 15 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1508] ppid=1499 vsize=13627388 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1508/stat : 1508 (java) S 1499 1501 31166 0 -1 4202560 47 0 0 0 8 0 0 0 15 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1509] ppid=1499 vsize=13627388 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1509/stat : 1509 (java) S 1499 1501 31166 0 -1 4202560 355 0 0 0 8 0 0 0 15 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1510] ppid=1499 vsize=13627388 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1510/stat : 1510 (java) S 1499 1501 31166 0 -1 4202560 209 0 0 0 8 0 0 0 16 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1511] ppid=1499 vsize=13627388 CPUtime=0.08 cores=0,2,4,6
/proc/1501/task/1511/stat : 1511 (java) S 1499 1501 31166 0 -1 4202560 140 0 0 0 8 0 0 0 15 0 17 0 826865964 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1512] ppid=1499 vsize=13627388 CPUtime=2.92 cores=0,2,4,6
/proc/1501/task/1512/stat : 1512 (java) S 1499 1501 31166 0 -1 4202560 1964 0 0 0 290 2 0 0 15 0 17 0 826865965 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 0 0 16800975 18446604443680445696 0 0 -1 4 0 0 0
[pid=1501/tid=1513] ppid=1499 vsize=13627388 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1513/stat : 1513 (java) S 1499 1501 31166 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 17 0 826865965 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1514] ppid=1499 vsize=13627388 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1514/stat : 1514 (java) S 1499 1501 31166 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 17 0 826865965 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1516] ppid=1499 vsize=13627388 CPUtime=0.31 cores=0,2,4,6
/proc/1501/task/1516/stat : 1516 (java) S 1499 1501 31166 0 -1 4202560 1911 0 0 0 31 0 0 0 16 0 17 0 826865967 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
[pid=1501/tid=1517] ppid=1499 vsize=13627388 CPUtime=1.1 cores=0,2,4,6
/proc/1501/task/1517/stat : 1517 (java) S 1499 1501 31166 0 -1 4202560 13542 0 0 0 109 1 0 0 15 0 17 0 826865967 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 0 0 0 0
[pid=1501/tid=1518] ppid=1499 vsize=13627388 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1518/stat : 1518 (java) S 1499 1501 31166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 826865967 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056089 0 4 0 16800975 18446604443680445696 0 0 -1 2 0 0 0
[pid=1501/tid=1520] ppid=1499 vsize=13627388 CPUtime=0 cores=0,2,4,6
/proc/1501/task/1520/stat : 1520 (java) S 1499 1501 31166 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 17 0 826865974 13954445312 25571 33554432000 1073741824 1073778376 140735714743056 18446744073709551615 251826056704 0 4 0 16800975 18446604443680445696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.19
Current children cumulated vsize (KiB) 13627388

Child status: 20
Real time (s): 405.509
CPU time (s): 407.206
CPU user time (s): 407.117
CPU system time (s): 0.088986
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 13627448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.117
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34684
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= 13470
involuntary context switches= 6871

runsolver used 2.52961 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 03:57:53
IDJOB=3459628
IDBENCH=2595
IDSOLVER=1952
FILE ID=node126/3459628-1307152673
RUNJOBID= node126-1307147266-679
PBS_JOBID= 13508790
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459628-1307152673/watcher-3459628-1307152673 -o /tmp/evaluation-result-3459628-1307152673/solver-3459628-1307152673 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459628-1307152673.opb

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

MD5SUM BENCH= e464fa7a3640eb789ffb0025985d1316
RANDOM SEED=2108763937

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30047180 kB
Buffers:        295408 kB
Cached:         443248 kB
SwapCached:      15388 kB
Active:        2177916 kB
Inactive:       407376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30047180 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            1064 kB
Writeback:           0 kB
AnonPages:     1843904 kB
Mapped:          31764 kB
Slab:           147656 kB
PageTables:      99912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 189821616 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= 73800 MiB
End job on node126 at 2011-06-04 04:04:38