Trace number 3734710

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT2 359.389 200.911

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c ManyCore solver with 2 solvers running in parallel
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.09	c No reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	
0.00/0.09	c solving HOME/instance-3734710-1338745623.opb
0.00/0.09	c reading problem ... 
0.12/0.12	c ... done. Wall clock time 0.025s.
0.12/0.12	c #vars     94
0.12/0.12	c #constraints  8
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.40/0.20	c And the winner is Resolution
0.55/1.12	c SATISFIABLE
0.55/1.12	c OPTIMIZING...
0.55/1.12	c Got one! Elapsed wall clock time (in seconds):1.026
0.55/1.12	o 242
0.55/1.14	c And the winner is Resolution
0.64/2.12	c Got one! Elapsed wall clock time (in seconds):2.027
0.64/2.12	o 149
0.64/2.14	c And the winner is Resolution
0.74/3.12	c Got one! Elapsed wall clock time (in seconds):3.028
0.74/3.12	o 131
0.74/3.14	c And the winner is Resolution
0.81/4.12	c Got one! Elapsed wall clock time (in seconds):4.029
0.81/4.12	o 121
0.81/4.14	c And the winner is Resolution
0.87/5.12	c Got one! Elapsed wall clock time (in seconds):5.03
0.87/5.12	o 78
0.87/5.14	c And the winner is Resolution
1.13/6.13	c Got one! Elapsed wall clock time (in seconds):6.03
1.13/6.13	o 63
1.13/6.14	c And the winner is Resolution
1.23/7.13	c Got one! Elapsed wall clock time (in seconds):7.031
1.23/7.13	o 37
1.23/7.15	c And the winner is Resolution
1.42/8.13	c Got one! Elapsed wall clock time (in seconds):8.032
1.42/8.13	o 28
1.42/8.17	c And the winner is Resolution
1.62/9.13	c Got one! Elapsed wall clock time (in seconds):9.033
1.62/9.13	o 27
1.62/9.16	c And the winner is Resolution
1.72/10.13	c Got one! Elapsed wall clock time (in seconds):10.033
1.72/10.13	o 16
1.94/10.20	c And the winner is Resolution
1.97/11.13	c Got one! Elapsed wall clock time (in seconds):11.034
1.97/11.13	o 12
1.97/11.18	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.61/11.46	c cleaning 4248 clauses out of 8503 with flag 11000/11000
2.61/11.49	c And the winner is Resolution
2.94/12.13	c Got one! Elapsed wall clock time (in seconds):12.035
2.94/12.13	o 7
3.48/12.46	c cleaning 5627 clauses out of 11255 with flag 18000/18000
4.47/12.94	c cleaning 6815 clauses out of 13629 with flag 26001/26001
5.10/13.22	c And the winner is Resolution
5.13/14.13	c Got one! Elapsed wall clock time (in seconds):14.036
5.13/14.13	o 4
5.67/14.48	c cleaning 7906 clauses out of 15813 with flag 35000/35000
7.48/15.32	c cleaning 8953 clauses out of 17908 with flag 45001/45001
9.25/16.21	c cleaning 9473 clauses out of 18954 with flag 55000/55000
10.83/17.03	c cleaning 9738 clauses out of 19481 with flag 65000/65000
12.61/17.95	c cleaning 9872 clauses out of 19744 with flag 75001/75001
14.39/18.90	c cleaning 9937 clauses out of 19873 with flag 85002/85002
16.18/19.73	c cleaning 9965 clauses out of 19934 with flag 95000/95000
17.74/20.56	c cleaning 9982 clauses out of 19969 with flag 105000/105000
19.30/21.34	c cleaning 9990 clauses out of 19987 with flag 115000/115000
21.06/22.22	c cleaning 9999 clauses out of 19998 with flag 125001/125001
22.86/23.17	c cleaning 9998 clauses out of 19998 with flag 135000/135000
24.84/24.13	c cleaning 9998 clauses out of 20000 with flag 145000/145000
26.57/25.09	c cleaning 9996 clauses out of 20002 with flag 155000/155000
28.55/26.03	c cleaning 10000 clauses out of 20006 with flag 165000/165000
30.12/26.88	c cleaning 10000 clauses out of 20007 with flag 175001/175001
32.28/27.96	c cleaning 9998 clauses out of 20006 with flag 185000/185000
34.63/29.11	c cleaning 10003 clauses out of 20009 with flag 195001/195001
36.39/30.01	c cleaning 9998 clauses out of 20005 with flag 205000/205000
38.15/30.91	c cleaning 10004 clauses out of 20007 with flag 215000/215000
39.71/31.77	c cleaning 9996 clauses out of 20003 with flag 225000/225000
41.24/32.59	c cleaning 10000 clauses out of 20008 with flag 235001/235001
42.80/33.35	c cleaning 10003 clauses out of 20007 with flag 245000/245000
44.17/34.10	c cleaning 9996 clauses out of 20005 with flag 255001/255001
46.12/35.06	c cleaning 10001 clauses out of 20009 with flag 265001/265001
48.06/36.04	c cleaning 10003 clauses out of 20008 with flag 275001/275001
49.22/36.69	c And the winner is Resolution
49.33/37.19	c Got one! Elapsed wall clock time (in seconds):37.091
49.33/37.19	o 2
49.57/37.38	c cleaning 9999 clauses out of 20005 with flag 285001/285001
50.92/38.08	c cleaning 10002 clauses out of 20005 with flag 295000/295000
51.90/38.51	c cleaning 0 clauses out of 5001 with flag 0/5001
53.08/39.04	c cleaning 9995 clauses out of 20003 with flag 305000/305000
54.79/39.86	c cleaning 10000 clauses out of 20008 with flag 315000/315000
56.38/40.62	c cleaning 10001 clauses out of 20009 with flag 325001/325001
57.71/41.35	c cleaning 10001 clauses out of 20008 with flag 335001/335001
59.23/42.10	c cleaning 9998 clauses out of 20006 with flag 345000/345000
60.60/42.84	c cleaning 9994 clauses out of 20010 with flag 355002/355002
62.35/43.75	c cleaning 10002 clauses out of 20014 with flag 365000/365000
63.90/44.53	c cleaning 10004 clauses out of 20012 with flag 375000/375000
65.22/45.20	c cleaning 10003 clauses out of 20009 with flag 385001/385001
66.17/45.77	c cleaning 10003 clauses out of 20005 with flag 395000/395000
67.74/46.55	c cleaning 10000 clauses out of 20004 with flag 405002/405002
69.70/47.53	c cleaning 9999 clauses out of 20002 with flag 415000/415000
71.62/48.58	c cleaning 9997 clauses out of 20003 with flag 425000/425000
73.17/49.37	c cleaning 10005 clauses out of 20009 with flag 435003/435003
75.31/50.44	c cleaning 9992 clauses out of 20001 with flag 445000/445000
77.45/51.55	c cleaning 10000 clauses out of 20009 with flag 455000/455000
79.18/52.45	c cleaning 10000 clauses out of 20009 with flag 465000/465000
80.72/53.22	c cleaning 10005 clauses out of 20009 with flag 475000/475000
82.28/54.06	c cleaning 9999 clauses out of 20005 with flag 485001/485001
83.62/54.77	c cleaning 9998 clauses out of 20006 with flag 495001/495001
84.94/55.49	c cleaning 9999 clauses out of 20007 with flag 505000/505000
86.48/56.24	c cleaning 10000 clauses out of 20009 with flag 515001/515001
88.03/57.00	c cleaning 10001 clauses out of 20008 with flag 525000/525000
89.57/57.87	c cleaning 10001 clauses out of 20010 with flag 535003/535003
91.08/58.69	c cleaning 9998 clauses out of 20006 with flag 545000/545000
92.85/59.54	c cleaning 10000 clauses out of 20009 with flag 555001/555001
94.63/60.42	c cleaning 9999 clauses out of 20008 with flag 565000/565000
95.96/61.18	c cleaning 10003 clauses out of 20010 with flag 575001/575001
97.47/61.99	c cleaning 10003 clauses out of 20008 with flag 585002/585002
99.42/62.90	c cleaning 10001 clauses out of 20004 with flag 595001/595001
101.18/63.89	c cleaning 9997 clauses out of 20002 with flag 605000/605000
103.12/64.84	c cleaning 9998 clauses out of 20006 with flag 615001/615001
105.41/66.02	c cleaning 9998 clauses out of 20007 with flag 625000/625000
107.16/66.96	c cleaning 10003 clauses out of 20009 with flag 635000/635000
109.30/68.00	c cleaning 10002 clauses out of 20007 with flag 645001/645001
111.24/69.05	c cleaning 9999 clauses out of 20006 with flag 655002/655002
112.94/69.91	c cleaning 9996 clauses out of 20005 with flag 665000/665000
114.68/70.80	c cleaning 10000 clauses out of 20009 with flag 675000/675000
116.22/71.66	c cleaning 10001 clauses out of 20009 with flag 685000/685000
118.17/72.61	c cleaning 10000 clauses out of 20008 with flag 695000/695000
119.86/73.53	c cleaning 10005 clauses out of 20009 with flag 705001/705001
121.62/74.42	c cleaning 10000 clauses out of 20004 with flag 715001/715001
123.15/75.26	c cleaning 10001 clauses out of 20003 with flag 725000/725000
125.48/76.48	c cleaning 10002 clauses out of 20004 with flag 735002/735002
127.77/77.61	c cleaning 10001 clauses out of 20001 with flag 745001/745001
129.51/78.55	c cleaning 9993 clauses out of 19999 with flag 755000/755000
131.44/79.58	c cleaning 9995 clauses out of 20007 with flag 765001/765001
132.99/80.38	c cleaning 10001 clauses out of 20011 with flag 775000/775000
135.08/81.43	c cleaning 10005 clauses out of 20010 with flag 785000/785000
136.79/82.40	c cleaning 10002 clauses out of 20005 with flag 795000/795000
139.13/83.53	c cleaning 10000 clauses out of 20004 with flag 805001/805001
141.28/84.68	c cleaning 10001 clauses out of 20004 with flag 815001/815001
142.97/85.55	c cleaning 10002 clauses out of 20004 with flag 825002/825002
144.50/86.32	c cleaning 9994 clauses out of 20000 with flag 835000/835000
146.23/87.24	c cleaning 9999 clauses out of 20006 with flag 845000/845000
147.77/88.02	c cleaning 9999 clauses out of 20007 with flag 855000/855000
149.05/88.76	c cleaning 10001 clauses out of 20008 with flag 865000/865000
150.39/89.48	c cleaning 10000 clauses out of 20008 with flag 875001/875001
152.13/90.33	c cleaning 10000 clauses out of 20008 with flag 885001/885001
153.67/91.19	c cleaning 10003 clauses out of 20008 with flag 895001/895001
155.36/92.10	c cleaning 9998 clauses out of 20006 with flag 905002/905002
157.49/93.17	c cleaning 10003 clauses out of 20007 with flag 915001/915001
159.43/94.10	c cleaning 10001 clauses out of 20004 with flag 925001/925001
160.97/94.90	c cleaning 10000 clauses out of 20002 with flag 935000/935000
162.49/95.75	c cleaning 9998 clauses out of 20003 with flag 945001/945001
164.00/96.59	c cleaning 10000 clauses out of 20004 with flag 955000/955000
165.73/97.43	c cleaning 9996 clauses out of 20004 with flag 965000/965000
167.27/98.26	c cleaning 10003 clauses out of 20009 with flag 975001/975001
168.95/99.11	c cleaning 10000 clauses out of 20005 with flag 985000/985000
170.27/99.89	c cleaning 10002 clauses out of 20005 with flag 995000/995000
172.00/100.73	c cleaning 10002 clauses out of 20003 with flag 1005000/1005000
173.54/101.56	c cleaning 10001 clauses out of 20001 with flag 1015000/1015000
175.22/102.44	c cleaning 9997 clauses out of 20001 with flag 1025001/1025001
176.54/103.14	c cleaning 10000 clauses out of 20004 with flag 1035001/1035001
178.07/103.90	c cleaning 10000 clauses out of 20003 with flag 1045000/1045000
179.61/104.78	c cleaning 10001 clauses out of 20004 with flag 1055001/1055001
181.10/105.59	c cleaning 10001 clauses out of 20002 with flag 1065000/1065000
182.61/106.38	c cleaning 10002 clauses out of 20003 with flag 1075002/1075002
184.14/107.18	c cleaning 9995 clauses out of 19999 with flag 1085000/1085000
185.86/108.01	c cleaning 9997 clauses out of 20004 with flag 1095000/1095000
187.35/108.87	c cleaning 10003 clauses out of 20008 with flag 1105001/1105001
188.86/109.65	c cleaning 10001 clauses out of 20004 with flag 1115000/1115000
190.40/110.47	c cleaning 9999 clauses out of 20004 with flag 1125001/1125001
191.92/111.25	c cleaning 9999 clauses out of 20004 with flag 1135000/1135000
193.40/112.06	c cleaning 10002 clauses out of 20006 with flag 1145001/1145001
195.12/112.90	c cleaning 9999 clauses out of 20004 with flag 1155001/1155001
196.45/113.65	c cleaning 10003 clauses out of 20006 with flag 1165002/1165002
197.99/114.42	c cleaning 10000 clauses out of 20004 with flag 1175003/1175003
199.51/115.27	c cleaning 9997 clauses out of 20002 with flag 1185001/1185001
201.04/116.08	c cleaning 10000 clauses out of 20004 with flag 1195000/1195000
202.57/116.82	c cleaning 10001 clauses out of 20005 with flag 1205001/1205001
203.89/117.56	c cleaning 10001 clauses out of 20005 with flag 1215002/1215002
205.38/118.32	c cleaning 9998 clauses out of 20002 with flag 1225000/1225000
206.70/119.08	c cleaning 10000 clauses out of 20004 with flag 1235000/1235000
208.02/119.79	c cleaning 10002 clauses out of 20007 with flag 1245003/1245003
209.54/120.56	c cleaning 9999 clauses out of 20002 with flag 1255000/1255000
211.22/121.41	c cleaning 10001 clauses out of 20004 with flag 1265001/1265001
212.55/122.19	c cleaning 9994 clauses out of 20003 with flag 1275001/1275001
214.07/122.98	c cleaning 9999 clauses out of 20009 with flag 1285001/1285001
215.59/123.79	c cleaning 10001 clauses out of 20010 with flag 1295001/1295001
217.27/124.61	c cleaning 9998 clauses out of 20008 with flag 1305000/1305000
218.61/125.33	c cleaning 10000 clauses out of 20010 with flag 1315000/1315000
219.93/126.01	c cleaning 9999 clauses out of 20011 with flag 1325001/1325001
221.26/126.71	c cleaning 10003 clauses out of 20011 with flag 1335000/1335000
223.25/127.79	c cleaning 9998 clauses out of 20008 with flag 1345000/1345000
224.98/128.69	c cleaning 10001 clauses out of 20010 with flag 1355000/1355000
226.70/129.51	c cleaning 9997 clauses out of 20009 with flag 1365000/1365000
228.02/130.20	c cleaning 10001 clauses out of 20012 with flag 1375000/1375000
229.12/130.89	c cleaning 9999 clauses out of 20011 with flag 1385000/1385000
230.84/131.76	c cleaning 10005 clauses out of 20012 with flag 1395000/1395000
232.17/132.49	c cleaning 10000 clauses out of 20007 with flag 1405000/1405000
233.89/133.32	c cleaning 10001 clauses out of 20009 with flag 1415002/1415002
235.38/134.19	c cleaning 9999 clauses out of 20006 with flag 1425000/1425000
236.88/134.93	c cleaning 10000 clauses out of 20007 with flag 1435000/1435000
238.40/135.76	c cleaning 10001 clauses out of 20009 with flag 1445002/1445002
239.73/136.48	c cleaning 10001 clauses out of 20007 with flag 1455001/1455001
241.20/137.29	c cleaning 9998 clauses out of 20005 with flag 1465000/1465000
242.93/138.14	c cleaning 9998 clauses out of 20007 with flag 1475000/1475000
244.26/138.87	c cleaning 10002 clauses out of 20009 with flag 1485000/1485000
245.79/139.70	c cleaning 9997 clauses out of 20007 with flag 1495000/1495000
247.26/140.49	c cleaning 10005 clauses out of 20011 with flag 1505001/1505001
248.56/141.13	c cleaning 10003 clauses out of 20006 with flag 1515001/1515001
249.90/141.87	c cleaning 9995 clauses out of 20003 with flag 1525001/1525001
251.41/142.62	c cleaning 9999 clauses out of 20007 with flag 1535000/1535000
252.89/143.40	c cleaning 10003 clauses out of 20008 with flag 1545000/1545000
254.41/144.20	c cleaning 9999 clauses out of 20005 with flag 1555000/1555000
255.74/144.95	c cleaning 9999 clauses out of 20006 with flag 1565000/1565000
257.06/145.67	c cleaning 10000 clauses out of 20007 with flag 1575000/1575000
258.73/146.53	c cleaning 10002 clauses out of 20008 with flag 1585001/1585001
260.05/147.30	c cleaning 9998 clauses out of 20005 with flag 1595000/1595000
261.58/148.03	c cleaning 10000 clauses out of 20008 with flag 1605001/1605001
262.89/148.72	c cleaning 10003 clauses out of 20007 with flag 1615000/1615000
264.14/149.48	c cleaning 10002 clauses out of 20005 with flag 1625001/1625001
265.66/150.22	c cleaning 10001 clauses out of 20004 with flag 1635002/1635002
266.98/150.96	c cleaning 9995 clauses out of 20001 with flag 1645000/1645000
268.29/151.66	c cleaning 10002 clauses out of 20008 with flag 1655002/1655002
269.76/152.40	c cleaning 10000 clauses out of 20006 with flag 1665002/1665002
270.87/153.07	c cleaning 10000 clauses out of 20007 with flag 1675003/1675003
272.38/153.80	c cleaning 9998 clauses out of 20005 with flag 1685001/1685001
273.69/154.58	c cleaning 10003 clauses out of 20007 with flag 1695001/1695001
275.36/155.43	c cleaning 10000 clauses out of 20005 with flag 1705002/1705002
276.89/156.22	c cleaning 9997 clauses out of 20004 with flag 1715001/1715001
278.20/156.98	c cleaning 10000 clauses out of 20006 with flag 1725000/1725000
279.72/157.77	c cleaning 10002 clauses out of 20006 with flag 1735000/1735000
281.17/158.53	c cleaning 9999 clauses out of 20006 with flag 1745002/1745002
282.48/159.21	c cleaning 10000 clauses out of 20006 with flag 1755001/1755001
283.80/159.97	c cleaning 9999 clauses out of 20006 with flag 1765001/1765001
285.32/160.73	c cleaning 10001 clauses out of 20007 with flag 1775001/1775001
286.78/161.51	c cleaning 9999 clauses out of 20006 with flag 1785001/1785001
287.88/162.19	c cleaning 10000 clauses out of 20006 with flag 1795000/1795000
289.40/162.91	c cleaning 10001 clauses out of 20006 with flag 1805000/1805000
290.71/163.63	c cleaning 10000 clauses out of 20006 with flag 1815001/1815001
291.99/164.37	c cleaning 10001 clauses out of 20007 with flag 1825002/1825002
293.50/165.16	c cleaning 9994 clauses out of 20004 with flag 1835000/1835000
295.02/165.93	c cleaning 9999 clauses out of 20010 with flag 1845000/1845000
296.33/166.66	c cleaning 10004 clauses out of 20012 with flag 1855001/1855001
297.98/167.51	c cleaning 10002 clauses out of 20007 with flag 1865000/1865000
299.31/168.29	c cleaning 10000 clauses out of 20006 with flag 1875001/1875001
301.01/169.11	c cleaning 10002 clauses out of 20007 with flag 1885002/1885002
302.53/169.91	c cleaning 9999 clauses out of 20004 with flag 1895001/1895001
304.00/170.73	c cleaning 9999 clauses out of 20007 with flag 1905003/1905003
305.31/171.49	c cleaning 9999 clauses out of 20005 with flag 1915000/1915000
306.82/172.26	c cleaning 10000 clauses out of 20007 with flag 1925001/1925001
307.33/172.53	c cleaning 0 clauses out of 11000 with flag 0/11000
308.38/173.17	c cleaning 10001 clauses out of 20006 with flag 1935000/1935000
309.90/173.95	c cleaning 10004 clauses out of 20007 with flag 1945002/1945002
311.41/174.75	c cleaning 9996 clauses out of 20001 with flag 1955000/1955000
313.12/175.60	c cleaning 10001 clauses out of 20005 with flag 1965000/1965000
314.58/176.45	c cleaning 10001 clauses out of 20005 with flag 1975001/1975001
316.09/177.28	c cleaning 10003 clauses out of 20005 with flag 1985002/1985002
317.81/178.11	c cleaning 9997 clauses out of 20000 with flag 1995000/1995000
319.31/178.96	c cleaning 10000 clauses out of 20005 with flag 2005002/2005002
320.77/179.75	c cleaning 9995 clauses out of 20003 with flag 2015000/2015000
322.27/180.58	c cleaning 9997 clauses out of 20009 with flag 2025001/2025001
324.00/181.43	c cleaning 10005 clauses out of 20011 with flag 2035000/2035000
325.52/182.22	c cleaning 10001 clauses out of 20007 with flag 2045001/2045001
326.98/183.03	c cleaning 10000 clauses out of 20006 with flag 2055001/2055001
328.30/183.75	c cleaning 10001 clauses out of 20006 with flag 2065001/2065001
329.59/184.46	c cleaning 9996 clauses out of 20004 with flag 2075000/2075000
331.10/185.23	c cleaning 9999 clauses out of 20009 with flag 2085001/2085001
332.75/186.14	c cleaning 10001 clauses out of 20009 with flag 2095000/2095000
334.26/186.92	c cleaning 9998 clauses out of 20008 with flag 2105000/2105000
335.76/187.73	c cleaning 10004 clauses out of 20013 with flag 2115003/2115003
337.27/188.50	c cleaning 10002 clauses out of 20006 with flag 2125000/2125000
338.73/189.36	c cleaning 9997 clauses out of 20004 with flag 2135000/2135000
340.23/190.13	c cleaning 10001 clauses out of 20008 with flag 2145001/2145001
341.54/190.89	c cleaning 10004 clauses out of 20007 with flag 2155001/2155001
343.04/191.60	c cleaning 9997 clauses out of 20003 with flag 2165001/2165001
344.30/192.36	c cleaning 10002 clauses out of 20005 with flag 2175000/2175000
345.61/193.04	c cleaning 9997 clauses out of 20003 with flag 2185000/2185000
346.91/193.76	c cleaning 9999 clauses out of 20008 with flag 2195002/2195002
348.22/194.50	c cleaning 10005 clauses out of 20010 with flag 2205003/2205003
349.70/195.22	c cleaning 10000 clauses out of 20003 with flag 2215001/2215001
351.01/195.93	c cleaning 9996 clauses out of 20001 with flag 2225000/2225000
352.53/196.70	c cleaning 10000 clauses out of 20006 with flag 2235001/2235001
353.83/197.49	c cleaning 10003 clauses out of 20006 with flag 2245001/2245001
355.29/198.27	c cleaning 10003 clauses out of 20008 with flag 2255006/2255006
356.60/199.00	c cleaning 9997 clauses out of 19998 with flag 2265000/2265000
358.18/199.72	c cleaning 9998 clauses out of 20000 with flag 2275001/2275001
358.76/200.03	c And the winner is Resolution
358.74/200.90	c starts		: 242
358.74/200.90	c conflicts		: 2278518
358.74/200.90	c decisions		: 2283879
358.74/200.90	c propagations		: 15053736
358.74/200.90	c inspects		: 1836196006
358.74/200.90	c learnt literals	: 11
358.74/200.90	c learnt binary clauses	: 66
358.74/200.90	c learnt ternary clauses	: 313
358.74/200.90	c learnt clauses	: 2278506
358.74/200.90	c ignored clauses	: 0
358.74/200.90	c root simplifications	: 0
358.74/200.90	c removed literals (reason simplification)	: 23507854
358.74/200.90	c reason swapping (by a shorter reason)	: 0
358.74/200.90	c Calls to reduceDB	: 229
358.74/200.90	c number of reductions to clauses (during analyze)	: 0
358.74/200.90	c number of learned constraints concerned by reduction	: 0
358.74/200.90	c number of learning phase by resolution	: 0
358.74/200.90	c number of learning phase by cutting planes	: 0
358.74/200.90	c speed (assignments/second)	: 91951.98915174727
358.74/200.90	c non guided choices	206
358.74/200.90	c learnt constraints type 
358.74/200.90	c constraints type 
358.74/200.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
358.74/200.90	c constraints type 
358.74/200.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
358.74/200.90	s OPTIMUM FOUND
358.74/200.90	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 
358.74/200.90	c objective function=2
358.74/200.90	c Total wall clock time (in seconds): 200.806

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734710-1338745623/watcher-3734710-1338745623 -o /tmp/evaluation-result-3734710-1338745623/solver-3734710-1338745623 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734710-1338745623.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.24 3.22 3.03 4/197 28188
/proc/meminfo: memFree=26835508/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 2 0 340688014 98635776 960 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 24065 962 731 9 0 16771 0
[pid=28188/tid=28189] ppid=28186 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) R 28186 28188 25443 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 2 0 340688015 98570240 975 33554432000 1073741824 1073778376 140733217488608 140706196209192 270330052277 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.00678294 s]
/proc/loadavg: 3.24 3.22 3.03 4/197 28188
/proc/meminfo: memFree=26835508/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 1281 0 0 0 0 0 0 0 20 0 2 0 340688014 98578432 983 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 24068 983 750 9 0 16774 0
[pid=28188/tid=28189] ppid=28186 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) R 28186 28188 25443 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 340688015 98582528 984 33554432000 1073741824 1073778376 140733217488608 140706196209192 270330054045 0 0 0 16784584 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100173 s]
/proc/loadavg: 3.24 3.22 3.03 4/197 28188
/proc/meminfo: memFree=26835508/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 4851 0 1 0 11 1 0 0 20 0 18 0 340688014 2764726272 6529 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 674982 6529 2153 9 0 665676 0
[pid=28188/tid=28189] ppid=28186 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) R 28186 28188 25443 0 -1 4202560 2778 0 1 0 8 0 0 0 20 0 18 0 340688015 2764726272 6529 33554432000 1073741824 1073778376 140733217488608 140706196211496 270333437197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 2699928

