Trace number 3458193

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 Resolution 2.3.0OPT3 285.473 283.926

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=277-P2=401-P3=67-P4=337-P5=17-P6=499-P7=23-B.opb
MD5SUM9de8f37e65dc0eaf693e157cab5aa725
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.188971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


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

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458193-1307158335.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.084s.
0.10/0.19	c #vars     756
0.10/0.19	c #constraints  1156
0.10/0.19	c constraints type 
0.10/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.10/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
1.17/0.80	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.81/1.45	c cleaning 4249 clauses out of 8501 with flag 11001/11001
2.63/2.24	c cleaning 5624 clauses out of 11252 with flag 18001/18001
3.52/3.11	c cleaning 6809 clauses out of 13627 with flag 26000/26000
4.35/3.92	c cleaning 7909 clauses out of 15818 with flag 35000/35000
5.55/5.16	c cleaning 8954 clauses out of 17910 with flag 45001/45001
6.75/6.31	c cleaning 9473 clauses out of 18956 with flag 55001/55001
7.75/7.31	c cleaning 9735 clauses out of 19483 with flag 65001/65001
8.75/8.35	c cleaning 9872 clauses out of 19748 with flag 75001/75001
9.85/9.45	c cleaning 9935 clauses out of 19877 with flag 85002/85002
10.85/10.42	c cleaning 9965 clauses out of 19942 with flag 95002/95002
11.65/11.24	c cleaning 9983 clauses out of 19975 with flag 105000/105000
12.76/12.31	c cleaning 9990 clauses out of 19993 with flag 115001/115001
13.57/13.19	c cleaning 10000 clauses out of 20003 with flag 125001/125001
14.78/14.36	c cleaning 9996 clauses out of 20003 with flag 135001/135001
15.56/15.13	c cleaning 9990 clauses out of 20007 with flag 145001/145001
16.27/15.87	c cleaning 9999 clauses out of 20017 with flag 155001/155001
17.17/16.79	c cleaning 9995 clauses out of 20017 with flag 165000/165000
17.99/17.61	c cleaning 10007 clauses out of 20023 with flag 175001/175001
19.09/18.67	c cleaning 10004 clauses out of 20015 with flag 185000/185000
20.19/19.76	c cleaning 9999 clauses out of 20011 with flag 195000/195000
20.98/20.56	c cleaning 10001 clauses out of 20013 with flag 205001/205001
21.68/21.24	c cleaning 10000 clauses out of 20011 with flag 215000/215000
22.40/21.93	c cleaning 10001 clauses out of 20011 with flag 225000/225000
23.28/22.84	c cleaning 10001 clauses out of 20011 with flag 235001/235001
24.38/23.97	c cleaning 10000 clauses out of 20010 with flag 245001/245001
25.48/25.04	c cleaning 9999 clauses out of 20010 with flag 255001/255001
26.48/26.01	c cleaning 10003 clauses out of 20013 with flag 265003/265003
27.38/26.93	c cleaning 9993 clauses out of 20007 with flag 275000/275000
28.29/27.87	c cleaning 10009 clauses out of 20020 with flag 285006/285006
29.49/29.01	c cleaning 10000 clauses out of 20005 with flag 295000/295000
30.29/29.85	c cleaning 9993 clauses out of 20006 with flag 305001/305001
30.99/30.58	c cleaning 9994 clauses out of 20013 with flag 315001/315001
31.99/31.54	c cleaning 10002 clauses out of 20019 with flag 325001/325001
33.09/32.66	c cleaning 10000 clauses out of 20018 with flag 335002/335002
34.40/33.91	c cleaning 10000 clauses out of 20017 with flag 345001/345001
35.10/34.60	c cleaning 9996 clauses out of 20018 with flag 355002/355002
35.80/35.40	c cleaning 9999 clauses out of 20020 with flag 365000/365000
36.50/36.04	c cleaning 9996 clauses out of 20022 with flag 375001/375001
37.10/36.68	c cleaning 10002 clauses out of 20026 with flag 385001/385001
37.92/37.43	c cleaning 10003 clauses out of 20024 with flag 395001/395001
38.81/38.33	c cleaning 10004 clauses out of 20022 with flag 405002/405002
39.80/39.33	c cleaning 10006 clauses out of 20018 with flag 415002/415002
40.81/40.38	c cleaning 9999 clauses out of 20010 with flag 425000/425000
41.91/41.47	c cleaning 10000 clauses out of 20012 with flag 435001/435001
43.11/42.68	c cleaning 10000 clauses out of 20011 with flag 445000/445000
44.01/43.50	c cleaning 9998 clauses out of 20012 with flag 455001/455001
44.71/44.24	c cleaning 10001 clauses out of 20015 with flag 465002/465002
45.42/44.96	c cleaning 9994 clauses out of 20012 with flag 475000/475000
46.32/45.85	c cleaning 10006 clauses out of 20019 with flag 485001/485001
47.32/46.87	c cleaning 9998 clauses out of 20013 with flag 495001/495001
48.42/47.92	c cleaning 9999 clauses out of 20014 with flag 505000/505000
49.52/49.09	c cleaning 9998 clauses out of 20017 with flag 515002/515002
50.42/49.90	c cleaning 10005 clauses out of 20017 with flag 525000/525000
51.32/50.89	c cleaning 10004 clauses out of 20013 with flag 535001/535001
52.43/51.91	c cleaning 10000 clauses out of 20008 with flag 545000/545000
53.34/52.82	c cleaning 10000 clauses out of 20010 with flag 555002/555002
54.23/53.75	c cleaning 10000 clauses out of 20008 with flag 565000/565000
55.13/54.69	c cleaning 9997 clauses out of 20008 with flag 575000/575000
56.03/55.54	c cleaning 10000 clauses out of 20012 with flag 585001/585001
56.93/56.44	c cleaning 10004 clauses out of 20013 with flag 595002/595002
58.04/57.14	c cleaning 9994 clauses out of 20008 with flag 605001/605001
59.16/58.22	c cleaning 10002 clauses out of 20014 with flag 615001/615001
60.04/59.11	c cleaning 10000 clauses out of 20011 with flag 625000/625000
61.27/60.33	c cleaning 10002 clauses out of 20011 with flag 635000/635000
61.97/61.09	c cleaning 10000 clauses out of 20009 with flag 645000/645000
62.77/61.80	c cleaning 9992 clauses out of 20009 with flag 655000/655000
63.59/62.62	c cleaning 9995 clauses out of 20017 with flag 665000/665000
64.28/63.34	c cleaning 10005 clauses out of 20023 with flag 675001/675001
65.19/64.29	c cleaning 9999 clauses out of 20017 with flag 685000/685000
66.19/65.28	c cleaning 10001 clauses out of 20019 with flag 695001/695001
67.31/66.31	c cleaning 10001 clauses out of 20017 with flag 705000/705000
68.32/67.33	c cleaning 10002 clauses out of 20019 with flag 715003/715003
69.42/68.43	c cleaning 10001 clauses out of 20014 with flag 725000/725000
70.43/69.48	c cleaning 10004 clauses out of 20013 with flag 735000/735000
71.53/70.55	c cleaning 9999 clauses out of 20010 with flag 745001/745001
72.54/71.53	c cleaning 10002 clauses out of 20010 with flag 755001/755001
73.73/72.76	c cleaning 9997 clauses out of 20007 with flag 765000/765000
74.94/73.91	c cleaning 9999 clauses out of 20010 with flag 775000/775000
75.54/74.58	c cleaning 9996 clauses out of 20013 with flag 785002/785002
76.34/75.36	c cleaning 9994 clauses out of 20015 with flag 795000/795000
77.14/76.15	c cleaning 10002 clauses out of 20022 with flag 805001/805001
77.96/76.99	c cleaning 10004 clauses out of 20019 with flag 815000/815000
78.65/77.68	c cleaning 9994 clauses out of 20015 with flag 825000/825000
79.45/78.44	c cleaning 10003 clauses out of 20021 with flag 835000/835000
80.16/79.20	c cleaning 9993 clauses out of 20020 with flag 845002/845002
80.95/79.91	c cleaning 10001 clauses out of 20026 with flag 855001/855001
81.65/80.66	c cleaning 10001 clauses out of 20025 with flag 865001/865001
82.37/81.37	c cleaning 10001 clauses out of 20023 with flag 875000/875000
83.15/82.10	c cleaning 9999 clauses out of 20023 with flag 885001/885001
83.85/82.82	c cleaning 9999 clauses out of 20023 with flag 895000/895000
84.57/83.52	c cleaning 9999 clauses out of 20025 with flag 905001/905001
85.25/84.24	c cleaning 10009 clauses out of 20026 with flag 915001/915001
86.15/85.16	c cleaning 10001 clauses out of 20016 with flag 925000/925000
86.96/85.97	c cleaning 9999 clauses out of 20015 with flag 935000/935000
88.06/87.08	c cleaning 10005 clauses out of 20018 with flag 945002/945002
89.36/88.35	c cleaning 10001 clauses out of 20011 with flag 955000/955000
90.46/89.45	c cleaning 9999 clauses out of 20010 with flag 965000/965000
91.66/90.66	c cleaning 10002 clauses out of 20011 with flag 975000/975000
92.87/91.87	c cleaning 10001 clauses out of 20009 with flag 985000/985000
93.57/92.55	c cleaning 9998 clauses out of 20009 with flag 995001/995001
94.49/93.42	c cleaning 10002 clauses out of 20013 with flag 1005003/1005003
95.47/94.49	c cleaning 9994 clauses out of 20008 with flag 1015000/1015000
96.69/95.62	c cleaning 9990 clauses out of 20014 with flag 1025000/1025000
97.79/96.73	c cleaning 9995 clauses out of 20024 with flag 1035000/1035000
98.99/97.93	c cleaning 10011 clauses out of 20030 with flag 1045001/1045001
99.87/98.82	c cleaning 9991 clauses out of 20018 with flag 1055000/1055000
100.78/99.75	c cleaning 9999 clauses out of 20029 with flag 1065002/1065002
101.68/100.62	c cleaning 9994 clauses out of 20028 with flag 1075000/1075000
102.58/101.52	c cleaning 10001 clauses out of 20034 with flag 1085000/1085000
103.30/102.31	c cleaning 9999 clauses out of 20033 with flag 1095000/1095000
104.28/103.25	c cleaning 10000 clauses out of 20034 with flag 1105000/1105000
105.09/104.05	c cleaning 10009 clauses out of 20035 with flag 1115001/1115001
106.09/105.06	c cleaning 10005 clauses out of 20025 with flag 1125000/1125000
107.09/106.00	c cleaning 10001 clauses out of 20021 with flag 1135001/1135001
108.00/106.93	c cleaning 9997 clauses out of 20019 with flag 1145000/1145000
109.00/107.98	c cleaning 9999 clauses out of 20022 with flag 1155000/1155000
110.10/109.03	c cleaning 9997 clauses out of 20024 with flag 1165001/1165001
111.21/110.11	c cleaning 10010 clauses out of 20027 with flag 1175001/1175001
112.01/110.97	c cleaning 10002 clauses out of 20017 with flag 1185001/1185001
112.91/111.86	c cleaning 9999 clauses out of 20015 with flag 1195001/1195001
113.81/112.73	c cleaning 9998 clauses out of 20016 with flag 1205001/1205001
114.71/113.68	c cleaning 10002 clauses out of 20017 with flag 1215000/1215000
115.71/114.64	c cleaning 10002 clauses out of 20017 with flag 1225002/1225002
116.81/115.76	c cleaning 9998 clauses out of 20013 with flag 1235000/1235000
118.01/116.91	c cleaning 10001 clauses out of 20015 with flag 1245000/1245000
119.22/118.10	c cleaning 10000 clauses out of 20015 with flag 1255001/1255001
120.42/119.33	c cleaning 10002 clauses out of 20015 with flag 1265001/1265001
121.62/120.52	c cleaning 10000 clauses out of 20015 with flag 1275003/1275003
122.62/121.59	c cleaning 10001 clauses out of 20012 with flag 1285000/1285000
123.82/122.74	c cleaning 10001 clauses out of 20012 with flag 1295001/1295001
125.12/124.06	c cleaning 10002 clauses out of 20011 with flag 1305001/1305001
126.32/125.29	c cleaning 10001 clauses out of 20009 with flag 1315001/1315001
127.64/126.53	c cleaning 9997 clauses out of 20007 with flag 1325000/1325000
128.83/127.71	c cleaning 10001 clauses out of 20011 with flag 1335001/1335001
129.93/128.82	c cleaning 9994 clauses out of 20010 with flag 1345001/1345001
131.13/130.02	c cleaning 10002 clauses out of 20016 with flag 1355001/1355001
132.34/131.20	c cleaning 10000 clauses out of 20014 with flag 1365001/1365001
133.44/132.34	c cleaning 10001 clauses out of 20014 with flag 1375001/1375001
134.74/133.67	c cleaning 10000 clauses out of 20012 with flag 1385000/1385000
135.84/134.75	c cleaning 10004 clauses out of 20013 with flag 1395001/1395001
136.85/135.74	c cleaning 9993 clauses out of 20008 with flag 1405000/1405000
137.85/136.79	c cleaning 10003 clauses out of 20015 with flag 1415000/1415000
138.95/137.85	c cleaning 10001 clauses out of 20012 with flag 1425000/1425000
140.16/139.03	c cleaning 10000 clauses out of 20011 with flag 1435000/1435000
141.46/140.32	c cleaning 10003 clauses out of 20012 with flag 1445001/1445001
142.56/141.47	c cleaning 9996 clauses out of 20008 with flag 1455000/1455000
143.26/142.16	c cleaning 9994 clauses out of 20014 with flag 1465002/1465002
143.97/142.82	c cleaning 9998 clauses out of 20018 with flag 1475000/1475000
143.97/142.85	c SATISFIABLE
143.97/142.85	c OPTIMIZING...
143.97/142.85	c Got one! Elapsed wall clock time (in seconds):142.743
143.97/142.85	o 5
144.27/143.18	c cleaning 7631 clauses out of 15274 with flag 5000/1480254
144.67/143.60	c cleaning 6811 clauses out of 13643 with flag 11000/1486254
145.18/144.09	c cleaning 6907 clauses out of 13833 with flag 18001/1493255
145.77/144.66	c cleaning 7454 clauses out of 14926 with flag 26001/1501255
146.48/145.30	c cleaning 8227 clauses out of 16472 with flag 35001/1510255
147.18/146.01	c cleaning 9118 clauses out of 18245 with flag 45001/1520255
147.88/146.71	c cleaning 9555 clauses out of 19130 with flag 55005/1530259
148.50/147.40	c cleaning 9774 clauses out of 19572 with flag 65002/1540256
149.29/148.16	c cleaning 9890 clauses out of 19797 with flag 75001/1550255
150.09/148.92	c cleaning 9942 clauses out of 19906 with flag 85000/1560254
150.81/149.64	c cleaning 9973 clauses out of 19964 with flag 95000/1570254
151.59/150.43	c cleaning 9977 clauses out of 19992 with flag 105001/1580255
152.19/151.06	c cleaning 10003 clauses out of 20015 with flag 115001/1590255
153.19/152.09	c cleaning 10002 clauses out of 20011 with flag 125000/1600254
154.29/153.12	c cleaning 9994 clauses out of 20009 with flag 135000/1610254
155.40/154.24	c cleaning 10000 clauses out of 20015 with flag 145000/1620254
156.40/155.24	c cleaning 10000 clauses out of 20016 with flag 155001/1630255
157.50/156.31	c cleaning 9996 clauses out of 20015 with flag 165000/1640254
158.61/157.42	c cleaning 9997 clauses out of 20019 with flag 175000/1650254
159.62/158.46	c cleaning 9994 clauses out of 20022 with flag 185000/1660254
160.63/159.50	c cleaning 10000 clauses out of 20029 with flag 195001/1670255
161.73/160.58	c cleaning 10002 clauses out of 20028 with flag 205000/1680254
162.83/161.69	c cleaning 10011 clauses out of 20027 with flag 215001/1690255
164.03/162.88	c cleaning 10001 clauses out of 20016 with flag 225001/1700255
165.22/164.01	c cleaning 10000 clauses out of 20014 with flag 235000/1710254
166.24/165.07	c cleaning 10003 clauses out of 20014 with flag 245000/1720254
167.43/166.21	c cleaning 10001 clauses out of 20011 with flag 255000/1730254
168.53/167.35	c cleaning 9997 clauses out of 20010 with flag 265000/1740254
169.63/168.47	c cleaning 10003 clauses out of 20013 with flag 275000/1750254
170.83/169.63	c cleaning 9998 clauses out of 20010 with flag 285000/1760254
171.94/170.72	c cleaning 10003 clauses out of 20013 with flag 295001/1770255
172.94/171.73	c cleaning 9994 clauses out of 20010 with flag 305001/1780255
173.74/172.59	c cleaning 10000 clauses out of 20015 with flag 315000/1790254
174.54/173.36	c cleaning 9997 clauses out of 20015 with flag 325000/1800254
175.35/174.11	c cleaning 9997 clauses out of 20022 with flag 335004/1810258
176.06/174.90	c cleaning 10000 clauses out of 20021 with flag 345000/1820254
176.85/175.63	c cleaning 9998 clauses out of 20021 with flag 355000/1830254
177.75/176.57	c cleaning 10004 clauses out of 20022 with flag 365000/1840254
179.05/177.82	c cleaning 10005 clauses out of 20018 with flag 375000/1850254
180.15/178.91	c cleaning 10000 clauses out of 20014 with flag 385001/1860255
181.15/179.92	c cleaning 10002 clauses out of 20013 with flag 395000/1870254
182.05/180.89	c cleaning 10002 clauses out of 20012 with flag 405001/1880255
183.16/181.93	c cleaning 10000 clauses out of 20010 with flag 415001/1890255
184.26/183.02	c cleaning 9999 clauses out of 20010 with flag 425001/1900255
185.36/184.11	c cleaning 9999 clauses out of 20010 with flag 435000/1910254
186.36/185.17	c cleaning 10001 clauses out of 20012 with flag 445001/1920255
187.38/186.14	c cleaning 10001 clauses out of 20010 with flag 455001/1930255
188.38/187.17	c cleaning 9999 clauses out of 20009 with flag 465001/1940255
189.30/188.02	c cleaning 10000 clauses out of 20009 with flag 475000/1950254
190.09/188.83	c cleaning 10000 clauses out of 20010 with flag 485001/1960255
190.79/189.51	c cleaning 9998 clauses out of 20010 with flag 495001/1970255
191.69/190.41	c cleaning 9997 clauses out of 20012 with flag 505001/1980255
192.39/191.12	c cleaning 10000 clauses out of 20014 with flag 515000/1990254
193.19/191.93	c cleaning 10001 clauses out of 20015 with flag 525001/2000255
194.10/192.85	c cleaning 10000 clauses out of 20013 with flag 535000/2010254
195.00/193.73	c cleaning 9998 clauses out of 20013 with flag 545000/2020254
195.60/194.40	c cleaning 9999 clauses out of 20015 with flag 555000/2030254
196.50/195.23	c cleaning 10003 clauses out of 20016 with flag 565000/2040254
197.40/196.12	c cleaning 9999 clauses out of 20014 with flag 575001/2050255
198.12/196.90	c cleaning 9996 clauses out of 20014 with flag 585000/2060254
198.90/197.66	c cleaning 10005 clauses out of 20019 with flag 595001/2070255
199.70/198.47	c cleaning 10000 clauses out of 20014 with flag 605001/2080255
200.61/199.33	c cleaning 9999 clauses out of 20014 with flag 615001/2090255
201.52/200.28	c cleaning 10001 clauses out of 20015 with flag 625001/2100255
202.42/201.13	c cleaning 10002 clauses out of 20014 with flag 635001/2110255
203.32/202.03	c cleaning 10002 clauses out of 20012 with flag 645001/2120255
204.22/202.91	c cleaning 10000 clauses out of 20010 with flag 655001/2130255
205.02/203.77	c cleaning 9997 clauses out of 20010 with flag 665001/2140255
206.02/204.77	c cleaning 10004 clauses out of 20012 with flag 675000/2150254
207.13/205.84	c cleaning 10001 clauses out of 20008 with flag 685000/2160254
208.23/206.91	c cleaning 10000 clauses out of 20008 with flag 695001/2170255
209.33/208.02	c cleaning 9998 clauses out of 20007 with flag 705000/2180254
210.13/208.82	c cleaning 9997 clauses out of 20009 with flag 715000/2190254
210.74/209.44	c Got one! Elapsed wall clock time (in seconds):209.332
210.74/209.44	o 3
211.14/209.82	c cleaning 11293 clauses out of 22616 with flag 5001/2202858
211.55/210.23	c cleaning 8635 clauses out of 17322 with flag 11000/2208857
212.05/210.72	c cleaning 7818 clauses out of 15688 with flag 18001/2215858
212.65/211.32	c cleaning 7926 clauses out of 15869 with flag 26000/2223857
213.57/212.27	c cleaning 8466 clauses out of 16943 with flag 35000/2232857
214.67/213.33	c cleaning 9236 clauses out of 18478 with flag 45001/2242858
215.66/214.40	c cleaning 9618 clauses out of 19242 with flag 55001/2252858
216.78/215.47	c cleaning 9809 clauses out of 19625 with flag 65002/2262859
217.88/216.56	c cleaning 9903 clauses out of 19814 with flag 75000/2272857
218.98/217.70	c cleaning 9954 clauses out of 19912 with flag 85001/2282858
219.88/218.58	c cleaning 9963 clauses out of 19957 with flag 95000/2292857
220.58/219.28	c cleaning 9988 clauses out of 19995 with flag 105001/2302858
221.30/220.01	c cleaning 9995 clauses out of 20008 with flag 115002/2312859
222.19/220.84	c cleaning 9997 clauses out of 20011 with flag 125000/2322857
222.99/221.65	c cleaning 9998 clauses out of 20014 with flag 135000/2332857
223.79/222.48	c cleaning 9997 clauses out of 20016 with flag 145000/2342857
224.79/223.44	c cleaning 9999 clauses out of 20020 with flag 155001/2352858
225.49/224.14	c cleaning 10003 clauses out of 20021 with flag 165001/2362858
226.59/225.23	c cleaning 10003 clauses out of 20017 with flag 175000/2372857
227.71/226.37	c cleaning 9999 clauses out of 20014 with flag 185000/2382857
228.91/227.53	c cleaning 10001 clauses out of 20015 with flag 195000/2392857
229.81/228.44	c cleaning 10004 clauses out of 20013 with flag 205000/2402857
230.81/229.41	c cleaning 9999 clauses out of 20010 with flag 215001/2412858
231.71/230.38	c cleaning 9999 clauses out of 20010 with flag 225000/2422857
232.72/231.35	c cleaning 9997 clauses out of 20012 with flag 235001/2432858
233.62/232.29	c cleaning 9999 clauses out of 20015 with flag 245001/2442858
234.53/233.20	c cleaning 10002 clauses out of 20018 with flag 255003/2452860
235.42/234.07	c cleaning 9999 clauses out of 20014 with flag 265001/2462858
236.32/234.98	c cleaning 10000 clauses out of 20016 with flag 275002/2472859
237.32/235.92	c cleaning 10000 clauses out of 20015 with flag 285001/2482858
238.32/236.90	c cleaning 9997 clauses out of 20014 with flag 295000/2492857
239.12/237.73	c cleaning 10006 clauses out of 20017 with flag 305000/2502857
240.15/238.75	c cleaning 10001 clauses out of 20011 with flag 315000/2512857
241.15/239.81	c cleaning 10004 clauses out of 20011 with flag 325001/2522858
242.25/240.91	c cleaning 9998 clauses out of 20006 with flag 335000/2532857
243.45/242.03	c cleaning 9999 clauses out of 20009 with flag 345001/2542858
244.45/243.09	c cleaning 10000 clauses out of 20011 with flag 355002/2552859
245.44/244.11	c cleaning 10001 clauses out of 20009 with flag 365000/2562857
246.34/245.00	c cleaning 9999 clauses out of 20010 with flag 375002/2572859
247.35/245.92	c cleaning 9998 clauses out of 20009 with flag 385000/2582857
248.15/246.76	c cleaning 10001 clauses out of 20011 with flag 395000/2592857
249.15/247.77	c cleaning 10002 clauses out of 20011 with flag 405001/2602858
250.35/248.91	c cleaning 10001 clauses out of 20008 with flag 415000/2612857
251.36/249.99	c cleaning 9998 clauses out of 20008 with flag 425001/2622858
252.56/251.13	c cleaning 10000 clauses out of 20009 with flag 435000/2632857
253.56/252.18	c cleaning 10004 clauses out of 20010 with flag 445001/2642858
254.56/253.18	c cleaning 9997 clauses out of 20006 with flag 455001/2652858
255.48/254.02	c cleaning 9998 clauses out of 20009 with flag 465001/2662858
256.27/254.85	c cleaning 9997 clauses out of 20012 with flag 475002/2672859
257.07/255.64	c cleaning 10001 clauses out of 20014 with flag 485001/2682858
258.07/256.62	c cleaning 9996 clauses out of 20012 with flag 495000/2692857
258.97/257.58	c cleaning 10002 clauses out of 20016 with flag 505000/2702857
259.89/258.48	c cleaning 10001 clauses out of 20015 with flag 515001/2712858
260.77/259.33	c cleaning 9996 clauses out of 20013 with flag 525000/2722857
261.78/260.37	c cleaning 10002 clauses out of 20018 with flag 535001/2732858
262.78/261.34	c cleaning 9998 clauses out of 20015 with flag 545000/2742857
263.68/262.21	c cleaning 9998 clauses out of 20017 with flag 555000/2752857
264.48/263.00	c cleaning 10000 clauses out of 20019 with flag 565000/2762857
265.28/263.85	c cleaning 10004 clauses out of 20021 with flag 575002/2772859
266.09/264.67	c cleaning 9997 clauses out of 20015 with flag 585000/2782857
267.09/265.65	c cleaning 10001 clauses out of 20018 with flag 595000/2792857
267.99/266.56	c cleaning 10002 clauses out of 20017 with flag 605000/2802857
268.90/267.47	c cleaning 10001 clauses out of 20015 with flag 615000/2812857
269.70/268.30	c cleaning 9998 clauses out of 20014 with flag 625000/2822857
270.70/269.21	c cleaning 10001 clauses out of 20017 with flag 635001/2832858
271.60/270.14	c cleaning 10000 clauses out of 20012 with flag 645001/2842858
272.70/271.29	c cleaning 10004 clauses out of 20015 with flag 655004/2852861
273.80/272.31	c cleaning 9998 clauses out of 20007 with flag 665001/2862858
274.81/273.33	c cleaning 9999 clauses out of 20008 with flag 675000/2872857
275.81/274.34	c cleaning 10001 clauses out of 20009 with flag 685000/2882857
276.91/275.43	c cleaning 10001 clauses out of 20008 with flag 695000/2892857
277.92/276.46	c cleaning 9998 clauses out of 20008 with flag 705001/2902858
279.02/277.52	c cleaning 10001 clauses out of 20009 with flag 715000/2912857
279.92/278.47	c cleaning 9999 clauses out of 20009 with flag 725001/2922858
281.02/279.51	c cleaning 10003 clauses out of 20011 with flag 735002/2932859
282.04/280.57	c cleaning 9997 clauses out of 20006 with flag 745001/2942858
283.04/281.51	c cleaning 10002 clauses out of 20009 with flag 755001/2952858
284.03/282.50	c cleaning 10002 clauses out of 20006 with flag 765000/2962857
285.03/283.52	c cleaning 9998 clauses out of 20002 with flag 775000/2972857
285.44/283.91	c starts		: 232
285.44/283.91	c conflicts		: 2977122
285.44/283.91	c decisions		: 3038151
285.44/283.91	c propagations		: 68958652
285.44/283.91	c inspects		: 2007485640
285.44/283.91	c shortcuts		: 0
285.44/283.91	c learnt literals	: 24
285.44/283.91	c learnt binary clauses	: 102
285.44/283.91	c learnt ternary clauses	: 326
285.44/283.91	c learnt constraints	: 2977097
285.44/283.91	c ignored constraints	: 0
285.44/283.91	c root simplifications	: 0
285.44/283.91	c removed literals (reason simplification)	: 133382290
285.44/283.91	c reason swapping (by a shorter reason)	: 0
285.44/283.91	c Calls to reduceDB	: 301
285.44/283.91	c number of reductions to clauses (during analyze)	: 0
285.44/283.91	c number of learned constraints concerned by reduction	: 0
285.44/283.91	c number of learning phase by resolution	: 0
285.44/283.91	c number of learning phase by cutting planes	: 0
285.44/283.91	c speed (assignments/second)	: 925979.9384995501
285.44/283.91	c non guided choices	8872
285.44/283.91	c learnt constraints type 
285.44/283.91	c constraints type 
285.44/283.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
285.44/283.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
285.44/283.91	s OPTIMUM FOUND
285.44/283.92	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 
285.44/283.92	c objective function=3
285.44/283.92	c Total wall clock time (in seconds): 283.804

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-3458193-1307158335/watcher-3458193-1307158335 -o /tmp/evaluation-result-3458193-1307158335/solver-3458193-1307158335 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458193-1307158335.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: 1.98 2.00 1.91 2/491 32143
/proc/meminfo: memFree=20290352/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 5510 0 1 0 0 0 0 0 25 0 2 0 827433205 13850947584 5213 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3381579 5226 917 9 0 3372735 0
[pid=32143/tid=32144] ppid=32141 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 4902 0 1 0 0 0 0 0 25 0 2 0 827433206 13850947584 5719 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.086539 s]
/proc/loadavg: 1.98 2.00 1.91 2/491 32143
/proc/meminfo: memFree=20290352/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 14538 0 1 0 5 2 0 0 25 0 18 0 827433205 13880410112 14237 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3388772 14237 1755 9 0 3379506 0
[pid=32143/tid=32144] ppid=32141 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 13365 0 1 0 5 1 0 0 25 0 18 0 827433206 13880410112 14237 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 47261775635423 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.100469 s]
/proc/loadavg: 1.98 2.00 1.91 2/491 32143
/proc/meminfo: memFree=20290352/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13621636 CPUtime=0.1 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 15518 0 1 0 8 2 0 0 25 0 18 0 827433205 13948555264 15176 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3405409 15176 2092 9 0 3396143 0
[pid=32143/tid=32144] ppid=32141 vsize=13621636 CPUtime=0.08 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 13562 0 1 0 6 2 0 0 18 0 18 0 827433206 13948555264 15176 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274473628705 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621636

