Trace number 3453840

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 824.836 448.381

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
MD5SUM0f650891245dab338bc3d2f3a3dc10c7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.235963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
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 constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453840-1307194305.opb
0.10/0.11	c reading problem ... 
0.24/0.22	c ... done. Wall clock time 0.116s.
0.24/0.22	c #vars     756
0.24/0.22	c #constraints  1156
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
3.86/1.14	c cleaning 2496 clauses out of 5000 with flag 5000/5000
5.26/1.73	c cleaning 4250 clauses out of 8505 with flag 11001/11001
6.46/2.39	c cleaning 5628 clauses out of 11255 with flag 18001/18001
8.03/3.20	c cleaning 6805 clauses out of 13627 with flag 26001/26001
9.44/3.88	c cleaning 7911 clauses out of 15823 with flag 35002/35002
11.41/4.86	c cleaning 8953 clauses out of 17910 with flag 45000/45000
13.37/5.90	c cleaning 9473 clauses out of 18957 with flag 55000/55000
15.34/6.84	c cleaning 9738 clauses out of 19484 with flag 65000/65000
17.48/7.99	c cleaning 9873 clauses out of 19746 with flag 75000/75000
19.29/8.88	c cleaning 9934 clauses out of 19877 with flag 85004/85004
21.22/9.89	c cleaning 9958 clauses out of 19939 with flag 95000/95000
23.15/10.81	c cleaning 9984 clauses out of 19982 with flag 105001/105001
25.27/11.98	c cleaning 10000 clauses out of 19999 with flag 115002/115002
27.03/12.81	c cleaning 9997 clauses out of 19998 with flag 125001/125001
28.57/13.66	c cleaning 9991 clauses out of 20000 with flag 135000/135000
30.32/14.57	c cleaning 9999 clauses out of 20011 with flag 145002/145002
32.09/15.45	c cleaning 9999 clauses out of 20011 with flag 155001/155001
34.00/16.51	c cleaning 10000 clauses out of 20011 with flag 165000/165000
36.14/17.57	c cleaning 10003 clauses out of 20011 with flag 175000/175000
38.27/18.64	c cleaning 9998 clauses out of 20010 with flag 185002/185002
39.76/19.46	c cleaning 0 clauses out of 5001 with flag 0/5001
40.79/19.84	c cleaning 9995 clauses out of 20010 with flag 195000/195000
43.22/21.06	c cleaning 10003 clauses out of 20016 with flag 205001/205001
45.19/22.02	c cleaning 10000 clauses out of 20012 with flag 215000/215000
47.45/23.24	c cleaning 9998 clauses out of 20012 with flag 225000/225000
49.43/24.22	c cleaning 10004 clauses out of 20016 with flag 235002/235002
51.92/25.57	c cleaning 10002 clauses out of 20011 with flag 245001/245001
54.44/26.84	c cleaning 9999 clauses out of 20008 with flag 255000/255000
56.33/27.82	c cleaning 9998 clauses out of 20009 with flag 265000/265000
58.26/28.87	c cleaning 10003 clauses out of 20011 with flag 275000/275000
60.02/29.73	c cleaning 10000 clauses out of 20008 with flag 285000/285000
62.15/30.87	c cleaning 9990 clauses out of 20008 with flag 295000/295000
64.23/31.98	c cleaning 10005 clauses out of 20019 with flag 305001/305001
66.35/33.08	c cleaning 10000 clauses out of 20013 with flag 315000/315000
68.47/34.16	c cleaning 10003 clauses out of 20013 with flag 325000/325000
70.95/35.44	c cleaning 10002 clauses out of 20011 with flag 335001/335001
73.04/36.59	c cleaning 10003 clauses out of 20010 with flag 345002/345002
75.55/37.81	c cleaning 9995 clauses out of 20005 with flag 355000/355000
77.46/38.83	c cleaning 10002 clauses out of 20011 with flag 365001/365001
79.58/39.90	c cleaning 9995 clauses out of 20008 with flag 375000/375000
81.65/41.09	c cleaning 9994 clauses out of 20014 with flag 385001/385001
83.97/42.22	c cleaning 10005 clauses out of 20019 with flag 395000/395000
85.48/43.07	c cleaning 10002 clauses out of 20014 with flag 405000/405000
86.99/43.91	c cleaning 9993 clauses out of 20013 with flag 415001/415001
88.66/44.76	c cleaning 9995 clauses out of 20019 with flag 425000/425000
90.57/45.76	c cleaning 9987 clauses out of 20024 with flag 435000/435000
92.87/46.97	c cleaning 9991 clauses out of 20038 with flag 445001/445001
94.76/47.95	c cleaning 10010 clauses out of 20047 with flag 455001/455001
96.62/48.96	c cleaning 10003 clauses out of 20037 with flag 465001/465001
98.33/49.88	c cleaning 10005 clauses out of 20035 with flag 475002/475002
100.63/51.04	c cleaning 10005 clauses out of 20029 with flag 485001/485001
103.95/52.81	c cleaning 10004 clauses out of 20025 with flag 495002/495002
106.39/54.08	c cleaning 10001 clauses out of 20020 with flag 505001/505001
108.32/55.09	c cleaning 10005 clauses out of 20019 with flag 515001/515001
109.98/55.98	c cleaning 9994 clauses out of 20014 with flag 525001/525001
112.08/57.05	c cleaning 9995 clauses out of 20020 with flag 535001/535001
114.13/58.17	c cleaning 9999 clauses out of 20026 with flag 545002/545002
116.04/59.14	c cleaning 9999 clauses out of 20025 with flag 555000/555000
117.52/59.99	c cleaning 10001 clauses out of 20026 with flag 565000/565000
119.21/60.83	c cleaning 10001 clauses out of 20025 with flag 575000/575000
120.85/61.78	c cleaning 9999 clauses out of 20025 with flag 585001/585001
122.94/62.83	c cleaning 10004 clauses out of 20026 with flag 595001/595001
124.44/63.66	c cleaning 10003 clauses out of 20022 with flag 605001/605001
126.13/64.53	c cleaning 10007 clauses out of 20019 with flag 615001/615001
128.36/65.77	c cleaning 10000 clauses out of 20012 with flag 625001/625001
130.45/66.82	c cleaning 9997 clauses out of 20012 with flag 635001/635001
131.94/67.66	c cleaning 9997 clauses out of 20014 with flag 645000/645000
134.23/68.86	c cleaning 9999 clauses out of 20019 with flag 655002/655002
136.27/69.97	c cleaning 9997 clauses out of 20019 with flag 665001/665001
138.16/70.96	c cleaning 10007 clauses out of 20021 with flag 675000/675000
140.24/72.04	c cleaning 10005 clauses out of 20015 with flag 685001/685001
142.92/73.45	c cleaning 9999 clauses out of 20010 with flag 695001/695001
145.37/74.78	c cleaning 9987 clauses out of 20011 with flag 705001/705001
146.83/75.50	c cleaning 9995 clauses out of 20024 with flag 715001/715001
148.11/76.24	c cleaning 10003 clauses out of 20028 with flag 725000/725000
149.63/77.05	c cleaning 10004 clauses out of 20026 with flag 735001/735001
151.21/77.96	c cleaning 10002 clauses out of 20023 with flag 745002/745002
153.29/79.03	c cleaning 9988 clauses out of 20019 with flag 755000/755000
154.77/79.82	c cleaning 9992 clauses out of 20031 with flag 765000/765000
156.25/80.67	c cleaning 9997 clauses out of 20039 with flag 775000/775000
158.07/81.64	c cleaning 10012 clauses out of 20043 with flag 785001/785001
159.95/82.60	c cleaning 9994 clauses out of 20030 with flag 795000/795000
161.43/83.51	c cleaning 10003 clauses out of 20037 with flag 805001/805001
163.30/84.41	c cleaning 9998 clauses out of 20033 with flag 815000/815000
164.91/85.32	c cleaning 10002 clauses out of 20036 with flag 825001/825001
166.79/86.35	c cleaning 10000 clauses out of 20033 with flag 835000/835000
168.27/87.13	c cleaning 10000 clauses out of 20034 with flag 845001/845001
169.76/87.97	c cleaning 9998 clauses out of 20033 with flag 855000/855000
171.35/88.87	c cleaning 10001 clauses out of 20035 with flag 865000/865000
172.83/89.69	c cleaning 10003 clauses out of 20035 with flag 875001/875001
174.30/90.47	c cleaning 10010 clauses out of 20032 with flag 885001/885001
174.77/90.75	c cleaning 0 clauses out of 11001 with flag 0/11001
177.00/91.95	c cleaning 10005 clauses out of 20021 with flag 895000/895000
179.48/93.28	c cleaning 10003 clauses out of 20017 with flag 905001/905001
181.75/94.49	c cleaning 9999 clauses out of 20014 with flag 915001/915001
182.62/94.98	c  And the winner is Resolution
182.87/95.19	c SATISFIABLE
182.87/95.19	c OPTIMIZING...
182.87/95.19	c Got one! Elapsed wall clock time (in seconds):95.083
182.87/95.19	o 9
183.70/95.64	c cleaning 10490 clauses out of 20997 with flag 5000/925983
184.68/96.29	c cleaning 8239 clauses out of 16510 with flag 11003/931986
185.95/96.98	c cleaning 7627 clauses out of 15269 with flag 18001/938984
187.42/97.80	c cleaning 7811 clauses out of 15642 with flag 26001/946984
189.28/98.71	c cleaning 8408 clauses out of 16830 with flag 35000/955983
190.89/99.69	c cleaning 9209 clauses out of 18422 with flag 45000/965983
192.96/100.75	c cleaning 9602 clauses out of 19214 with flag 55001/975984
194.64/101.66	c cleaning 9797 clauses out of 19611 with flag 65000/985983
196.11/102.47	c cleaning 9896 clauses out of 19814 with flag 75000/995983
197.74/103.41	c cleaning 9941 clauses out of 19919 with flag 85001/1005984
199.19/104.18	c cleaning 9969 clauses out of 19978 with flag 95001/1015984
201.26/105.23	c cleaning 9984 clauses out of 20008 with flag 105000/1025983
203.15/106.21	c cleaning 10004 clauses out of 20024 with flag 115001/1035984
205.34/107.46	c cleaning 10001 clauses out of 20019 with flag 125000/1045983
207.01/108.31	c cleaning 9997 clauses out of 20018 with flag 135000/1055983
208.68/109.22	c cleaning 9997 clauses out of 20022 with flag 145001/1065984
210.18/110.02	c cleaning 9999 clauses out of 20024 with flag 155000/1075983
211.55/110.83	c cleaning 9996 clauses out of 20027 with flag 165002/1085985
212.81/111.57	c cleaning 10003 clauses out of 20031 with flag 175002/1095985
215.28/112.83	c cleaning 10001 clauses out of 20026 with flag 185000/1105983
217.95/114.31	c cleaning 10001 clauses out of 20025 with flag 195000/1115983
220.76/115.76	c cleaning 10000 clauses out of 20025 with flag 205001/1125984
223.22/117.06	c cleaning 9999 clauses out of 20024 with flag 215000/1135983
225.68/118.37	c cleaning 10000 clauses out of 20025 with flag 225000/1145983
228.35/119.75	c cleaning 10002 clauses out of 20025 with flag 235000/1155983
231.15/121.24	c cleaning 10002 clauses out of 20023 with flag 245000/1165983
233.81/122.66	c cleaning 9999 clauses out of 20021 with flag 255000/1175983
236.28/123.96	c cleaning 10003 clauses out of 20022 with flag 265000/1185983
239.35/125.54	c cleaning 10009 clauses out of 20019 with flag 275000/1195983
242.15/127.03	c cleaning 10003 clauses out of 20012 with flag 285002/1205985
244.21/128.11	c cleaning 9999 clauses out of 20007 with flag 295000/1215983
245.67/128.93	c cleaning 9994 clauses out of 20009 with flag 305001/1225984
246.94/129.66	c cleaning 9992 clauses out of 20015 with flag 315001/1235984
248.93/130.76	c cleaning 9998 clauses out of 20022 with flag 325000/1245983
251.21/131.97	c cleaning 9999 clauses out of 20024 with flag 335000/1255983
253.65/133.24	c cleaning 10001 clauses out of 20026 with flag 345001/1265984
255.91/134.40	c cleaning 9998 clauses out of 20024 with flag 355000/1275983
258.11/135.60	c cleaning 10004 clauses out of 20026 with flag 365000/1285983
259.38/136.37	c cleaning 10003 clauses out of 20022 with flag 375000/1295983
260.82/137.12	c cleaning 9998 clauses out of 20020 with flag 385001/1305984
262.08/137.88	c cleaning 10002 clauses out of 20021 with flag 395000/1315983
263.68/138.70	c cleaning 10003 clauses out of 20020 with flag 405001/1325984
265.14/139.50	c cleaning 9999 clauses out of 20016 with flag 415000/1335983
266.60/140.34	c cleaning 10005 clauses out of 20018 with flag 425001/1345984
269.26/141.75	c cleaning 10003 clauses out of 20013 with flag 435001/1355984
272.06/143.27	c cleaning 9998 clauses out of 20010 with flag 445001/1365984
274.51/144.55	c cleaning 10000 clauses out of 20011 with flag 455000/1375983
277.17/145.94	c cleaning 10001 clauses out of 20014 with flag 465003/1385986
279.85/147.39	c cleaning 10000 clauses out of 20011 with flag 475001/1395984
282.82/148.92	c cleaning 10002 clauses out of 20011 with flag 485001/1405984
285.47/150.33	c cleaning 10000 clauses out of 20008 with flag 495000/1415983
287.13/151.27	c cleaning 9990 clauses out of 20008 with flag 505000/1425983
288.78/152.19	c cleaning 9978 clauses out of 20019 with flag 515001/1435984
291.37/153.50	c cleaning 9986 clauses out of 20040 with flag 525000/1445983
293.63/154.74	c cleaning 9996 clauses out of 20056 with flag 535002/1455985
296.30/156.13	c cleaning 9995 clauses out of 20059 with flag 545001/1465984
298.35/157.29	c cleaning 10027 clauses out of 20063 with flag 555000/1475983
300.56/158.43	c cleaning 10008 clauses out of 20038 with flag 565002/1485985
302.40/159.49	c cleaning 10007 clauses out of 20029 with flag 575001/1495984
303.43/160.00	c  And the winner is Resolution
303.51/160.15	c Got one! Elapsed wall clock time (in seconds):160.041
303.51/160.15	o 5
304.23/160.54	c cleaning 10648 clauses out of 21311 with flag 5000/1507273
305.47/161.23	c cleaning 8327 clauses out of 16663 with flag 11000/1513273
306.85/162.01	c cleaning 7659 clauses out of 15336 with flag 18000/1520273
307.90/162.69	c cleaning 7831 clauses out of 15679 with flag 26002/1528275
309.74/163.65	c cleaning 8417 clauses out of 16846 with flag 35000/1537273
311.60/164.64	c cleaning 9206 clauses out of 18430 with flag 45001/1547274
313.18/165.52	c cleaning 9598 clauses out of 19223 with flag 55000/1557273
314.83/166.42	c cleaning 9797 clauses out of 19626 with flag 65001/1567274
316.68/167.41	c cleaning 9904 clauses out of 19828 with flag 75000/1577273
318.93/168.66	c cleaning 9942 clauses out of 19925 with flag 85001/1587274
321.51/170.08	c cleaning 9973 clauses out of 19982 with flag 95000/1597273
323.99/171.36	c cleaning 9985 clauses out of 20010 with flag 105001/1607274
326.45/172.71	c cleaning 9988 clauses out of 20025 with flag 115001/1617274
329.07/174.01	c cleaning 10008 clauses out of 20035 with flag 125000/1627273
330.48/174.89	c cleaning 9998 clauses out of 20029 with flag 135002/1637275
332.31/175.85	c cleaning 9995 clauses out of 20029 with flag 145000/1647273
333.95/176.77	c cleaning 9996 clauses out of 20034 with flag 155000/1657273
335.60/177.63	c cleaning 9999 clauses out of 20039 with flag 165001/1667274
337.17/178.58	c cleaning 9999 clauses out of 20040 with flag 175001/1677274
338.66/179.39	c cleaning 10000 clauses out of 20041 with flag 185001/1687274
340.06/180.18	c cleaning 10005 clauses out of 20042 with flag 195002/1697275
341.70/181.06	c cleaning 9999 clauses out of 20035 with flag 205000/1707273
343.28/181.94	c cleaning 9999 clauses out of 20037 with flag 215001/1717274
344.72/182.76	c cleaning 10012 clauses out of 20037 with flag 225000/1727273
346.76/183.83	c cleaning 10004 clauses out of 20025 with flag 235000/1737273
348.80/184.97	c cleaning 10002 clauses out of 20022 with flag 245001/1747274
351.38/186.40	c cleaning 10004 clauses out of 20020 with flag 255001/1757274
354.02/187.70	c cleaning 10000 clauses out of 20016 with flag 265001/1767274
356.26/188.99	c cleaning 9998 clauses out of 20015 with flag 275000/1777273
358.94/190.36	c cleaning 10000 clauses out of 20018 with flag 285001/1787274
361.47/191.74	c cleaning 9998 clauses out of 20017 with flag 295000/1797273
363.71/192.95	c cleaning 10002 clauses out of 20019 with flag 305000/1807273
365.75/194.08	c cleaning 10003 clauses out of 20017 with flag 315000/1817273
368.19/195.34	c cleaning 10000 clauses out of 20014 with flag 325000/1827273
370.16/196.47	c cleaning 9999 clauses out of 20014 with flag 335000/1837273
372.20/197.55	c cleaning 10002 clauses out of 20015 with flag 345000/1847273
374.24/198.67	c cleaning 9998 clauses out of 20014 with flag 355001/1857274
376.28/199.76	c cleaning 9995 clauses out of 20016 with flag 365001/1867274
378.05/200.77	c cleaning 9999 clauses out of 20022 with flag 375002/1877275
379.89/201.72	c cleaning 9997 clauses out of 20021 with flag 385000/1887273
381.92/202.82	c cleaning 9999 clauses out of 20026 with flag 395002/1897275
383.97/203.94	c cleaning 10000 clauses out of 20025 with flag 405000/1907273
385.92/205.04	c cleaning 10000 clauses out of 20025 with flag 415000/1917273
387.96/206.19	c cleaning 10000 clauses out of 20026 with flag 425001/1927274
390.19/207.33	c cleaning 10002 clauses out of 20026 with flag 435001/1937274
390.83/207.81	c  And the winner is Resolution
391.18/208.01	c Got one! Elapsed wall clock time (in seconds):207.906
391.18/208.01	o 3
391.78/208.35	c cleaning 10140 clauses out of 20293 with flag 5000/1947543
392.97/209.06	c cleaning 8068 clauses out of 16154 with flag 11001/1953544
394.36/209.80	c cleaning 7536 clauses out of 15086 with flag 18001/1960544
395.79/210.62	c cleaning 7770 clauses out of 15549 with flag 26000/1968543
397.63/211.60	c cleaning 8385 clauses out of 16781 with flag 35002/1977545
399.99/212.91	c cleaning 9191 clauses out of 18394 with flag 45000/1987543
402.22/214.19	c cleaning 9593 clauses out of 19204 with flag 55001/1997544
403.65/214.98	c cleaning 9787 clauses out of 19610 with flag 65000/2007543
405.29/215.82	c cleaning 9895 clauses out of 19823 with flag 75000/2017543
406.92/216.73	c cleaning 9948 clauses out of 19929 with flag 85001/2027544
408.50/217.62	c cleaning 9973 clauses out of 19981 with flag 95001/2037544
410.14/218.58	c cleaning 9984 clauses out of 20008 with flag 105001/2047544
411.77/219.42	c cleaning 9997 clauses out of 20023 with flag 115000/2057543
413.34/220.38	c cleaning 9993 clauses out of 20026 with flag 125000/2067543
415.17/221.31	c cleaning 9998 clauses out of 20035 with flag 135002/2077545
416.62/222.15	c cleaning 10001 clauses out of 20036 with flag 145001/2087544
418.23/223.05	c cleaning 9995 clauses out of 20034 with flag 155000/2097543
419.82/223.96	c cleaning 10000 clauses out of 20040 with flag 165001/2107544
421.45/224.86	c cleaning 10002 clauses out of 20040 with flag 175001/2117544
423.29/225.80	c cleaning 10000 clauses out of 20038 with flag 185001/2127544
424.92/226.73	c cleaning 10000 clauses out of 20038 with flag 195001/2137544
426.72/227.76	c cleaning 10001 clauses out of 20037 with flag 205000/2147543
428.31/228.71	c cleaning 9998 clauses out of 20036 with flag 215000/2157543
429.93/229.56	c cleaning 10017 clauses out of 20039 with flag 225001/2167544
432.36/230.88	c cleaning 10008 clauses out of 20021 with flag 235000/2177543
434.32/231.90	c cleaning 10004 clauses out of 20013 with flag 245000/2187543
436.57/233.12	c cleaning 9994 clauses out of 20010 with flag 255001/2197544
438.99/234.44	c cleaning 10004 clauses out of 20015 with flag 265000/2207543
441.22/235.65	c cleaning 10000 clauses out of 20012 with flag 275001/2217544
443.18/236.76	c cleaning 10002 clauses out of 20012 with flag 285001/2227544
445.21/237.88	c cleaning 10003 clauses out of 20010 with flag 295001/2237544
447.44/239.06	c cleaning 10000 clauses out of 20006 with flag 305000/2247543
449.06/239.93	c cleaning 9995 clauses out of 20006 with flag 315000/2257543
450.40/240.81	c cleaning 10000 clauses out of 20011 with flag 325000/2267543
452.22/241.73	c cleaning 9994 clauses out of 20012 with flag 335001/2277544
454.45/242.96	c cleaning 9998 clauses out of 20019 with flag 345002/2287545
455.88/243.79	c cleaning 9999 clauses out of 20019 with flag 355000/2297543
457.87/244.89	c cleaning 9999 clauses out of 20020 with flag 365000/2307543
460.50/246.28	c cleaning 10002 clauses out of 20022 with flag 375001/2317544
463.53/247.88	c cleaning 9998 clauses out of 20019 with flag 385000/2327543
466.98/249.69	c cleaning 10003 clauses out of 20021 with flag 395000/2337543
469.49/251.07	c cleaning 10001 clauses out of 20018 with flag 405000/2347543
471.16/251.96	c cleaning 9991 clauses out of 20016 with flag 415000/2357543
472.74/252.85	c cleaning 9994 clauses out of 20025 with flag 425000/2367543
474.36/253.75	c cleaning 9998 clauses out of 20031 with flag 435000/2377543
476.12/254.72	c cleaning 9999 clauses out of 20033 with flag 445000/2387543
477.54/255.58	c cleaning 9998 clauses out of 20035 with flag 455001/2397544
479.17/256.46	c cleaning 9998 clauses out of 20037 with flag 465001/2407544
480.81/257.33	c cleaning 10009 clauses out of 20038 with flag 475000/2417543
482.78/258.46	c cleaning 10004 clauses out of 20029 with flag 485000/2427543
484.59/259.43	c cleaning 10001 clauses out of 20025 with flag 495000/2437543
486.62/260.51	c cleaning 9995 clauses out of 20024 with flag 505000/2447543
489.84/262.25	c cleaning 10000 clauses out of 20029 with flag 515000/2457543
492.79/263.81	c cleaning 10000 clauses out of 20029 with flag 525000/2467543
495.61/265.33	c cleaning 9999 clauses out of 20030 with flag 535001/2477544
498.83/267.08	c cleaning 10002 clauses out of 20030 with flag 545000/2487543
502.45/268.91	c cleaning 10000 clauses out of 20029 with flag 555001/2497544
506.01/270.88	c cleaning 10000 clauses out of 20028 with flag 565000/2507543
508.64/272.29	c cleaning 10009 clauses out of 20029 with flag 575001/2517544
510.46/273.20	c cleaning 10003 clauses out of 20019 with flag 585000/2527543
512.07/274.16	c cleaning 10001 clauses out of 20017 with flag 595001/2537544
513.80/275.16	c cleaning 9998 clauses out of 20016 with flag 605001/2547544
515.44/276.10	c cleaning 9986 clauses out of 20017 with flag 615000/2557543
517.25/277.03	c cleaning 9996 clauses out of 20032 with flag 625001/2567544
518.86/277.97	c cleaning 9997 clauses out of 20035 with flag 635000/2577543
520.59/278.97	c cleaning 9999 clauses out of 20039 with flag 645001/2587544
522.21/279.83	c cleaning 9994 clauses out of 20039 with flag 655000/2597543
523.83/280.72	c cleaning 10001 clauses out of 20046 with flag 665001/2607544
525.49/281.63	c cleaning 9997 clauses out of 20045 with flag 675001/2617544
527.42/282.76	c cleaning 10002 clauses out of 20048 with flag 685001/2627544
529.44/283.85	c cleaning 10016 clauses out of 20046 with flag 695001/2637544
531.23/284.89	c cleaning 10008 clauses out of 20029 with flag 705000/2647543
533.25/285.92	c cleaning 10000 clauses out of 20021 with flag 715000/2657543
534.81/286.81	c cleaning 10004 clauses out of 20021 with flag 725000/2667543
536.82/287.91	c cleaning 9999 clauses out of 20018 with flag 735001/2677544
539.04/289.16	c cleaning 10000 clauses out of 20018 with flag 745000/2687543
541.65/290.52	c cleaning 10005 clauses out of 20019 with flag 755001/2697544
543.78/291.79	c cleaning 9995 clauses out of 20013 with flag 765000/2707543
546.00/292.94	c cleaning 10001 clauses out of 20018 with flag 775000/2717543
548.21/294.16	c cleaning 9998 clauses out of 20018 with flag 785001/2727544
550.42/295.31	c cleaning 9998 clauses out of 20019 with flag 795000/2737543
552.59/296.54	c cleaning 10000 clauses out of 20022 with flag 805001/2747544
554.80/297.80	c cleaning 10004 clauses out of 20023 with flag 815002/2757545
557.22/299.04	c cleaning 10003 clauses out of 20018 with flag 825001/2767544
559.45/300.23	c cleaning 9998 clauses out of 20014 with flag 835000/2777543
561.42/301.38	c cleaning 10002 clauses out of 20017 with flag 845001/2787544
563.21/302.38	c cleaning 0 clauses out of 16902 with flag 0/16904
564.62/303.12	c cleaning 9997 clauses out of 20014 with flag 855000/2797543
567.68/304.76	c cleaning 10001 clauses out of 20017 with flag 865000/2807543
569.61/305.87	c cleaning 10004 clauses out of 20017 with flag 875001/2817544
571.62/306.98	c cleaning 9995 clauses out of 20012 with flag 885000/2827543
573.79/308.11	c cleaning 9997 clauses out of 20018 with flag 895001/2837544
575.80/309.23	c cleaning 10000 clauses out of 20021 with flag 905001/2847544
578.12/310.54	c cleaning 9999 clauses out of 20021 with flag 915001/2857544
580.14/311.68	c cleaning 10000 clauses out of 20021 with flag 925000/2867543
582.35/312.88	c cleaning 9996 clauses out of 20022 with flag 935001/2877544
584.38/313.96	c cleaning 10010 clauses out of 20026 with flag 945001/2887544
586.89/315.35	c cleaning 10005 clauses out of 20016 with flag 955001/2897544
589.30/316.68	c cleaning 10000 clauses out of 20010 with flag 965000/2907543
591.53/317.91	c cleaning 9996 clauses out of 20011 with flag 975001/2917544
593.93/319.13	c cleaning 9998 clauses out of 20015 with flag 985001/2927544
596.45/320.51	c cleaning 10001 clauses out of 20017 with flag 995001/2937544
598.47/321.65	c cleaning 10000 clauses out of 20015 with flag 1005000/2947543
600.88/322.98	c cleaning 10003 clauses out of 20017 with flag 1015002/2957545
603.29/324.26	c cleaning 10003 clauses out of 20013 with flag 1025001/2967544
605.86/325.62	c cleaning 9998 clauses out of 20009 with flag 1035000/2977543
608.03/326.88	c cleaning 10006 clauses out of 20012 with flag 1045001/2987544
610.44/328.16	c cleaning 10001 clauses out of 20006 with flag 1055001/2997544
612.25/329.10	c cleaning 9993 clauses out of 20004 with flag 1065001/3007544
613.80/330.09	c cleaning 9997 clauses out of 20010 with flag 1075000/3017543
615.58/331.02	c cleaning 9999 clauses out of 20014 with flag 1085001/3027544
616.97/331.84	c cleaning 9998 clauses out of 20014 with flag 1095000/3037543
618.38/332.68	c cleaning 10001 clauses out of 20017 with flag 1105001/3047544
620.11/333.65	c cleaning 10001 clauses out of 20015 with flag 1115000/3057543
621.72/334.53	c cleaning 9999 clauses out of 20014 with flag 1125000/3067543
623.13/335.39	c cleaning 9997 clauses out of 20015 with flag 1135000/3077543
624.94/336.32	c cleaning 10000 clauses out of 20018 with flag 1145000/3087543
626.49/337.25	c cleaning 10001 clauses out of 20019 with flag 1155001/3097544
628.10/338.16	c cleaning 10001 clauses out of 20017 with flag 1165000/3107543
629.90/339.14	c cleaning 9999 clauses out of 20017 with flag 1175001/3117544
631.90/340.29	c cleaning 10004 clauses out of 20017 with flag 1185000/3127543
634.06/341.43	c cleaning 10000 clauses out of 20013 with flag 1195000/3137543
635.87/342.43	c cleaning 10001 clauses out of 20013 with flag 1205000/3147543
637.88/343.59	c cleaning 10002 clauses out of 20012 with flag 1215000/3157543
639.88/344.67	c cleaning 9998 clauses out of 20011 with flag 1225001/3167544
641.65/345.68	c cleaning 10003 clauses out of 20013 with flag 1235001/3177544
643.65/346.70	c cleaning 9999 clauses out of 20010 with flag 1245001/3187544
645.46/347.78	c cleaning 9998 clauses out of 20011 with flag 1255001/3197544
647.08/348.69	c cleaning 9999 clauses out of 20013 with flag 1265001/3207544
648.78/349.64	c cleaning 10003 clauses out of 20016 with flag 1275003/3217546
651.01/350.88	c cleaning 9998 clauses out of 20012 with flag 1285002/3227545
653.01/351.98	c cleaning 9996 clauses out of 20012 with flag 1295000/3237543
655.01/353.12	c cleaning 10001 clauses out of 20016 with flag 1305000/3247543
657.30/354.38	c cleaning 10000 clauses out of 20018 with flag 1315003/3257546
659.31/355.45	c cleaning 9996 clauses out of 20015 with flag 1325000/3267543
661.31/356.54	c cleaning 10002 clauses out of 20020 with flag 1335001/3277544
663.16/357.57	c cleaning 9998 clauses out of 20018 with flag 1345001/3287544
665.07/358.64	c cleaning 10002 clauses out of 20019 with flag 1355000/3297543
667.07/359.78	c cleaning 9998 clauses out of 20018 with flag 1365001/3307544
669.08/360.87	c cleaning 9998 clauses out of 20019 with flag 1375000/3317543
670.86/361.92	c cleaning 10001 clauses out of 20021 with flag 1385000/3327543
672.78/362.97	c cleaning 10004 clauses out of 20020 with flag 1395000/3337543
674.57/363.97	c cleaning 10003 clauses out of 20018 with flag 1405002/3347545
676.58/365.10	c cleaning 10000 clauses out of 20014 with flag 1415001/3357544
678.58/366.20	c cleaning 10000 clauses out of 20015 with flag 1425002/3367545
680.71/367.35	c cleaning 10003 clauses out of 20014 with flag 1435001/3377544
682.71/368.46	c cleaning 10001 clauses out of 20011 with flag 1445001/3387544
684.30/369.38	c cleaning 9998 clauses out of 20009 with flag 1455000/3397543
685.90/370.29	c cleaning 10001 clauses out of 20013 with flag 1465002/3407545
688.22/371.53	c cleaning 10000 clauses out of 20012 with flag 1475002/3417545
690.22/372.64	c cleaning 9999 clauses out of 20011 with flag 1485001/3427544
692.22/373.71	c cleaning 10001 clauses out of 20012 with flag 1495001/3437544
694.22/374.87	c cleaning 10000 clauses out of 20010 with flag 1505000/3447543
696.32/376.06	c cleaning 10000 clauses out of 20011 with flag 1515001/3457544
697.92/376.96	c cleaning 9993 clauses out of 20010 with flag 1525000/3467543
699.53/377.88	c cleaning 9999 clauses out of 20018 with flag 1535001/3477544
701.53/378.93	c cleaning 10002 clauses out of 20018 with flag 1545000/3487543
703.84/380.27	c cleaning 9999 clauses out of 20017 with flag 1555001/3497544
705.85/381.36	c cleaning 9998 clauses out of 20018 with flag 1565001/3507544
708.05/382.51	c cleaning 10004 clauses out of 20020 with flag 1575001/3517544
710.06/383.61	c cleaning 9996 clauses out of 20016 with flag 1585001/3527544
711.97/384.74	c cleaning 10003 clauses out of 20019 with flag 1595000/3537543
713.77/385.75	c cleaning 9995 clauses out of 20016 with flag 1605000/3547543
715.58/386.73	c cleaning 9996 clauses out of 20021 with flag 1615000/3557543
717.18/387.69	c cleaning 9995 clauses out of 20025 with flag 1625000/3567543
719.09/388.74	c cleaning 9999 clauses out of 20030 with flag 1635000/3577543
720.69/389.62	c cleaning 10008 clauses out of 20032 with flag 1645001/3587544
722.70/390.71	c cleaning 10006 clauses out of 20023 with flag 1655000/3597543
724.70/391.87	c cleaning 10001 clauses out of 20017 with flag 1665000/3607543
726.81/393.03	c cleaning 10002 clauses out of 20016 with flag 1675000/3617543
728.62/394.06	c cleaning 10004 clauses out of 20014 with flag 1685000/3627543
730.81/395.27	c cleaning 10001 clauses out of 20011 with flag 1695001/3637544
733.01/396.43	c cleaning 10000 clauses out of 20010 with flag 1705001/3647544
735.13/397.60	c cleaning 10000 clauses out of 20009 with flag 1715000/3657543
737.13/398.73	c cleaning 10000 clauses out of 20010 with flag 1725001/3667544
739.13/399.85	c cleaning 10001 clauses out of 20009 with flag 1735000/3677543
741.12/400.97	c cleaning 10001 clauses out of 20008 with flag 1745000/3687543
743.46/402.22	c cleaning 10002 clauses out of 20008 with flag 1755001/3697544
745.25/403.29	c cleaning 10000 clauses out of 20006 with flag 1765001/3707544
747.25/404.36	c cleaning 9999 clauses out of 20005 with flag 1775000/3717543
749.04/405.39	c cleaning 9998 clauses out of 20006 with flag 1785001/3727544
751.36/406.67	c cleaning 10003 clauses out of 20009 with flag 1795002/3737545
753.56/407.81	c cleaning 9998 clauses out of 20005 with flag 1805001/3747544
755.36/408.89	c cleaning 9986 clauses out of 20006 with flag 1815000/3757543
757.56/410.02	c cleaning 9997 clauses out of 20022 with flag 1825002/3767545
759.27/411.07	c cleaning 9996 clauses out of 20023 with flag 1835000/3777543
761.06/412.04	c cleaning 10008 clauses out of 20028 with flag 1845001/3787544
762.86/413.08	c cleaning 10003 clauses out of 20020 with flag 1855001/3797544
764.65/414.05	c cleaning 9999 clauses out of 20016 with flag 1865000/3807543
766.56/415.11	c cleaning 10004 clauses out of 20017 with flag 1875000/3817543
768.35/416.14	c cleaning 10000 clauses out of 20014 with flag 1885001/3827544
770.35/417.26	c cleaning 10004 clauses out of 20015 with flag 1895002/3837545
772.15/418.27	c cleaning 10000 clauses out of 20009 with flag 1905000/3847543
774.45/419.54	c cleaning 9997 clauses out of 20009 with flag 1915000/3857543
776.65/420.79	c cleaning 10002 clauses out of 20012 with flag 1925000/3867543
779.24/422.13	c cleaning 9999 clauses out of 20010 with flag 1935000/3877543
781.65/423.43	c cleaning 10003 clauses out of 20011 with flag 1945000/3887543
783.99/424.73	c cleaning 10000 clauses out of 20009 with flag 1955001/3897544
786.58/426.13	c cleaning 10000 clauses out of 20008 with flag 1965000/3907543
788.97/427.47	c cleaning 10001 clauses out of 20009 with flag 1975001/3917544
791.36/428.70	c cleaning 9997 clauses out of 20007 with flag 1985000/3927543
793.68/430.04	c cleaning 9999 clauses out of 20010 with flag 1995000/3937543
795.90/431.23	c cleaning 10003 clauses out of 20011 with flag 2005001/3947544
798.05/432.41	c cleaning 10001 clauses out of 20007 with flag 2015000/3957543
800.05/433.56	c cleaning 9996 clauses out of 20007 with flag 2025001/3967544
802.35/434.85	c cleaning 9998 clauses out of 20011 with flag 2035001/3977544
804.54/436.03	c cleaning 10000 clauses out of 20012 with flag 2045000/3987543
806.74/437.23	c cleaning 10002 clauses out of 20013 with flag 2055001/3997544
808.93/438.48	c cleaning 9999 clauses out of 20010 with flag 2065000/4007543
811.43/439.82	c cleaning 9998 clauses out of 20012 with flag 2075001/4017544
813.42/440.95	c cleaning 10003 clauses out of 20013 with flag 2085000/4027543
815.63/442.16	c cleaning 10000 clauses out of 20011 with flag 2095001/4037544
817.62/443.29	c cleaning 9999 clauses out of 20011 with flag 2105001/4047544
820.10/444.63	c cleaning 10002 clauses out of 20011 with flag 2115000/4057543
822.28/445.87	c cleaning 10002 clauses out of 20010 with flag 2125001/4067544
822.87/446.21	c  And the winner is Resolution
824.75/448.34	c starts		: 254
824.75/448.34	c conflicts		: 4069107
824.75/448.34	c decisions		: 4176931
824.75/448.34	c propagations		: 87049347
824.75/448.34	c inspects		: 2538843954
824.75/448.34	c shortcuts		: 0
824.75/448.34	c learnt literals	: 12
824.75/448.34	c learnt binary clauses	: 29
824.75/448.34	c learnt ternary clauses	: 154
824.75/448.34	c learnt constraints	: 4069094
824.75/448.34	c ignored constraints	: 0
824.75/448.34	c root simplifications	: 0
824.75/448.34	c removed literals (reason simplification)	: 157995245
824.75/448.34	c reason swapping (by a shorter reason)	: 0
824.75/448.34	c Calls to reduceDB	: 411
824.75/448.34	c number of reductions to clauses (during analyze)	: 0
824.75/448.34	c number of learned constraints concerned by reduction	: 0
824.75/448.34	c number of learning phase by resolution	: 0
824.75/448.34	c number of learning phase by cutting planes	: 0
824.75/448.34	c speed (assignments/second)	: 362216.620062915
824.75/448.34	c non guided choices	11879
824.75/448.34	c learnt constraints type 
824.75/448.34	c constraints type 
824.75/448.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
824.75/448.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
824.75/448.34	c constraints type 
824.75/448.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
824.75/448.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
824.75/448.34	s OPTIMUM FOUND
824.75/448.34	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 
824.75/448.34	c objective function=3
824.75/448.34	c Total wall clock time (in seconds): 448.231

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453840-1307194305/watcher-3453840-1307194305 -o /tmp/evaluation-result-3453840-1307194305/solver-3453840-1307194305 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453840-1307194305.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.34 3.75 3.67 2/581 8085
/proc/meminfo: memFree=27388516/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 2526 0 1 0 0 0 0 0 25 0 2 0 831029161 10681323520 2229 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2607745 2242 906 9 0 2598901 0
[pid=8085/tid=8086] ppid=8082 vsize=10446536 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8085 3716 0 -1 4202560 8732 0 1 0 0 0 0 0 25 0 4 0 831029162 10697252864 9549 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 5 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10447696 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 5 0 831029163 10698440704 9555 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10449752 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 6 0 831029163 10700546048 9560 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10450780 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 831029164 10701598720 9565 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10451808 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 831029164 10702651392 9570 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) R 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831029164 10703704064 9573 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 5 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) R 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831029164 10703900672 9582 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 5 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) R 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831029164 10703900672 9597 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 5 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) R 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831029164 10703900672 9611 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0751919 s]
/proc/loadavg: 3.34 3.75 3.67 2/581 8085
/proc/meminfo: memFree=27388516/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 11955 0 1 0 5 1 0 0 25 0 18 0 831029161 10724442112 11652 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2618272 11652 1755 9 0 2609006 0
[pid=8085/tid=8086] ppid=8082 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8085 3716 0 -1 4202560 10782 0 1 0 5 1 0 0 25 0 18 0 831029162 10724442112 11653 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 47110540171283 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029163 10724442112 11653 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831029163 10724442112 11653 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10724442112 11654 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10724442112 11654 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10724442112 11654 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10724442112 11654 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10724442112 11655 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10724442112 11655 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.101186 s]
/proc/loadavg: 3.34 3.75 3.67 2/581 8085
/proc/meminfo: memFree=27388516/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10540016 CPUtime=0.1 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 13090 0 1 0 9 1 0 0 25 0 18 0 831029161 10792976384 12787 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2635004 12787 2092 9 0 2625738 0
[pid=8085/tid=8086] ppid=8082 vsize=10540016 CPUtime=0.08 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8085 3716 0 -1 4202560 11213 0 1 0 7 1 0 0 25 0 18 0 831029162 10792976384 12788 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 47110540834328 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029163 10792976384 12788 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831029163 10792976384 12788 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10792976384 12788 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10792976384 12788 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10792976384 12788 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10792976384 12789 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10792976384 12789 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10540016 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831029164 10792976384 12789 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540016

