Trace number 3733508

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 447.306 232.414

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
Bench CategoryDEC-MEDINT (no optimisation, medium 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 benchmark0.399938
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3733508-1338690283.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.017s.
0.09/0.14	c #vars     80
0.09/0.14	c #constraints  2
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.34/0.76	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.59/1.17	c cleaning 4250 clauses out of 8499 with flag 11000/11000
4.83/1.70	c cleaning 5624 clauses out of 11250 with flag 18001/18001
6.02/2.40	c cleaning 6811 clauses out of 13625 with flag 26000/26000
7.98/3.28	c cleaning 7908 clauses out of 15815 with flag 35001/35001
10.19/4.48	c cleaning 8952 clauses out of 17907 with flag 45001/45001
13.16/5.94	c cleaning 9473 clauses out of 18954 with flag 55000/55000
16.13/7.40	c cleaning 9740 clauses out of 19482 with flag 65001/65001
18.91/8.85	c cleaning 9871 clauses out of 19742 with flag 75001/75001
21.85/10.32	c cleaning 9936 clauses out of 19872 with flag 85002/85002
25.22/12.02	c cleaning 9967 clauses out of 19935 with flag 95001/95001
27.96/13.43	c cleaning 9983 clauses out of 19968 with flag 105001/105001
31.09/15.07	c cleaning 9987 clauses out of 19984 with flag 115000/115000
33.65/16.38	c cleaning 9996 clauses out of 19997 with flag 125000/125000
36.22/17.69	c cleaning 10001 clauses out of 20001 with flag 135000/135000
39.17/19.10	c cleaning 9999 clauses out of 20001 with flag 145001/145001
42.71/20.95	c cleaning 9995 clauses out of 20001 with flag 155000/155000
45.63/22.41	c cleaning 10001 clauses out of 20006 with flag 165000/165000
48.78/24.03	c cleaning 10001 clauses out of 20005 with flag 175000/175000
51.95/25.61	c cleaning 9998 clauses out of 20004 with flag 185000/185000
55.47/27.43	c cleaning 10001 clauses out of 20008 with flag 195002/195002
57.82/28.66	c cleaning 9997 clauses out of 20005 with flag 205000/205000
60.95/30.23	c cleaning 10001 clauses out of 20010 with flag 215002/215002
61.51/30.50	c cleaning 0 clauses out of 5000 with flag 0/5000
64.24/31.81	c cleaning 10002 clauses out of 20008 with flag 225001/225001
66.98/33.29	c cleaning 9998 clauses out of 20007 with flag 235002/235002
69.52/34.50	c cleaning 10001 clauses out of 20008 with flag 245001/245001
71.46/35.55	c cleaning 10000 clauses out of 20007 with flag 255001/255001
74.36/37.05	c cleaning 9999 clauses out of 20007 with flag 265001/265001
78.11/38.93	c cleaning 10002 clauses out of 20007 with flag 275000/275000
81.24/40.60	c cleaning 10000 clauses out of 20006 with flag 285001/285001
83.58/41.73	c cleaning 9999 clauses out of 20005 with flag 295000/295000
86.47/43.25	c cleaning 10000 clauses out of 20006 with flag 305000/305000
89.00/44.59	c cleaning 10001 clauses out of 20007 with flag 315001/315001
91.13/45.67	c cleaning 10001 clauses out of 20005 with flag 325000/325000
93.85/47.09	c cleaning 9999 clauses out of 20005 with flag 335001/335001
95.75/48.08	c cleaning 9999 clauses out of 20006 with flag 345001/345001
98.29/49.37	c cleaning 9997 clauses out of 20008 with flag 355002/355002
101.41/50.95	c cleaning 10004 clauses out of 20009 with flag 365000/365000
103.95/52.28	c cleaning 10002 clauses out of 20005 with flag 375000/375000
106.24/53.41	c cleaning 10002 clauses out of 20005 with flag 385002/385002
109.38/55.02	c cleaning 9993 clauses out of 20002 with flag 395001/395001
111.90/56.34	c cleaning 10000 clauses out of 20009 with flag 405001/405001
113.82/57.34	c cleaning 10002 clauses out of 20008 with flag 415000/415000
116.31/58.61	c cleaning 9999 clauses out of 20006 with flag 425000/425000
119.23/60.17	c cleaning 10004 clauses out of 20007 with flag 435000/435000
121.96/61.51	c cleaning 9999 clauses out of 20004 with flag 445001/445001
124.48/62.81	c cleaning 9998 clauses out of 20004 with flag 455000/455000
126.56/63.96	c cleaning 10001 clauses out of 20006 with flag 465000/465000
129.89/65.63	c cleaning 10001 clauses out of 20005 with flag 475000/475000
132.64/67.05	c cleaning 9999 clauses out of 20005 with flag 485001/485001
135.56/68.50	c cleaning 9998 clauses out of 20006 with flag 495001/495001
138.83/70.29	c cleaning 10000 clauses out of 20008 with flag 505001/505001
141.38/71.57	c cleaning 10001 clauses out of 20007 with flag 515000/515000
143.89/72.89	c cleaning 9999 clauses out of 20007 with flag 525001/525001
146.61/74.23	c cleaning 10002 clauses out of 20008 with flag 535001/535001
148.88/75.43	c cleaning 9998 clauses out of 20006 with flag 545001/545001
150.59/76.40	c cleaning 10004 clauses out of 20007 with flag 555000/555000
153.31/77.78	c cleaning 9996 clauses out of 20004 with flag 565001/565001
155.25/78.77	c cleaning 10001 clauses out of 20008 with flag 575001/575001
156.91/79.67	c cleaning 10002 clauses out of 20006 with flag 585000/585000
160.02/81.20	c cleaning 10000 clauses out of 20005 with flag 595001/595001
162.55/82.60	c cleaning 10001 clauses out of 20005 with flag 605001/605001
165.45/84.02	c cleaning 9999 clauses out of 20004 with flag 615001/615001
167.52/85.11	c cleaning 10002 clauses out of 20005 with flag 625001/625001
169.63/86.21	c cleaning 9999 clauses out of 20002 with flag 635000/635000
171.94/87.49	c cleaning 9998 clauses out of 20004 with flag 645001/645001
174.45/88.77	c cleaning 10000 clauses out of 20005 with flag 655000/655000
176.91/90.03	c cleaning 10003 clauses out of 20005 with flag 665000/665000
179.43/91.39	c cleaning 9997 clauses out of 20002 with flag 675000/675000
182.13/92.79	c cleaning 10003 clauses out of 20005 with flag 685000/685000
184.83/94.19	c cleaning 10001 clauses out of 20004 with flag 695002/695002
187.71/95.68	c cleaning 9999 clauses out of 20002 with flag 705001/705001
190.41/97.06	c cleaning 10001 clauses out of 20002 with flag 715000/715000
193.73/98.75	c cleaning 9997 clauses out of 20001 with flag 725000/725000
196.64/100.23	c cleaning 9998 clauses out of 20004 with flag 735000/735000
199.50/101.72	c cleaning 10002 clauses out of 20006 with flag 745000/745000
202.21/103.16	c cleaning 10002 clauses out of 20005 with flag 755001/755001
204.73/104.43	c cleaning 10002 clauses out of 20004 with flag 765002/765002
207.22/105.78	c cleaning 9998 clauses out of 20001 with flag 775001/775001
209.87/107.17	c cleaning 9996 clauses out of 20002 with flag 785000/785000
211.99/108.28	c cleaning 9998 clauses out of 20007 with flag 795001/795001
214.50/109.53	c cleaning 10003 clauses out of 20009 with flag 805001/805001
217.20/110.93	c cleaning 9998 clauses out of 20006 with flag 815001/815001
219.47/112.17	c cleaning 10002 clauses out of 20007 with flag 825000/825000
221.97/113.45	c cleaning 9999 clauses out of 20006 with flag 835001/835001
224.09/114.51	c cleaning 10002 clauses out of 20007 with flag 845001/845001
226.60/115.83	c cleaning 9998 clauses out of 20005 with flag 855001/855001
229.07/117.17	c cleaning 9996 clauses out of 20006 with flag 865000/865000
230.57/117.99	c cleaning 10002 clauses out of 20010 with flag 875000/875000
232.87/119.18	c cleaning 10001 clauses out of 20009 with flag 885001/885001
236.18/120.86	c cleaning 9997 clauses out of 20008 with flag 895001/895001
238.63/122.11	c cleaning 10001 clauses out of 20010 with flag 905000/905000
241.11/123.45	c cleaning 9999 clauses out of 20011 with flag 915002/915002
243.42/124.61	c cleaning 10004 clauses out of 20011 with flag 925001/925001
246.52/126.26	c cleaning 10000 clauses out of 20007 with flag 935001/935001
249.34/127.79	c cleaning 9999 clauses out of 20006 with flag 945000/945000
251.86/129.00	c cleaning 10002 clauses out of 20007 with flag 955000/955000
253.96/130.17	c cleaning 9996 clauses out of 20005 with flag 965000/965000
255.66/131.03	c cleaning 10002 clauses out of 20010 with flag 975001/975001
258.11/132.32	c cleaning 10000 clauses out of 20008 with flag 985001/985001
260.20/133.44	c cleaning 10001 clauses out of 20007 with flag 995000/995000
262.30/134.56	c cleaning 9999 clauses out of 20006 with flag 1005000/1005000
264.40/135.62	c cleaning 9998 clauses out of 20007 with flag 1015000/1015000
266.43/136.73	c cleaning 10001 clauses out of 20009 with flag 1025000/1025000
268.33/137.76	c cleaning 9998 clauses out of 20008 with flag 1035000/1035000
270.62/138.95	c cleaning 10001 clauses out of 20012 with flag 1045002/1045002
273.12/140.29	c cleaning 9997 clauses out of 20009 with flag 1055000/1055000
275.56/141.53	c cleaning 10002 clauses out of 20013 with flag 1065001/1065001
277.69/142.64	c cleaning 10002 clauses out of 20011 with flag 1075001/1075001
280.40/144.06	c cleaning 9999 clauses out of 20008 with flag 1085000/1085000
282.88/145.34	c cleaning 10000 clauses out of 20010 with flag 1095001/1095001
285.12/146.59	c cleaning 10004 clauses out of 20010 with flag 1105001/1105001
287.22/147.63	c cleaning 9998 clauses out of 20006 with flag 1115001/1115001
288.93/148.52	c cleaning 9999 clauses out of 20007 with flag 1125000/1125000
291.04/149.69	c cleaning 10002 clauses out of 20009 with flag 1135001/1135001
292.89/150.67	c cleaning 10000 clauses out of 20007 with flag 1145001/1145001
294.77/151.62	c cleaning 10000 clauses out of 20008 with flag 1155002/1155002
296.46/152.55	c cleaning 10000 clauses out of 20006 with flag 1165000/1165000
298.55/153.62	c cleaning 9997 clauses out of 20006 with flag 1175000/1175000
301.20/155.00	c cleaning 10000 clauses out of 20009 with flag 1185000/1185000
304.08/156.56	c cleaning 10003 clauses out of 20009 with flag 1195000/1195000
307.36/158.27	c cleaning 10002 clauses out of 20007 with flag 1205001/1205001
309.87/159.55	c cleaning 9999 clauses out of 20005 with flag 1215001/1215001
313.07/161.24	c cleaning 10000 clauses out of 20005 with flag 1225000/1225000
315.97/162.77	c cleaning 10002 clauses out of 20006 with flag 1235001/1235001
316.26/163.00	c cleaning 0 clauses out of 11000 with flag 0/11000
319.46/164.53	c cleaning 9996 clauses out of 20003 with flag 1245000/1245000
322.84/166.20	c cleaning 10005 clauses out of 20009 with flag 1255002/1255002
326.33/168.01	c cleaning 10002 clauses out of 20005 with flag 1265003/1265003
329.02/169.44	c cleaning 9995 clauses out of 20002 with flag 1275002/1275002
331.70/170.82	c cleaning 10001 clauses out of 20006 with flag 1285001/1285001
334.52/172.31	c cleaning 10001 clauses out of 20006 with flag 1295002/1295002
337.00/173.60	c cleaning 10000 clauses out of 20003 with flag 1305000/1305000
339.88/175.16	c cleaning 9996 clauses out of 20003 with flag 1315000/1315000
342.57/176.53	c cleaning 9997 clauses out of 20008 with flag 1325001/1325001
345.41/178.08	c cleaning 10004 clauses out of 20011 with flag 1335001/1335001
348.10/179.43	c cleaning 10001 clauses out of 20006 with flag 1345000/1345000
350.38/180.63	c cleaning 9999 clauses out of 20006 with flag 1355001/1355001
352.67/181.86	c cleaning 9995 clauses out of 20006 with flag 1365000/1365000
355.88/183.55	c cleaning 10001 clauses out of 20012 with flag 1375001/1375001
358.96/185.12	c cleaning 10000 clauses out of 20010 with flag 1385000/1385000
361.44/186.44	c cleaning 10003 clauses out of 20010 with flag 1395000/1395000
363.71/187.60	c cleaning 10001 clauses out of 20008 with flag 1405001/1405001
365.31/188.52	c cleaning 9999 clauses out of 20007 with flag 1415001/1415001
366.99/189.49	c cleaning 9997 clauses out of 20007 with flag 1425000/1425000
369.06/190.53	c cleaning 10002 clauses out of 20010 with flag 1435000/1435000
371.15/191.69	c cleaning 10000 clauses out of 20009 with flag 1445001/1445001
373.37/192.82	c cleaning 9995 clauses out of 20008 with flag 1455000/1455000
375.25/193.89	c cleaning 10002 clauses out of 20014 with flag 1465001/1465001
377.13/194.85	c cleaning 10004 clauses out of 20012 with flag 1475001/1475001
379.22/195.98	c cleaning 10002 clauses out of 20008 with flag 1485001/1485001
381.05/196.91	c cleaning 10002 clauses out of 20006 with flag 1495001/1495001
382.91/197.98	c cleaning 10000 clauses out of 20004 with flag 1505001/1505001
384.78/198.91	c cleaning 10002 clauses out of 20003 with flag 1515000/1515000
387.08/200.11	c cleaning 10003 clauses out of 20005 with flag 1525004/1525004
389.49/201.48	c cleaning 9995 clauses out of 19998 with flag 1535000/1535000
391.96/202.71	c cleaning 9997 clauses out of 20004 with flag 1545001/1545001
394.24/203.96	c cleaning 9997 clauses out of 20006 with flag 1555000/1555000
396.52/205.18	c cleaning 10001 clauses out of 20010 with flag 1565001/1565001
398.54/206.26	c cleaning 10002 clauses out of 20009 with flag 1575001/1575001
400.62/207.38	c cleaning 9998 clauses out of 20007 with flag 1585001/1585001
402.89/208.60	c cleaning 9995 clauses out of 20008 with flag 1595000/1595000
404.77/209.56	c cleaning 10001 clauses out of 20014 with flag 1605001/1605001
406.76/210.64	c cleaning 10005 clauses out of 20012 with flag 1615000/1615000
408.83/211.78	c cleaning 9999 clauses out of 20008 with flag 1625001/1625001
411.49/213.16	c cleaning 10000 clauses out of 20009 with flag 1635001/1635001
413.76/214.31	c cleaning 10002 clauses out of 20008 with flag 1645000/1645000
416.16/215.67	c cleaning 9998 clauses out of 20006 with flag 1655000/1655000
419.21/217.24	c cleaning 9998 clauses out of 20008 with flag 1665000/1665000
421.87/218.69	c cleaning 10002 clauses out of 20010 with flag 1675000/1675000
424.95/220.29	c cleaning 9999 clauses out of 20008 with flag 1685000/1685000
427.76/221.70	c cleaning 10000 clauses out of 20009 with flag 1695000/1695000
430.04/222.96	c cleaning 10003 clauses out of 20010 with flag 1705001/1705001
432.32/224.15	c cleaning 10001 clauses out of 20006 with flag 1715000/1715000
434.81/225.49	c cleaning 10003 clauses out of 20005 with flag 1725000/1725000
437.39/226.84	c cleaning 10001 clauses out of 20003 with flag 1735001/1735001
440.65/228.54	c cleaning 9998 clauses out of 20001 with flag 1745000/1745000
443.53/230.08	c cleaning 9997 clauses out of 20003 with flag 1755000/1755000
446.60/231.67	c cleaning 10000 clauses out of 20006 with flag 1765000/1765000
447.21/232.04	c  And the winner is Resolution
446.42/232.39	c starts		: 209
446.42/232.39	c conflicts		: 1766607
446.42/232.39	c decisions		: 1779463
446.42/232.39	c propagations		: 13056013
446.42/232.39	c inspects		: 2493749012
446.42/232.39	c shortcuts		: 0
446.42/232.39	c learnt literals	: 0
446.42/232.39	c learnt binary clauses	: 0
446.42/232.39	c learnt ternary clauses	: 0
446.42/232.39	c learnt constraints	: 1766607
446.42/232.39	c ignored constraints	: 0
446.42/232.39	c root simplifications	: 0
446.42/232.39	c removed literals (reason simplification)	: 23307066
446.42/232.39	c reason swapping (by a shorter reason)	: 0
446.42/232.39	c Calls to reduceDB	: 178
446.42/232.39	c number of reductions to clauses (during analyze)	: 0
446.42/232.39	c number of learned constraints concerned by reduction	: 0
446.42/232.39	c number of learning phase by resolution	: 0
446.42/232.39	c number of learning phase by cutting planes	: 0
446.42/232.39	c speed (assignments/second)	: 56215.58327484725
446.42/232.39	c non guided choices	68
446.42/232.40	c learnt constraints type 
446.42/232.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11613
446.42/232.40	c constraints type 
446.42/232.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
446.42/232.40	c constraints type 
446.42/232.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
446.42/232.40	s SATISFIABLE
446.42/232.40	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 
446.42/232.40	c Total wall clock time (in seconds): 232.28

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-3733508-1338690283/watcher-3733508-1338690283 -o /tmp/evaluation-result-3733508-1338690283/solver-3733508-1338690283 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733508-1338690283.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: 3.85 3.91 3.85 4/199 30843
/proc/meminfo: memFree=24787936/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/30843/stat : 30843 (java) R 30841 30843 27163 0 -1 4202496 572 0 0 0 0 0 0 0 20 0 1 0 335153659 23793664 300 33554432000 1073741824 1073778376 140737299951392 140737299940456 273579817523 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 5809 313 241 9 0 128 0

[startup+0.043901 s]
/proc/loadavg: 3.85 3.91 3.85 4/199 30843
/proc/meminfo: memFree=24787936/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11121416 CPUtime=0.03 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 4203 0 1 0 2 1 0 0 20 0 12 0 335153659 11388329984 12057 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2796738 12057 1653 9 0 2787439 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11121416

[startup+0.100257 s]
/proc/loadavg: 3.85 3.91 3.85 4/199 30843
/proc/meminfo: memFree=24787936/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 5171 0 1 0 8 1 0 0 20 0 18 0 335153659 11864465408 13527 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2896598 13527 2086 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300162 s]
/proc/loadavg: 3.85 3.91 3.85 4/199 30843
/proc/meminfo: memFree=24787936/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 9017 0 1 0 72 2 0 0 20 0 22 0 335153659 12137111552 19031 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 19031 2220 9 0 2953849 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 11852648

