Trace number 3729078

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
PB11: Sat4j Res//CP 2.3.0SAT 517.297 267.587

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.78773
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.21	c See www.sat4j.org for details.
0.06/0.21	c version 2.3.1.v20110525
0.06/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.21	c java.vm.version	19.1-b02
0.06/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.21	c sun.arch.data.model	64
0.06/0.21	c java.version		1.6.0_24
0.06/0.21	c os.name		Linux
0.06/0.21	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.21	c os.arch		amd64
0.06/0.21	c Free memory 		9996466904
0.06/0.21	c Max memory 		10048897024
0.06/0.21	c Total memory 		10048897024
0.06/0.21	c Number of processors 	8
0.06/0.24	c Pseudo Boolean Optimization
0.06/0.24	c ManyCore solver with 2 solvers running in parallel
0.06/0.24	c --- Begin Solver configuration ---
0.06/0.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.24	c Learn all clauses as in MiniSAT
0.06/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.24	c Expensive reason simplification
0.06/0.24	c Armin Biere (Picosat) restarts strategy
0.06/0.24	c Glucose learned constraints deletion strategy
0.06/0.24	c timeout=2147483s
0.06/0.24	c DB Simplification allowed=false
0.06/0.24	c --- End Solver configuration ---
0.06/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.24	c --- Begin Solver configuration ---
0.06/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.24	c Learn all clauses as in MiniSAT
0.06/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.24	c No reason simplification
0.06/0.24	c Armin Biere (Picosat) restarts strategy
0.06/0.24	c Glucose learned constraints deletion strategy
0.06/0.24	c timeout=2147483s
0.06/0.24	c DB Simplification allowed=false
0.06/0.24	c --- End Solver configuration ---
0.06/0.24	c solving HOME/instance-3729078-1338678632.opb
0.06/0.24	c reading problem ... 
0.22/0.35	c ... done. Wall clock time 0.11s.
0.22/0.35	c #vars     370
0.22/0.35	c #constraints  557
0.22/0.35	c constraints type 
0.22/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.22/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.22/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.22/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.22/0.35	c constraints type 
0.22/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.22/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.22/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.22/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
2.88/1.10	c cleaning 2498 clauses out of 5001 with flag 5001/5001
4.50/1.60	c cleaning 4242 clauses out of 8502 with flag 11000/11000
5.68/2.27	c cleaning 5628 clauses out of 11260 with flag 18000/18000
7.05/2.96	c cleaning 6816 clauses out of 13632 with flag 26000/26000
8.87/3.85	c cleaning 7909 clauses out of 15817 with flag 35001/35001
11.04/4.97	c cleaning 8950 clauses out of 17907 with flag 45000/45000
13.41/6.14	c cleaning 9476 clauses out of 18957 with flag 55000/55000
15.97/7.47	c cleaning 9736 clauses out of 19481 with flag 65000/65000
18.53/8.73	c cleaning 9870 clauses out of 19746 with flag 75001/75001
21.07/10.05	c cleaning 9933 clauses out of 19876 with flag 85001/85001
23.63/11.33	c cleaning 9971 clauses out of 19944 with flag 95002/95002
26.18/12.62	c cleaning 9978 clauses out of 19971 with flag 105000/105000
28.71/13.93	c cleaning 9995 clauses out of 19995 with flag 115002/115002
31.28/15.29	c cleaning 9998 clauses out of 19998 with flag 125000/125000
33.63/16.47	c cleaning 9998 clauses out of 20001 with flag 135001/135001
35.98/17.65	c cleaning 9993 clauses out of 20002 with flag 145000/145000
38.48/18.96	c cleaning 10003 clauses out of 20011 with flag 155002/155002
41.03/20.21	c cleaning 10002 clauses out of 20010 with flag 165004/165004
43.61/21.51	c cleaning 9997 clauses out of 20004 with flag 175000/175000
46.15/22.84	c cleaning 9994 clauses out of 20007 with flag 185000/185000
48.68/24.19	c cleaning 9999 clauses out of 20016 with flag 195003/195003
51.41/25.53	c cleaning 10000 clauses out of 20014 with flag 205000/205000
53.94/26.89	c cleaning 10002 clauses out of 20014 with flag 215000/215000
56.88/28.34	c cleaning 10002 clauses out of 20012 with flag 225000/225000
59.59/29.76	c cleaning 10001 clauses out of 20011 with flag 235001/235001
62.53/31.24	c cleaning 9998 clauses out of 20009 with flag 245000/245000
65.46/32.74	c cleaning 10001 clauses out of 20014 with flag 255003/255003
68.41/34.22	c cleaning 10001 clauses out of 20011 with flag 265001/265001
71.12/35.67	c cleaning 9998 clauses out of 20009 with flag 275000/275000
74.25/37.29	c cleaning 10003 clauses out of 20012 with flag 285001/285001
76.98/38.63	c cleaning 9993 clauses out of 20008 with flag 295000/295000
79.51/39.98	c cleaning 10000 clauses out of 20015 with flag 305000/305000
82.22/41.34	c cleaning 10002 clauses out of 20015 with flag 315000/315000
84.96/42.72	c cleaning 10001 clauses out of 20013 with flag 325000/325000
87.50/44.02	c cleaning 10002 clauses out of 20013 with flag 335001/335001
90.22/45.43	c cleaning 10000 clauses out of 20010 with flag 345000/345000
93.12/46.93	c cleaning 10001 clauses out of 20012 with flag 355002/355002
95.86/48.33	c cleaning 9994 clauses out of 20009 with flag 365000/365000
98.58/49.73	c cleaning 10002 clauses out of 20016 with flag 375001/375001
101.30/51.18	c cleaning 10003 clauses out of 20014 with flag 385001/385001
104.39/52.72	c cleaning 9996 clauses out of 20011 with flag 395001/395001
106.91/54.09	c cleaning 9999 clauses out of 20015 with flag 405001/405001
109.64/55.40	c cleaning 10004 clauses out of 20017 with flag 415002/415002
111.97/56.67	c cleaning 9998 clauses out of 20012 with flag 425001/425001
114.65/58.07	c cleaning 10002 clauses out of 20014 with flag 435001/435001
117.18/59.40	c cleaning 9992 clauses out of 20011 with flag 445000/445000
120.29/60.94	c cleaning 10002 clauses out of 20021 with flag 455002/455002
123.01/62.32	c cleaning 10006 clauses out of 20019 with flag 465002/465002
125.69/63.76	c cleaning 9996 clauses out of 20012 with flag 475001/475001
128.21/65.10	c cleaning 10003 clauses out of 20015 with flag 485000/485000
130.93/66.44	c cleaning 9997 clauses out of 20012 with flag 495000/495000
133.86/67.93	c cleaning 10003 clauses out of 20015 with flag 505000/505000
136.94/69.51	c cleaning 10000 clauses out of 20012 with flag 515000/515000
139.47/70.86	c cleaning 10003 clauses out of 20014 with flag 525002/525002
141.59/71.95	c cleaning 10002 clauses out of 20010 with flag 535001/535001
144.11/73.20	c cleaning 10000 clauses out of 20008 with flag 545001/545001
146.57/74.59	c cleaning 10001 clauses out of 20009 with flag 555002/555002
149.49/76.07	c cleaning 10000 clauses out of 20009 with flag 565003/565003
152.40/77.54	c cleaning 9998 clauses out of 20008 with flag 575002/575002
155.12/78.92	c cleaning 9996 clauses out of 20008 with flag 585000/585000
157.98/80.49	c cleaning 9993 clauses out of 20012 with flag 595000/595000
161.28/82.16	c cleaning 9988 clauses out of 20021 with flag 605002/605002
164.02/83.56	c cleaning 10012 clauses out of 20033 with flag 615002/615002
166.92/85.00	c cleaning 10004 clauses out of 20021 with flag 625002/625002
169.58/86.44	c cleaning 10003 clauses out of 20016 with flag 635001/635001
172.30/87.88	c cleaning 10002 clauses out of 20014 with flag 645002/645002
175.02/89.30	c cleaning 9999 clauses out of 20010 with flag 655000/655000
178.12/90.85	c cleaning 9992 clauses out of 20012 with flag 665001/665001
181.19/92.44	c cleaning 10007 clauses out of 20023 with flag 675004/675004
184.09/93.96	c cleaning 10001 clauses out of 20014 with flag 685002/685002
187.00/95.42	c cleaning 9999 clauses out of 20013 with flag 695002/695002
189.73/96.89	c cleaning 10002 clauses out of 20015 with flag 705003/705003
192.77/98.40	c cleaning 9996 clauses out of 20010 with flag 715000/715000
195.88/100.01	c cleaning 10001 clauses out of 20016 with flag 725002/725002
198.77/101.59	c cleaning 10003 clauses out of 20015 with flag 735002/735002
201.69/103.08	c cleaning 9997 clauses out of 20010 with flag 745000/745000
204.93/104.76	c cleaning 10004 clauses out of 20014 with flag 755001/755001
207.83/106.26	c cleaning 9999 clauses out of 20010 with flag 765001/765001
210.53/107.68	c cleaning 10001 clauses out of 20010 with flag 775000/775000
213.44/109.19	c cleaning 9994 clauses out of 20009 with flag 785000/785000
216.07/110.55	c cleaning 10002 clauses out of 20016 with flag 795001/795001
218.77/111.94	c cleaning 10003 clauses out of 20015 with flag 805002/805002
221.49/113.36	c cleaning 9999 clauses out of 20012 with flag 815002/815002
224.17/114.73	c cleaning 10001 clauses out of 20011 with flag 825000/825000
226.82/116.12	c cleaning 9996 clauses out of 20010 with flag 835000/835000
229.52/117.53	c cleaning 10001 clauses out of 20014 with flag 845000/845000
232.03/118.88	c cleaning 10003 clauses out of 20016 with flag 855003/855003
234.92/120.32	c cleaning 9998 clauses out of 20010 with flag 865000/865000
237.75/121.81	c cleaning 10004 clauses out of 20015 with flag 875003/875003
240.27/123.18	c cleaning 9998 clauses out of 20010 with flag 885002/885002
242.57/124.38	c cleaning 9997 clauses out of 20011 with flag 895001/895001
245.05/125.60	c cleaning 10002 clauses out of 20014 with flag 905001/905001
247.68/127.01	c cleaning 10000 clauses out of 20011 with flag 915000/915000
250.37/128.45	c cleaning 9997 clauses out of 20011 with flag 925000/925000
253.27/129.94	c cleaning 10001 clauses out of 20014 with flag 935000/935000
256.16/131.46	c cleaning 10006 clauses out of 20016 with flag 945003/945003
257.60/132.22	c cleaning 0 clauses out of 5001 with flag 0/5001
259.87/133.22	c cleaning 9998 clauses out of 20009 with flag 955002/955002
263.27/134.74	c cleaning 10001 clauses out of 20011 with flag 965002/965002
266.76/136.52	c cleaning 9996 clauses out of 20009 with flag 975001/975001
269.59/138.00	c cleaning 9998 clauses out of 20013 with flag 985001/985001
272.49/139.54	c cleaning 10003 clauses out of 20015 with flag 995001/995001
275.40/141.03	c cleaning 10000 clauses out of 20012 with flag 1005001/1005001
278.29/142.58	c cleaning 10001 clauses out of 20011 with flag 1015000/1015000
281.70/144.32	c cleaning 9997 clauses out of 20010 with flag 1025000/1025000
284.60/145.83	c cleaning 9987 clauses out of 20013 with flag 1035000/1035000
287.51/147.38	c cleaning 10011 clauses out of 20031 with flag 1045005/1045005
290.79/149.07	c cleaning 10002 clauses out of 20016 with flag 1055001/1055001
294.21/150.88	c cleaning 10001 clauses out of 20013 with flag 1065000/1065000
297.50/152.55	c cleaning 10001 clauses out of 20013 with flag 1075001/1075001
301.00/154.39	c cleaning 10001 clauses out of 20011 with flag 1085000/1085000
304.29/156.10	c cleaning 10000 clauses out of 20011 with flag 1095001/1095001
307.70/157.81	c cleaning 9997 clauses out of 20010 with flag 1105000/1105000
311.00/159.56	c cleaning 10000 clauses out of 20013 with flag 1115000/1115000
314.08/161.13	c cleaning 10000 clauses out of 20014 with flag 1125001/1125001
316.96/162.70	c cleaning 10002 clauses out of 20014 with flag 1135001/1135001
319.78/164.15	c cleaning 10001 clauses out of 20012 with flag 1145001/1145001
323.08/165.82	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
325.97/167.37	c cleaning 9998 clauses out of 20010 with flag 1165001/1165001
328.89/168.84	c cleaning 10000 clauses out of 20011 with flag 1175000/1175000
332.13/170.59	c cleaning 9997 clauses out of 20011 with flag 1185000/1185000
335.40/172.26	c cleaning 10002 clauses out of 20014 with flag 1195000/1195000
338.50/173.82	c cleaning 9996 clauses out of 20013 with flag 1205001/1205001
341.58/175.46	c cleaning 10001 clauses out of 20017 with flag 1215001/1215001
344.82/177.14	c cleaning 10001 clauses out of 20015 with flag 1225000/1225000
348.10/178.84	c cleaning 10001 clauses out of 20014 with flag 1235000/1235000
351.38/180.50	c cleaning 10002 clauses out of 20013 with flag 1245000/1245000
354.26/182.02	c cleaning 10001 clauses out of 20011 with flag 1255000/1255000
357.68/183.85	c cleaning 9996 clauses out of 20010 with flag 1265000/1265000
360.98/185.52	c cleaning 10001 clauses out of 20014 with flag 1275000/1275000
364.26/187.21	c cleaning 10001 clauses out of 20013 with flag 1285000/1285000
367.34/188.83	c cleaning 10001 clauses out of 20013 with flag 1295001/1295001
370.56/190.56	c cleaning 10001 clauses out of 20012 with flag 1305001/1305001
373.65/192.19	c cleaning 10000 clauses out of 20012 with flag 1315002/1315002
376.93/193.86	c cleaning 9998 clauses out of 20010 with flag 1325000/1325000
380.22/195.50	c cleaning 9999 clauses out of 20014 with flag 1335002/1335002
383.42/197.22	c cleaning 10000 clauses out of 20016 with flag 1345003/1345003
386.10/198.68	c cleaning 10002 clauses out of 20015 with flag 1355002/1355002
388.99/200.18	c cleaning 9999 clauses out of 20013 with flag 1365002/1365002
391.86/201.68	c cleaning 10001 clauses out of 20013 with flag 1375001/1375001
395.06/203.33	c cleaning 10001 clauses out of 20013 with flag 1385002/1385002
397.93/204.82	c cleaning 9999 clauses out of 20010 with flag 1395000/1395000
400.83/206.35	c cleaning 9995 clauses out of 20011 with flag 1405000/1405000
403.72/207.85	c cleaning 10007 clauses out of 20018 with flag 1415002/1415002
407.30/209.71	c cleaning 9998 clauses out of 20010 with flag 1425001/1425001
410.38/211.39	c cleaning 10003 clauses out of 20015 with flag 1435004/1435004
413.67/213.05	c cleaning 9996 clauses out of 20008 with flag 1445000/1445000
416.35/214.43	c cleaning 10001 clauses out of 20014 with flag 1455002/1455002
419.14/215.96	c cleaning 10000 clauses out of 20011 with flag 1465000/1465000
422.21/217.58	c cleaning 10002 clauses out of 20012 with flag 1475001/1475001
425.69/219.31	c cleaning 9997 clauses out of 20009 with flag 1485000/1485000
428.97/221.03	c cleaning 10001 clauses out of 20012 with flag 1495000/1495000
432.16/222.70	c cleaning 10000 clauses out of 20012 with flag 1505001/1505001
435.24/224.32	c cleaning 9985 clauses out of 20011 with flag 1515000/1515000
438.11/225.81	c cleaning 10008 clauses out of 20027 with flag 1525001/1525001
440.78/227.28	c cleaning 10001 clauses out of 20018 with flag 1535000/1535000
443.97/228.98	c cleaning 10003 clauses out of 20018 with flag 1545001/1545001
447.05/230.58	c cleaning 10002 clauses out of 20014 with flag 1555000/1555000
450.14/232.17	c cleaning 10000 clauses out of 20014 with flag 1565002/1565002
453.20/233.78	c cleaning 10000 clauses out of 20014 with flag 1575002/1575002
456.21/235.34	c cleaning 10002 clauses out of 20013 with flag 1585001/1585001
459.07/236.83	c cleaning 9998 clauses out of 20010 with flag 1595000/1595000
462.33/238.51	c cleaning 10001 clauses out of 20012 with flag 1605000/1605000
465.01/239.92	c cleaning 10001 clauses out of 20011 with flag 1615000/1615000
467.99/241.58	c cleaning 10002 clauses out of 20013 with flag 1625003/1625003
471.07/243.11	c cleaning 9966 clauses out of 20008 with flag 1635000/1635000
473.91/244.66	c cleaning 10015 clauses out of 20042 with flag 1645000/1645000
476.98/246.28	c cleaning 10009 clauses out of 20027 with flag 1655000/1655000
480.56/248.12	c cleaning 10002 clauses out of 20019 with flag 1665001/1665001
483.65/249.73	c cleaning 10002 clauses out of 20016 with flag 1675000/1675000
486.31/251.13	c cleaning 9998 clauses out of 20014 with flag 1685000/1685000
489.19/252.61	c cleaning 10003 clauses out of 20016 with flag 1695000/1695000
492.00/254.17	c cleaning 9993 clauses out of 20013 with flag 1705000/1705000
494.85/255.62	c cleaning 10004 clauses out of 20020 with flag 1715000/1715000
497.73/257.19	c cleaning 10003 clauses out of 20016 with flag 1725000/1725000
500.80/258.70	c cleaning 9999 clauses out of 20014 with flag 1735001/1735001
503.58/260.23	c cleaning 9999 clauses out of 20014 with flag 1745000/1745000
506.67/261.81	c cleaning 9997 clauses out of 20016 with flag 1755001/1755001
509.52/263.32	c cleaning 10002 clauses out of 20018 with flag 1765000/1765000
512.81/265.09	c cleaning 10001 clauses out of 20016 with flag 1775000/1775000
516.38/266.92	c cleaning 10005 clauses out of 20018 with flag 1785003/1785003
517.24/267.49	c  And the winner is CuttingPlanes
516.26/267.57	c starts		: 27
516.26/267.57	c conflicts		: 6634
516.26/267.57	c decisions		: 9082
516.26/267.57	c propagations		: 245011
516.26/267.57	c inspects		: 282617982
516.26/267.57	c shortcuts		: 0
516.26/267.57	c learnt literals	: 0
516.26/267.57	c learnt binary clauses	: 0
516.26/267.57	c learnt ternary clauses	: 0
516.26/267.57	c learnt constraints	: 6634
516.26/267.57	c ignored constraints	: 0
516.26/267.57	c root simplifications	: 0
516.26/267.57	c removed literals (reason simplification)	: 0
516.26/267.57	c reason swapping (by a shorter reason)	: 0
516.26/267.57	c Calls to reduceDB	: 1
516.26/267.57	c number of reductions to clauses (during analyze)	: 0
516.26/267.57	c number of learned constraints concerned by reduction	: 0
516.26/267.57	c number of learning phase by resolution	: 0
516.26/267.57	c number of learning phase by cutting planes	: 0
516.26/267.57	c speed (assignments/second)	: 916.8818435607848
516.26/267.57	c non guided choices	48
516.26/267.58	c learnt constraints type 
516.26/267.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6634
516.26/267.58	c constraints type 
516.26/267.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
516.26/267.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
516.26/267.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
516.26/267.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
516.26/267.58	c constraints type 
516.26/267.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
516.26/267.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
516.26/267.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
516.26/267.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
516.26/267.58	s SATISFIABLE
516.26/267.58	v -x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 x190 -x191 x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 x214 -x215 x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 x249 -x250 x251 -x252 -x253 x254 -x255 x256 -x257 x258 x259 -x260 x261 -x262 x263 -x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 x326 -x327 x328 -x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 x359 -x360 x361 -x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 
516.26/267.58	c Total wall clock time (in seconds): 267.34