[startup+0.301156 s]
/proc/loadavg: 3.34 3.75 3.67 2/581 8085
/proc/meminfo: memFree=27388516/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10551764 CPUtime=0.62 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 17484 0 1 0 60 2 0 0 25 0 22 0 831029161 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2637941 16302 2204 9 0 2628675 0
[pid=8085/tid=8086] ppid=8082 vsize=10551764 CPUtime=0.21 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) S 8082 8085 3716 0 -1 4202560 12155 0 1 0 20 1 0 0 25 0 22 0 831029162 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029163 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831029163 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10551764 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10805006336 16302 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 10551764

[startup+0.701091 s]
/proc/loadavg: 3.34 3.75 3.67 2/581 8085
/proc/meminfo: memFree=27388516/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10571212 CPUtime=2.21 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 39531 0 1 0 217 4 0 0 25 0 22 0 831029161 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2642803 34260 2220 9 0 2633537 0
[pid=8085/tid=8086] ppid=8082 vsize=10571212 CPUtime=0.21 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) S 8082 8085 3716 0 -1 4202560 12155 0 1 0 20 1 0 0 25 0 22 0 831029162 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029163 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831029163 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029164 10824921088 34260 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10571212

[startup+1.50096 s]
/proc/loadavg: 3.34 3.75 3.67 6/603 8108
/proc/meminfo: memFree=27195492/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10571212 CPUtime=4.81 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 88210 0 1 0 470 11 0 0 25 0 22 0 831029161 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2642803 76590 2256 9 0 2633537 0
[pid=8085/tid=8086] ppid=8082 vsize=10571212 CPUtime=0.21 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) S 8082 8085 3716 0 -1 4202560 12155 0 1 0 20 1 0 0 15 0 22 0 831029162 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831029163 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831029163 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831029164 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831029164 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 831029164 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 219 0 0 0 0 0 0 0 18 0 22 0 831029164 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 433 0 0 0 0 0 0 0 18 0 22 0 831029164 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 306 0 0 0 0 0 0 0 18 0 22 0 831029164 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8096] ppid=8082 vsize=10571212 CPUtime=0.01 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8085 3716 0 -1 4202560 958 0 0 0 1 0 0 0 16 0 22 0 831029165 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 0 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8097] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8085 3716 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831029165 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8098] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8085 3716 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831029165 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8099] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029167 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826063793 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8100] ppid=8082 vsize=10571212 CPUtime=0.92 cores=1,3,5,7
/proc/8085/task/8100/stat : 8100 (java) S 8082 8085 3716 0 -1 4202560 7743 0 0 0 92 0 0 0 25 0 22 0 831029167 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8101] ppid=8082 vsize=10571212 CPUtime=1.14 cores=1,3,5,7
/proc/8085/task/8101/stat : 8101 (java) S 8082 8085 3716 0 -1 4202560 13954 0 0 0 113 1 0 0 25 0 22 0 831029167 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8102] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8102/stat : 8102 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831029167 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8104] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8104/stat : 8104 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831029167 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8105] ppid=8082 vsize=10571212 CPUtime=1.24 cores=1,3,5,7
/proc/8085/task/8105/stat : 8105 (java) R 8082 8085 3716 0 -1 4202560 712 0 0 0 124 0 0 0 25 0 22 0 831029184 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 46912505580280 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8085/tid=8106] ppid=8082 vsize=10571212 CPUtime=1.21 cores=1,3,5,7
/proc/8085/task/8106/stat : 8106 (java) R 8082 8085 3716 0 -1 4202560 50564 0 0 0 115 6 0 0 18 0 22 0 831029184 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 46912505603077 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8085/tid=8107] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8107/stat : 8107 (java) S 8082 8085 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831029185 10824921088 76590 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0

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