[startup+0.70018 s]
/proc/loadavg: 3.85 3.91 3.85 4/199 30843
/proc/meminfo: memFree=24787936/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=2.34 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 20195 0 1 0 229 5 0 0 20 0 22 0 335153659 12137111552 47029 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 47029 2241 9 0 2953849 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 3.85 3.91 3.85 5/221 30865
/proc/meminfo: memFree=24526084/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=4.41 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 25792 0 1 0 433 8 0 0 20 0 22 0 335153659 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 80922 2274 9 0 2953849 0
[pid=30843/tid=30845] ppid=30841 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/30843/task/30845/stat : 30845 (java) S 30841 30843 27163 0 -1 4202560 3364 0 1 0 10 2 0 0 20 0 22 0 335153660 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140616101504152 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30846] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30846/stat : 30846 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140616090565288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30847] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30847/stat : 30847 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140616089512744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30848] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30848/stat : 30848 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615936666536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30849] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30849/stat : 30849 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615935613992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30850] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30850/stat : 30850 (java) S 30841 30843 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615934560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30851] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30851/stat : 30851 (java) S 30841 30843 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615933507880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30852] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30852/stat : 30852 (java) S 30841 30843 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615932455336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30853] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30853/stat : 30853 (java) S 30841 30843 27163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615931402792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30854] ppid=30841 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/30843/task/30854/stat : 30854 (java) S 30841 30843 27163 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 335153663 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615918991976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30855] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30855/stat : 30855 (java) S 30841 30843 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615917938296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30856] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30856/stat : 30856 (java) S 30841 30843 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615916885640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 13956 0 0 0 77 2 0 0 20 0 22 0 335153666 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30859] ppid=30841 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/30843/task/30859/stat : 30859 (java) R 30841 30843 27163 0 -1 4202560 6977 0 0 0 81 0 0 0 20 0 22 0 335153666 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615913728184 140616105600547 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30860] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30860/stat : 30860 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615912675832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30861] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30861/stat : 30861 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615911623496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30862] ppid=30841 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/30843/task/30862/stat : 30862 (java) R 30841 30843 27163 0 -1 4202560 47 0 0 0 129 0 0 0 20 0 22 0 335153674 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615910568528 140615971437799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30863] ppid=30841 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/30843/task/30863/stat : 30863 (java) R 30841 30843 27163 0 -1 4202560 173 0 0 0 124 4 0 0 20 0 22 0 335153674 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615909515848 140615971732620 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30864] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30864/stat : 30864 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615908464168 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30865] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30865/stat : 30865 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 80922 33554432000 1073741824 1073778376 140737299951392 140615907411624 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.85 3.91 3.85 5/221 30865
/proc/meminfo: memFree=24463652/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=7.62 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 25854 0 1 0 753 9 0 0 20 0 22 0 335153659 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 92221 2281 9 0 2953849 0
[pid=30843/tid=30845] ppid=30841 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/30843/task/30845/stat : 30845 (java) S 30841 30843 27163 0 -1 4202560 3364 0 1 0 10 2 0 0 20 0 22 0 335153660 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140616101504152 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30846] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30846/stat : 30846 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140616090565288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30847] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30847/stat : 30847 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140616089512744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30848] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30848/stat : 30848 (java) S 30841 30843 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615936666536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30849] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30849/stat : 30849 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615935613992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30850] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30850/stat : 30850 (java) S 30841 30843 27163 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615934560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30851] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30851/stat : 30851 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615933507880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30852] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30852/stat : 30852 (java) S 30841 30843 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615932455336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30853] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30853/stat : 30853 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615931402792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30854] ppid=30841 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30843/task/30854/stat : 30854 (java) S 30841 30843 27163 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 22 0 335153663 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615918991976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30855] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30855/stat : 30855 (java) S 30841 30843 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615917938296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30856] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30856/stat : 30856 (java) S 30841 30843 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615916885640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 13963 0 0 0 83 2 0 0 20 0 22 0 335153666 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30859] ppid=30841 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/30843/task/30859/stat : 30859 (java) S 30841 30843 27163 0 -1 4202560 6977 0 0 0 82 0 0 0 20 0 22 0 335153666 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615913728184 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30860] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30860/stat : 30860 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615912675832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30861] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30861/stat : 30861 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615911623496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30862] ppid=30841 vsize=11852648 CPUtime=2.82 cores=0,2,4,6
/proc/30843/task/30862/stat : 30862 (java) R 30841 30843 27163 0 -1 4202560 48 0 0 0 282 0 0 0 20 0 22 0 335153674 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615910568528 140615971397076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30863] ppid=30841 vsize=11852648 CPUtime=2.81 cores=0,2,4,6
/proc/30843/task/30863/stat : 30863 (java) R 30841 30843 27163 0 -1 4202560 193 0 0 0 276 5 0 0 20 0 22 0 335153674 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615909513632 140615971400362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30864] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30864/stat : 30864 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615908464168 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30865] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30865/stat : 30865 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 92221 33554432000 1073741824 1073778376 140737299951392 140615907411624 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.86 3.92 3.85 5/221 30865
/proc/meminfo: memFree=24349104/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=13.93 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 25926 0 1 0 1382 11 0 0 20 0 22 0 335153659 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 123836 2281 9 0 2953849 0
[pid=30843/tid=30845] ppid=30841 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/30843/task/30845/stat : 30845 (java) S 30841 30843 27163 0 -1 4202560 3364 0 1 0 10 2 0 0 20 0 22 0 335153660 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140616101504152 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30846] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30846/stat : 30846 (java) S 30841 30843 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140616090565288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30847] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30847/stat : 30847 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140616089512744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30848] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30848/stat : 30848 (java) S 30841 30843 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615936666536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30849] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30849/stat : 30849 (java) S 30841 30843 27163 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615935613992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30850] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30850/stat : 30850 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615934560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30851] ppid=30841 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30843/task/30851/stat : 30851 (java) S 30841 30843 27163 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615933507880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30852] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30852/stat : 30852 (java) S 30841 30843 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615932455336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30853] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30853/stat : 30853 (java) S 30841 30843 27163 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 335153662 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615931402792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30854] ppid=30841 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/30843/task/30854/stat : 30854 (java) S 30841 30843 27163 0 -1 4202560 39 0 0 0 18 0 0 0 20 0 22 0 335153663 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615918991976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30855] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30855/stat : 30855 (java) S 30841 30843 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615917938296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30856] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30856/stat : 30856 (java) S 30841 30843 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615916885640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 13963 0 0 0 85 2 0 0 20 0 22 0 335153666 12137111552 123836 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 17058 0 0 0 121 2 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30859] ppid=30841 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/30843/task/30859/stat : 30859 (java) S 30841 30843 27163 0 -1 4202560 8551 0 0 0 109 0 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615913728184 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30860] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30860/stat : 30860 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615912675832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30861] ppid=30841 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/30843/task/30861/stat : 30861 (java) S 30841 30843 27163 0 -1 4202560 13 0 0 0 3 5 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615911623496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30862] ppid=30841 vsize=11852648 CPUtime=208.54 cores=0,2,4,6
/proc/30843/task/30862/stat : 30862 (java) R 30841 30843 27163 0 -1 4202560 146 0 0 0 20851 3 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615910568528 140615971437679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30863] ppid=30841 vsize=11852648 CPUtime=208.58 cores=0,2,4,6
/proc/30843/task/30863/stat : 30863 (java) R 30841 30843 27163 0 -1 4202560 288 0 0 0 20848 10 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615909514112 140615971571621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30864] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30864/stat : 30864 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615908464168 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30865] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30865/stat : 30865 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615907411624 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 445.6
Current children cumulated vsize (KiB) 11852648