[startup+0.300414 s]
/proc/loadavg: 1.98 2.00 1.91 2/491 32143
/proc/meminfo: memFree=20290352/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625488 CPUtime=0.53 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 18554 0 1 0 51 2 0 0 25 0 19 0 827433205 13952499712 17577 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406372 17577 2214 9 0 3397106 0
[pid=32143/tid=32144] ppid=32141 vsize=13625488 CPUtime=0.28 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 14417 0 1 0 26 2 0 0 19 0 19 0 827433206 13952499712 17577 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 47261773433921 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13625488

[startup+0.700339 s]
/proc/loadavg: 1.98 2.00 1.91 2/491 32143
/proc/meminfo: memFree=20290352/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625488 CPUtime=1.02 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 19059 0 1 0 100 2 0 0 25 0 19 0 827433205 13952499712 18082 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406372 18082 2216 9 0 3397106 0
[pid=32143/tid=32144] ppid=32141 vsize=13625488 CPUtime=0.68 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 14903 0 1 0 66 2 0 0 19 0 19 0 827433206 13952499712 18082 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505545127 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13625488

[startup+1.5012 s]
/proc/loadavg: 1.98 2.00 1.91 3/510 32163
/proc/meminfo: memFree=20221840/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625632 CPUtime=1.91 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 20688 0 1 0 188 3 0 0 25 0 19 0 827433205 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406408 19703 2248 9 0 3397142 0
[pid=32143/tid=32144] ppid=32141 vsize=13625632 CPUtime=1.43 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 14941 0 1 0 141 2 0 0 20 0 19 0 827433206 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505532970 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32143/tid=32147] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32147/stat : 32147 (java) S 32141 32143 27375 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32148] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625632 CPUtime=0.02 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 679 0 0 0 2 0 0 0 15 0 19 0 827433209 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625632 CPUtime=0.25 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) S 32141 32143 27375 0 -1 4202560 1227 0 0 0 25 0 0 0 17 0 19 0 827433212 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625632 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1817 0 0 0 17 0 0 0 15 0 19 0 827433212 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32161] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32161/stat : 32161 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32162] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32162/stat : 32162 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433212 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32163] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32163/stat : 32163 (java) S 32141 32143 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827433226 13952647168 19703 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13625632