/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 260 0 0 0 106 0 0 0 16 0 20 0 831029163 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 746 0 0 0 116 0 0 0 15 0 20 0 831029164 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10571212 CPUtime=1.05 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 162 0 0 0 105 0 0 0 15 0 20 0 831029164 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10571212 CPUtime=1.08 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 234 0 0 0 108 0 0 0 15 0 20 0 831029164 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10571212 CPUtime=1.03 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 496 0 0 0 103 0 0 0 15 0 20 0 831029164 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1047 0 0 0 116 0 0 0 15 0 20 0 831029164 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10571212 CPUtime=1.07 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 556 0 0 0 106 1 0 0 15 0 20 0 831029164 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8096] ppid=8082 vsize=10571212 CPUtime=73.92 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8085 3716 0 -1 4202560 36690 0 0 0 7385 7 0 0 16 0 20 0 831029165 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 0 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8097] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8085 3716 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 20 0 831029165 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8098] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8085 3716 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 20 0 831029165 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8099] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831029167 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826063793 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8100] ppid=8082 vsize=10571212 CPUtime=1.46 cores=1,3,5,7
/proc/8085/task/8100/stat : 8100 (java) S 8082 8085 3716 0 -1 4202560 7814 0 0 0 145 1 0 0 15 0 20 0 831029167 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8101] ppid=8082 vsize=10571212 CPUtime=1.29 cores=1,3,5,7
/proc/8085/task/8101/stat : 8101 (java) S 8082 8085 3716 0 -1 4202560 13965 0 0 0 128 1 0 0 15 0 20 0 831029167 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8102] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8102/stat : 8102 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831029167 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8104] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8104/stat : 8104 (java) S 8082 8085 3716 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 20 0 831029167 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8107] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8107/stat : 8107 (java) S 8082 8085 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 831029185 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8241] ppid=8082 vsize=10571212 CPUtime=189.86 cores=1,3,5,7
/proc/8085/task/8241/stat : 8241 (java) R 8082 8085 3716 0 -1 4202560 24 0 0 0 18986 0 0 0 16 0 20 0 831049963 10824921088 235279 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 46912505720076 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 822.99
Current children cumulated vsize (KiB) 10571212

