Trace number 3453844

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 484.997 257.017

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
MD5SUMd6ad4e57f9bd4d3660efa4691d3e45da
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.221965
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 variables162
Total number of constraints13
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 constraints13
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)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3453844-1307194307.opb
0.09/0.11	c reading problem ... 
0.23/0.22	c ... done. Wall clock time 0.102s.
0.23/0.22	c #vars     648
0.23/0.22	c #constraints  991
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
3.36/1.06	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.38/1.77	c cleaning 4251 clauses out of 8501 with flag 11001/11001
7.18/2.70	c cleaning 5625 clauses out of 11249 with flag 18000/18000
9.35/3.79	c cleaning 6812 clauses out of 13625 with flag 26001/26001
11.96/5.09	c cleaning 7902 clauses out of 15812 with flag 35000/35000
14.73/6.44	c cleaning 8951 clauses out of 17910 with flag 45000/45000
17.78/7.98	c cleaning 9481 clauses out of 18961 with flag 55002/55002
20.35/9.26	c cleaning 9739 clauses out of 19478 with flag 65000/65000
22.70/10.43	c cleaning 9871 clauses out of 19742 with flag 75003/75003
25.47/11.89	c cleaning 9934 clauses out of 19869 with flag 85001/85001
28.26/13.28	c cleaning 9965 clauses out of 19934 with flag 95000/95000
30.45/14.37	c cleaning 9975 clauses out of 19969 with flag 105000/105000
32.89/15.42	c cleaning 9994 clauses out of 19994 with flag 115000/115000
35.36/16.54	c cleaning 10001 clauses out of 20004 with flag 125004/125004
38.28/18.06	c cleaning 9991 clauses out of 20000 with flag 135001/135001
40.03/18.97	c cleaning 9994 clauses out of 20008 with flag 145000/145000
41.96/19.96	c cleaning 9995 clauses out of 20014 with flag 155000/155000
43.51/20.73	c cleaning 9998 clauses out of 20020 with flag 165001/165001
44.86/21.43	c cleaning 10003 clauses out of 20021 with flag 175000/175000
46.81/22.41	c cleaning 10004 clauses out of 20019 with flag 185001/185001
50.15/24.15	c cleaning 10004 clauses out of 20015 with flag 195001/195001
51.67/24.98	c cleaning 9992 clauses out of 20010 with flag 205000/205000
53.61/25.95	c cleaning 10000 clauses out of 20019 with flag 215001/215001
57.16/27.78	c cleaning 9998 clauses out of 20019 with flag 225001/225001
59.47/28.99	c cleaning 9996 clauses out of 20020 with flag 235000/235000
60.82/29.66	c cleaning 9999 clauses out of 20025 with flag 245001/245001
61.94/30.28	c cleaning 10003 clauses out of 20027 with flag 255002/255002
63.67/31.14	c cleaning 10007 clauses out of 20023 with flag 265001/265001
63.82/31.26	c cleaning 0 clauses out of 5002 with flag 0/5002
65.34/32.07	c cleaning 9994 clauses out of 20016 with flag 275001/275001
67.26/32.99	c cleaning 10005 clauses out of 20021 with flag 285000/285000
69.98/34.35	c cleaning 10003 clauses out of 20016 with flag 295000/295000
72.88/35.85	c cleaning 10000 clauses out of 20013 with flag 305000/305000
75.62/37.31	c cleaning 10002 clauses out of 20013 with flag 315000/315000
77.35/38.19	c cleaning 9992 clauses out of 20012 with flag 325001/325001
79.08/39.06	c cleaning 9998 clauses out of 20019 with flag 335000/335000
80.78/39.94	c cleaning 10001 clauses out of 20023 with flag 345002/345002
82.91/41.00	c cleaning 10005 clauses out of 20021 with flag 355001/355001
85.03/42.10	c cleaning 10007 clauses out of 20015 with flag 365000/365000
87.96/43.63	c cleaning 9999 clauses out of 20009 with flag 375001/375001
90.68/45.05	c cleaning 10004 clauses out of 20010 with flag 385001/385001
93.02/46.28	c cleaning 9998 clauses out of 20005 with flag 395000/395000
95.51/47.59	c cleaning 9995 clauses out of 20008 with flag 405001/405001
97.28/48.50	c cleaning 10002 clauses out of 20012 with flag 415000/415000
99.53/49.63	c cleaning 9996 clauses out of 20011 with flag 425001/425001
101.27/50.54	c cleaning 10002 clauses out of 20014 with flag 435000/435000
102.77/51.31	c cleaning 9995 clauses out of 20013 with flag 445001/445001
104.29/52.18	c cleaning 10001 clauses out of 20019 with flag 455002/455002
107.38/53.72	c cleaning 10002 clauses out of 20017 with flag 465001/465001
109.72/54.92	c cleaning 9998 clauses out of 20015 with flag 475001/475001
111.43/55.80	c cleaning 10000 clauses out of 20017 with flag 485001/485001
113.58/56.91	c cleaning 10001 clauses out of 20016 with flag 495001/495001
115.07/57.79	c cleaning 9997 clauses out of 20014 with flag 505000/505000
116.79/58.66	c cleaning 10001 clauses out of 20018 with flag 515001/515001
118.51/59.54	c cleaning 10000 clauses out of 20016 with flag 525000/525000
120.24/60.48	c cleaning 9997 clauses out of 20017 with flag 535001/535001
121.71/61.29	c cleaning 10007 clauses out of 20020 with flag 545001/545001
124.24/62.56	c cleaning 10002 clauses out of 20012 with flag 555000/555000
126.36/63.68	c cleaning 10003 clauses out of 20011 with flag 565001/565001
128.69/64.88	c cleaning 10003 clauses out of 20007 with flag 575000/575000
130.99/66.07	c cleaning 10000 clauses out of 20004 with flag 585000/585000
133.27/67.21	c cleaning 9998 clauses out of 20004 with flag 595000/595000
135.38/68.35	c cleaning 9998 clauses out of 20006 with flag 605000/605000
137.11/69.24	c cleaning 9991 clauses out of 20009 with flag 615001/615001
138.56/70.07	c cleaning 9995 clauses out of 20018 with flag 625001/625001
140.68/71.10	c cleaning 10006 clauses out of 20022 with flag 635000/635000
142.39/72.03	c cleaning 10003 clauses out of 20016 with flag 645000/645000
144.50/73.17	c cleaning 10007 clauses out of 20014 with flag 655001/655001
146.57/74.28	c cleaning 9998 clauses out of 20006 with flag 665000/665000
148.28/75.17	c cleaning 10002 clauses out of 20009 with flag 675001/675001
149.83/75.97	c cleaning 9994 clauses out of 20006 with flag 685000/685000
151.50/76.86	c cleaning 9996 clauses out of 20012 with flag 695000/695000
153.57/77.99	c cleaning 10000 clauses out of 20017 with flag 705001/705001
155.89/79.14	c cleaning 9999 clauses out of 20017 with flag 715001/715001
158.22/80.38	c cleaning 10000 clauses out of 20017 with flag 725000/725000
160.69/81.60	c cleaning 10004 clauses out of 20018 with flag 735001/735001
162.40/82.57	c cleaning 10002 clauses out of 20016 with flag 745003/745003
163.87/83.37	c cleaning 9991 clauses out of 20011 with flag 755000/755000
165.38/84.11	c cleaning 9995 clauses out of 20020 with flag 765000/765000
166.88/84.96	c cleaning 9996 clauses out of 20025 with flag 775000/775000
168.94/86.04	c cleaning 9997 clauses out of 20029 with flag 785000/785000
170.46/86.92	c cleaning 10000 clauses out of 20032 with flag 795000/795000
172.34/87.81	c cleaning 10000 clauses out of 20032 with flag 805000/805000
174.05/88.79	c cleaning 10009 clauses out of 20032 with flag 815001/815001
175.51/89.53	c cleaning 10001 clauses out of 20022 with flag 825000/825000
176.01/89.87	c  And the winner is Resolution
176.22/90.29	c SATISFIABLE
176.22/90.29	c OPTIMIZING...
176.22/90.29	c Got one! Elapsed wall clock time (in seconds):90.172
176.22/90.29	o 5
176.24/90.35	c cleaning 7792 clauses out of 15613 with flag 1000/830592
177.54/91.03	c cleaning 6898 clauses out of 13821 with flag 7000/836592
179.04/91.86	c cleaning 6948 clauses out of 13924 with flag 14001/843593
180.89/92.84	c cleaning 7473 clauses out of 14975 with flag 22000/851592
182.79/93.84	c cleaning 8240 clauses out of 16505 with flag 31003/860595
185.32/95.12	c cleaning 9117 clauses out of 18264 with flag 41002/870594
187.62/96.34	c cleaning 9557 clauses out of 19145 with flag 51000/880592
189.68/97.49	c cleaning 9781 clauses out of 19588 with flag 61000/890592
192.38/98.80	c cleaning 9894 clauses out of 19808 with flag 71001/900593
195.07/100.27	c cleaning 9940 clauses out of 19914 with flag 81001/910593
197.58/101.51	c cleaning 9973 clauses out of 19973 with flag 91000/920592
199.64/102.63	c cleaning 9998 clauses out of 20001 with flag 101001/930593
201.73/103.71	c cleaning 9999 clauses out of 20005 with flag 111003/940595
204.23/105.09	c cleaning 9997 clauses out of 20004 with flag 121001/950593
206.72/106.39	c cleaning 10000 clauses out of 20007 with flag 131001/960593
209.17/107.68	c cleaning 10001 clauses out of 20007 with flag 141001/970593
211.48/108.85	c cleaning 9999 clauses out of 20006 with flag 151001/980593
213.95/110.10	c cleaning 10001 clauses out of 20007 with flag 161001/990593
214.84/110.66	c  And the winner is Resolution
215.03/111.07	c Got one! Elapsed wall clock time (in seconds):110.958
215.03/111.07	o 3
216.08/111.61	c cleaning 10550 clauses out of 21133 with flag 5001/1001720
217.52/112.44	c cleaning 8275 clauses out of 16582 with flag 11000/1007719
219.02/113.24	c cleaning 7634 clauses out of 15307 with flag 18000/1014719
220.49/114.03	c cleaning 7824 clauses out of 15675 with flag 26002/1022721
222.18/114.95	c cleaning 8419 clauses out of 16849 with flag 35000/1031719
224.02/115.98	c cleaning 9214 clauses out of 18430 with flag 45000/1041719
226.12/117.08	c cleaning 9600 clauses out of 19216 with flag 55000/1051719
228.01/118.03	c cleaning 9800 clauses out of 19616 with flag 65000/1061719
229.89/119.10	c cleaning 9903 clauses out of 19816 with flag 75000/1071719
232.54/120.40	c cleaning 9950 clauses out of 19914 with flag 85001/1081720
235.02/121.79	c cleaning 9973 clauses out of 19963 with flag 95000/1091719
237.72/123.20	c cleaning 9987 clauses out of 19990 with flag 105000/1101719
240.19/124.40	c cleaning 9992 clauses out of 20004 with flag 115001/1111720
242.63/125.71	c cleaning 9993 clauses out of 20011 with flag 125000/1121719
244.71/126.86	c cleaning 10004 clauses out of 20019 with flag 135001/1131720
246.60/127.87	c cleaning 10003 clauses out of 20016 with flag 145002/1141721
248.88/129.05	c cleaning 9999 clauses out of 20011 with flag 155000/1151719
251.32/130.37	c cleaning 10000 clauses out of 20013 with flag 165001/1161720
253.61/131.52	c cleaning 10001 clauses out of 20014 with flag 175002/1171721
255.69/132.68	c cleaning 10003 clauses out of 20011 with flag 185000/1181719
257.97/133.82	c cleaning 10004 clauses out of 20009 with flag 195001/1191720
260.41/135.12	c cleaning 9999 clauses out of 20006 with flag 205002/1201721
262.71/136.37	c cleaning 10001 clauses out of 20006 with flag 215001/1211720
264.37/137.28	c cleaning 9996 clauses out of 20004 with flag 225000/1221719
266.05/138.19	c cleaning 9997 clauses out of 20008 with flag 235000/1231719
267.90/139.14	c cleaning 9996 clauses out of 20011 with flag 245000/1241719
269.98/140.23	c cleaning 9998 clauses out of 20015 with flag 255000/1251719
272.06/141.38	c cleaning 10004 clauses out of 20018 with flag 265001/1261720
274.33/142.55	c cleaning 10001 clauses out of 20014 with flag 275001/1271720
275.77/143.34	c cleaning 0 clauses out of 10421 with flag 0/10422
276.87/143.94	c cleaning 10001 clauses out of 20013 with flag 285001/1281720
279.17/145.16	c cleaning 10000 clauses out of 20012 with flag 295001/1291720
281.46/146.37	c cleaning 9998 clauses out of 20011 with flag 305000/1301719
283.66/147.55	c cleaning 10000 clauses out of 20013 with flag 315000/1311719
286.33/148.90	c cleaning 9999 clauses out of 20013 with flag 325000/1321719
288.41/150.06	c cleaning 10001 clauses out of 20014 with flag 335000/1331719
290.48/151.11	c cleaning 9994 clauses out of 20012 with flag 345000/1341719
291.92/151.91	c cleaning 10000 clauses out of 20018 with flag 355000/1351719
293.19/152.69	c cleaning 9998 clauses out of 20019 with flag 365001/1361720
294.66/153.43	c cleaning 10000 clauses out of 20021 with flag 375001/1371720
295.94/154.17	c cleaning 9999 clauses out of 20020 with flag 385000/1381719
297.81/155.16	c cleaning 10006 clauses out of 20022 with flag 395001/1391720
299.24/155.96	c cleaning 9997 clauses out of 20015 with flag 405000/1401719
300.72/156.73	c cleaning 10005 clauses out of 20021 with flag 415003/1411722
302.20/157.55	c cleaning 9996 clauses out of 20014 with flag 425001/1421720
304.04/158.52	c cleaning 10000 clauses out of 20017 with flag 435000/1431719
305.51/159.36	c cleaning 9999 clauses out of 20017 with flag 445000/1441719
307.18/160.21	c cleaning 10003 clauses out of 20018 with flag 455000/1451719
308.44/160.98	c cleaning 9995 clauses out of 20016 with flag 465001/1461720
310.05/161.86	c cleaning 10003 clauses out of 20021 with flag 475001/1471720
311.52/162.64	c cleaning 10002 clauses out of 20018 with flag 485001/1481720
313.38/163.62	c cleaning 10002 clauses out of 20015 with flag 495001/1491720
315.66/164.83	c cleaning 10000 clauses out of 20013 with flag 505001/1501720
317.48/165.88	c cleaning 9999 clauses out of 20012 with flag 515000/1511719
319.55/166.96	c cleaning 10002 clauses out of 20013 with flag 525000/1521719
321.42/167.90	c cleaning 10000 clauses out of 20012 with flag 535001/1531720
323.29/168.96	c cleaning 9997 clauses out of 20012 with flag 545001/1541720
325.30/170.00	c cleaning 10005 clauses out of 20014 with flag 555000/1551719
326.96/170.95	c cleaning 10000 clauses out of 20010 with flag 565001/1561720
328.83/171.93	c cleaning 9999 clauses out of 20009 with flag 575000/1571719
330.32/172.76	c cleaning 9998 clauses out of 20011 with flag 585001/1581720
331.88/173.71	c cleaning 9998 clauses out of 20013 with flag 595001/1591720
333.55/174.53	c cleaning 9997 clauses out of 20014 with flag 605000/1601719
335.01/175.33	c cleaning 10002 clauses out of 20018 with flag 615001/1611720
336.68/176.24	c cleaning 10004 clauses out of 20016 with flag 625001/1621720
338.89/177.42	c cleaning 10002 clauses out of 20012 with flag 635001/1631720
340.75/178.47	c cleaning 10000 clauses out of 20009 with flag 645000/1641719
342.81/179.53	c cleaning 10005 clauses out of 20009 with flag 655000/1651719
344.86/180.62	c cleaning 10001 clauses out of 20005 with flag 665001/1661720
346.86/181.76	c cleaning 9998 clauses out of 20004 with flag 675001/1671720
348.92/182.82	c cleaning 9999 clauses out of 20006 with flag 685001/1681720
350.40/183.69	c cleaning 9996 clauses out of 20006 with flag 695000/1691719
351.84/184.49	c cleaning 9999 clauses out of 20011 with flag 705001/1701720
354.02/185.63	c cleaning 9999 clauses out of 20011 with flag 715000/1711719
355.68/186.58	c cleaning 10001 clauses out of 20013 with flag 725001/1721720
357.73/187.61	c cleaning 9996 clauses out of 20012 with flag 735001/1731720
359.39/188.58	c cleaning 9999 clauses out of 20016 with flag 745001/1741720
361.00/189.45	c cleaning 9998 clauses out of 20016 with flag 755000/1751719
363.05/190.50	c cleaning 10003 clauses out of 20019 with flag 765001/1761720
364.75/191.48	c cleaning 10003 clauses out of 20015 with flag 775000/1771719
366.37/192.41	c cleaning 10001 clauses out of 20013 with flag 785001/1781720
368.58/193.55	c cleaning 10000 clauses out of 20012 with flag 795001/1791720
370.41/194.61	c cleaning 9998 clauses out of 20012 with flag 805001/1801720
372.26/195.50	c cleaning 10000 clauses out of 20013 with flag 815000/1811719
373.91/196.44	c cleaning 10004 clauses out of 20013 with flag 825000/1821719
375.91/197.54	c cleaning 9997 clauses out of 20010 with flag 835001/1831720
377.76/198.53	c cleaning 9998 clauses out of 20012 with flag 845000/1841719
379.62/199.51	c cleaning 10000 clauses out of 20014 with flag 855000/1851719
381.27/200.42	c cleaning 9998 clauses out of 20015 with flag 865001/1861720
382.91/201.39	c cleaning 10001 clauses out of 20017 with flag 875001/1871720
384.74/202.34	c cleaning 10000 clauses out of 20015 with flag 885000/1881719
386.57/203.31	c cleaning 10003 clauses out of 20017 with flag 895002/1891721
388.22/204.24	c cleaning 10000 clauses out of 20012 with flag 905000/1901719
390.41/205.43	c cleaning 10004 clauses out of 20012 with flag 915000/1911719
392.26/206.44	c cleaning 9998 clauses out of 20008 with flag 925000/1921719
394.32/207.52	c cleaning 10001 clauses out of 20012 with flag 935002/1931721
396.57/208.70	c cleaning 10000 clauses out of 20009 with flag 945000/1941719
398.58/209.82	c cleaning 9998 clauses out of 20009 with flag 955000/1951719
400.23/210.79	c cleaning 9999 clauses out of 20011 with flag 965000/1961719
402.09/211.74	c cleaning 10000 clauses out of 20012 with flag 975000/1971719
404.34/212.91	c cleaning 10000 clauses out of 20013 with flag 985001/1981720
406.53/214.12	c cleaning 9998 clauses out of 20012 with flag 995000/1991719
408.57/215.25	c cleaning 10000 clauses out of 20015 with flag 1005001/2001720
410.42/216.29	c cleaning 10003 clauses out of 20016 with flag 1015002/2011721
412.06/217.16	c cleaning 10000 clauses out of 20013 with flag 1025002/2021721
414.26/218.39	c cleaning 9998 clauses out of 20011 with flag 1035000/2031719
416.31/219.49	c cleaning 9999 clauses out of 20013 with flag 1045000/2041719
418.76/220.71	c cleaning 10003 clauses out of 20016 with flag 1055002/2051721
420.81/221.82	c cleaning 9998 clauses out of 20013 with flag 1065002/2061721
422.79/222.94	c cleaning 10004 clauses out of 20013 with flag 1075000/2071719
424.84/224.02	c cleaning 10000 clauses out of 20010 with flag 1085001/2081720
426.69/225.07	c cleaning 9998 clauses out of 20011 with flag 1095002/2091721
428.73/226.15	c cleaning 9999 clauses out of 20012 with flag 1105001/2101720
430.91/227.38	c cleaning 10000 clauses out of 20012 with flag 1115000/2111719
432.96/228.44	c cleaning 10000 clauses out of 20012 with flag 1125000/2121719
435.01/229.57	c cleaning 9998 clauses out of 20013 with flag 1135001/2131720
436.85/230.58	c cleaning 10000 clauses out of 20014 with flag 1145000/2141719
439.25/231.85	c cleaning 10002 clauses out of 20014 with flag 1155000/2151719
441.71/233.16	c cleaning 10002 clauses out of 20012 with flag 1165001/2161720
443.97/234.32	c cleaning 10000 clauses out of 20010 with flag 1175001/2171720
446.18/235.54	c cleaning 10001 clauses out of 20009 with flag 1185000/2181719
448.57/236.81	c cleaning 10001 clauses out of 20008 with flag 1195000/2191719
450.61/237.94	c cleaning 10000 clauses out of 20007 with flag 1205000/2201719
453.05/239.21	c cleaning 9998 clauses out of 20008 with flag 1215001/2211720
455.30/240.42	c cleaning 10000 clauses out of 20009 with flag 1225000/2221719
457.48/241.60	c cleaning 9998 clauses out of 20010 with flag 1235001/2231720
459.72/242.83	c cleaning 10000 clauses out of 20012 with flag 1245001/2241720
461.76/243.97	c cleaning 10001 clauses out of 20011 with flag 1255000/2251719
463.81/245.10	c cleaning 9998 clauses out of 20010 with flag 1265000/2261719
465.99/246.28	c cleaning 10003 clauses out of 20013 with flag 1275001/2271720
468.04/247.30	c cleaning 10003 clauses out of 20010 with flag 1285001/2281720
470.09/248.42	c cleaning 10000 clauses out of 20007 with flag 1295001/2291720
472.13/249.56	c cleaning 9999 clauses out of 20006 with flag 1305000/2301719
474.32/250.73	c cleaning 10001 clauses out of 20007 with flag 1315000/2311719
476.36/251.85	c cleaning 10001 clauses out of 20006 with flag 1325000/2321719
478.40/252.94	c cleaning 9998 clauses out of 20005 with flag 1335000/2331719
480.44/254.10	c cleaning 10000 clauses out of 20007 with flag 1345001/2341720
482.63/255.28	c cleaning 10000 clauses out of 20005 with flag 1355000/2351719
483.83/255.93	c  And the winner is Resolution
484.88/256.97	c starts		: 229
484.88/256.97	c conflicts		: 2357548
484.88/256.97	c decisions		: 2404001
484.88/256.97	c propagations		: 54183093
484.88/256.97	c inspects		: 1693057463
484.88/256.97	c shortcuts		: 0
484.88/256.97	c learnt literals	: 18
484.88/256.97	c learnt binary clauses	: 102
484.88/256.97	c learnt ternary clauses	: 339
484.88/256.97	c learnt constraints	: 2357529
484.88/256.97	c ignored constraints	: 0
484.88/256.97	c root simplifications	: 0
484.88/256.97	c removed literals (reason simplification)	: 100270803
484.88/256.97	c reason swapping (by a shorter reason)	: 0
484.88/256.97	c Calls to reduceDB	: 239
484.88/256.97	c number of reductions to clauses (during analyze)	: 0
484.88/256.97	c number of learned constraints concerned by reduction	: 0
484.88/256.97	c number of learning phase by resolution	: 0
484.88/256.97	c number of learning phase by cutting planes	: 0
484.88/256.97	c speed (assignments/second)	: 371381.6211547952
484.88/256.97	c non guided choices	6099
484.88/256.97	c learnt constraints type 
484.88/256.97	c constraints type 
484.88/256.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
484.88/256.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
484.88/256.97	c constraints type 
484.88/256.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
484.88/256.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
484.88/256.97	s OPTIMUM FOUND
484.88/256.97	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 
484.88/256.97	c objective function=3
484.88/256.97	c Total wall clock time (in seconds): 256.855

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-3453844-1307194307/watcher-3453844-1307194307 -o /tmp/evaluation-result-3453844-1307194307/solver-3453844-1307194307 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453844-1307194307.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.26 3.61 3.77 4/547 10823
/proc/meminfo: memFree=22507048/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 2137 0 1 0 0 0 0 0 25 0 2 0 811846537 10681323520 1840 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2607745 1851 906 9 0 2598901 0
[pid=10823/tid=10824] ppid=10821 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) R 10821 10823 4512 0 -1 4202560 7626 0 1 0 0 0 0 0 25 0 2 0 811846538 10694979584 8442 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0485141 s]
/proc/loadavg: 3.26 3.61 3.77 4/547 10823
/proc/meminfo: memFree=22507048/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 11241 0 1 0 2 1 0 0 25 0 13 0 811846537 10718699520 10938 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2616870 10938 1669 9 0 2607618 0
[pid=10823/tid=10824] ppid=10821 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) R 10821 10823 4512 0 -1 4202560 10093 0 1 0 2 1 0 0 25 0 13 0 811846538 10718699520 10938 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 47813139277555 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.10047 s]
/proc/loadavg: 3.26 3.61 3.77 4/547 10823
/proc/meminfo: memFree=22507048/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10605416 CPUtime=0.09 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 12984 0 1 0 8 1 0 0 25 0 18 0 811846537 10859945984 12674 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2651354 12674 2093 9 0 2642088 0
[pid=10823/tid=10824] ppid=10821 vsize=10605416 CPUtime=0.08 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) R 10821 10823 4512 0 -1 4202560 11079 0 1 0 7 1 0 0 25 0 18 0 811846538 10859945984 12674 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 47813144233155 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10605416