[startup+3.10092 s]
/proc/loadavg: 1.98 2.00 1.91 3/510 32163
/proc/meminfo: memFree=20218096/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625632 CPUtime=3.52 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 20951 0 1 0 349 3 0 0 25 0 19 0 827433205 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406408 19965 2249 9 0 3397142 0
[pid=32143/tid=32144] ppid=32141 vsize=13625632 CPUtime=3.01 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 14943 0 1 0 299 2 0 0 25 0 19 0 827433206 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505766828 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32143/tid=32147] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32147/stat : 32147 (java) S 32141 32143 27375 0 -1 4202560 315 0 0 0 0 0 0 0 16 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32148] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 225 0 0 0 0 0 0 0 16 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 19 0 827433208 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625632 CPUtime=0.04 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 925 0 0 0 4 0 0 0 15 0 19 0 827433209 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625632 CPUtime=0.27 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) R 32141 32143 27375 0 -1 4202560 1230 0 0 0 27 0 0 0 15 0 19 0 827433212 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 47261776153893 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625632 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1817 0 0 0 17 0 0 0 15 0 19 0 827433212 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32161] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32161/stat : 32161 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32162] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32162/stat : 32162 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827433212 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32163] ppid=32141 vsize=13625632 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32163/stat : 32163 (java) S 32141 32143 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827433226 13952647168 19965 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13625632