[startup+0.300207 s]
/proc/loadavg: 3.24 3.22 3.03 4/197 28188
/proc/meminfo: memFree=26835508/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 8221 0 1 0 52 3 0 0 20 0 20 0 340688014 3037372416 10377 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 10377 2210 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) S 28186 28188 25443 0 -1 4202560 2783 0 1 0 10 0 0 0 20 0 20 0 340688015 3037372416 10377 33554432000 1073741824 1073778376 140733217488608 140706196214936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2966184

[startup+0.700262 s]
/proc/loadavg: 3.24 3.22 3.03 4/197 28188
/proc/meminfo: memFree=26835508/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 8221 0 1 0 52 3 0 0 20 0 20 0 340688014 3037372416 10377 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 10377 2210 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) S 28186 28188 25443 0 -1 4202560 2783 0 1 0 10 0 0 0 20 0 20 0 340688015 3037372416 10377 33554432000 1073741824 1073778376 140733217488608 140706196214936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2966184

[startup+1.50067 s]
/proc/loadavg: 3.24 3.22 3.03 3/217 28210
/proc/meminfo: memFree=26801836/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 8248 0 1 0 58 6 0 0 20 0 20 0 340688014 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 11920 2217 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) S 28186 28188 25443 0 -1 4202560 2784 0 1 0 10 0 0 0 20 0 20 0 340688015 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706196214936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28191] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28191/stat : 28191 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688015 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706180495912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28192] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28192/stat : 28192 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688015 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706179443112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28193] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28193/stat : 28193 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706178390312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28194] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28194/stat : 28194 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706177337512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28195] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28195/stat : 28195 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706176285736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28196] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28196/stat : 28196 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706175232936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28197] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28197/stat : 28197 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706174180136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28198] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28198/stat : 28198 (java) S 28186 28188 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706173127336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28199] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28199/stat : 28199 (java) S 28186 28188 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706160716264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28200] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28200/stat : 28200 (java) S 28186 28188 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706159662328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28201] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28201/stat : 28201 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706158609416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28202] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28202/stat : 28202 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706157557904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28203] ppid=28186 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/28188/task/28203/stat : 28203 (java) S 28186 28188 25443 0 -1 4202560 2149 0 0 0 14 0 0 0 20 0 20 0 340688019 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706156506040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28204] ppid=28186 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/28188/task/28204/stat : 28204 (java) S 28186 28188 25443 0 -1 4202560 1998 0 0 0 16 0 0 0 20 0 20 0 340688019 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706155453240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28205] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28205/stat : 28205 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706154400632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28206] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28206/stat : 28206 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706153348040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28209] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28209/stat : 28209 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706150187944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28210] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28210/stat : 28210 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 11920 33554432000 1073741824 1073778376 140733217488608 140706031067944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 2966184