[startup+0.300435 s]
/proc/loadavg: 3.26 3.61 3.77 4/547 10823
/proc/meminfo: memFree=22507048/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 17639 0 1 0 51 2 0 0 25 0 22 0 811846537 10868371456 15836 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 15827 2204 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.2 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) S 10821 10823 4512 0 -1 4202560 12066 0 1 0 19 1 0 0 25 0 22 0 811846538 10868371456 15827 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10613644

[startup+0.700367 s]
/proc/loadavg: 3.26 3.61 3.77 4/547 10823
/proc/meminfo: memFree=22507048/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=2.13 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 39166 0 1 0 208 5 0 0 25 0 22 0 811846537 10868371456 29646 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 29647 2219 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.2 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) S 10821 10823 4512 0 -1 4202560 12066 0 1 0 19 1 0 0 25 0 22 0 811846538 10868371456 29648 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 10613644

[startup+1.50122 s]
/proc/loadavg: 3.26 3.61 3.77 7/569 10849
/proc/meminfo: memFree=22316880/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=4.94 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 88839 0 1 0 483 11 0 0 25 0 22 0 811846537 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 66734 2256 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.2 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) S 10821 10823 4512 0 -1 4202560 12066 0 1 0 19 1 0 0 15 0 22 0 811846538 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10826] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10826/stat : 10826 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811846539 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10827] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10827/stat : 10827 (java) S 10821 10823 4512 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811846539 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10828] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10828/stat : 10828 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811846539 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10829] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10829/stat : 10829 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811846540 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10830] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10830/stat : 10830 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811846540 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10832] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10832/stat : 10832 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811846540 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10833] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10833/stat : 10833 (java) S 10821 10823 4512 0 -1 4202560 356 0 0 0 0 0 0 0 18 0 22 0 811846540 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10834] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10834/stat : 10834 (java) S 10821 10823 4512 0 -1 4202560 497 0 0 0 0 0 0 0 18 0 22 0 811846540 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10835] ppid=10821 vsize=10613644 CPUtime=0.01 cores=1,3,5,7
/proc/10823/task/10835/stat : 10835 (java) S 10821 10823 4512 0 -1 4202560 850 0 0 0 1 0 0 0 17 0 22 0 811846541 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 0 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10836] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10836/stat : 10836 (java) S 10821 10823 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811846541 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10837] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10837/stat : 10837 (java) S 10821 10823 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811846541 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10838] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10838/stat : 10838 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522121137 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10839] ppid=10821 vsize=10613644 CPUtime=1.18 cores=1,3,5,7
/proc/10823/task/10839/stat : 10839 (java) R 10821 10823 4512 0 -1 4202560 17358 0 0 0 116 2 0 0 25 0 22 0 811846544 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 47813139382366 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10823/tid=10840] ppid=10821 vsize=10613644 CPUtime=1.07 cores=1,3,5,7
/proc/10823/task/10840/stat : 10840 (java) S 10821 10823 4512 0 -1 4202560 11453 0 0 0 106 1 0 0 25 0 22 0 811846544 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10841] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10841/stat : 10841 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10842] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10842/stat : 10842 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811846544 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10843] ppid=10821 vsize=10613644 CPUtime=1.24 cores=1,3,5,7
/proc/10823/task/10843/stat : 10843 (java) R 10821 10823 4512 0 -1 4202560 667 0 0 0 124 0 0 0 25 0 22 0 811846560 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505657757 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10823/tid=10844] ppid=10821 vsize=10613644 CPUtime=1.18 cores=1,3,5,7
/proc/10823/task/10844/stat : 10844 (java) R 10821 10823 4512 0 -1 4202560 44428 0 0 0 113 5 0 0 25 0 22 0 811846560 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505714715 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10823/tid=10845] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10845/stat : 10845 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811846560 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10846] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10846/stat : 10846 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811846561 10868371456 66734 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 10613644