[startup+6.30141 s]
/proc/loadavg: 1.98 2.00 1.91 2/487 32181
/proc/meminfo: memFree=20311532/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625168 CPUtime=6.75 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 22057 0 1 0 672 3 0 0 25 0 19 0 827433205 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406292 20999 2249 9 0 3397026 0
[pid=32143/tid=32144] ppid=32141 vsize=13625168 CPUtime=6.14 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 14946 0 1 0 612 2 0 0 25 0 19 0 827433206 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505766477 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32143/tid=32147] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32147/stat : 32147 (java) S 32141 32143 27375 0 -1 4202560 315 0 0 0 0 0 0 0 15 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32148] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 408 0 0 0 0 0 0 0 16 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 827433208 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625168 CPUtime=0.09 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 1662 0 0 0 9 0 0 0 15 0 19 0 827433209 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625168 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625168 CPUtime=0.29 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) S 32141 32143 27375 0 -1 4202560 1241 0 0 0 29 0 0 0 15 0 19 0 827433212 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625168 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1817 0 0 0 17 0 0 0 16 0 19 0 827433212 13952172032 20999 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0

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

/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 471 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 194 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 57 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 35 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 174 0 0 0 16 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 96 0 0 0 14 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 192 0 0 0 14 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625416 CPUtime=6.8 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 5877 0 0 0 678 2 0 0 15 0 19 0 827433209 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625416 CPUtime=0.7 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) S 32141 32143 27375 0 -1 4202560 8366 0 0 0 70 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625416 CPUtime=0.26 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1846 0 0 0 26 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32161] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32161/stat : 32161 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32162] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32162/stat : 32162 (java) S 32141 32143 27375 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32163] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32163/stat : 32163 (java) S 32141 32143 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827433226 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 283.83
Current children cumulated vsize (KiB) 13625416

