Trace number 3453861

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 621.975 331.577

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
MD5SUMe7b4c80573ea65996ed7438c7cd24465
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.245961
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 variables216
Total number of constraints17
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 constraints17
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)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453861-1307194342.opb
0.11/0.11	c reading problem ... 
0.25/0.23	c ... done. Wall clock time 0.126s.
0.25/0.23	c #vars     864
0.25/0.23	c #constraints  1321
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
3.72/1.17	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.98/1.70	c cleaning 4248 clauses out of 8500 with flag 11001/11001
6.00/2.25	c cleaning 5627 clauses out of 11254 with flag 18003/18003
7.56/3.07	c cleaning 6809 clauses out of 13624 with flag 26000/26000
9.37/3.91	c cleaning 7904 clauses out of 15816 with flag 35001/35001
10.94/4.70	c cleaning 8952 clauses out of 17911 with flag 45000/45000
12.90/5.77	c cleaning 9462 clauses out of 18959 with flag 55000/55000
14.86/6.75	c cleaning 9743 clauses out of 19497 with flag 65000/65000
17.01/7.86	c cleaning 9876 clauses out of 19755 with flag 75001/75001
18.99/8.83	c cleaning 9936 clauses out of 19878 with flag 85000/85000
20.72/9.76	c cleaning 9967 clauses out of 19943 with flag 95001/95001
22.27/10.53	c cleaning 9983 clauses out of 19976 with flag 105001/105001
23.82/11.35	c cleaning 9992 clauses out of 19993 with flag 115001/115001
25.41/12.18	c cleaning 9998 clauses out of 20000 with flag 125000/125000
26.94/12.98	c cleaning 9988 clauses out of 20003 with flag 135001/135001
28.49/13.75	c cleaning 9996 clauses out of 20014 with flag 145000/145000
30.03/14.55	c cleaning 10001 clauses out of 20018 with flag 155000/155000
31.38/15.31	c cleaning 9989 clauses out of 20018 with flag 165001/165001
33.12/16.19	c cleaning 10012 clauses out of 20029 with flag 175001/175001
35.27/17.20	c cleaning 9995 clauses out of 20016 with flag 185000/185000
37.20/18.25	c cleaning 10003 clauses out of 20022 with flag 195001/195001
38.94/19.13	c cleaning 10002 clauses out of 20018 with flag 205000/205000
40.68/20.00	c cleaning 10006 clauses out of 20016 with flag 215000/215000
42.71/21.04	c cleaning 10005 clauses out of 20010 with flag 225000/225000
45.17/22.10	c cleaning 9997 clauses out of 20005 with flag 235001/235001
47.32/23.03	c cleaning 9990 clauses out of 20008 with flag 245001/245001
48.84/23.84	c cleaning 10001 clauses out of 20018 with flag 255001/255001
51.18/25.00	c cleaning 10003 clauses out of 20016 with flag 265000/265000
53.50/26.22	c cleaning 9995 clauses out of 20014 with flag 275001/275001
55.24/27.16	c cleaning 10006 clauses out of 20018 with flag 285000/285000
58.00/28.56	c cleaning 10002 clauses out of 20012 with flag 295000/295000
59.91/29.56	c cleaning 10001 clauses out of 20012 with flag 305002/305002
62.25/30.73	c cleaning 10002 clauses out of 20010 with flag 315001/315001
64.59/31.95	c cleaning 10000 clauses out of 20007 with flag 325000/325000
66.89/33.13	c cleaning 9996 clauses out of 20007 with flag 335000/335000
69.03/34.23	c cleaning 10004 clauses out of 20012 with flag 345001/345001
70.53/35.05	c cleaning 9983 clauses out of 20007 with flag 355000/355000
72.06/35.82	c cleaning 10004 clauses out of 20024 with flag 365000/365000
74.39/37.00	c cleaning 10002 clauses out of 20021 with flag 375001/375001
75.52/37.63	c cleaning 0 clauses out of 5000 with flag 0/5000
76.79/38.25	c cleaning 10001 clauses out of 20018 with flag 385000/385000
79.12/39.46	c cleaning 10003 clauses out of 20018 with flag 395001/395001
81.48/40.65	c cleaning 9999 clauses out of 20015 with flag 405001/405001
83.81/41.84	c cleaning 10000 clauses out of 20015 with flag 415000/415000
86.28/43.14	c cleaning 10002 clauses out of 20015 with flag 425000/425000
88.61/44.32	c cleaning 9996 clauses out of 20013 with flag 435000/435000
90.15/45.18	c cleaning 10002 clauses out of 20018 with flag 445001/445001
92.45/46.31	c cleaning 10008 clauses out of 20015 with flag 455000/455000
94.94/47.61	c cleaning 10003 clauses out of 20008 with flag 465001/465001
96.48/48.42	c cleaning 9989 clauses out of 20004 with flag 475000/475000
97.78/49.19	c cleaning 9995 clauses out of 20015 with flag 485000/485000
99.51/50.00	c cleaning 9996 clauses out of 20020 with flag 495000/495000
101.39/51.05	c cleaning 10007 clauses out of 20025 with flag 505001/505001
103.71/52.27	c cleaning 10004 clauses out of 20018 with flag 515001/515001
106.23/53.57	c cleaning 10006 clauses out of 20013 with flag 525000/525000
107.95/54.44	c cleaning 9982 clauses out of 20007 with flag 535001/535001
108.11/54.58	c  And the winner is Resolution
108.22/54.67	c SATISFIABLE
108.22/54.67	c OPTIMIZING...
108.22/54.67	c Got one! Elapsed wall clock time (in seconds):54.562
108.22/54.67	o 129
108.95/55.08	c cleaning 7674 clauses out of 15362 with flag 5000/540338
110.04/55.60	c cleaning 6837 clauses out of 13689 with flag 11001/546339
111.16/56.20	c cleaning 6916 clauses out of 13852 with flag 18001/553339
112.28/56.84	c cleaning 7459 clauses out of 14935 with flag 26000/561338
113.76/57.60	c cleaning 8231 clauses out of 16477 with flag 35001/570339
115.50/58.57	c cleaning 9122 clauses out of 18245 with flag 45000/580338
117.42/59.51	c cleaning 9551 clauses out of 19123 with flag 55000/590338
118.54/60.15	c  And the winner is Resolution
118.69/60.22	c Got one! Elapsed wall clock time (in seconds):60.107
118.69/60.22	o 9
119.45/60.61	c cleaning 11973 clauses out of 23959 with flag 5001/604725
120.33/61.19	c cleaning 8979 clauses out of 17987 with flag 11002/610726
121.44/61.74	c cleaning 7991 clauses out of 16007 with flag 18001/617725
122.55/62.34	c cleaning 7994 clauses out of 16016 with flag 26001/625725
124.07/63.18	c cleaning 8507 clauses out of 17022 with flag 35001/634725
125.75/64.03	c cleaning 9251 clauses out of 18516 with flag 45002/644726
127.07/64.75	c cleaning 9620 clauses out of 19263 with flag 55000/654724
128.58/65.51	c cleaning 9807 clauses out of 19644 with flag 65001/664725
130.09/66.32	c cleaning 9916 clauses out of 19836 with flag 75000/674724
131.96/67.32	c cleaning 9957 clauses out of 19921 with flag 85001/684725
133.69/68.27	c cleaning 9960 clauses out of 19964 with flag 95001/694725
135.18/69.06	c cleaning 9996 clauses out of 20003 with flag 105000/704724
137.09/70.07	c cleaning 9993 clauses out of 20008 with flag 115001/714725
138.95/71.07	c cleaning 10003 clauses out of 20015 with flag 125001/724725
140.26/71.78	c cleaning 9997 clauses out of 20012 with flag 135001/734725
141.79/72.58	c cleaning 9991 clauses out of 20015 with flag 145001/744725
143.28/73.36	c cleaning 9998 clauses out of 20023 with flag 155000/754724
145.34/74.42	c cleaning 9997 clauses out of 20025 with flag 165000/764724
147.25/75.43	c cleaning 9999 clauses out of 20028 with flag 175000/774724
149.16/76.45	c cleaning 9999 clauses out of 20030 with flag 185001/784725
151.66/77.70	c cleaning 10000 clauses out of 20031 with flag 195001/794725
153.34/78.64	c cleaning 10000 clauses out of 20030 with flag 205000/804724
155.04/79.56	c cleaning 9997 clauses out of 20030 with flag 215000/814724
156.57/80.38	c cleaning 10003 clauses out of 20033 with flag 225000/824724
158.25/81.22	c cleaning 10003 clauses out of 20031 with flag 235001/834725
159.91/82.11	c cleaning 10000 clauses out of 20027 with flag 245000/844724
161.42/82.95	c cleaning 9997 clauses out of 20027 with flag 255000/854724
162.92/83.77	c cleaning 10006 clauses out of 20030 with flag 265000/864724
165.23/84.90	c cleaning 10006 clauses out of 20025 with flag 275001/874725
167.30/86.07	c cleaning 9998 clauses out of 20018 with flag 285000/884724
169.60/87.27	c cleaning 9999 clauses out of 20020 with flag 295000/894724
171.90/88.42	c cleaning 10004 clauses out of 20022 with flag 305001/904725
173.81/89.49	c cleaning 10003 clauses out of 20017 with flag 315000/914724
176.08/90.65	c cleaning 10001 clauses out of 20014 with flag 325000/924724
178.39/91.85	c cleaning 10002 clauses out of 20013 with flag 335000/934724
180.88/93.12	c cleaning 9999 clauses out of 20011 with flag 345000/944724
183.19/94.35	c cleaning 9996 clauses out of 20012 with flag 355000/954724
185.44/95.57	c cleaning 10004 clauses out of 20016 with flag 365000/964724
188.13/96.91	c cleaning 10002 clauses out of 20013 with flag 375001/974725
189.63/97.71	c cleaning 9998 clauses out of 20010 with flag 385000/984724
191.53/98.73	c cleaning 9994 clauses out of 20012 with flag 395000/994724
193.78/99.97	c cleaning 10003 clauses out of 20018 with flag 405000/1004724
195.48/100.87	c cleaning 9992 clauses out of 20015 with flag 415000/1014724
197.18/101.76	c cleaning 9999 clauses out of 20023 with flag 425000/1024724
199.68/103.07	c cleaning 10002 clauses out of 20024 with flag 435000/1034724
202.13/104.39	c cleaning 10002 clauses out of 20023 with flag 445001/1044725
204.44/105.55	c cleaning 10003 clauses out of 20021 with flag 455001/1054725
206.74/106.74	c cleaning 10002 clauses out of 20018 with flag 465001/1064725
209.01/107.97	c cleaning 10004 clauses out of 20016 with flag 475001/1074725
211.26/109.19	c cleaning 10003 clauses out of 20012 with flag 485001/1084725
213.77/110.44	c cleaning 9998 clauses out of 20009 with flag 495001/1094725
216.06/111.66	c cleaning 9999 clauses out of 20011 with flag 505001/1104725
218.35/112.87	c cleaning 10004 clauses out of 20011 with flag 515000/1114724
220.79/114.11	c cleaning 10002 clauses out of 20007 with flag 525000/1124724
222.48/115.06	c cleaning 9996 clauses out of 20004 with flag 535000/1134724
223.97/115.84	c cleaning 9992 clauses out of 20008 with flag 545000/1144724
225.67/116.79	c cleaning 9997 clauses out of 20016 with flag 555000/1154724
227.53/117.72	c cleaning 9996 clauses out of 20020 with flag 565001/1164725
229.00/118.58	c cleaning 10007 clauses out of 20023 with flag 575000/1174724
231.09/119.60	c cleaning 10002 clauses out of 20017 with flag 585001/1184725
232.78/120.52	c cleaning 10000 clauses out of 20014 with flag 595000/1194724
235.02/121.71	c cleaning 9998 clauses out of 20014 with flag 605000/1204724
236.91/122.75	c cleaning 10001 clauses out of 20017 with flag 615001/1214725
238.80/123.76	c cleaning 10003 clauses out of 20015 with flag 625000/1224724
240.89/124.88	c cleaning 10003 clauses out of 20013 with flag 635001/1234725
242.93/125.93	c cleaning 9999 clauses out of 20009 with flag 645000/1244724
244.82/126.97	c cleaning 10001 clauses out of 20010 with flag 655000/1254724
246.91/128.05	c cleaning 10000 clauses out of 20010 with flag 665001/1264725
248.80/129.09	c cleaning 9995 clauses out of 20010 with flag 675001/1274725
250.85/130.13	c cleaning 10001 clauses out of 20015 with flag 685001/1284725
252.74/131.14	c cleaning 10002 clauses out of 20015 with flag 695002/1294726
254.02/131.88	c cleaning 9998 clauses out of 20011 with flag 705000/1304724
255.51/132.69	c cleaning 9998 clauses out of 20014 with flag 715001/1314725
257.15/133.50	c cleaning 9996 clauses out of 20015 with flag 725000/1324724
258.63/134.30	c cleaning 9999 clauses out of 20019 with flag 735000/1334724
259.92/135.02	c cleaning 9997 clauses out of 20020 with flag 745000/1344724
261.21/135.76	c cleaning 10002 clauses out of 20023 with flag 755000/1354724
262.65/136.54	c cleaning 10001 clauses out of 20022 with flag 765001/1364725
263.93/137.25	c cleaning 10001 clauses out of 20021 with flag 775001/1374725
265.22/137.98	c cleaning 9997 clauses out of 20020 with flag 785001/1384725
266.71/138.72	c cleaning 9999 clauses out of 20023 with flag 795001/1394725
268.14/139.54	c cleaning 10002 clauses out of 20023 with flag 805000/1404724
269.43/140.28	c cleaning 9997 clauses out of 20021 with flag 815000/1414724
270.91/141.00	c cleaning 10002 clauses out of 20025 with flag 825001/1424725
272.19/141.78	c cleaning 10002 clauses out of 20023 with flag 835001/1434725
273.84/142.61	c cleaning 10008 clauses out of 20021 with flag 845001/1444725
276.54/144.02	c cleaning 10003 clauses out of 20012 with flag 855000/1454724
278.00/144.86	c cleaning 9996 clauses out of 20009 with flag 865000/1464724
279.69/145.78	c cleaning 9991 clauses out of 20013 with flag 875000/1474724
281.32/146.70	c cleaning 10003 clauses out of 20023 with flag 885001/1484725
283.01/147.57	c cleaning 10000 clauses out of 20019 with flag 895000/1494724
284.71/148.45	c cleaning 10005 clauses out of 20019 with flag 905000/1504724
286.79/149.59	c cleaning 10004 clauses out of 20014 with flag 915000/1514724
289.21/150.88	c cleaning 10001 clauses out of 20012 with flag 925002/1524726
290.91/151.81	c cleaning 9984 clauses out of 20009 with flag 935000/1534724
292.37/152.53	c cleaning 9995 clauses out of 20025 with flag 945000/1544724
294.06/153.49	c cleaning 9997 clauses out of 20030 with flag 955000/1554724
295.68/154.32	c cleaning 10001 clauses out of 20034 with flag 965001/1564725
296.98/155.10	c cleaning 10014 clauses out of 20033 with flag 975001/1574725
299.27/156.25	c cleaning 10004 clauses out of 20019 with flag 985001/1584725
301.52/157.44	c cleaning 10004 clauses out of 20014 with flag 995000/1594724
303.54/158.58	c cleaning 10003 clauses out of 20011 with flag 1005001/1604725
305.82/159.70	c cleaning 9997 clauses out of 20007 with flag 1015000/1614724
307.90/160.81	c cleaning 10002 clauses out of 20011 with flag 1025001/1624725
310.18/162.07	c cleaning 10002 clauses out of 20009 with flag 1035001/1634725
312.81/163.41	c cleaning 9996 clauses out of 20006 with flag 1045000/1644724
315.09/164.62	c cleaning 10000 clauses out of 20010 with flag 1055000/1654724
316.58/165.44	c cleaning 9991 clauses out of 20011 with flag 1065001/1664725
316.86/165.64	c  And the winner is Resolution
317.03/166.08	c Got one! Elapsed wall clock time (in seconds):165.972
317.03/166.08	o 7
317.68/166.44	c cleaning 7671 clauses out of 15380 with flag 4000/1670085
318.70/167.08	c cleaning 6838 clauses out of 13711 with flag 10002/1676087
319.98/167.71	c cleaning 6920 clauses out of 13872 with flag 17001/1683086
321.08/168.39	c cleaning 7457 clauses out of 14951 with flag 25000/1691085
322.54/169.15	c cleaning 8237 clauses out of 16495 with flag 34001/1700086
323.96/170.00	c cleaning 9114 clauses out of 18259 with flag 44002/1710087
325.64/170.83	c cleaning 9559 clauses out of 19144 with flag 54001/1720086
327.15/171.69	c cleaning 9780 clauses out of 19585 with flag 64001/1730086
329.02/172.64	c cleaning 9889 clauses out of 19804 with flag 74000/1740085
330.81/173.63	c cleaning 9946 clauses out of 19915 with flag 84000/1750085
332.49/174.58	c cleaning 9974 clauses out of 19970 with flag 94001/1760086
334.37/175.55	c cleaning 9991 clauses out of 19995 with flag 104000/1770085
336.64/176.70	c cleaning 9996 clauses out of 20005 with flag 114001/1780086
338.86/177.91	c cleaning 9995 clauses out of 20008 with flag 124000/1790085
341.36/179.21	c cleaning 10003 clauses out of 20013 with flag 134000/1800085
343.63/180.42	c cleaning 9996 clauses out of 20010 with flag 144000/1810085
345.88/181.68	c cleaning 9996 clauses out of 20014 with flag 154000/1820085
348.31/183.00	c cleaning 10001 clauses out of 20019 with flag 164001/1830086
350.59/184.19	c cleaning 9998 clauses out of 20018 with flag 174001/1840086
353.06/185.42	c cleaning 10000 clauses out of 20019 with flag 184000/1850085
355.53/186.79	c cleaning 9999 clauses out of 20020 with flag 194001/1860086
358.36/188.21	c cleaning 10000 clauses out of 20020 with flag 204000/1870085
360.43/189.37	c cleaning 9999 clauses out of 20020 with flag 214000/1880085
362.70/190.53	c cleaning 9997 clauses out of 20021 with flag 224000/1890085
364.80/191.67	c cleaning 10008 clauses out of 20024 with flag 234001/1900086
367.22/192.96	c cleaning 10005 clauses out of 20015 with flag 244000/1910085
368.52/193.67	c cleaning 0 clauses out of 11375 with flag 0/11378
369.79/194.38	c cleaning 10003 clauses out of 20010 with flag 254000/1920085
372.27/195.69	c cleaning 10001 clauses out of 20009 with flag 264002/1930087
374.71/196.99	c cleaning 9998 clauses out of 20007 with flag 274001/1940086
376.95/198.19	c cleaning 10002 clauses out of 20008 with flag 284000/1950085
379.42/199.48	c cleaning 9998 clauses out of 20006 with flag 294000/1960085
381.28/200.42	c cleaning 10000 clauses out of 20009 with flag 304001/1970086
383.10/201.44	c cleaning 9997 clauses out of 20009 with flag 314001/1980086
384.99/202.45	c cleaning 9996 clauses out of 20011 with flag 324000/1990085
386.85/203.47	c cleaning 10001 clauses out of 20017 with flag 334002/2000087
388.91/204.53	c cleaning 9999 clauses out of 20014 with flag 344000/2010085
390.70/205.57	c cleaning 10000 clauses out of 20015 with flag 354000/2020085
392.37/206.44	c cleaning 9998 clauses out of 20016 with flag 364001/2030086
394.03/207.33	c cleaning 9992 clauses out of 20018 with flag 374001/2040086
395.70/208.26	c cleaning 10004 clauses out of 20026 with flag 384001/2050086
397.69/209.33	c cleaning 9998 clauses out of 20022 with flag 394001/2060086
399.36/210.27	c cleaning 9999 clauses out of 20026 with flag 404003/2070088
401.25/211.29	c cleaning 9998 clauses out of 20024 with flag 414000/2080085
403.11/212.23	c cleaning 10002 clauses out of 20027 with flag 424001/2090086
404.89/213.25	c cleaning 9998 clauses out of 20024 with flag 434000/2100085
406.76/214.24	c cleaning 10000 clauses out of 20027 with flag 444001/2110086
408.82/215.30	c cleaning 10000 clauses out of 20026 with flag 454000/2120085
410.68/216.36	c cleaning 10003 clauses out of 20029 with flag 464003/2130088
412.68/217.47	c cleaning 9998 clauses out of 20023 with flag 474000/2140085
414.74/218.56	c cleaning 9997 clauses out of 20026 with flag 484001/2150086
416.80/219.65	c cleaning 10005 clauses out of 20028 with flag 494000/2160085
419.27/220.94	c cleaning 10000 clauses out of 20023 with flag 504000/2170085
421.51/222.16	c cleaning 10002 clauses out of 20025 with flag 514002/2180087
423.77/223.31	c cleaning 9997 clauses out of 20022 with flag 524001/2190086
425.84/224.42	c cleaning 10003 clauses out of 20025 with flag 534001/2200086
427.90/225.52	c cleaning 10003 clauses out of 20023 with flag 544002/2210087
430.29/226.82	c cleaning 9999 clauses out of 20018 with flag 554000/2220085
432.35/227.98	c cleaning 9999 clauses out of 20019 with flag 564000/2230085
434.61/229.13	c cleaning 10001 clauses out of 20021 with flag 574001/2240086
436.67/230.28	c cleaning 10001 clauses out of 20019 with flag 584000/2250085
438.89/231.49	c cleaning 10006 clauses out of 20019 with flag 594001/2260086
441.35/232.75	c cleaning 10003 clauses out of 20013 with flag 604001/2270086
443.41/233.87	c cleaning 10001 clauses out of 20010 with flag 614001/2280086
445.67/235.07	c cleaning 9994 clauses out of 20008 with flag 624000/2290085
447.86/236.25	c cleaning 10003 clauses out of 20015 with flag 634001/2300086
449.52/237.18	c cleaning 9996 clauses out of 20012 with flag 644001/2310086
451.17/238.07	c cleaning 10003 clauses out of 20017 with flag 654002/2320087
453.03/239.02	c  And the winner is Resolution
453.16/239.15	c Got one! Elapsed wall clock time (in seconds):239.046
453.16/239.15	o 3
454.29/239.74	c cleaning 12123 clauses out of 24265 with flag 5007/2334338
455.26/240.35	c cleaning 9049 clauses out of 18136 with flag 11001/2340332
456.33/240.96	c cleaning 8023 clauses out of 16086 with flag 18000/2347331
457.56/241.64	c cleaning 8008 clauses out of 16063 with flag 26000/2355331
458.81/242.40	c cleaning 8517 clauses out of 17056 with flag 35001/2364332
460.99/243.57	c cleaning 9259 clauses out of 18538 with flag 45000/2374331
463.04/244.68	c cleaning 9631 clauses out of 19280 with flag 55001/2384332
465.10/245.72	c cleaning 9814 clauses out of 19648 with flag 65000/2394331
467.15/246.84	c cleaning 9913 clauses out of 19834 with flag 75000/2404331
469.36/248.00	c cleaning 9956 clauses out of 19921 with flag 85000/2414331
471.01/248.90	c cleaning 9971 clauses out of 19966 with flag 95001/2424332
472.67/249.87	c cleaning 9982 clauses out of 19995 with flag 105001/2434332
474.34/250.81	c cleaning 9991 clauses out of 20013 with flag 115001/2444332
476.51/251.91	c cleaning 9998 clauses out of 20021 with flag 125000/2454331
478.36/252.98	c cleaning 9997 clauses out of 20025 with flag 135002/2464333
479.98/253.83	c cleaning 10005 clauses out of 20026 with flag 145000/2474331
481.82/254.86	c cleaning 10006 clauses out of 20022 with flag 155001/2484332
484.20/256.15	c cleaning 9999 clauses out of 20015 with flag 165000/2494331
486.25/257.30	c cleaning 10001 clauses out of 20016 with flag 175000/2504331
488.30/258.38	c cleaning 9997 clauses out of 20016 with flag 185001/2514332
490.57/259.56	c cleaning 10007 clauses out of 20019 with flag 195001/2524332
492.79/260.72	c cleaning 10000 clauses out of 20011 with flag 205000/2534331
494.41/261.62	c cleaning 10000 clauses out of 20012 with flag 215002/2544333
496.06/262.52	c cleaning 9998 clauses out of 20011 with flag 225001/2554332
498.31/263.73	c cleaning 9999 clauses out of 20012 with flag 235000/2564331
500.51/264.91	c cleaning 9995 clauses out of 20013 with flag 245000/2574331
502.78/266.17	c cleaning 10000 clauses out of 20019 with flag 255001/2584332
505.20/267.41	c cleaning 9998 clauses out of 20019 with flag 265001/2594332
507.25/268.53	c cleaning 10005 clauses out of 20021 with flag 275001/2604332
509.46/269.75	c cleaning 10000 clauses out of 20016 with flag 285001/2614332
511.71/270.94	c cleaning 9997 clauses out of 20016 with flag 295001/2624332
514.16/272.21	c cleaning 9998 clauses out of 20018 with flag 305000/2634331
515.80/273.18	c cleaning 10004 clauses out of 20020 with flag 315000/2644331
518.20/274.42	c cleaning 10003 clauses out of 20017 with flag 325001/2654332
520.45/275.67	c cleaning 9998 clauses out of 20013 with flag 335000/2664331
522.49/276.78	c cleaning 10001 clauses out of 20016 with flag 345001/2674332
524.74/277.96	c cleaning 10002 clauses out of 20014 with flag 355000/2684331
526.55/278.95	c cleaning 9998 clauses out of 20012 with flag 365000/2694331
528.59/280.03	c cleaning 10001 clauses out of 20014 with flag 375000/2704331
530.84/281.28	c cleaning 9998 clauses out of 20013 with flag 385000/2714331
533.07/282.47	c cleaning 10001 clauses out of 20017 with flag 395002/2724333
535.24/283.65	c cleaning 10001 clauses out of 20015 with flag 405001/2734332
537.29/284.80	c cleaning 10000 clauses out of 20015 with flag 415002/2744333
539.32/285.84	c cleaning 9999 clauses out of 20014 with flag 425001/2754332
541.36/286.91	c cleaning 9997 clauses out of 20014 with flag 435000/2764331
543.56/288.17	c cleaning 10001 clauses out of 20018 with flag 445001/2774332
545.80/289.36	c cleaning 10002 clauses out of 20017 with flag 455001/2784332
547.64/290.36	c cleaning 10001 clauses out of 20015 with flag 465001/2794332
549.45/291.38	c cleaning 10000 clauses out of 20014 with flag 475001/2804332
551.87/292.64	c cleaning 9999 clauses out of 20014 with flag 485001/2814332
553.70/293.71	c cleaning 9999 clauses out of 20014 with flag 495000/2824331
555.94/294.84	c cleaning 10003 clauses out of 20015 with flag 505000/2834331
557.98/295.92	c cleaning 10001 clauses out of 20012 with flag 515000/2844331
559.96/297.06	c cleaning 9999 clauses out of 20011 with flag 525000/2854331
562.00/298.14	c cleaning 10001 clauses out of 20012 with flag 535000/2864331
564.04/299.23	c cleaning 9998 clauses out of 20011 with flag 545000/2874331
565.88/300.27	c cleaning 10003 clauses out of 20014 with flag 555001/2884332
567.86/301.39	c cleaning 9999 clauses out of 20010 with flag 565000/2894331
569.90/302.41	c cleaning 10003 clauses out of 20011 with flag 575000/2904331
571.72/303.50	c cleaning 10000 clauses out of 20008 with flag 585000/2914331
573.75/304.51	c cleaning 9999 clauses out of 20008 with flag 595000/2924331
575.51/305.51	c cleaning 10000 clauses out of 20010 with flag 605001/2934332
577.74/306.73	c cleaning 9997 clauses out of 20010 with flag 615001/2944332
579.77/307.82	c cleaning 10001 clauses out of 20011 with flag 625000/2954331
581.81/308.95	c cleaning 10000 clauses out of 20010 with flag 635000/2964331
584.19/310.25	c cleaning 10001 clauses out of 20012 with flag 645002/2974333
586.23/311.32	c cleaning 9998 clauses out of 20009 with flag 655000/2984331
588.43/312.53	c cleaning 10000 clauses out of 20012 with flag 665001/2994332
590.66/313.76	c cleaning 10001 clauses out of 20011 with flag 675000/3004331
593.01/315.07	c cleaning 10002 clauses out of 20011 with flag 685001/3014332
595.05/316.19	c cleaning 9999 clauses out of 20008 with flag 695000/3024331
597.28/317.31	c cleaning 10002 clauses out of 20009 with flag 705000/3034331
599.31/318.44	c cleaning 10002 clauses out of 20007 with flag 715000/3044331
601.46/319.67	c cleaning 9999 clauses out of 20006 with flag 725001/3054332
603.69/320.89	c cleaning 10002 clauses out of 20007 with flag 735001/3064332
605.92/322.08	c cleaning 9997 clauses out of 20005 with flag 745001/3074332
608.37/323.36	c cleaning 10000 clauses out of 20008 with flag 755002/3084333
610.53/324.59	c cleaning 10000 clauses out of 20007 with flag 765001/3094332
612.56/325.68	c cleaning 9998 clauses out of 20006 with flag 775000/3104331
614.77/326.87	c cleaning 10001 clauses out of 20007 with flag 785000/3114331
617.01/328.00	c cleaning 10002 clauses out of 20007 with flag 795001/3124332
619.16/329.24	c cleaning 9998 clauses out of 20003 with flag 805000/3134331
620.62/330.03	c  And the winner is Resolution
621.89/331.54	c starts		: 234
621.89/331.54	c conflicts		: 3141886
621.89/331.54	c decisions		: 3220749
621.89/331.54	c propagations		: 73562295
621.89/331.54	c inspects		: 1946477164
621.89/331.54	c shortcuts		: 0
621.89/331.54	c learnt literals	: 24
621.89/331.54	c learnt binary clauses	: 136
621.89/331.54	c learnt ternary clauses	: 479
621.89/331.54	c learnt constraints	: 3141861
621.89/331.54	c ignored constraints	: 0
621.89/331.54	c root simplifications	: 0
621.89/331.54	c removed literals (reason simplification)	: 123346242
621.89/331.54	c reason swapping (by a shorter reason)	: 0
621.89/331.54	c Calls to reduceDB	: 319
621.89/331.54	c number of reductions to clauses (during analyze)	: 0
621.89/331.54	c number of learned constraints concerned by reduction	: 0
621.89/331.54	c number of learning phase by resolution	: 0
621.89/331.54	c number of learning phase by cutting planes	: 0
621.89/331.54	c speed (assignments/second)	: 796283.8539975319
621.89/331.54	c non guided choices	13216
621.89/331.54	c learnt constraints type 
621.89/331.54	c constraints type 
621.89/331.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
621.89/331.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
621.89/331.54	c constraints type 
621.89/331.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
621.89/331.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
621.89/331.54	s OPTIMUM FOUND
621.89/331.54	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 x33 x34 x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 x52 x53 x54 x55 -x56 -x57 x58 x59 x60 -x61 -x62 -x63 x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 x77 -x78 x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 x130 x131 x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 x184 x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 
621.89/331.54	c objective function=3
621.89/331.54	c Total wall clock time (in seconds): 331.43

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-3453861-1307194342/watcher-3453861-1307194342 -o /tmp/evaluation-result-3453861-1307194342/solver-3453861-1307194342 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453861-1307194342.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: 2.87 3.54 3.52 3/348 31256
/proc/meminfo: memFree=23502668/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 3626 0 1 0 0 0 0 0 18 0 2 0 909664768 10694979584 3327 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2611079 3339 917 9 0 2602235 0
[pid=31256/tid=31257] ppid=31254 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31256 27326 0 -1 4202560 2561 0 1 0 0 0 0 0 18 0 2 0 909664769 10694979584 3377 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0214841 s]
/proc/loadavg: 2.87 3.54 3.52 3/348 31256
/proc/meminfo: memFree=23502668/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10449752 CPUtime=0.01 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 9860 0 1 0 0 1 0 0 18 0 6 0 909664768 10700546048 9561 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2612695 9565 928 9 0 2603851 0
[pid=31256/tid=31257] ppid=31254 vsize=10451808 CPUtime=0.01 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31256 27326 0 -1 4202560 8746 0 1 0 0 1 0 0 19 0 8 0 909664769 10702651392 9568 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032195526 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10449752