[startup+447.101 s]
/proc/loadavg: 3.81 3.73 3.65 3/601 8248
/proc/meminfo: memFree=26284920/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10571212 CPUtime=823.55 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 247530 0 1 0 82313 42 0 0 25 0 19 0 831029161 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2642803 235280 2259 9 0 2633537 0
[pid=8085/tid=8086] ppid=8082 vsize=10571212 CPUtime=0.7 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8085 3716 0 -1 4202560 12322 0 1 0 68 2 0 0 16 0 19 0 831029162 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 46912505366588 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10571212 CPUtime=1.14 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 548 0 0 0 114 0 0 0 15 0 19 0 831029163 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10571212 CPUtime=1.06 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 260 0 0 0 106 0 0 0 16 0 19 0 831029163 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 746 0 0 0 116 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10571212 CPUtime=1.05 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 162 0 0 0 105 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10571212 CPUtime=1.08 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 234 0 0 0 108 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10571212 CPUtime=1.03 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 496 0 0 0 103 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1047 0 0 0 116 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10571212 CPUtime=1.07 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 556 0 0 0 106 1 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8096] ppid=8082 vsize=10571212 CPUtime=73.92 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8085 3716 0 -1 4202560 36690 0 0 0 7385 7 0 0 16 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 0 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8097] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8085 3716 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8098] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8085 3716 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8099] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826063793 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8100] ppid=8082 vsize=10571212 CPUtime=1.48 cores=1,3,5,7
/proc/8085/task/8100/stat : 8100 (java) R 8082 8085 3716 0 -1 4202560 7815 0 0 0 147 1 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 47110538594166 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8085/tid=8101] ppid=8082 vsize=10571212 CPUtime=1.29 cores=1,3,5,7
/proc/8085/task/8101/stat : 8101 (java) S 8082 8085 3716 0 -1 4202560 13965 0 0 0 128 1 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8102] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8102/stat : 8102 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8104] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8104/stat : 8104 (java) S 8082 8085 3716 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8107] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8107/stat : 8107 (java) S 8082 8085 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831029185 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 823.55
Current children cumulated vsize (KiB) 10571212