[startup+3.10094 s]
/proc/loadavg: 3.26 3.61 3.77 5/569 10849
/proc/meminfo: memFree=22021140/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=8.16 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 150931 0 1 0 797 19 0 0 25 0 22 0 811846537 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 128821 2256 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.2 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) S 10821 10823 4512 0 -1 4202560 12066 0 1 0 19 1 0 0 15 0 22 0 811846538 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10826] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10826/stat : 10826 (java) S 10821 10823 4512 0 -1 4202560 385 0 0 0 0 0 0 0 15 0 22 0 811846539 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10827] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10827/stat : 10827 (java) S 10821 10823 4512 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 811846539 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10828] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10828/stat : 10828 (java) S 10821 10823 4512 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 811846539 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10829] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10829/stat : 10829 (java) S 10821 10823 4512 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10830] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10830/stat : 10830 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10832] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10832/stat : 10832 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10833] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10833/stat : 10833 (java) S 10821 10823 4512 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10834] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10834/stat : 10834 (java) S 10821 10823 4512 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10835] ppid=10821 vsize=10613644 CPUtime=0.06 cores=1,3,5,7
/proc/10823/task/10835/stat : 10835 (java) S 10821 10823 4512 0 -1 4202560 2251 0 0 0 6 0 0 0 16 0 22 0 811846541 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 0 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10836] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10836/stat : 10836 (java) S 10821 10823 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811846541 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10837] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10837/stat : 10837 (java) S 10821 10823 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811846541 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10838] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10838/stat : 10838 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522121137 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10839] ppid=10821 vsize=10613644 CPUtime=1.22 cores=1,3,5,7
/proc/10823/task/10839/stat : 10839 (java) S 10821 10823 4512 0 -1 4202560 17359 0 0 0 120 2 0 0 18 0 22 0 811846544 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10840] ppid=10821 vsize=10613644 CPUtime=1.1 cores=1,3,5,7
/proc/10823/task/10840/stat : 10840 (java) S 10821 10823 4512 0 -1 4202560 11456 0 0 0 109 1 0 0 15 0 22 0 811846544 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10841] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10841/stat : 10841 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10842] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10842/stat : 10842 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811846544 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10843] ppid=10821 vsize=10613644 CPUtime=2.79 cores=1,3,5,7
/proc/10823/task/10843/stat : 10843 (java) R 10821 10823 4512 0 -1 4202560 670 0 0 0 279 0 0 0 25 0 22 0 811846560 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505626612 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10823/tid=10844] ppid=10821 vsize=10613644 CPUtime=2.72 cores=1,3,5,7
/proc/10823/task/10844/stat : 10844 (java) R 10821 10823 4512 0 -1 4202560 104285 0 0 0 260 12 0 0 25 0 22 0 811846560 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505715048 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10823/tid=10845] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10845/stat : 10845 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811846560 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10846] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10846/stat : 10846 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811846561 10868371456 128821 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 10613644