[startup+0.100464 s]
/proc/loadavg: 2.87 3.54 3.52 3/348 31256
/proc/meminfo: memFree=23502668/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10540440 CPUtime=0.11 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 13144 0 1 0 9 2 0 0 18 0 18 0 909664768 10793410560 12813 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2635110 12814 2093 9 0 2625844 0
[pid=31256/tid=31257] ppid=31254 vsize=10540440 CPUtime=0.08 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31256 27326 0 -1 4202560 11192 0 1 0 7 1 0 0 18 0 18 0 909664769 10793410560 12815 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 47485011017733 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540440

[startup+0.300391 s]
/proc/loadavg: 2.87 3.54 3.52 3/348 31256
/proc/meminfo: memFree=23502668/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10548616 CPUtime=0.6 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 17625 0 1 0 58 2 0 0 18 0 22 0 909664768 10801782784 16291 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2637154 16291 2204 9 0 2627888 0
[pid=31256/tid=31257] ppid=31254 vsize=10548616 CPUtime=0.23 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31256 27326 0 -1 4202560 12229 0 1 0 21 2 0 0 19 0 22 0 909664769 10801782784 16291 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 10548616

[startup+0.700318 s]
/proc/loadavg: 2.87 3.54 3.52 3/348 31256
/proc/meminfo: memFree=23502668/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10563320 CPUtime=2.2 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 39170 0 1 0 215 5 0 0 18 0 22 0 909664768 10816839680 34508 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2640830 34513 2225 9 0 2631564 0
[pid=31256/tid=31257] ppid=31254 vsize=10563320 CPUtime=0.23 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31256 27326 0 -1 4202560 12229 0 1 0 21 2 0 0 19 0 22 0 909664769 10816839680 34516 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10563320