[startup+447.901 s]
/proc/loadavg: 3.81 3.73 3.65 4/601 8248
/proc/meminfo: memFree=26284920/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10571212 CPUtime=824.35 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 247534 0 1 0 82393 42 0 0 25 0 19 0 831029161 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2642803 235280 2259 9 0 2633537 0
[pid=8085/tid=8086] ppid=8082 vsize=10571212 CPUtime=1.5 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8085 3716 0 -1 4202560 12322 0 1 0 148 2 0 0 17 0 19 0 831029162 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 46912506266022 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10571212 CPUtime=1.14 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 548 0 0 0 114 0 0 0 15 0 19 0 831029163 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10571212 CPUtime=1.06 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 260 0 0 0 106 0 0 0 16 0 19 0 831029163 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 746 0 0 0 116 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10571212 CPUtime=1.05 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 162 0 0 0 105 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10571212 CPUtime=1.08 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 234 0 0 0 108 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10571212 CPUtime=1.03 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 496 0 0 0 103 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1047 0 0 0 116 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10571212 CPUtime=1.07 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 556 0 0 0 106 1 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8096] ppid=8082 vsize=10571212 CPUtime=73.92 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8085 3716 0 -1 4202560 36690 0 0 0 7385 7 0 0 15 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 0 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8097] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8085 3716 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8098] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8085 3716 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8099] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826063793 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8100] ppid=8082 vsize=10571212 CPUtime=1.48 cores=1,3,5,7
/proc/8085/task/8100/stat : 8100 (java) S 8082 8085 3716 0 -1 4202560 7817 0 0 0 147 1 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8101] ppid=8082 vsize=10571212 CPUtime=1.29 cores=1,3,5,7
/proc/8085/task/8101/stat : 8101 (java) S 8082 8085 3716 0 -1 4202560 13965 0 0 0 128 1 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8102] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8102/stat : 8102 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8104] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8104/stat : 8104 (java) S 8082 8085 3716 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8107] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8107/stat : 8107 (java) S 8082 8085 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831029185 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 824.35
Current children cumulated vsize (KiB) 10571212