[startup+6.30141 s]
/proc/loadavg: 3.32 3.62 3.77 5/569 10849
/proc/meminfo: memFree=21597944/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=14.53 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 194422 0 1 0 1429 24 0 0 25 0 22 0 811846537 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 172167 2257 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.2 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) S 10821 10823 4512 0 -1 4202560 12066 0 1 0 19 1 0 0 15 0 22 0 811846538 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10826] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10826/stat : 10826 (java) S 10821 10823 4512 0 -1 4202560 388 0 0 0 0 0 0 0 15 0 22 0 811846539 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10827] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10827/stat : 10827 (java) S 10821 10823 4512 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811846539 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10828] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10828/stat : 10828 (java) S 10821 10823 4512 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 811846539 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10829] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10829/stat : 10829 (java) S 10821 10823 4512 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 22 0 811846540 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10830] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10830/stat : 10830 (java) S 10821 10823 4512 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 811846540 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10832] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10832/stat : 10832 (java) S 10821 10823 4512 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 811846540 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10833] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10833/stat : 10833 (java) S 10821 10823 4512 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10834] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10834/stat : 10834 (java) S 10821 10823 4512 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 22 0 811846540 10868371456 172167 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0

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

[pid=10823/tid=10838] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10838/stat : 10838 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522121137 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10839] ppid=10821 vsize=10613644 CPUtime=2.09 cores=1,3,5,7
/proc/10823/task/10839/stat : 10839 (java) S 10821 10823 4512 0 -1 4202560 24061 0 0 0 206 3 0 0 15 0 22 0 811846544 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10840] ppid=10821 vsize=10613644 CPUtime=1.3 cores=1,3,5,7
/proc/10823/task/10840/stat : 10840 (java) S 10821 10823 4512 0 -1 4202560 13078 0 0 0 128 2 0 0 15 0 22 0 811846544 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10841] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10841/stat : 10841 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10842] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10842/stat : 10842 (java) S 10821 10823 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 811846544 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10845] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10845/stat : 10845 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811846560 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10860] ppid=10821 vsize=10613644 CPUtime=120.76 cores=1,3,5,7
/proc/10823/task/10860/stat : 10860 (java) S 10821 10823 4512 0 -1 4202560 13 0 0 0 12076 0 0 0 16 0 22 0 811857645 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10861] ppid=10821 vsize=10613644 CPUtime=120.76 cores=1,3,5,7
/proc/10823/task/10861/stat : 10861 (java) S 10821 10823 4512 0 -1 4202560 70 0 0 0 12076 0 0 0 16 0 22 0 811857645 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10862] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10862/stat : 10862 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811857645 10868371456 241875 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 480.84
Current children cumulated vsize (KiB) 10613644