Verifier Data

OK	0

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-3729078-1338678632/watcher-3729078-1338678632 -o /tmp/evaluation-result-3729078-1338678632/solver-3729078-1338678632 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729078-1338678632.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: 0.31 0.07 0.28 1/172 775
/proc/meminfo: memFree=29298212/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/775/stat : 775 (runsolver) D 773 775 621 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 333988758 12095488 51 33554432000 4194304 5436572 140734830228240 140734830224536 4883175 0 0 4096 24578 18446744072101258628 0 0 17 4 0 0 0 0 0
/proc/775/statm: 2953 51 31 304 0 2645 0

[startup+0.047764 s]
/proc/loadavg: 0.31 0.07 0.28 1/172 775
/proc/meminfo: memFree=29298212/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/775/stat : 775 (java) D 773 775 621 0 -1 4202496 444 0 0 0 0 0 0 0 20 0 1 0 333988758 9515008 175 33554432000 1073741824 1073778376 140733335572784 140733335555512 260190323600 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2323 175 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100206 s]
/proc/loadavg: 0.31 0.07 0.28 1/172 775
/proc/meminfo: memFree=29298212/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=101560 CPUtime=0 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 1420 0 1 0 0 0 0 0 20 0 2 0 333988758 103997440 1102 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 25390 1102 853 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.300156 s]
/proc/loadavg: 0.31 0.07 0.28 1/172 775
/proc/meminfo: memFree=29298212/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11586392 CPUtime=0.22 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 5632 0 1 0 20 2 0 0 20 0 18 0 333988758 11864465408 14419 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2896598 14419 2187 9 0 2887285 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11586392