[startup+3.10066 s]
/proc/loadavg: 3.14 3.20 3.02 3/217 28212
/proc/meminfo: memFree=26793620/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 8260 0 1 0 66 8 0 0 20 0 20 0 340688014 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 13970 2219 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) S 28186 28188 25443 0 -1 4202560 2785 0 1 0 10 0 0 0 20 0 20 0 340688015 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706196214936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28191] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28191/stat : 28191 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688015 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706180495912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28192] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28192/stat : 28192 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688015 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706179443112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28193] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28193/stat : 28193 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706178390312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28194] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28194/stat : 28194 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706177337512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28195] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28195/stat : 28195 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706176285736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28196] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28196/stat : 28196 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706175232936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28197] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28197/stat : 28197 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706174180136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28198] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28198/stat : 28198 (java) S 28186 28188 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706173127336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28199] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28199/stat : 28199 (java) S 28186 28188 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706160716264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28200] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28200/stat : 28200 (java) S 28186 28188 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706159662328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28201] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28201/stat : 28201 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706158609416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28202] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28202/stat : 28202 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706157557904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28203] ppid=28186 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/28188/task/28203/stat : 28203 (java) S 28186 28188 25443 0 -1 4202560 2151 0 0 0 16 0 0 0 20 0 20 0 340688019 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706156506040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28204] ppid=28186 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/28188/task/28204/stat : 28204 (java) S 28186 28188 25443 0 -1 4202560 1998 0 0 0 18 0 0 0 20 0 20 0 340688019 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706155453240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28205] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28205/stat : 28205 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706154400632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28206] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28206/stat : 28206 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706153348040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28209] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28209/stat : 28209 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706150187944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28210] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28210/stat : 28210 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 13970 33554432000 1073741824 1073778376 140733217488608 140706031067944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 3.14 3.20 3.02 3/217 28220
/proc/meminfo: memFree=26755972/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=1.23 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 13010 0 1 0 107 16 0 0 20 0 20 0 340688014 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 23230 2232 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) S 28186 28188 25443 0 -1 4202560 2787 0 1 0 11 0 0 0 20 0 20 0 340688015 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706196214936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28191] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28191/stat : 28191 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688015 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706180495912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28192] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28192/stat : 28192 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688015 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706179443112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28193] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28193/stat : 28193 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706178390312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28194] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28194/stat : 28194 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706177337512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28195] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28195/stat : 28195 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706176285736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28196] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28196/stat : 28196 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706175232936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28197] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28197/stat : 28197 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706174180136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28198] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28198/stat : 28198 (java) S 28186 28188 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340688016 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706173127336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28199] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28199/stat : 28199 (java) S 28186 28188 25443 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706160716264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28200] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28200/stat : 28200 (java) S 28186 28188 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706159662328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28201] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28201/stat : 28201 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 23230 33554432000 1073741824 1073778376 140733217488608 140706158609416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28202] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6

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