[startup+1.50121 s]
/proc/loadavg: 3.20 3.59 3.54 7/370 31278
/proc/meminfo: memFree=23282664/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10565120 CPUtime=4.54 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 93948 0 1 0 443 11 0 0 18 0 22 0 909664768 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2641280 88030 2256 9 0 2632014 0
[pid=31256/tid=31257] ppid=31254 vsize=10565120 CPUtime=0.23 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31256 27326 0 -1 4202560 12229 0 1 0 21 2 0 0 15 0 22 0 909664769 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31259] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31256 27326 0 -1 4202560 244 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31260] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31256 27326 0 -1 4202560 61 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31261] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31256 27326 0 -1 4202560 195 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31262] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 361 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 143 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909664770 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31267] ppid=31254 vsize=10565120 CPUtime=0.01 cores=1,3,5,7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31256 27326 0 -1 4202560 992 0 0 0 1 0 0 0 16 0 22 0 909664771 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 0 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31268] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31256 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909664772 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31269] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31256 27326 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909664772 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31270] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909664774 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032219569 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31271] ppid=31254 vsize=10565120 CPUtime=0.91 cores=1,3,5,7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31256 27326 0 -1 4202560 6534 0 0 0 91 0 0 0 25 0 22 0 909664774 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31272] ppid=31254 vsize=10565120 CPUtime=0.87 cores=1,3,5,7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31256 27326 0 -1 4202560 8463 0 0 0 86 1 0 0 24 0 22 0 909664774 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31273] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909664774 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31274] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909664774 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31275] ppid=31254 vsize=10565120 CPUtime=1.23 cores=1,3,5,7
/proc/31256/task/31275/stat : 31275 (java) R 31254 31256 27326 0 -1 4202560 785 0 0 0 123 0 0 0 22 0 22 0 909664792 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 46912506115297 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31256/tid=31276] ppid=31254 vsize=10565120 CPUtime=1.22 cores=1,3,5,7
/proc/31256/task/31276/stat : 31276 (java) R 31254 31256 27326 0 -1 4202560 62780 0 0 0 116 6 0 0 18 0 22 0 909664792 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 46912505534831 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31256/tid=31277] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31277/stat : 31277 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 909664792 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31278] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31278/stat : 31278 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909664793 10818682880 88030 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 10565120