Solver just ended. Dumping a history of the last processes samples

[startup+283.101 s]
/proc/loadavg: 2.04 2.02 1.92 3/510 32550
/proc/meminfo: memFree=20193864/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625416 CPUtime=284.63 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 34066 0 1 0 28452 11 0 0 25 0 19 0 827433205 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406354 27892 2250 9 0 3397088 0
[pid=32143/tid=32144] ppid=32141 vsize=13625416 CPUtime=275.45 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 15250 0 1 0 27542 3 0 0 25 0 19 0 827433206 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505587663 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32143/tid=32147] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32147/stat : 32147 (java) S 32141 32143 27375 0 -1 4202560 345 0 0 0 16 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32148] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 471 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 194 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 57 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 35 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 174 0 0 0 16 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 96 0 0 0 14 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 192 0 0 0 14 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625416 CPUtime=6.82 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 5877 0 0 0 680 2 0 0 15 0 19 0 827433209 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625416 CPUtime=0.7 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) S 32141 32143 27375 0 -1 4202560 8366 0 0 0 70 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625416 CPUtime=0.26 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1846 0 0 0 26 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32161] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32161/stat : 32161 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32162] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32162/stat : 32162 (java) S 32141 32143 27375 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32163] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32163/stat : 32163 (java) S 32141 32143 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827433226 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 284.63
Current children cumulated vsize (KiB) 13625416