[startup+448.301 s]
/proc/loadavg: 3.81 3.73 3.65 4/601 8248
/proc/meminfo: memFree=26284920/32950928 swapFree=41528364/67111528
[pid=8085] ppid=8082 vsize=10571212 CPUtime=824.75 cores=1,3,5,7
/proc/8085/stat : 8085 (java) S 8082 8085 3716 0 -1 4202496 247535 0 1 0 82433 42 0 0 25 0 19 0 831029161 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8085/statm: 2642803 235280 2259 9 0 2633537 0
[pid=8085/tid=8086] ppid=8082 vsize=10571212 CPUtime=1.9 cores=1,3,5,7
/proc/8085/task/8086/stat : 8086 (java) R 8082 8085 3716 0 -1 4202560 12322 0 1 0 188 2 0 0 17 0 19 0 831029162 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 46912506265811 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8085/tid=8087] ppid=8082 vsize=10571212 CPUtime=1.14 cores=1,3,5,7
/proc/8085/task/8087/stat : 8087 (java) S 8082 8085 3716 0 -1 4202560 548 0 0 0 114 0 0 0 15 0 19 0 831029163 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8088] ppid=8082 vsize=10571212 CPUtime=1.06 cores=1,3,5,7
/proc/8085/task/8088/stat : 8088 (java) S 8082 8085 3716 0 -1 4202560 260 0 0 0 106 0 0 0 16 0 19 0 831029163 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8089] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8089/stat : 8089 (java) S 8082 8085 3716 0 -1 4202560 746 0 0 0 116 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8090] ppid=8082 vsize=10571212 CPUtime=1.05 cores=1,3,5,7
/proc/8085/task/8090/stat : 8090 (java) S 8082 8085 3716 0 -1 4202560 162 0 0 0 105 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8091] ppid=8082 vsize=10571212 CPUtime=1.08 cores=1,3,5,7
/proc/8085/task/8091/stat : 8091 (java) S 8082 8085 3716 0 -1 4202560 234 0 0 0 108 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8092] ppid=8082 vsize=10571212 CPUtime=1.03 cores=1,3,5,7
/proc/8085/task/8092/stat : 8092 (java) S 8082 8085 3716 0 -1 4202560 496 0 0 0 103 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8093] ppid=8082 vsize=10571212 CPUtime=1.16 cores=1,3,5,7
/proc/8085/task/8093/stat : 8093 (java) S 8082 8085 3716 0 -1 4202560 1047 0 0 0 116 0 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8094] ppid=8082 vsize=10571212 CPUtime=1.07 cores=1,3,5,7
/proc/8085/task/8094/stat : 8094 (java) S 8082 8085 3716 0 -1 4202560 556 0 0 0 106 1 0 0 15 0 19 0 831029164 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8096] ppid=8082 vsize=10571212 CPUtime=73.92 cores=1,3,5,7
/proc/8085/task/8096/stat : 8096 (java) S 8082 8085 3716 0 -1 4202560 36691 0 0 0 7385 7 0 0 15 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 0 0 16800975 18446604467025767488 0 0 -1 7 0 0 0
[pid=8085/tid=8097] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8097/stat : 8097 (java) S 8082 8085 3716 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8098] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8098/stat : 8098 (java) S 8082 8085 3716 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 831029165 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8099] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8099/stat : 8099 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826063793 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8100] ppid=8082 vsize=10571212 CPUtime=1.48 cores=1,3,5,7
/proc/8085/task/8100/stat : 8100 (java) S 8082 8085 3716 0 -1 4202560 7817 0 0 0 147 1 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 3 0 0 0
[pid=8085/tid=8101] ppid=8082 vsize=10571212 CPUtime=1.29 cores=1,3,5,7
/proc/8085/task/8101/stat : 8101 (java) S 8082 8085 3716 0 -1 4202560 13965 0 0 0 128 1 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8102] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8102/stat : 8102 (java) S 8082 8085 3716 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056089 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
[pid=8085/tid=8104] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8104/stat : 8104 (java) S 8082 8085 3716 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 831029167 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 1 0 0 0
[pid=8085/tid=8107] ppid=8082 vsize=10571212 CPUtime=0 cores=1,3,5,7
/proc/8085/task/8107/stat : 8107 (java) S 8082 8085 3716 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831029185 10824921088 235280 33554432000 1073741824 1073778376 140735040569232 18446744073709551615 251826056704 0 4 0 16800975 18446604467025767488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 824.75
Current children cumulated vsize (KiB) 10571212