[startup+0.700183 s]
/proc/loadavg: 0.31 0.07 0.28 1/172 775
/proc/meminfo: memFree=29298212/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 14209 0 1 0 166 3 0 0 20 0 22 0 333988758 12137111552 23529 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 23529 2246 9 0 2953849 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 0.44 0.10 0.29 9/220 832
/proc/meminfo: memFree=28978160/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=4.28 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 24532 0 1 0 419 9 0 0 20 0 22 0 333988758 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 64702 2280 9 0 2953849 0
[pid=775/tid=778] ppid=773 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 773 775 621 0 -1 4202560 3415 0 1 0 19 1 0 0 20 0 22 0 333988764 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618637743256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618576472232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 773 775 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618575419688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 773 775 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618574367144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 773 775 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618573314600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618470025896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618468973352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 773 775 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618467920808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 773 775 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618466868264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=795] ppid=773 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/775/task/795/stat : 795 (java) S 773 775 621 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 333988773 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618454669416 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=796] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/796/stat : 796 (java) S 773 775 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618453615736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=797] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/797/stat : 797 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618452563080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=804] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/804/stat : 804 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618451511824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=805] ppid=773 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/775/task/805/stat : 805 (java) R 773 775 621 0 -1 4202560 7888 0 0 0 80 1 0 0 20 0 22 0 333988777 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618450459192 140618645502816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=775/tid=806] ppid=773 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/775/task/806/stat : 806 (java) R 773 775 621 0 -1 4202560 11800 0 0 0 93 2 0 0 20 0 22 0 333988777 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618449406648 140618641860091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=775/tid=807] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/807/stat : 807 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618448354296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=808] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/808/stat : 808 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618447301960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=825] ppid=773 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/775/task/825/stat : 825 (java) R 773 775 621 0 -1 4202560 27 0 0 0 109 0 0 0 20 0 22 0 333988793 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618446245848 140618577980693 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=775/tid=826] ppid=773 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/775/task/826/stat : 826 (java) R 773 775 621 0 -1 4202560 145 0 0 0 108 2 0 0 20 0 22 0 333988793 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618445191056 140618577993200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=775/tid=827] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/827/stat : 827 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618444141608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=828] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/828/stat : 828 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 64702 33554432000 1073741824 1073778376 140733335572784 140618443089064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 0.44 0.10 0.29 5/220 832
/proc/meminfo: memFree=28655440/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=7.47 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 24608 0 1 0 736 11 0 0 20 0 22 0 333988758 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 92874 2280 9 0 2953849 0
[pid=775/tid=778] ppid=773 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 773 775 621 0 -1 4202560 3415 0 1 0 19 1 0 0 20 0 22 0 333988764 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618637743256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 773 775 621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618576472232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 773 775 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618575419688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 773 775 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618574367144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 773 775 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618573314600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618470025896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618468973352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618467920808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618466868264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=795] ppid=773 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/775/task/795/stat : 795 (java) S 773 775 621 0 -1 4202560 37 0 0 0 10 0 0 0 20 0 22 0 333988773 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618454669416 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=796] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/796/stat : 796 (java) S 773 775 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618453615736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=797] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/797/stat : 797 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618452563080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=804] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/804/stat : 804 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618451511824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=805] ppid=773 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/775/task/805/stat : 805 (java) S 773 775 621 0 -1 4202560 7889 0 0 0 86 1 0 0 20 0 22 0 333988777 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618450459192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=806] ppid=773 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/775/task/806/stat : 806 (java) S 773 775 621 0 -1 4202560 11800 0 0 0 95 3 0 0 20 0 22 0 333988777 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618449406648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=807] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/807/stat : 807 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618448354296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=808] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/808/stat : 808 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618447301960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=825] ppid=773 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/775/task/825/stat : 825 (java) R 773 775 621 0 -1 4202560 30 0 0 0 258 0 0 0 20 0 22 0 333988793 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618446246088 140618578090631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=775/tid=826] ppid=773 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/775/task/826/stat : 826 (java) R 773 775 621 0 -1 4202560 191 0 0 0 255 4 0 0 20 0 22 0 333988793 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618445193264 140618578031738 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=775/tid=827] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/827/stat : 827 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618444141608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=828] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/828/stat : 828 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 92874 33554432000 1073741824 1073778376 140733335572784 140618443089064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 0.73 0.16 0.31 5/220 832
/proc/meminfo: memFree=28144664/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=13.78 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 24704 0 1 0 1365 13 0 0 20 0 22 0 333988758 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 134014 2280 9 0 2953849 0
[pid=775/tid=778] ppid=773 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 773 775 621 0 -1 4202560 3415 0 1 0 19 1 0 0 20 0 22 0 333988764 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618637743256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 773 775 621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618576472232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 773 775 621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618575419688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 773 775 621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618574367144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 773 775 621 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618573314600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618470025896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 773 775 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618468973352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 773 775 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618467920808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 773 775 621 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 333988772 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618466868264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=795] ppid=773 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/795/stat : 795 (java) S 773 775 621 0 -1 4202560 42 0 0 0 22 0 0 0 20 0 22 0 333988773 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618454669416 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=796] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/796/stat : 796 (java) S 773 775 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618453615736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=797] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/797/stat : 797 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618452563080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=804] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/804/stat : 804 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618451511824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=805] ppid=773 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/775/task/805/stat : 805 (java) S 773 775 621 0 -1 4202560 7889 0 0 0 87 1 0 0 20 0 22 0 333988777 12137111552 134014 33554432000 1073741824 1073778376 140733335572784 140618450459192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=775/tid=807] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/807/stat : 807 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618448354296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=808] ppid=773 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/775/task/808/stat : 808 (java) S 773 775 621 0 -1 4202560 15 0 0 0 3 6 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618447301960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=825] ppid=773 vsize=11852648 CPUtime=241.56 cores=0,2,4,6
/proc/775/task/825/stat : 825 (java) R 773 775 621 0 -1 4202560 121 0 0 0 24152 4 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618446245968 140618577927109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=775/tid=826] ppid=773 vsize=11852648 CPUtime=241.63 cores=0,2,4,6
/proc/775/task/826/stat : 826 (java) R 773 775 621 0 -1 4202560 360 0 0 0 24152 11 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618445191344 140618578049343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=775/tid=827] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/827/stat : 827 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618444141608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=828] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/828/stat : 828 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618443089064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 513.58
Current children cumulated vsize (KiB) 11852648