[startup+231.901 s]
/proc/loadavg: 3.72 3.87 3.84 5/221 30866
/proc/meminfo: memFree=24144232/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=447 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 31291 0 1 0 44674 26 0 0 20 0 22 0 335153659 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 141231 2282 9 0 2953849 0
[pid=30843/tid=30845] ppid=30841 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/30843/task/30845/stat : 30845 (java) S 30841 30843 27163 0 -1 4202560 3408 0 1 0 11 2 0 0 20 0 22 0 335153660 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140616101504152 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30846] ppid=30841 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/30843/task/30846/stat : 30846 (java) S 30841 30843 27163 0 -1 4202560 49 0 0 0 52 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140616090565288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30847] ppid=30841 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/30843/task/30847/stat : 30847 (java) S 30841 30843 27163 0 -1 4202560 56 0 0 0 55 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140616089512744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30848] ppid=30841 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30843/task/30848/stat : 30848 (java) S 30841 30843 27163 0 -1 4202560 62 0 0 0 59 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615936666536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30849] ppid=30841 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/30843/task/30849/stat : 30849 (java) S 30841 30843 27163 0 -1 4202560 84 0 0 0 53 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615935613992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30850] ppid=30841 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30843/task/30850/stat : 30850 (java) S 30841 30843 27163 0 -1 4202560 87 0 0 0 59 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615934560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30851] ppid=30841 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/30843/task/30851/stat : 30851 (java) S 30841 30843 27163 0 -1 4202560 84 0 0 0 60 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615933507880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30852] ppid=30841 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/30843/task/30852/stat : 30852 (java) S 30841 30843 27163 0 -1 4202560 57 0 0 0 52 0 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615932455336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30853] ppid=30841 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/30843/task/30853/stat : 30853 (java) S 30841 30843 27163 0 -1 4202560 64 0 0 0 52 2 0 0 20 0 22 0 335153662 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615931402792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30854] ppid=30841 vsize=11852648 CPUtime=20.54 cores=0,2,4,6
/proc/30843/task/30854/stat : 30854 (java) S 30841 30843 27163 0 -1 4202560 87 0 0 0 2051 3 0 0 20 0 22 0 335153663 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615918991976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30855] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30855/stat : 30855 (java) S 30841 30843 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615917938296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30856] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30856/stat : 30856 (java) S 30841 30843 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335153664 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615916885640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 17058 0 0 0 121 2 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30859] ppid=30841 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/30843/task/30859/stat : 30859 (java) S 30841 30843 27163 0 -1 4202560 8551 0 0 0 109 0 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615913728184 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30860] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30860/stat : 30860 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615912675832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30861] ppid=30841 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/30843/task/30861/stat : 30861 (java) S 30841 30843 27163 0 -1 4202560 13 0 0 0 3 5 0 0 20 0 22 0 335153666 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615911623496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30862] ppid=30841 vsize=11852648 CPUtime=209.12 cores=0,2,4,6
/proc/30843/task/30862/stat : 30862 (java) R 30841 30843 27163 0 -1 4202560 146 0 0 0 20909 3 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615910568648 140615971437715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30863] ppid=30841 vsize=11852648 CPUtime=209.16 cores=0,2,4,6
/proc/30843/task/30863/stat : 30863 (java) R 30841 30843 27163 0 -1 4202560 288 0 0 0 20906 10 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615909514232 140615971732620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30864] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30864/stat : 30864 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615908464168 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30865] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30865/stat : 30865 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335153674 12137111552 141231 33554432000 1073741824 1073778376 140737299951392 140615907411624 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 447
Current children cumulated vsize (KiB) 11852648