[pid=28188/tid=28204] ppid=28186 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/28188/task/28204/stat : 28204 (java) S 28186 28188 25443 0 -1 4202560 11165 0 0 0 121 3 0 0 20 0 22 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706155453240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28205] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28205/stat : 28205 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706154400632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28206] ppid=28186 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/28188/task/28206/stat : 28206 (java) S 28186 28188 25443 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 22 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706153348040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28209] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28209/stat : 28209 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340688027 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706150187944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28210] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28210/stat : 28210 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340688027 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706031067944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28237] ppid=28186 vsize=2966184 CPUtime=140.46 cores=0,2,4,6
/proc/28188/task/28237/stat : 28237 (java) S 28186 28188 25443 0 -1 4202560 158 0 0 0 14044 2 0 0 20 0 22 0 340691733 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706152293176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28238] ppid=28186 vsize=2966184 CPUtime=140.61 cores=0,2,4,6
/proc/28188/task/28238/stat : 28238 (java) S 28186 28188 25443 0 -1 4202560 37 0 0 0 14059 2 0 0 20 0 22 0 340691733 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706151238600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 355.49
Current children cumulated vsize (KiB) 2966184

[startup+199.909 s]
/proc/loadavg: 3.95 3.54 3.18 5/220 28242
/proc/meminfo: memFree=26202852/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=358.57 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 23403 0 1 0 35807 50 0 0 20 0 22 0 340688014 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 148727 2276 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) S 28186 28188 25443 0 -1 4202560 2811 0 1 0 11 0 0 0 20 0 22 0 340688015 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706196214936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28191] ppid=28186 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/28188/task/28191/stat : 28191 (java) S 28186 28188 25443 0 -1 4202560 74 0 0 0 69 0 0 0 20 0 22 0 340688015 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706180495912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28192] ppid=28186 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/28188/task/28192/stat : 28192 (java) S 28186 28188 25443 0 -1 4202560 81 0 0 0 67 0 0 0 20 0 22 0 340688015 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706179443112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28193] ppid=28186 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/28188/task/28193/stat : 28193 (java) S 28186 28188 25443 0 -1 4202560 76 0 0 0 66 2 0 0 20 0 22 0 340688016 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706178390312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28194] ppid=28186 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/28188/task/28194/stat : 28194 (java) S 28186 28188 25443 0 -1 4202560 76 0 0 0 69 0 0 0 20 0 22 0 340688016 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706177337512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28195] ppid=28186 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/28188/task/28195/stat : 28195 (java) S 28186 28188 25443 0 -1 4202560 83 0 0 0 63 0 0 0 20 0 22 0 340688016 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706176285736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28196] ppid=28186 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/28188/task/28196/stat : 28196 (java) S 28186 28188 25443 0 -1 4202560 68 0 0 0 70 1 0 0 20 0 22 0 340688016 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706175232936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28197] ppid=28186 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/28188/task/28197/stat : 28197 (java) S 28186 28188 25443 0 -1 4202560 104 0 0 0 77 0 0 0 20 0 22 0 340688016 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706174180136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28198] ppid=28186 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/28188/task/28198/stat : 28198 (java) S 28186 28188 25443 0 -1 4202560 73 0 0 0 72 2 0 0 20 0 22 0 340688016 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706173127336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28199] ppid=28186 vsize=2966184 CPUtime=19.93 cores=0,2,4,6
/proc/28188/task/28199/stat : 28199 (java) S 28186 28188 25443 0 -1 4202560 71 0 0 0 1990 3 0 0 20 0 22 0 340688017 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706160716264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28200] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28200/stat : 28200 (java) S 28186 28188 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340688017 3037372416 148727 33554432000 1073741824 1073778376 140733217488608 140706159662328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28201] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28201/stat : 28201 (java) S 28186 28188 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340688017 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706158609416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28202] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28202/stat : 28202 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340688019 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706157557904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28203] ppid=28186 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/28188/task/28203/stat : 28203 (java) R 28186 28188 25443 0 -1 4202560 5311 0 0 0 84 0 0 0 20 0 22 0 340688019 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706156505880 140706200301782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28204] ppid=28186 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/28188/task/28204/stat : 28204 (java) S 28186 28188 25443 0 -1 4202560 12727 0 0 0 135 3 0 0 20 0 22 0 340688019 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706155453240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28205] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28205/stat : 28205 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340688019 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706154400632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28206] ppid=28186 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/28188/task/28206/stat : 28206 (java) S 28186 28188 25443 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 22 0 340688019 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706153348040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28209] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28209/stat : 28209 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340688027 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706150187944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28210] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28210/stat : 28210 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340688027 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706031067944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28237] ppid=28186 vsize=2966184 CPUtime=141.74 cores=0,2,4,6
/proc/28188/task/28237/stat : 28237 (java) R 28186 28188 25443 0 -1 4202560 158 0 0 0 14171 3 0 0 20 0 22 0 340691733 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706152293072 140706032066161 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28238] ppid=28186 vsize=2966184 CPUtime=141.9 cores=0,2,4,6
/proc/28188/task/28238/stat : 28238 (java) R 28186 28188 25443 0 -1 4202560 39 0 0 0 14188 2 0 0 20 0 22 0 340691733 3037372416 148668 33554432000 1073741824 1073778376 140733217488608 140706151238440 140706031516468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 358.57
Current children cumulated vsize (KiB) 2966184