[startup+266.301 s]
/proc/loadavg: 3.51 2.21 1.13 4/219 1513
/proc/meminfo: memFree=28115752/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=515.18 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 33732 0 1 0 51486 32 0 0 20 0 22 0 333988758 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 176678 2281 9 0 2953849 0
[pid=775/tid=778] ppid=773 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 773 775 621 0 -1 4202560 3457 0 1 0 19 3 0 0 20 0 22 0 333988764 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618637743256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 773 775 621 0 -1 4202560 49 0 0 0 50 1 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618576472232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 773 775 621 0 -1 4202560 55 0 0 0 53 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618575419688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 773 775 621 0 -1 4202560 68 0 0 0 54 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618574367144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 773 775 621 0 -1 4202560 59 0 0 0 57 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618573314600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 773 775 621 0 -1 4202560 26 0 0 0 52 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618470025896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 773 775 621 0 -1 4202560 56 0 0 0 58 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618468973352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 773 775 621 0 -1 4202560 46 0 0 0 52 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618467920808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 773 775 621 0 -1 4202560 47 0 0 0 61 0 0 0 20 0 22 0 333988772 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618466868264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=795] ppid=773 vsize=11852648 CPUtime=21.43 cores=0,2,4,6
/proc/775/task/795/stat : 795 (java) S 773 775 621 0 -1 4202560 110 0 0 0 2139 4 0 0 20 0 22 0 333988773 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618454669416 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=796] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/796/stat : 796 (java) S 773 775 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618453615736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=797] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/797/stat : 797 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618452563080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=804] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/804/stat : 804 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618451511824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=805] ppid=773 vsize=11852648 CPUtime=1.87 cores=0,2,4,6
/proc/775/task/805/stat : 805 (java) S 773 775 621 0 -1 4202560 16277 0 0 0 184 3 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618450459192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=806] ppid=773 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/775/task/806/stat : 806 (java) S 773 775 621 0 -1 4202560 11800 0 0 0 98 3 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618449406648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=807] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/807/stat : 807 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618448354296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=808] ppid=773 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/775/task/808/stat : 808 (java) S 773 775 621 0 -1 4202560 15 0 0 0 3 6 0 0 20 0 22 0 333988777 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618447301960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=825] ppid=773 vsize=11852648 CPUtime=242.36 cores=0,2,4,6
/proc/775/task/825/stat : 825 (java) R 773 775 621 0 -1 4202560 121 0 0 0 24232 4 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618446245968 140618577916972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=775/tid=826] ppid=773 vsize=11852648 CPUtime=242.43 cores=0,2,4,6
/proc/775/task/826/stat : 826 (java) R 773 775 621 0 -1 4202560 360 0 0 0 24232 11 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618445191344 140618578049672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=775/tid=827] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/827/stat : 827 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618444141608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=828] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/828/stat : 828 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 176678 33554432000 1073741824 1073778376 140733335572784 140618443089064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 515.18
Current children cumulated vsize (KiB) 11852648