[startup+232.301 s]
/proc/loadavg: 3.72 3.87 3.84 5/221 30866
/proc/meminfo: memFree=24144232/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=446.42 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 31293 0 1 0 44609 33 0 0 20 0 19 0 335153659 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 141216 2283 9 0 2953849 0
[pid=30843/tid=30845] ppid=30841 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/30843/task/30845/stat : 30845 (java) S 30841 30843 27163 0 -1 4202560 3408 0 1 0 11 2 0 0 20 0 19 0 335153660 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140616101504152 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30846] ppid=30841 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/30843/task/30846/stat : 30846 (java) S 30841 30843 27163 0 -1 4202560 49 0 0 0 52 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140616090565288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30847] ppid=30841 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/30843/task/30847/stat : 30847 (java) S 30841 30843 27163 0 -1 4202560 56 0 0 0 55 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140616089512744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30848] ppid=30841 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30843/task/30848/stat : 30848 (java) S 30841 30843 27163 0 -1 4202560 62 0 0 0 59 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615936666536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30849] ppid=30841 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/30843/task/30849/stat : 30849 (java) S 30841 30843 27163 0 -1 4202560 84 0 0 0 53 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615935613992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30850] ppid=30841 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30843/task/30850/stat : 30850 (java) S 30841 30843 27163 0 -1 4202560 87 0 0 0 59 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615934560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30851] ppid=30841 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/30843/task/30851/stat : 30851 (java) S 30841 30843 27163 0 -1 4202560 84 0 0 0 60 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615933507880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30852] ppid=30841 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/30843/task/30852/stat : 30852 (java) S 30841 30843 27163 0 -1 4202560 57 0 0 0 52 0 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615932455336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30853] ppid=30841 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/30843/task/30853/stat : 30853 (java) S 30841 30843 27163 0 -1 4202560 64 0 0 0 52 2 0 0 20 0 19 0 335153662 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615931402792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30854] ppid=30841 vsize=11852648 CPUtime=20.54 cores=0,2,4,6
/proc/30843/task/30854/stat : 30854 (java) S 30841 30843 27163 0 -1 4202560 87 0 0 0 2051 3 0 0 20 0 19 0 335153663 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615918991976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30855] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30855/stat : 30855 (java) S 30841 30843 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335153664 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615917938296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30856] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30856/stat : 30856 (java) S 30841 30843 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335153664 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615916885640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335153666 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 17058 0 0 0 121 2 0 0 20 0 19 0 335153666 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30859] ppid=30841 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/30843/task/30859/stat : 30859 (java) S 30841 30843 27163 0 -1 4202560 8551 0 0 0 109 0 0 0 20 0 19 0 335153666 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615913728184 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30860] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30860/stat : 30860 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335153666 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615912675832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30861] ppid=30841 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/30843/task/30861/stat : 30861 (java) S 30841 30843 27163 0 -1 4202560 13 0 0 0 3 5 0 0 20 0 19 0 335153666 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615911623496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30864] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30864/stat : 30864 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 335153674 12137111552 141216 33554432000 1073741824 1073778376 140737299951392 140615908464168 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 446.42
Current children cumulated vsize (KiB) 11852648