[startup+255.902 s]
/proc/loadavg: 3.70 3.67 3.75 5/569 10947
/proc/meminfo: memFree=19592852/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=483.83 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 272941 0 1 0 48344 39 0 0 25 0 22 0 811846537 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 241876 2259 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.2 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) S 10821 10823 4512 0 -1 4202560 12122 0 1 0 19 1 0 0 15 0 22 0 811846538 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10826] ppid=10821 vsize=10613644 CPUtime=0.5 cores=1,3,5,7
/proc/10823/task/10826/stat : 10826 (java) S 10821 10823 4512 0 -1 4202560 528 0 0 0 50 0 0 0 16 0 22 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10827] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10827/stat : 10827 (java) S 10821 10823 4512 0 -1 4202560 125 0 0 0 53 0 0 0 16 0 22 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10828] ppid=10821 vsize=10613644 CPUtime=0.52 cores=1,3,5,7
/proc/10823/task/10828/stat : 10828 (java) S 10821 10823 4512 0 -1 4202560 439 0 0 0 52 0 0 0 15 0 22 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10829] ppid=10821 vsize=10613644 CPUtime=0.54 cores=1,3,5,7
/proc/10823/task/10829/stat : 10829 (java) S 10821 10823 4512 0 -1 4202560 379 0 0 0 54 0 0 0 15 0 22 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10830] ppid=10821 vsize=10613644 CPUtime=0.52 cores=1,3,5,7
/proc/10823/task/10830/stat : 10830 (java) S 10821 10823 4512 0 -1 4202560 227 0 0 0 52 0 0 0 15 0 22 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10832] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10832/stat : 10832 (java) S 10821 10823 4512 0 -1 4202560 268 0 0 0 53 0 0 0 15 0 22 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10833] ppid=10821 vsize=10613644 CPUtime=0.51 cores=1,3,5,7
/proc/10823/task/10833/stat : 10833 (java) S 10821 10823 4512 0 -1 4202560 535 0 0 0 51 0 0 0 15 0 22 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10834] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10834/stat : 10834 (java) S 10821 10823 4512 0 -1 4202560 740 0 0 0 53 0 0 0 16 0 22 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10835] ppid=10821 vsize=10613644 CPUtime=30.94 cores=1,3,5,7
/proc/10823/task/10835/stat : 10835 (java) S 10821 10823 4512 0 -1 4202560 26892 0 0 0 3089 5 0 0 16 0 22 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 0 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10836] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10836/stat : 10836 (java) S 10821 10823 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10837] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10837/stat : 10837 (java) S 10821 10823 4512 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10838] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10838/stat : 10838 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522121137 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10839] ppid=10821 vsize=10613644 CPUtime=2.09 cores=1,3,5,7
/proc/10823/task/10839/stat : 10839 (java) S 10821 10823 4512 0 -1 4202560 24061 0 0 0 206 3 0 0 15 0 22 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10840] ppid=10821 vsize=10613644 CPUtime=1.3 cores=1,3,5,7
/proc/10823/task/10840/stat : 10840 (java) S 10821 10823 4512 0 -1 4202560 13078 0 0 0 128 2 0 0 15 0 22 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10841] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10841/stat : 10841 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10842] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10842/stat : 10842 (java) S 10821 10823 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10845] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10845/stat : 10845 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811846560 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10860] ppid=10821 vsize=10613644 CPUtime=122.14 cores=1,3,5,7
/proc/10823/task/10860/stat : 10860 (java) R 10821 10823 4512 0 -1 4202560 13 0 0 0 12214 0 0 0 16 0 22 0 811857645 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505565882 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10823/tid=10861] ppid=10821 vsize=10613644 CPUtime=122.14 cores=1,3,5,7
/proc/10823/task/10861/stat : 10861 (java) R 10821 10823 4512 0 -1 4202560 70 0 0 0 12214 0 0 0 16 0 22 0 811857645 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505768615 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10823/tid=10862] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10862/stat : 10862 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811857645 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 483.83
Current children cumulated vsize (KiB) 10613644