[startup+267.101 s]
/proc/loadavg: 3.51 2.21 1.13 4/219 1513
/proc/meminfo: memFree=28115752/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=516.64 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 33741 0 1 0 51632 32 0 0 20 0 22 0 333988758 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 176686 2281 9 0 2953849 0
[pid=775/tid=778] ppid=773 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 773 775 621 0 -1 4202560 3458 0 1 0 19 3 0 0 20 0 22 0 333988764 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618637743256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 773 775 621 0 -1 4202560 49 0 0 0 51 1 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618576472232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 773 775 621 0 -1 4202560 55 0 0 0 54 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618575419688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 773 775 621 0 -1 4202560 68 0 0 0 54 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618574367144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 773 775 621 0 -1 4202560 59 0 0 0 57 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618573314600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 773 775 621 0 -1 4202560 34 0 0 0 52 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618470025896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 773 775 621 0 -1 4202560 56 0 0 0 58 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618468973352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 773 775 621 0 -1 4202560 46 0 0 0 52 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618467920808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 773 775 621 0 -1 4202560 47 0 0 0 61 0 0 0 20 0 22 0 333988772 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618466868264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=795] ppid=773 vsize=11852648 CPUtime=21.57 cores=0,2,4,6
/proc/775/task/795/stat : 795 (java) S 773 775 621 0 -1 4202560 110 0 0 0 2153 4 0 0 20 0 22 0 333988773 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618454669416 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=796] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/796/stat : 796 (java) S 773 775 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618453615736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=797] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/797/stat : 797 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988774 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618452563080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=804] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/804/stat : 804 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618451511824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=805] ppid=773 vsize=11852648 CPUtime=1.87 cores=0,2,4,6
/proc/775/task/805/stat : 805 (java) S 773 775 621 0 -1 4202560 16277 0 0 0 184 3 0 0 20 0 22 0 333988777 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618450459192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=806] ppid=773 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/775/task/806/stat : 806 (java) S 773 775 621 0 -1 4202560 11800 0 0 0 98 3 0 0 20 0 22 0 333988777 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618449406648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=807] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/807/stat : 807 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988777 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618448354296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=808] ppid=773 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/775/task/808/stat : 808 (java) S 773 775 621 0 -1 4202560 15 0 0 0 3 6 0 0 20 0 22 0 333988777 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618447301960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=825] ppid=773 vsize=11852648 CPUtime=243.01 cores=0,2,4,6
/proc/775/task/825/stat : 825 (java) R 773 775 621 0 -1 4202560 121 0 0 0 24297 4 0 0 20 0 22 0 333988793 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618446246088 140618578023515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=775/tid=826] ppid=773 vsize=11852648 CPUtime=243.08 cores=0,2,4,6
/proc/775/task/826/stat : 826 (java) R 773 775 621 0 -1 4202560 360 0 0 0 24297 11 0 0 20 0 22 0 333988793 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618445191480 140618577978794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=775/tid=827] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/827/stat : 827 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618444141608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=828] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/828/stat : 828 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988793 12137111552 176686 33554432000 1073741824 1073778376 140733335572784 140618443089064 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 516.64
Current children cumulated vsize (KiB) 11852648