[startup+3.10091 s]
/proc/loadavg: 3.20 3.59 3.54 5/370 31278
/proc/meminfo: memFree=23150476/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10565120 CPUtime=7.76 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 120228 0 1 0 762 14 0 0 18 0 22 0 909664768 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2641280 114305 2257 9 0 2632014 0
[pid=31256/tid=31257] ppid=31254 vsize=10565120 CPUtime=0.23 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31256 27326 0 -1 4202560 12229 0 1 0 21 2 0 0 15 0 22 0 909664769 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31259] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31256 27326 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31260] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31256 27326 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31261] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31256 27326 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31262] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 662 0 0 0 0 0 0 0 16 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 366 0 0 0 0 0 0 0 16 0 22 0 909664770 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31267] ppid=31254 vsize=10565120 CPUtime=0.08 cores=1,3,5,7
/proc/31256/task/31267/stat : 31267 (java) R 31254 31256 27326 0 -1 4202560 2302 0 0 0 8 0 0 0 15 0 22 0 909664771 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 47485011915121 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=31256/tid=31268] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31256 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909664772 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31269] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31256 27326 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909664772 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31270] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909664774 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032219569 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31271] ppid=31254 vsize=10565120 CPUtime=0.96 cores=1,3,5,7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31256 27326 0 -1 4202560 6545 0 0 0 96 0 0 0 16 0 22 0 909664774 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31272] ppid=31254 vsize=10565120 CPUtime=0.92 cores=1,3,5,7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31256 27326 0 -1 4202560 8470 0 0 0 91 1 0 0 15 0 22 0 909664774 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31273] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909664774 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31274] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909664774 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31275] ppid=31254 vsize=10565120 CPUtime=2.75 cores=1,3,5,7
/proc/31256/task/31275/stat : 31275 (java) S 31254 31256 27326 0 -1 4202560 863 0 0 0 275 0 0 0 25 0 22 0 909664792 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31276] ppid=31254 vsize=10565120 CPUtime=2.75 cores=1,3,5,7
/proc/31256/task/31276/stat : 31276 (java) S 31254 31256 27326 0 -1 4202560 86402 0 0 0 266 9 0 0 19 0 22 0 909664792 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31277] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31277/stat : 31277 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 909664792 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31278] ppid=31254 vsize=10565120 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31278/stat : 31278 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909664793 10818682880 114305 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 10565120