[startup+256.701 s]
/proc/loadavg: 3.70 3.67 3.75 4/566 10948
/proc/meminfo: memFree=19592876/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=484.68 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 272942 0 1 0 48429 39 0 0 25 0 19 0 811846537 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 241876 2259 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=0.83 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) R 10821 10823 4512 0 -1 4202560 12122 0 1 0 82 1 0 0 16 0 19 0 811846538 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505816882 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10823/tid=10826] ppid=10821 vsize=10613644 CPUtime=0.5 cores=1,3,5,7
/proc/10823/task/10826/stat : 10826 (java) S 10821 10823 4512 0 -1 4202560 528 0 0 0 50 0 0 0 16 0 19 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10827] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10827/stat : 10827 (java) S 10821 10823 4512 0 -1 4202560 125 0 0 0 53 0 0 0 16 0 19 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10828] ppid=10821 vsize=10613644 CPUtime=0.52 cores=1,3,5,7
/proc/10823/task/10828/stat : 10828 (java) S 10821 10823 4512 0 -1 4202560 439 0 0 0 52 0 0 0 15 0 19 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10829] ppid=10821 vsize=10613644 CPUtime=0.54 cores=1,3,5,7
/proc/10823/task/10829/stat : 10829 (java) S 10821 10823 4512 0 -1 4202560 379 0 0 0 54 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10830] ppid=10821 vsize=10613644 CPUtime=0.52 cores=1,3,5,7
/proc/10823/task/10830/stat : 10830 (java) S 10821 10823 4512 0 -1 4202560 227 0 0 0 52 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10832] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10832/stat : 10832 (java) S 10821 10823 4512 0 -1 4202560 268 0 0 0 53 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10833] ppid=10821 vsize=10613644 CPUtime=0.51 cores=1,3,5,7
/proc/10823/task/10833/stat : 10833 (java) S 10821 10823 4512 0 -1 4202560 535 0 0 0 51 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10834] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10834/stat : 10834 (java) S 10821 10823 4512 0 -1 4202560 740 0 0 0 53 0 0 0 16 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10835] ppid=10821 vsize=10613644 CPUtime=30.94 cores=1,3,5,7
/proc/10823/task/10835/stat : 10835 (java) S 10821 10823 4512 0 -1 4202560 26892 0 0 0 3089 5 0 0 15 0 19 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 0 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10836] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10836/stat : 10836 (java) S 10821 10823 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10837] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10837/stat : 10837 (java) S 10821 10823 4512 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10838] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10838/stat : 10838 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522121137 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10839] ppid=10821 vsize=10613644 CPUtime=2.09 cores=1,3,5,7
/proc/10823/task/10839/stat : 10839 (java) S 10821 10823 4512 0 -1 4202560 24062 0 0 0 206 3 0 0 15 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10840] ppid=10821 vsize=10613644 CPUtime=1.31 cores=1,3,5,7
/proc/10823/task/10840/stat : 10840 (java) S 10821 10823 4512 0 -1 4202560 13078 0 0 0 129 2 0 0 15 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10841] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10841/stat : 10841 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10842] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10842/stat : 10842 (java) S 10821 10823 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10845] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10845/stat : 10845 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811846560 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 484.68
Current children cumulated vsize (KiB) 10613644