[startup+267.501 s]
/proc/loadavg: 3.51 2.21 1.13 4/219 1513
/proc/meminfo: memFree=28113704/32873648 swapFree=7116/7116
[pid=775] ppid=773 vsize=11852648 CPUtime=516.26 cores=0,2,4,6
/proc/775/stat : 775 (java) S 773 775 621 0 -1 4202496 33742 0 1 0 51587 39 0 0 20 0 19 0 333988758 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140733335563920 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/775/statm: 2963162 176673 2282 9 0 2953849 0
[pid=775/tid=778] ppid=773 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/775/task/778/stat : 778 (java) S 773 775 621 0 -1 4202560 3458 0 1 0 19 3 0 0 20 0 19 0 333988764 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618637743256 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/783/stat : 783 (java) S 773 775 621 0 -1 4202560 49 0 0 0 51 1 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618576472232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/775/task/784/stat : 784 (java) S 773 775 621 0 -1 4202560 55 0 0 0 54 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618575419688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/775/task/785/stat : 785 (java) S 773 775 621 0 -1 4202560 68 0 0 0 54 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618574367144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/775/task/786/stat : 786 (java) S 773 775 621 0 -1 4202560 59 0 0 0 57 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618573314600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/787/stat : 787 (java) S 773 775 621 0 -1 4202560 34 0 0 0 52 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618470025896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/775/task/788/stat : 788 (java) S 773 775 621 0 -1 4202560 56 0 0 0 58 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618468973352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/775/task/789/stat : 789 (java) S 773 775 621 0 -1 4202560 46 0 0 0 52 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618467920808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/775/task/790/stat : 790 (java) S 773 775 621 0 -1 4202560 47 0 0 0 61 0 0 0 20 0 19 0 333988772 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618466868264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=795] ppid=773 vsize=11852648 CPUtime=21.57 cores=0,2,4,6
/proc/775/task/795/stat : 795 (java) S 773 775 621 0 -1 4202560 110 0 0 0 2153 4 0 0 20 0 19 0 333988773 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618454669416 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=796] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/796/stat : 796 (java) S 773 775 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333988774 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618453615736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=797] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/797/stat : 797 (java) S 773 775 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333988774 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618452563080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=804] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/804/stat : 804 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333988777 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618451511824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=775/tid=805] ppid=773 vsize=11852648 CPUtime=1.87 cores=0,2,4,6
/proc/775/task/805/stat : 805 (java) S 773 775 621 0 -1 4202560 16277 0 0 0 184 3 0 0 20 0 19 0 333988777 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618450459192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=806] ppid=773 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/775/task/806/stat : 806 (java) S 773 775 621 0 -1 4202560 11800 0 0 0 98 3 0 0 20 0 19 0 333988777 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618449406648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=807] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/807/stat : 807 (java) S 773 775 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333988777 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618448354296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=775/tid=808] ppid=773 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/775/task/808/stat : 808 (java) S 773 775 621 0 -1 4202560 15 0 0 0 3 6 0 0 20 0 19 0 333988777 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618447301960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=775/tid=827] ppid=773 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/775/task/827/stat : 827 (java) S 773 775 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333988793 12137111552 176673 33554432000 1073741824 1073778376 140733335572784 140618444141608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 516.26
Current children cumulated vsize (KiB) 11852648