Child status: 30
Real time (s): 448.381
CPU time (s): 824.836
CPU user time (s): 824.374
CPU system time (s): 0.461929
CPU usage (%): 183.958
Max. virtual memory (cumulated for all children) (KiB): 10572692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 824.374
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247547
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21662
involuntary context switches= 8978

runsolver used 2.69659 second user time and 5.9211 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-04 15:31:45
IDJOB=3453840
IDBENCH=48044
IDSOLVER=1950
FILE ID=node126/3453840-1307194305
RUNJOBID= node126-1307194157-7267
PBS_JOBID= 13508841
Free space on /tmp= 73800 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453840-1307194305/watcher-3453840-1307194305 -o /tmp/evaluation-result-3453840-1307194305/solver-3453840-1307194305 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453840-1307194305.opb

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

MD5SUM BENCH= 0f650891245dab338bc3d2f3a3dc10c7
RANDOM SEED=1798218087

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27388672 kB
Buffers:        317876 kB
Cached:         493264 kB
SwapCached:      15388 kB
Active:        4785496 kB
Inactive:       450772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27388672 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            1036 kB
Writeback:           0 kB
AnonPages:     4422548 kB
Mapped:          31936 kB
Slab:           148824 kB
PageTables:     104924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186770980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73796 MiB
End job on node126 at 2011-06-04 15:39:13