[startup+6.30132 s]
/proc/loadavg: 3.20 3.59 3.54 4/370 31285
/proc/meminfo: memFree=22981588/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10562292 CPUtime=14.06 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 162932 0 1 0 1387 19 0 0 18 0 22 0 909664768 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2640573 156051 2257 9 0 2631307 0
[pid=31256/tid=31257] ppid=31254 vsize=10562292 CPUtime=0.23 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31256 27326 0 -1 4202560 12229 0 1 0 21 2 0 0 15 0 22 0 909664769 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31259] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31256 27326 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31260] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31256 27326 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31261] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31256 27326 0 -1 4202560 344 0 0 0 0 0 0 0 16 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31262] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 662 0 0 0 0 0 0 0 15 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 269 0 0 0 0 0 0 0 16 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 413 0 0 0 0 0 0 0 16 0 22 0 909664770 10815787008 156051 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0

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

/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 779 0 0 0 72 0 0 0 15 0 22 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 323 0 0 0 72 0 0 0 16 0 22 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 385 0 0 0 76 0 0 0 16 0 22 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10562292 CPUtime=0.71 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 221 0 0 0 71 0 0 0 15 0 22 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 542 0 0 0 76 0 0 0 15 0 22 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31267] ppid=31254 vsize=10562292 CPUtime=43.22 cores=1,3,5,7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31256 27326 0 -1 4202560 29163 0 0 0 4314 8 0 0 16 0 22 0 909664771 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 0 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31268] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31256 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31269] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31256 27326 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31270] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032219569 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31271] ppid=31254 vsize=10562292 CPUtime=1.11 cores=1,3,5,7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31256 27326 0 -1 4202560 6555 0 0 0 111 0 0 0 15 0 22 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31272] ppid=31254 vsize=10562292 CPUtime=1.91 cores=1,3,5,7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31256 27326 0 -1 4202560 15934 0 0 0 190 1 0 0 15 0 22 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31273] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31274] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31256 27326 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31277] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31277/stat : 31277 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 909664792 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31367] ppid=31254 vsize=10562292 CPUtime=74.72 cores=1,3,5,7
/proc/31256/task/31367/stat : 31367 (java) R 31254 31256 27326 0 -1 4202560 2 0 0 0 7472 0 0 0 15 0 22 0 909688684 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 46912505656735 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31256/tid=31368] ppid=31254 vsize=10562292 CPUtime=74.74 cores=1,3,5,7
/proc/31256/task/31368/stat : 31368 (java) R 31254 31256 27326 0 -1 4202560 2096 0 0 0 7474 0 0 0 15 0 22 0 909688684 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 46912505595298 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31256/tid=31369] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31369/stat : 31369 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909688684 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 619.6
Current children cumulated vsize (KiB) 10562292