Child status: 10

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.97998
#  lost CPU user time (s): 1.04999
#  lost CPU system time (s): -0.07

Real time (s): 267.587
CPU time (s): 517.297
CPU user time (s): 516.864
CPU system time (s): 0.433923
CPU usage (%): 193.319
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.814
system time used= 0.503923
maximum resident set size= 706748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33752
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11619
involuntary context switches= 10593

runsolver used 1.19682 second user time and 2.80957 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 01:10:33
IDJOB=3729078
IDBENCH=1165
IDSOLVER=2328
FILE ID=node123/3729078-1338678632
RUNJOBID= node123-1338678620-640
PBS_JOBID= 14636690
Free space on /tmp= 71304 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729078-1338678632/watcher-3729078-1338678632 -o /tmp/evaluation-result-3729078-1338678632/solver-3729078-1338678632 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729078-1338678632.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=1692564633

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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	: 5331.92
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		: 2667.217
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		: 2667.217
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.91
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		: 2667.217
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.91
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		: 2667.217
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		: 2667.217
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:       32873648 kB
MemFree:        29298484 kB
Buffers:          483372 kB
Cached:          2196808 kB
SwapCached:         2272 kB
Active:           821912 kB
Inactive:        1866816 kB
Active(anon):       3608 kB
Inactive(anon):     5516 kB
Active(file):     818304 kB
Inactive(file):  1861300 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:         12108 kB
Mapped:             9652 kB
Shmem:                 0 kB
Slab:             748452 kB
SReclaimable:     192348 kB
SUnreclaim:       556104 kB
KernelStack:        1416 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 01:15:01