[startup+200.701 s]
/proc/loadavg: 3.95 3.54 3.18 4/219 28242
/proc/meminfo: memFree=26202108/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=358.53 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 23403 0 1 0 35798 55 0 0 20 0 20 0 340688014 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 148490 2276 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) R 28186 28188 25443 0 -1 4202560 2811 0 1 0 40 2 0 0 20 0 20 0 340688015 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706196214552 140706031343510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28191] ppid=28186 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/28188/task/28191/stat : 28191 (java) S 28186 28188 25443 0 -1 4202560 74 0 0 0 69 0 0 0 20 0 20 0 340688015 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706180495912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28192] ppid=28186 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/28188/task/28192/stat : 28192 (java) S 28186 28188 25443 0 -1 4202560 81 0 0 0 67 0 0 0 20 0 20 0 340688015 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706179443112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28193] ppid=28186 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/28188/task/28193/stat : 28193 (java) S 28186 28188 25443 0 -1 4202560 76 0 0 0 66 2 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706178390312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28194] ppid=28186 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/28188/task/28194/stat : 28194 (java) S 28186 28188 25443 0 -1 4202560 76 0 0 0 69 0 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706177337512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28195] ppid=28186 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/28188/task/28195/stat : 28195 (java) S 28186 28188 25443 0 -1 4202560 83 0 0 0 63 0 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706176285736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28196] ppid=28186 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/28188/task/28196/stat : 28196 (java) S 28186 28188 25443 0 -1 4202560 68 0 0 0 70 1 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706175232936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28197] ppid=28186 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/28188/task/28197/stat : 28197 (java) S 28186 28188 25443 0 -1 4202560 104 0 0 0 77 0 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706174180136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28198] ppid=28186 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/28188/task/28198/stat : 28198 (java) S 28186 28188 25443 0 -1 4202560 73 0 0 0 72 2 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706173127336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28199] ppid=28186 vsize=2966184 CPUtime=19.93 cores=0,2,4,6
/proc/28188/task/28199/stat : 28199 (java) S 28186 28188 25443 0 -1 4202560 71 0 0 0 1990 3 0 0 20 0 20 0 340688017 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706160716264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28200] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28200/stat : 28200 (java) S 28186 28188 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706159662328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28201] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28201/stat : 28201 (java) S 28186 28188 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706158609416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28202] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28202/stat : 28202 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706157557904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28203] ppid=28186 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/28188/task/28203/stat : 28203 (java) S 28186 28188 25443 0 -1 4202560 5311 0 0 0 87 0 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706156506040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28204] ppid=28186 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/28188/task/28204/stat : 28204 (java) S 28186 28188 25443 0 -1 4202560 12727 0 0 0 135 3 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706155453240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28205] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28205/stat : 28205 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706154400632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28206] ppid=28186 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/28188/task/28206/stat : 28206 (java) S 28186 28188 25443 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706153348040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28209] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28209/stat : 28209 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706150187944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28210] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28210/stat : 28210 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706031067944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 358.53
Current children cumulated vsize (KiB) 2966184