[startup+232.401 s]
/proc/loadavg: 3.72 3.87 3.84 5/221 30866
/proc/meminfo: memFree=24144232/32873844 swapFree=7112/7112
[pid=30843] ppid=30841 vsize=11852648 CPUtime=446.42 cores=0,2,4,6
/proc/30843/stat : 30843 (java) S 30841 30843 27163 0 -1 4202496 31296 0 1 0 44609 33 0 0 20 0 20 0 335153659 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140737299942528 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30843/statm: 2963162 141219 2283 9 0 2953849 0
[pid=30843/tid=30845] ppid=30841 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/30843/task/30845/stat : 30845 (java) S 30841 30843 27163 0 -1 4202560 3408 0 1 0 11 2 0 0 20 0 20 0 335153660 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140616101503704 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30846] ppid=30841 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/30843/task/30846/stat : 30846 (java) S 30841 30843 27163 0 -1 4202560 49 0 0 0 52 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140616090565288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30847] ppid=30841 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/30843/task/30847/stat : 30847 (java) S 30841 30843 27163 0 -1 4202560 56 0 0 0 55 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140616089512744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30848] ppid=30841 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30843/task/30848/stat : 30848 (java) S 30841 30843 27163 0 -1 4202560 62 0 0 0 59 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615936666536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30849] ppid=30841 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/30843/task/30849/stat : 30849 (java) S 30841 30843 27163 0 -1 4202560 84 0 0 0 53 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615935613992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30850] ppid=30841 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30843/task/30850/stat : 30850 (java) S 30841 30843 27163 0 -1 4202560 87 0 0 0 59 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615934560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30851] ppid=30841 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/30843/task/30851/stat : 30851 (java) S 30841 30843 27163 0 -1 4202560 84 0 0 0 60 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615933507880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30852] ppid=30841 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/30843/task/30852/stat : 30852 (java) S 30841 30843 27163 0 -1 4202560 57 0 0 0 52 0 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615932455336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30843/tid=30853] ppid=30841 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/30843/task/30853/stat : 30853 (java) S 30841 30843 27163 0 -1 4202560 64 0 0 0 52 2 0 0 20 0 20 0 335153662 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615931402792 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30854] ppid=30841 vsize=11852648 CPUtime=20.54 cores=0,2,4,6
/proc/30843/task/30854/stat : 30854 (java) S 30841 30843 27163 0 -1 4202560 87 0 0 0 2051 3 0 0 20 0 20 0 335153663 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615918991976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30855] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30855/stat : 30855 (java) S 30841 30843 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335153664 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615917938296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30856] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30856/stat : 30856 (java) S 30841 30843 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 335153664 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615916885640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30857] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30857/stat : 30857 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335153666 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615915834384 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30858] ppid=30841 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/30843/task/30858/stat : 30858 (java) S 30841 30843 27163 0 -1 4202560 17058 0 0 0 121 2 0 0 20 0 20 0 335153666 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615914780728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30843/tid=30859] ppid=30841 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/30843/task/30859/stat : 30859 (java) S 30841 30843 27163 0 -1 4202560 8551 0 0 0 109 0 0 0 20 0 20 0 335153666 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615913728184 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30860] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30860/stat : 30860 (java) S 30841 30843 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335153666 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615912675832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30843/tid=30861] ppid=30841 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/30843/task/30861/stat : 30861 (java) S 30841 30843 27163 0 -1 4202560 13 0 0 0 3 5 0 0 20 0 20 0 335153666 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615911623496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30843/tid=30864] ppid=30841 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30843/task/30864/stat : 30864 (java) S 30841 30843 27163 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 335153674 12137111552 141219 33554432000 1073741824 1073778376 140737299951392 140615908464168 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 446.42
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.790039
#  lost CPU user time (s): 0.860016
#  lost CPU system time (s): -0.07