[startup+283.501 s]
/proc/loadavg: 2.04 2.02 1.92 3/510 32550
/proc/meminfo: memFree=20193864/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625416 CPUtime=285.03 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 34066 0 1 0 28492 11 0 0 25 0 19 0 827433205 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406354 27892 2250 9 0 3397088 0
[pid=32143/tid=32144] ppid=32141 vsize=13625416 CPUtime=275.85 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 15250 0 1 0 27582 3 0 0 25 0 19 0 827433206 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505840900 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32143/tid=32147] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32147/stat : 32147 (java) S 32141 32143 27375 0 -1 4202560 345 0 0 0 16 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32148] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 471 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 194 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 57 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 35 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 174 0 0 0 16 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 96 0 0 0 14 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 192 0 0 0 14 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625416 CPUtime=6.82 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 5877 0 0 0 680 2 0 0 15 0 19 0 827433209 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625416 CPUtime=0.7 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) S 32141 32143 27375 0 -1 4202560 8366 0 0 0 70 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625416 CPUtime=0.26 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1846 0 0 0 26 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32161] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32161/stat : 32161 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32162] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32162/stat : 32162 (java) S 32141 32143 27375 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32163] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32163/stat : 32163 (java) S 32141 32143 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827433226 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 285.03
Current children cumulated vsize (KiB) 13625416