[startup+200.901 s]
/proc/loadavg: 3.95 3.54 3.18 4/219 28242
/proc/meminfo: memFree=26202108/32873660 swapFree=7120/7120
[pid=28188] ppid=28186 vsize=2966184 CPUtime=358.74 cores=0,2,4,6
/proc/28188/stat : 28188 (java) S 28186 28188 25443 0 -1 4202496 23403 0 1 0 35818 56 0 0 20 0 20 0 340688014 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140733217479744 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28188/statm: 741546 148490 2276 9 0 732240 0
[pid=28188/tid=28189] ppid=28186 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/28188/task/28189/stat : 28189 (java) R 28186 28188 25443 0 -1 4202560 2811 0 1 0 60 2 0 0 20 0 20 0 340688015 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706196212568 140706031343522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28191] ppid=28186 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/28188/task/28191/stat : 28191 (java) S 28186 28188 25443 0 -1 4202560 74 0 0 0 69 0 0 0 20 0 20 0 340688015 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706180495912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28188/tid=28192] ppid=28186 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/28188/task/28192/stat : 28192 (java) S 28186 28188 25443 0 -1 4202560 81 0 0 0 67 0 0 0 20 0 20 0 340688015 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706179443112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28193] ppid=28186 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/28188/task/28193/stat : 28193 (java) S 28186 28188 25443 0 -1 4202560 76 0 0 0 66 2 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706178390312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28194] ppid=28186 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/28188/task/28194/stat : 28194 (java) S 28186 28188 25443 0 -1 4202560 76 0 0 0 69 0 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706177337512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28195] ppid=28186 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/28188/task/28195/stat : 28195 (java) S 28186 28188 25443 0 -1 4202560 83 0 0 0 63 0 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706176285736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28196] ppid=28186 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/28188/task/28196/stat : 28196 (java) S 28186 28188 25443 0 -1 4202560 68 0 0 0 70 1 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706175232936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28197] ppid=28186 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/28188/task/28197/stat : 28197 (java) S 28186 28188 25443 0 -1 4202560 104 0 0 0 77 0 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706174180136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28198] ppid=28186 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/28188/task/28198/stat : 28198 (java) S 28186 28188 25443 0 -1 4202560 73 0 0 0 72 2 0 0 20 0 20 0 340688016 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706173127336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28199] ppid=28186 vsize=2966184 CPUtime=19.94 cores=0,2,4,6
/proc/28188/task/28199/stat : 28199 (java) S 28186 28188 25443 0 -1 4202560 71 0 0 0 1990 4 0 0 20 0 20 0 340688017 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706160716264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28200] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28200/stat : 28200 (java) S 28186 28188 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706159662328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28201] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28201/stat : 28201 (java) S 28186 28188 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340688017 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706158609416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28202] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28202/stat : 28202 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706157557904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28188/tid=28203] ppid=28186 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/28188/task/28203/stat : 28203 (java) S 28186 28188 25443 0 -1 4202560 5311 0 0 0 87 0 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706156506040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28204] ppid=28186 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/28188/task/28204/stat : 28204 (java) S 28186 28188 25443 0 -1 4202560 12727 0 0 0 135 3 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706155453240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28205] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28205/stat : 28205 (java) S 28186 28188 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706154400632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28206] ppid=28186 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/28188/task/28206/stat : 28206 (java) S 28186 28188 25443 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 20 0 340688019 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706153348040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28188/tid=28209] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28209/stat : 28209 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706150187944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28188/tid=28210] ppid=28186 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28188/task/28210/stat : 28210 (java) S 28186 28188 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340688027 3037372416 148490 33554432000 1073741824 1073778376 140733217488608 140706031067944 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 358.74
Current children cumulated vsize (KiB) 2966184