[startup+256.901 s]
/proc/loadavg: 3.70 3.67 3.75 4/566 10948
/proc/meminfo: memFree=19592876/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=10613644 CPUtime=484.88 cores=1,3,5,7
/proc/10823/stat : 10823 (java) S 10821 10823 4512 0 -1 4202496 272942 0 1 0 48449 39 0 0 25 0 19 0 811846537 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 2653411 241876 2259 9 0 2644145 0
[pid=10823/tid=10824] ppid=10821 vsize=10613644 CPUtime=1.03 cores=1,3,5,7
/proc/10823/task/10824/stat : 10824 (java) R 10821 10823 4512 0 -1 4202560 12122 0 1 0 102 1 0 0 16 0 19 0 811846538 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 46912505817060 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10823/tid=10826] ppid=10821 vsize=10613644 CPUtime=0.5 cores=1,3,5,7
/proc/10823/task/10826/stat : 10826 (java) S 10821 10823 4512 0 -1 4202560 528 0 0 0 50 0 0 0 16 0 19 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10827] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10827/stat : 10827 (java) S 10821 10823 4512 0 -1 4202560 125 0 0 0 53 0 0 0 16 0 19 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10828] ppid=10821 vsize=10613644 CPUtime=0.52 cores=1,3,5,7
/proc/10823/task/10828/stat : 10828 (java) S 10821 10823 4512 0 -1 4202560 439 0 0 0 52 0 0 0 15 0 19 0 811846539 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10829] ppid=10821 vsize=10613644 CPUtime=0.54 cores=1,3,5,7
/proc/10823/task/10829/stat : 10829 (java) S 10821 10823 4512 0 -1 4202560 379 0 0 0 54 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 5 0 0 0
[pid=10823/tid=10830] ppid=10821 vsize=10613644 CPUtime=0.52 cores=1,3,5,7
/proc/10823/task/10830/stat : 10830 (java) S 10821 10823 4512 0 -1 4202560 227 0 0 0 52 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10832] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10832/stat : 10832 (java) S 10821 10823 4512 0 -1 4202560 268 0 0 0 53 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10833] ppid=10821 vsize=10613644 CPUtime=0.51 cores=1,3,5,7
/proc/10823/task/10833/stat : 10833 (java) S 10821 10823 4512 0 -1 4202560 535 0 0 0 51 0 0 0 15 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10834] ppid=10821 vsize=10613644 CPUtime=0.53 cores=1,3,5,7
/proc/10823/task/10834/stat : 10834 (java) S 10821 10823 4512 0 -1 4202560 740 0 0 0 53 0 0 0 16 0 19 0 811846540 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10835] ppid=10821 vsize=10613644 CPUtime=30.94 cores=1,3,5,7
/proc/10823/task/10835/stat : 10835 (java) S 10821 10823 4512 0 -1 4202560 26892 0 0 0 3089 5 0 0 15 0 19 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 0 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10836] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10836/stat : 10836 (java) S 10821 10823 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10837] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10837/stat : 10837 (java) S 10821 10823 4512 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811846541 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10838] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10838/stat : 10838 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522121137 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10839] ppid=10821 vsize=10613644 CPUtime=2.09 cores=1,3,5,7
/proc/10823/task/10839/stat : 10839 (java) S 10821 10823 4512 0 -1 4202560 24062 0 0 0 206 3 0 0 15 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10840] ppid=10821 vsize=10613644 CPUtime=1.31 cores=1,3,5,7
/proc/10823/task/10840/stat : 10840 (java) S 10821 10823 4512 0 -1 4202560 13078 0 0 0 129 2 0 0 15 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 7 0 0 0
[pid=10823/tid=10841] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10841/stat : 10841 (java) S 10821 10823 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522113433 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
[pid=10823/tid=10842] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10842/stat : 10842 (java) S 10821 10823 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 811846544 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 1 0 0 0
[pid=10823/tid=10845] ppid=10821 vsize=10613644 CPUtime=0 cores=1,3,5,7
/proc/10823/task/10845/stat : 10845 (java) S 10821 10823 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811846560 10868371456 241876 33554432000 1073741824 1073778376 140734655346928 18446744073709551615 233522114048 0 4 0 16800975 18446604468980176832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 484.88
Current children cumulated vsize (KiB) 10613644