[startup+283.9 s]
/proc/loadavg: 2.04 2.02 1.92 3/510 32550
/proc/meminfo: memFree=20193616/32950928 swapFree=61858088/67111528
[pid=32143] ppid=32141 vsize=13625416 CPUtime=285.44 cores=1,3,5,7
/proc/32143/stat : 32143 (java) S 32141 32143 27375 0 -1 4202496 34067 0 1 0 28533 11 0 0 25 0 19 0 827433205 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32143/statm: 3406354 27892 2250 9 0 3397088 0
[pid=32143/tid=32144] ppid=32141 vsize=13625416 CPUtime=276.22 cores=1,3,5,7
/proc/32143/task/32144/stat : 32144 (java) R 32141 32143 27375 0 -1 4202560 15251 0 1 0 27619 3 0 0 25 0 19 0 827433206 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 46912505587136 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32143/tid=32147] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32147/stat : 32147 (java) S 32141 32143 27375 0 -1 4202560 345 0 0 0 16 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32148] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32148/stat : 32148 (java) S 32141 32143 27375 0 -1 4202560 471 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32149] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32149/stat : 32149 (java) S 32141 32143 27375 0 -1 4202560 194 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32150] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32150/stat : 32150 (java) S 32141 32143 27375 0 -1 4202560 57 0 0 0 17 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32151] ppid=32141 vsize=13625416 CPUtime=0.17 cores=1,3,5,7
/proc/32143/task/32151/stat : 32151 (java) S 32141 32143 27375 0 -1 4202560 35 0 0 0 17 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32152] ppid=32141 vsize=13625416 CPUtime=0.16 cores=1,3,5,7
/proc/32143/task/32152/stat : 32152 (java) S 32141 32143 27375 0 -1 4202560 174 0 0 0 16 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32153] ppid=32141 vsize=13625416 CPUtime=0.14 cores=1,3,5,7
/proc/32143/task/32153/stat : 32153 (java) S 32141 32143 27375 0 -1 4202560 96 0 0 0 14 0 0 0 15 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 3 0 0 0
[pid=32143/tid=32154] ppid=32141 vsize=13625416 CPUtime=0.15 cores=1,3,5,7
/proc/32143/task/32154/stat : 32154 (java) S 32141 32143 27375 0 -1 4202560 192 0 0 0 15 0 0 0 16 0 19 0 827433208 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32155] ppid=32141 vsize=13625416 CPUtime=6.85 cores=1,3,5,7
/proc/32143/task/32155/stat : 32155 (java) S 32141 32143 27375 0 -1 4202560 5877 0 0 0 683 2 0 0 15 0 19 0 827433209 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 0 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32156] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32156/stat : 32156 (java) S 32141 32143 27375 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32157] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32157/stat : 32157 (java) S 32141 32143 27375 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 827433210 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32158] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32158/stat : 32158 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485791153 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32159] ppid=32141 vsize=13625416 CPUtime=0.7 cores=1,3,5,7
/proc/32143/task/32159/stat : 32159 (java) S 32141 32143 27375 0 -1 4202560 8366 0 0 0 70 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32160] ppid=32141 vsize=13625416 CPUtime=0.26 cores=1,3,5,7
/proc/32143/task/32160/stat : 32160 (java) S 32141 32143 27375 0 -1 4202560 1846 0 0 0 26 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
[pid=32143/tid=32161] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32161/stat : 32161 (java) S 32141 32143 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485783449 0 4 0 16800975 18446604469554275584 0 0 -1 1 0 0 0
[pid=32143/tid=32162] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32162/stat : 32162 (java) S 32141 32143 27375 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 827433212 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 5 0 0 0
[pid=32143/tid=32163] ppid=32141 vsize=13625416 CPUtime=0 cores=1,3,5,7
/proc/32143/task/32163/stat : 32163 (java) S 32141 32143 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827433226 13952425984 27892 33554432000 1073741824 1073778376 140736139655248 18446744073709551615 274485784064 0 4 0 16800975 18446604469554275584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 285.44
Current children cumulated vsize (KiB) 13625416