[startup+330.301 s]
/proc/loadavg: 3.78 3.76 3.62 5/370 31371
/proc/meminfo: memFree=19564388/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10562292 CPUtime=620.81 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 211494 0 1 0 62047 34 0 0 18 0 19 0 909664768 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2640573 197294 2259 9 0 2631307 0
[pid=31256/tid=31257] ppid=31254 vsize=10562292 CPUtime=0.24 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) S 31254 31256 27326 0 -1 4202560 12314 0 1 0 22 2 0 0 15 0 19 0 909664769 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31259] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31256 27326 0 -1 4202560 352 0 0 0 72 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31260] ppid=31254 vsize=10562292 CPUtime=0.69 cores=1,3,5,7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31256 27326 0 -1 4202560 341 0 0 0 69 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31261] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31256 27326 0 -1 4202560 478 0 0 0 76 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31262] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 779 0 0 0 72 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 323 0 0 0 72 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 385 0 0 0 76 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10562292 CPUtime=0.71 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 221 0 0 0 71 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 542 0 0 0 76 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31267] ppid=31254 vsize=10562292 CPUtime=43.22 cores=1,3,5,7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31256 27326 0 -1 4202560 29163 0 0 0 4314 8 0 0 16 0 19 0 909664771 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 0 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31268] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31256 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31269] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31256 27326 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31270] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032219569 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31271] ppid=31254 vsize=10562292 CPUtime=1.11 cores=1,3,5,7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31256 27326 0 -1 4202560 6555 0 0 0 111 0 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31272] ppid=31254 vsize=10562292 CPUtime=1.91 cores=1,3,5,7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31256 27326 0 -1 4202560 15934 0 0 0 190 1 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31273] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31274] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31256 27326 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31277] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31277/stat : 31277 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 909664792 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 620.81
Current children cumulated vsize (KiB) 10562292