Child status: 30

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

Real time (s): 200.911
CPU time (s): 359.389
CPU user time (s): 358.779
CPU system time (s): 0.610899
CPU usage (%): 178.88
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.149
system time used= 0.660899
maximum resident set size= 595068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11872
involuntary context switches= 13242

runsolver used 0.631903 second user time and 1.9667 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 19:47:03
IDJOB=3734710
IDBENCH=2896
IDSOLVER=2324
FILE ID=node117/3734710-1338745623
RUNJOBID= node117-1338737787-25459
PBS_JOBID= 14636766
Free space on /tmp= 69124 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734710-1338745623/watcher-3734710-1338745623 -o /tmp/evaluation-result-3734710-1338745623/solver-3734710-1338745623 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734710-1338745623.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=1943104451

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26835772 kB
Buffers:          627492 kB
Cached:          4147388 kB
SwapCached:          776 kB
Active:          2647120 kB
Inactive:        2468716 kB
Active(anon):     326760 kB
Inactive(anon):     9972 kB
Active(file):    2320360 kB
Inactive(file):  2458744 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:        349104 kB
Mapped:            20396 kB
Shmem:                80 kB
Slab:             778108 kB
SReclaimable:     222124 kB
SUnreclaim:       555984 kB
KernelStack:        1624 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1572472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 19:50:24