Real time (s): 232.414
CPU time (s): 447.306
CPU user time (s): 446.944
CPU system time (s): 0.361934
CPU usage (%): 192.461
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.084
system time used= 0.431934
maximum resident set size= 564928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10876
involuntary context switches= 11466

runsolver used 1.05684 second user time and 2.18367 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 04:24:43
IDJOB=3733508
IDBENCH=2555
IDSOLVER=2328
FILE ID=node132/3733508-1338690283
RUNJOBID= node132-1338678626-27182
PBS_JOBID= 14636681
Free space on /tmp= 71216 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733508-1338690283/watcher-3733508-1338690283 -o /tmp/evaluation-result-3733508-1338690283/solver-3733508-1338690283 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733508-1338690283.opb

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

MD5SUM BENCH= b56e28afe1ffd19dcf9a2ab038cbc43f
RANDOM SEED=1972699569

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24788200 kB
Buffers:          602780 kB
Cached:          3074836 kB
SwapCached:         2288 kB
Active:          5044468 kB
Inactive:        2121256 kB
Active(anon):    3480592 kB
Inactive(anon):     7108 kB
Active(file):    1563876 kB
Inactive(file):  2114148 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:               244 kB
Writeback:             0 kB
AnonPages:       3566920 kB
Mapped:            19256 kB
Shmem:                 8 kB
Slab:             774908 kB
SReclaimable:     216056 kB
SUnreclaim:       558852 kB
KernelStack:        1824 kB
PageTables:        10756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3528704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 04:28:36