[startup+331.113 s]
/proc/loadavg: 3.64 3.73 3.61 4/367 31371
/proc/meminfo: memFree=19564412/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10562292 CPUtime=621.5 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 211495 0 1 0 62116 34 0 0 18 0 19 0 909664768 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2640573 197294 2259 9 0 2631307 0
[pid=31256/tid=31257] ppid=31254 vsize=10562292 CPUtime=0.92 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31256 27326 0 -1 4202560 12314 0 1 0 90 2 0 0 16 0 19 0 909664769 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 46912505732239 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31256/tid=31259] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31256 27326 0 -1 4202560 352 0 0 0 72 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31260] ppid=31254 vsize=10562292 CPUtime=0.69 cores=1,3,5,7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31256 27326 0 -1 4202560 341 0 0 0 69 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31261] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31256 27326 0 -1 4202560 478 0 0 0 76 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31262] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 779 0 0 0 72 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 323 0 0 0 72 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 385 0 0 0 76 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10562292 CPUtime=0.71 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 221 0 0 0 71 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 542 0 0 0 76 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31267] ppid=31254 vsize=10562292 CPUtime=43.22 cores=1,3,5,7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31256 27326 0 -1 4202560 29163 0 0 0 4314 8 0 0 15 0 19 0 909664771 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 0 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31268] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31256 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31269] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31256 27326 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31270] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032219569 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31271] ppid=31254 vsize=10562292 CPUtime=1.11 cores=1,3,5,7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31256 27326 0 -1 4202560 6556 0 0 0 111 0 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31272] ppid=31254 vsize=10562292 CPUtime=1.93 cores=1,3,5,7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31256 27326 0 -1 4202560 15934 0 0 0 192 1 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31273] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31274] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31256 27326 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31277] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31277/stat : 31277 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 909664792 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 621.5
Current children cumulated vsize (KiB) 10562292