[startup+257.001 s]
/proc/loadavg: 3.70 3.67 3.75 4/566 10948
/proc/meminfo: memFree=19592876/32951124 swapFree=64303760/67111528
[pid=10823] ppid=10821 vsize=0 CPUtime=484.97 cores=1,3,5,7
/proc/10823/stat : 10823 (java) R 10821 10823 4512 0 -1 4203524 272955 0 1 0 48456 41 0 0 18 0 1 0 811846537 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10823/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 484.97
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 257.017
CPU time (s): 484.997
CPU user time (s): 484.564
CPU system time (s): 0.432934
CPU usage (%): 188.702
Max. virtual memory (cumulated for all children) (KiB): 10613644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 484.564
system time used= 0.432934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272955
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= 12926
involuntary context switches= 5974

runsolver used 1.36779 second user time and 3.32849 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 15:31:47
IDJOB=3453844
IDBENCH=48048
IDSOLVER=1950
FILE ID=node145/3453844-1307194307
RUNJOBID= node145-1307194214-10065
PBS_JOBID= 13508838
Free space on /tmp= 73988 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=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453844-1307194307/watcher-3453844-1307194307 -o /tmp/evaluation-result-3453844-1307194307/solver-3453844-1307194307 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453844-1307194307.opb

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

MD5SUM BENCH= d6ad4e57f9bd4d3660efa4691d3e45da
RANDOM SEED=478285244

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22507204 kB
Buffers:        274152 kB
Cached:         604912 kB
SwapCached:        944 kB
Active:        9689148 kB
Inactive:       484044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22507204 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:     9293064 kB
Mapped:          42272 kB
Slab:           136052 kB
PageTables:      66268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163597924 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= 73988 MiB
End job on node145 at 2011-06-04 15:36:04