Child status: 30
Real time (s): 283.926
CPU time (s): 285.473
CPU user time (s): 285.35
CPU system time (s): 0.122981
CPU usage (%): 100.545
Max. virtual memory (cumulated for all children) (KiB): 13625632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.35
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34088
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= 13346
involuntary context switches= 10190

runsolver used 1.3078 second user time and 3.12453 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 05:32:15
IDJOB=3458193
IDBENCH=48013
IDSOLVER=1952
FILE ID=node125/3458193-1307158335
RUNJOBID= node125-1307156382-31294
PBS_JOBID= 13508791
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=103-P1=277-P2=401-P3=67-P4=337-P5=17-P6=499-P7=23-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458193-1307158335/watcher-3458193-1307158335 -o /tmp/evaluation-result-3458193-1307158335/solver-3458193-1307158335 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458193-1307158335.opb

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

MD5SUM BENCH= 9de8f37e65dc0eaf693e157cab5aa725
RANDOM SEED=1397125519

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20290632 kB
Buffers:        352224 kB
Cached:        3495948 kB
SwapCached:       3616 kB
Active:        8953684 kB
Inactive:      3363028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20290632 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:     8465852 kB
Mapped:          42344 kB
Slab:           214340 kB
PageTables:      62100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143465012 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= 73792 MiB
End job on node125 at 2011-06-04 05:36:59