[startup+331.501 s]
/proc/loadavg: 3.64 3.73 3.61 4/367 31371
/proc/meminfo: memFree=19564412/32951124 swapFree=67056304/67111528
[pid=31256] ppid=31254 vsize=10562292 CPUtime=621.89 cores=1,3,5,7
/proc/31256/stat : 31256 (java) S 31254 31256 27326 0 -1 4202496 211495 0 1 0 62155 34 0 0 18 0 19 0 909664768 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31256/statm: 2640573 197294 2259 9 0 2631307 0
[pid=31256/tid=31257] ppid=31254 vsize=10562292 CPUtime=1.3 cores=1,3,5,7
/proc/31256/task/31257/stat : 31257 (java) R 31254 31256 27326 0 -1 4202560 12314 0 1 0 128 2 0 0 17 0 19 0 909664769 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 46912505732076 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31256/tid=31259] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31259/stat : 31259 (java) S 31254 31256 27326 0 -1 4202560 352 0 0 0 72 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31260] ppid=31254 vsize=10562292 CPUtime=0.69 cores=1,3,5,7
/proc/31256/task/31260/stat : 31260 (java) S 31254 31256 27326 0 -1 4202560 341 0 0 0 69 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31261] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31261/stat : 31261 (java) S 31254 31256 27326 0 -1 4202560 478 0 0 0 76 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31262] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31262/stat : 31262 (java) S 31254 31256 27326 0 -1 4202560 779 0 0 0 72 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31263] ppid=31254 vsize=10562292 CPUtime=0.72 cores=1,3,5,7
/proc/31256/task/31263/stat : 31263 (java) S 31254 31256 27326 0 -1 4202560 323 0 0 0 72 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31264] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31264/stat : 31264 (java) S 31254 31256 27326 0 -1 4202560 385 0 0 0 76 0 0 0 16 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31265] ppid=31254 vsize=10562292 CPUtime=0.71 cores=1,3,5,7
/proc/31256/task/31265/stat : 31265 (java) S 31254 31256 27326 0 -1 4202560 221 0 0 0 71 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 5 0 0 0
[pid=31256/tid=31266] ppid=31254 vsize=10562292 CPUtime=0.76 cores=1,3,5,7
/proc/31256/task/31266/stat : 31266 (java) S 31254 31256 27326 0 -1 4202560 542 0 0 0 76 0 0 0 15 0 19 0 909664770 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31267] ppid=31254 vsize=10562292 CPUtime=43.22 cores=1,3,5,7
/proc/31256/task/31267/stat : 31267 (java) S 31254 31256 27326 0 -1 4202560 29163 0 0 0 4314 8 0 0 15 0 19 0 909664771 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 0 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31268] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31268/stat : 31268 (java) S 31254 31256 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31269] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31269/stat : 31269 (java) S 31254 31256 27326 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 909664772 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31270] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31270/stat : 31270 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032219569 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31271] ppid=31254 vsize=10562292 CPUtime=1.11 cores=1,3,5,7
/proc/31256/task/31271/stat : 31271 (java) S 31254 31256 27326 0 -1 4202560 6556 0 0 0 111 0 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 7 0 0 0
[pid=31256/tid=31272] ppid=31254 vsize=10562292 CPUtime=1.93 cores=1,3,5,7
/proc/31256/task/31272/stat : 31272 (java) S 31254 31256 27326 0 -1 4202560 15934 0 0 0 192 1 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31273] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31273/stat : 31273 (java) S 31254 31256 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032211865 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
[pid=31256/tid=31274] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31274/stat : 31274 (java) S 31254 31256 27326 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 909664774 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 1 0 0 0
[pid=31256/tid=31277] ppid=31254 vsize=10562292 CPUtime=0 cores=1,3,5,7
/proc/31256/task/31277/stat : 31277 (java) S 31254 31256 27326 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 909664792 10815787008 197294 33554432000 1073741824 1073778376 140736774489776 18446744073709551615 260032212480 0 4 0 16800975 18446604454729922624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 621.89
Current children cumulated vsize (KiB) 10562292

Child status: 30
Real time (s): 331.577
CPU time (s): 621.975
CPU user time (s): 621.598
CPU system time (s): 0.376942
CPU usage (%): 187.581
Max. virtual memory (cumulated for all children) (KiB): 10565120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 621.599
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211508
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= 16869
involuntary context switches= 6820

runsolver used 1.11283 second user time and 2.54061 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 15:32:22
IDJOB=3453861
IDBENCH=48065
IDSOLVER=1950
FILE ID=node110/3453861-1307194342
RUNJOBID= node110-1307194308-30783
PBS_JOBID= 13508825
Free space on /tmp= 74044 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=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453861-1307194342/watcher-3453861-1307194342 -o /tmp/evaluation-result-3453861-1307194342/solver-3453861-1307194342 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453861-1307194342.opb

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

MD5SUM BENCH= e7b4c80573ea65996ed7438c7cd24465
RANDOM SEED=214538812

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23502956 kB
Buffers:        305540 kB
Cached:        4588224 kB
SwapCached:       8652 kB
Active:        4653304 kB
Inactive:      4472532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23502956 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             980 kB
Writeback:          12 kB
AnonPages:     4229908 kB
Mapped:          35536 kB
Slab:           230056 kB
PageTables:      28308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85974412 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= 74044 MiB
End job on node110 at 2011-06-04 15:37:54