Trace number 2691382

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26Wrong Opt. 239.039 236.287

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUM1266a85a20696deb0d7aee67f4c2d0a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark25.9621
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1802
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.0.v20100526
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691382-1277902162.wbo
0.11/0.10	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.231s.
0.48/0.33	c #vars     2033
0.48/0.33	c #constraints  2707
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1795
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.36/0.60	c SATISFIABLE
1.36/0.60	c OPTIMIZING...
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.5
1.36/0.60	o 213
1.65/0.73	c Got one! Elapsed wall clock time (in seconds):0.628
1.65/0.73	o 135
1.95/0.83	c Got one! Elapsed wall clock time (in seconds):0.729
1.95/0.83	o 133
1.95/0.89	c Got one! Elapsed wall clock time (in seconds):0.79
1.95/0.89	o 125
2.25/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
2.25/0.95	o 123
2.25/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
2.25/0.99	o 107
2.57/1.17	c Got one! Elapsed wall clock time (in seconds):1.064
2.57/1.17	o 94
2.69/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
2.69/1.27	o 62
2.79/1.38	c Got one! Elapsed wall clock time (in seconds):1.278
2.79/1.38	o 40
2.89/1.47	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.11/1.62	c Got one! Elapsed wall clock time (in seconds):1.521
3.11/1.62	o 34
3.54/2.08	c cleaning 4250 clauses out of 8507 with flag 11005/11005
4.35/2.83	c cleaning 5624 clauses out of 11255 with flag 18003/18003
4.64/3.15	c Got one! Elapsed wall clock time (in seconds):3.044
4.64/3.15	o 28
5.24/3.78	c cleaning 6809 clauses out of 13628 with flag 26000/26000
6.29/4.74	c cleaning 7904 clauses out of 15821 with flag 35002/35002
7.49/5.94	c cleaning 8954 clauses out of 17915 with flag 45000/45000
8.72/7.16	c cleaning 9475 clauses out of 18962 with flag 55001/55001
9.95/8.39	c cleaning 9738 clauses out of 19486 with flag 65000/65000
10.95/9.38	c cleaning 9867 clauses out of 19748 with flag 75000/75000
12.05/10.42	c cleaning 9938 clauses out of 19881 with flag 85000/85000
13.16/11.52	c cleaning 9966 clauses out of 19944 with flag 95001/95001
14.16/12.56	c cleaning 9981 clauses out of 19977 with flag 105000/105000
15.16/13.58	c cleaning 9991 clauses out of 19996 with flag 115000/115000
16.26/14.65	c cleaning 9997 clauses out of 20007 with flag 125002/125002
17.27/15.66	c cleaning 9997 clauses out of 20009 with flag 135001/135001
18.37/16.73	c cleaning 10001 clauses out of 20014 with flag 145003/145003
19.28/17.66	c cleaning 9998 clauses out of 20010 with flag 155000/155000
20.39/18.72	c cleaning 9996 clauses out of 20012 with flag 165000/165000
21.39/19.71	c cleaning 10005 clauses out of 20017 with flag 175001/175001
21.49/19.89	c Got one! Elapsed wall clock time (in seconds):19.787
21.49/19.89	o 12
22.29/20.65	c cleaning 10001 clauses out of 20012 with flag 185001/185001
23.19/21.55	c cleaning 10001 clauses out of 20011 with flag 195001/195001
23.99/22.38	c cleaning 9997 clauses out of 20010 with flag 205001/205001
24.80/23.12	c cleaning 10004 clauses out of 20012 with flag 215000/215000
25.60/23.97	c cleaning 9997 clauses out of 20009 with flag 225001/225001
26.41/24.79	c cleaning 9999 clauses out of 20011 with flag 235000/235000
27.31/25.66	c cleaning 10001 clauses out of 20012 with flag 245000/245000
27.51/25.88	c Got one! Elapsed wall clock time (in seconds):25.777
27.51/25.88	o 10
28.32/26.66	c cleaning 9995 clauses out of 20011 with flag 255000/255000
29.22/27.59	c cleaning 10007 clauses out of 20019 with flag 265003/265003
30.23/28.52	c cleaning 10000 clauses out of 20010 with flag 275001/275001
31.03/29.36	c cleaning 10002 clauses out of 20011 with flag 285002/285002
31.83/30.16	c cleaning 9990 clauses out of 20007 with flag 295000/295000
32.73/31.05	c cleaning 10003 clauses out of 20017 with flag 305000/305000
33.43/31.79	c cleaning 10001 clauses out of 20014 with flag 315000/315000
34.34/32.63	c cleaning 10001 clauses out of 20014 with flag 325001/325001
35.14/33.44	c cleaning 9998 clauses out of 20012 with flag 335000/335000
35.95/34.26	c cleaning 10003 clauses out of 20017 with flag 345003/345003
36.75/35.05	c cleaning 10002 clauses out of 20013 with flag 355002/355002
37.55/35.86	c cleaning 9997 clauses out of 20009 with flag 365000/365000
38.45/36.73	c cleaning 10001 clauses out of 20015 with flag 375003/375003
39.26/37.59	c cleaning 9995 clauses out of 20012 with flag 385001/385001
40.17/38.42	c cleaning 10002 clauses out of 20017 with flag 395001/395001
40.96/39.25	c cleaning 10000 clauses out of 20014 with flag 405000/405000
41.97/40.23	c cleaning 10000 clauses out of 20015 with flag 415001/415001
42.77/41.07	c cleaning 10004 clauses out of 20014 with flag 425000/425000
43.68/41.99	c cleaning 10004 clauses out of 20013 with flag 435003/435003
44.58/42.81	c cleaning 10000 clauses out of 20007 with flag 445001/445001
45.39/43.62	c cleaning 9997 clauses out of 20007 with flag 455001/455001
46.19/44.44	c cleaning 9999 clauses out of 20011 with flag 465002/465002
47.09/45.32	c cleaning 10002 clauses out of 20010 with flag 475000/475000
47.90/46.16	c cleaning 10001 clauses out of 20008 with flag 485000/485000
48.70/46.99	c cleaning 9997 clauses out of 20007 with flag 495000/495000
49.50/47.77	c cleaning 10004 clauses out of 20012 with flag 505002/505002
50.30/48.57	c cleaning 10000 clauses out of 20008 with flag 515002/515002
51.21/49.45	c cleaning 9997 clauses out of 20007 with flag 525001/525001
52.11/50.36	c cleaning 9995 clauses out of 20009 with flag 535000/535000
53.01/51.23	c cleaning 10004 clauses out of 20015 with flag 545001/545001
53.81/52.02	c cleaning 10001 clauses out of 20011 with flag 555001/555001
54.52/52.72	c cleaning 9997 clauses out of 20009 with flag 565000/565000
55.32/53.52	c cleaning 9995 clauses out of 20012 with flag 575000/575000
56.03/54.27	c cleaning 10004 clauses out of 20018 with flag 585001/585001
56.85/55.08	c cleaning 10003 clauses out of 20016 with flag 595003/595003
57.65/55.88	c cleaning 10000 clauses out of 20010 with flag 605000/605000
58.55/56.70	c cleaning 10000 clauses out of 20012 with flag 615002/615002
59.35/57.59	c cleaning 9999 clauses out of 20011 with flag 625001/625001
60.25/58.44	c cleaning 10000 clauses out of 20012 with flag 635001/635001
61.15/59.32	c cleaning 10002 clauses out of 20011 with flag 645000/645000
61.85/60.06	c cleaning 9997 clauses out of 20010 with flag 655001/655001
62.65/60.82	c cleaning 10000 clauses out of 20012 with flag 665000/665000
63.36/61.59	c cleaning 9998 clauses out of 20013 with flag 675001/675001
64.17/62.39	c cleaning 10003 clauses out of 20015 with flag 685001/685001
64.98/63.13	c cleaning 10001 clauses out of 20013 with flag 695002/695002
65.69/63.89	c cleaning 9999 clauses out of 20012 with flag 705002/705002
66.49/64.70	c cleaning 9998 clauses out of 20012 with flag 715001/715001
67.29/65.44	c cleaning 10002 clauses out of 20013 with flag 725000/725000
68.00/66.19	c cleaning 10003 clauses out of 20013 with flag 735002/735002
68.80/66.99	c cleaning 9997 clauses out of 20008 with flag 745000/745000
69.60/67.78	c cleaning 10002 clauses out of 20012 with flag 755001/755001
70.41/68.59	c cleaning 10002 clauses out of 20013 with flag 765004/765004
71.21/69.33	c cleaning 9998 clauses out of 20009 with flag 775002/775002
71.91/70.08	c cleaning 9999 clauses out of 20009 with flag 785000/785000
72.71/70.86	c cleaning 10000 clauses out of 20010 with flag 795000/795000
73.42/71.57	c cleaning 10001 clauses out of 20010 with flag 805000/805000
74.12/72.28	c cleaning 10000 clauses out of 20009 with flag 815000/815000
74.92/73.01	c cleaning 10000 clauses out of 20010 with flag 825001/825001
75.64/73.76	c cleaning 9997 clauses out of 20012 with flag 835003/835003
76.33/74.48	c cleaning 9999 clauses out of 20012 with flag 845000/845000
77.03/75.19	c cleaning 10002 clauses out of 20014 with flag 855001/855001
77.84/75.94	c cleaning 10003 clauses out of 20013 with flag 865002/865002
78.54/76.65	c cleaning 10002 clauses out of 20013 with flag 875005/875005
79.24/77.34	c cleaning 9998 clauses out of 20008 with flag 885002/885002
79.95/78.10	c cleaning 9993 clauses out of 20009 with flag 895001/895001
80.74/78.86	c cleaning 9995 clauses out of 20015 with flag 905000/905000
81.55/79.66	c cleaning 10004 clauses out of 20020 with flag 915000/915000
82.26/80.39	c cleaning 10003 clauses out of 20017 with flag 925001/925001
83.06/81.12	c cleaning 10000 clauses out of 20014 with flag 935001/935001
83.76/81.82	c cleaning 9998 clauses out of 20013 with flag 945000/945000
84.47/82.56	c cleaning 10001 clauses out of 20016 with flag 955001/955001
85.27/83.33	c cleaning 9999 clauses out of 20014 with flag 965000/965000
85.97/84.07	c cleaning 10004 clauses out of 20015 with flag 975000/975000
86.68/84.79	c cleaning 9997 clauses out of 20011 with flag 985000/985000
87.47/85.55	c cleaning 10001 clauses out of 20018 with flag 995004/995004
88.17/86.28	c cleaning 9997 clauses out of 20015 with flag 1005002/1005002
88.88/86.97	c cleaning 10001 clauses out of 20018 with flag 1015002/1015002
89.68/87.70	c cleaning 10004 clauses out of 20016 with flag 1025001/1025001
90.38/88.45	c cleaning 10001 clauses out of 20012 with flag 1035001/1035001
91.19/89.22	c cleaning 9998 clauses out of 20010 with flag 1045000/1045000
91.89/89.91	c cleaning 10007 clauses out of 20017 with flag 1055005/1055005
92.59/90.68	c cleaning 9998 clauses out of 20005 with flag 1065000/1065000
93.30/91.38	c cleaning 10002 clauses out of 20007 with flag 1075000/1075000
94.09/92.14	c cleaning 10000 clauses out of 20005 with flag 1085000/1085000
94.79/92.87	c cleaning 9989 clauses out of 20005 with flag 1095000/1095000
95.59/93.65	c cleaning 10003 clauses out of 20016 with flag 1105000/1105000
96.29/94.33	c cleaning 10004 clauses out of 20015 with flag 1115002/1115002
97.00/95.00	c cleaning 10004 clauses out of 20013 with flag 1125004/1125004
97.70/95.72	c cleaning 9996 clauses out of 20006 with flag 1135001/1135001
98.40/96.44	c cleaning 10001 clauses out of 20013 with flag 1145004/1145004
99.10/97.12	c cleaning 9999 clauses out of 20008 with flag 1155000/1155000
99.81/97.83	c cleaning 9997 clauses out of 20009 with flag 1165000/1165000
100.51/98.54	c cleaning 9997 clauses out of 20012 with flag 1175000/1175000
101.21/99.27	c cleaning 10004 clauses out of 20016 with flag 1185001/1185001
101.92/99.94	c cleaning 10000 clauses out of 20011 with flag 1195000/1195000
102.71/100.79	c cleaning 9998 clauses out of 20014 with flag 1205003/1205003
103.52/101.54	c cleaning 9997 clauses out of 20013 with flag 1215000/1215000
104.22/102.29	c cleaning 10003 clauses out of 20016 with flag 1225000/1225000
105.02/103.09	c cleaning 10001 clauses out of 20015 with flag 1235002/1235002
105.83/103.86	c cleaning 10002 clauses out of 20012 with flag 1245000/1245000
106.63/104.68	c cleaning 9992 clauses out of 20012 with flag 1255002/1255002
107.43/105.49	c cleaning 10005 clauses out of 20019 with flag 1265001/1265001
108.24/106.27	c cleaning 10001 clauses out of 20013 with flag 1275000/1275000
109.04/107.02	c cleaning 9998 clauses out of 20013 with flag 1285001/1285001
109.75/107.79	c cleaning 9998 clauses out of 20015 with flag 1295001/1295001
110.55/108.56	c cleaning 9995 clauses out of 20016 with flag 1305000/1305000
111.34/109.34	c cleaning 10004 clauses out of 20021 with flag 1315000/1315000
112.14/110.14	c cleaning 10001 clauses out of 20017 with flag 1325000/1325000
112.95/110.92	c cleaning 10003 clauses out of 20017 with flag 1335001/1335001
113.65/111.63	c cleaning 9998 clauses out of 20014 with flag 1345001/1345001
114.45/112.48	c cleaning 10003 clauses out of 20015 with flag 1355000/1355000
115.26/113.25	c cleaning 9999 clauses out of 20014 with flag 1365002/1365002
115.96/113.99	c cleaning 10001 clauses out of 20013 with flag 1375000/1375000
116.77/114.75	c cleaning 9999 clauses out of 20014 with flag 1385002/1385002
117.47/115.47	c cleaning 10002 clauses out of 20014 with flag 1395001/1395001
118.27/116.20	c cleaning 9991 clauses out of 20011 with flag 1405000/1405000
118.98/116.90	c cleaning 10005 clauses out of 20020 with flag 1415000/1415000
119.68/117.63	c cleaning 9995 clauses out of 20015 with flag 1425000/1425000
120.38/118.39	c cleaning 9995 clauses out of 20020 with flag 1435000/1435000
121.18/119.11	c cleaning 10007 clauses out of 20025 with flag 1445000/1445000
121.90/119.87	c cleaning 10004 clauses out of 20020 with flag 1455002/1455002
122.69/120.63	c cleaning 9999 clauses out of 20014 with flag 1465000/1465000
123.39/121.34	c cleaning 9999 clauses out of 20015 with flag 1475000/1475000
124.10/122.05	c cleaning 10002 clauses out of 20019 with flag 1485003/1485003
124.80/122.71	c cleaning 10001 clauses out of 20014 with flag 1495000/1495000
125.50/123.43	c cleaning 9997 clauses out of 20013 with flag 1505000/1505000
126.19/124.15	c cleaning 10000 clauses out of 20017 with flag 1515001/1515001
126.90/124.88	c cleaning 9998 clauses out of 20017 with flag 1525001/1525001
127.70/125.63	c cleaning 9999 clauses out of 20019 with flag 1535001/1535001
128.40/126.38	c cleaning 10003 clauses out of 20020 with flag 1545001/1545001
129.21/127.16	c cleaning 10000 clauses out of 20016 with flag 1555000/1555000
130.11/128.04	c cleaning 10000 clauses out of 20017 with flag 1565001/1565001
130.91/128.83	c cleaning 10004 clauses out of 20016 with flag 1575000/1575000
131.61/129.53	c cleaning 10003 clauses out of 20014 with flag 1585002/1585002
132.31/130.26	c cleaning 10002 clauses out of 20012 with flag 1595003/1595003
133.22/131.16	c cleaning 9997 clauses out of 20007 with flag 1605000/1605000
134.13/132.06	c cleaning 9996 clauses out of 20010 with flag 1615000/1615000
134.93/132.81	c cleaning 10003 clauses out of 20014 with flag 1625000/1625000
135.64/133.58	c cleaning 9996 clauses out of 20011 with flag 1635000/1635000
136.44/134.36	c cleaning 9996 clauses out of 20015 with flag 1645000/1645000
137.24/135.12	c cleaning 10002 clauses out of 20019 with flag 1655000/1655000
138.04/135.96	c cleaning 9992 clauses out of 20018 with flag 1665001/1665001
138.94/136.83	c cleaning 9995 clauses out of 20025 with flag 1675000/1675000
139.75/137.69	c cleaning 10011 clauses out of 20033 with flag 1685003/1685003
140.66/138.53	c cleaning 10001 clauses out of 20021 with flag 1695002/1695002
141.56/139.42	c cleaning 10002 clauses out of 20018 with flag 1705000/1705000
142.26/140.19	c cleaning 9999 clauses out of 20016 with flag 1715000/1715000
143.06/140.97	c cleaning 10003 clauses out of 20017 with flag 1725000/1725000
143.87/141.77	c cleaning 10006 clauses out of 20016 with flag 1735002/1735002
144.67/142.53	c cleaning 10000 clauses out of 20008 with flag 1745000/1745000
145.37/143.24	c cleaning 10000 clauses out of 20008 with flag 1755000/1755000
146.17/144.04	c cleaning 9995 clauses out of 20009 with flag 1765001/1765001
146.98/144.88	c cleaning 10003 clauses out of 20014 with flag 1775001/1775001
147.78/145.66	c cleaning 10002 clauses out of 20011 with flag 1785001/1785001
148.58/146.49	c cleaning 9998 clauses out of 20009 with flag 1795001/1795001
149.49/147.30	c cleaning 9995 clauses out of 20010 with flag 1805000/1805000
150.48/148.31	c cleaning 10006 clauses out of 20017 with flag 1815002/1815002
151.28/149.17	c cleaning 9998 clauses out of 20010 with flag 1825001/1825001
152.18/150.02	c cleaning 10001 clauses out of 20012 with flag 1835001/1835001
153.08/150.90	c cleaning 9993 clauses out of 20010 with flag 1845000/1845000
153.89/151.72	c cleaning 10004 clauses out of 20018 with flag 1855001/1855001
154.69/152.50	c cleaning 10001 clauses out of 20014 with flag 1865001/1865001
155.49/153.33	c cleaning 10000 clauses out of 20014 with flag 1875002/1875002
156.40/154.23	c cleaning 10002 clauses out of 20012 with flag 1885000/1885000
157.20/155.07	c cleaning 9995 clauses out of 20010 with flag 1895000/1895000
158.01/155.87	c cleaning 10004 clauses out of 20016 with flag 1905001/1905001
158.81/156.65	c cleaning 10000 clauses out of 20015 with flag 1915004/1915004
159.71/157.56	c cleaning 10001 clauses out of 20014 with flag 1925003/1925003
160.71/158.55	c cleaning 10002 clauses out of 20014 with flag 1935004/1935004
161.63/159.44	c cleaning 10000 clauses out of 20010 with flag 1945002/1945002
162.43/160.28	c cleaning 9995 clauses out of 20008 with flag 1955000/1955000
163.33/161.17	c cleaning 10001 clauses out of 20014 with flag 1965001/1965001
164.24/162.09	c cleaning 10003 clauses out of 20014 with flag 1975002/1975002
165.34/162.93	c cleaning 9998 clauses out of 20009 with flag 1985000/1985000
166.15/163.73	c cleaning 10000 clauses out of 20013 with flag 1995002/1995002
167.05/164.65	c cleaning 10003 clauses out of 20014 with flag 2005003/2005003
167.95/165.58	c cleaning 9999 clauses out of 20008 with flag 2015000/2015000
168.86/166.43	c cleaning 10000 clauses out of 20011 with flag 2025002/2025002
169.67/167.24	c cleaning 10001 clauses out of 20009 with flag 2035000/2035000
170.47/168.05	c cleaning 9997 clauses out of 20008 with flag 2045000/2045000
171.37/168.98	c cleaning 10000 clauses out of 20011 with flag 2055000/2055000
172.27/169.87	c cleaning 9999 clauses out of 20011 with flag 2065000/2065000
173.18/170.71	c cleaning 9999 clauses out of 20014 with flag 2075002/2075002
173.88/171.43	c cleaning 10001 clauses out of 20015 with flag 2085002/2085002
174.68/172.20	c cleaning 10001 clauses out of 20012 with flag 2095000/2095000
175.39/172.93	c cleaning 9993 clauses out of 20011 with flag 2105000/2105000
176.09/173.67	c cleaning 10002 clauses out of 20019 with flag 2115001/2115001
176.89/174.43	c cleaning 10003 clauses out of 20016 with flag 2125000/2125000
177.59/175.14	c cleaning 9999 clauses out of 20014 with flag 2135001/2135001
178.40/175.95	c cleaning 10003 clauses out of 20014 with flag 2145000/2145000
179.20/176.75	c cleaning 9998 clauses out of 20011 with flag 2155000/2155000
180.00/177.52	c cleaning 10003 clauses out of 20013 with flag 2165000/2165000
180.71/178.28	c cleaning 9998 clauses out of 20011 with flag 2175001/2175001
181.51/179.03	c cleaning 10002 clauses out of 20012 with flag 2185000/2185000
182.21/179.73	c cleaning 10002 clauses out of 20011 with flag 2195001/2195001
182.92/180.46	c cleaning 9996 clauses out of 20008 with flag 2205000/2205000
183.72/181.25	c cleaning 10000 clauses out of 20012 with flag 2215000/2215000
184.42/181.96	c cleaning 10004 clauses out of 20015 with flag 2225003/2225003
185.22/182.73	c cleaning 9998 clauses out of 20008 with flag 2235000/2235000
186.01/183.51	c cleaning 10001 clauses out of 20014 with flag 2245004/2245004
186.91/184.42	c cleaning 9997 clauses out of 20009 with flag 2255000/2255000
187.71/185.23	c cleaning 10000 clauses out of 20013 with flag 2265001/2265001
188.51/186.02	c cleaning 10002 clauses out of 20014 with flag 2275002/2275002
189.22/186.77	c cleaning 10001 clauses out of 20012 with flag 2285002/2285002
190.02/187.58	c cleaning 9998 clauses out of 20010 with flag 2295001/2295001
190.82/188.38	c cleaning 9997 clauses out of 20011 with flag 2305000/2305000
191.63/189.11	c cleaning 10002 clauses out of 20015 with flag 2315001/2315001
192.32/189.82	c cleaning 9999 clauses out of 20012 with flag 2325000/2325000
193.03/190.55	c cleaning 9995 clauses out of 20013 with flag 2335000/2335000
193.74/191.26	c cleaning 10006 clauses out of 20019 with flag 2345001/2345001
194.44/191.98	c cleaning 10000 clauses out of 20013 with flag 2355001/2355001
195.14/192.68	c cleaning 10001 clauses out of 20013 with flag 2365001/2365001
195.94/193.41	c cleaning 10002 clauses out of 20014 with flag 2375003/2375003
196.65/194.16	c cleaning 9997 clauses out of 20009 with flag 2385000/2385000
197.34/194.85	c cleaning 9998 clauses out of 20014 with flag 2395002/2395002
198.04/195.57	c cleaning 9998 clauses out of 20014 with flag 2405000/2405000
198.74/196.29	c cleaning 10002 clauses out of 20019 with flag 2415003/2415003
199.55/197.02	c cleaning 9997 clauses out of 20016 with flag 2425002/2425002
200.25/197.78	c cleaning 10005 clauses out of 20020 with flag 2435003/2435003
201.05/198.53	c cleaning 10002 clauses out of 20013 with flag 2445001/2445001
201.76/199.27	c cleaning 10004 clauses out of 20013 with flag 2455003/2455003
202.56/200.04	c cleaning 9997 clauses out of 20006 with flag 2465000/2465000
203.27/200.77	c cleaning 9999 clauses out of 20010 with flag 2475001/2475001
204.07/201.50	c cleaning 10001 clauses out of 20011 with flag 2485001/2485001
204.88/202.31	c cleaning 10003 clauses out of 20011 with flag 2495002/2495002
205.78/203.25	c cleaning 10001 clauses out of 20007 with flag 2505001/2505001
206.68/204.11	c cleaning 9999 clauses out of 20007 with flag 2515002/2515002
207.49/204.97	c cleaning 9996 clauses out of 20006 with flag 2525000/2525000
208.39/205.87	c cleaning 10001 clauses out of 20010 with flag 2535000/2535000
209.19/206.68	c cleaning 10002 clauses out of 20011 with flag 2545002/2545002
209.99/207.43	c cleaning 10000 clauses out of 20008 with flag 2555001/2555001
210.70/208.15	c cleaning 9992 clauses out of 20007 with flag 2565000/2565000
211.40/208.86	c cleaning 10004 clauses out of 20016 with flag 2575001/2575001
212.11/209.56	c cleaning 9994 clauses out of 20011 with flag 2585000/2585000
212.91/210.35	c cleaning 9999 clauses out of 20017 with flag 2595000/2595000
213.73/211.16	c cleaning 10003 clauses out of 20020 with flag 2605002/2605002
214.53/211.98	c cleaning 10004 clauses out of 20017 with flag 2615002/2615002
215.33/212.73	c cleaning 10001 clauses out of 20012 with flag 2625001/2625001
216.03/213.46	c cleaning 10003 clauses out of 20013 with flag 2635003/2635003
216.83/214.21	c cleaning 9993 clauses out of 20008 with flag 2645001/2645001
217.53/214.94	c cleaning 10003 clauses out of 20015 with flag 2655001/2655001
218.34/215.74	c cleaning 10003 clauses out of 20013 with flag 2665002/2665002
219.25/216.65	c cleaning 9999 clauses out of 20010 with flag 2675002/2675002
220.05/217.42	c cleaning 9997 clauses out of 20009 with flag 2685000/2685000
220.75/218.13	c cleaning 9999 clauses out of 20014 with flag 2695002/2695002
221.35/218.78	c cleaning 9999 clauses out of 20014 with flag 2705001/2705001
222.16/219.51	c cleaning 10002 clauses out of 20015 with flag 2715001/2715001
222.86/220.21	c cleaning 10004 clauses out of 20013 with flag 2725001/2725001
223.57/220.93	c cleaning 9995 clauses out of 20009 with flag 2735001/2735001
224.27/221.70	c cleaning 10001 clauses out of 20014 with flag 2745001/2745001
225.07/222.49	c cleaning 9995 clauses out of 20012 with flag 2755000/2755000
225.98/223.36	c cleaning 10005 clauses out of 20020 with flag 2765003/2765003
226.88/224.22	c cleaning 9994 clauses out of 20014 with flag 2775002/2775002
227.68/225.03	c cleaning 10005 clauses out of 20019 with flag 2785001/2785001
228.48/225.88	c cleaning 10001 clauses out of 20014 with flag 2795001/2795001
229.39/226.73	c cleaning 10002 clauses out of 20014 with flag 2805002/2805002
230.19/227.56	c cleaning 9990 clauses out of 20011 with flag 2815001/2815001
231.10/228.49	c cleaning 10005 clauses out of 20021 with flag 2825001/2825001
231.99/229.39	c cleaning 9989 clauses out of 20016 with flag 2835001/2835001
232.89/230.21	c cleaning 10010 clauses out of 20028 with flag 2845002/2845002
233.70/231.07	c cleaning 10003 clauses out of 20017 with flag 2855001/2855001
234.60/231.93	c cleaning 9998 clauses out of 20014 with flag 2865001/2865001
235.30/232.69	c cleaning 10002 clauses out of 20020 with flag 2875005/2875005
236.31/233.61	c cleaning 10001 clauses out of 20015 with flag 2885002/2885002
237.14/234.43	c cleaning 10000 clauses out of 20013 with flag 2895002/2895002
238.04/235.39	c cleaning 9997 clauses out of 20012 with flag 2905001/2905001
238.95/236.26	c starts		: 244
238.95/236.26	c conflicts		: 2914766
238.95/236.26	c decisions		: 4375429
238.95/236.26	c propagations		: 164001379
238.95/236.26	c inspects		: 1570326816
238.95/236.26	c learnt literals	: 6
238.95/236.26	c learnt binary clauses	: 24
238.95/236.26	c learnt ternary clauses	: 727
238.95/236.26	c learnt clauses	: 2914759
238.95/236.26	c ignored clauses	: 0
238.95/236.26	c root simplifications	: 0
238.95/236.26	c removed literals (reason simplification)	: 14538861
238.95/236.26	c reason swapping (by a shorter reason)	: 0
238.95/236.26	c Calls to reduceDB	: 292
238.95/236.26	c number of reductions to clauses (during analyze)	: 0
238.95/236.26	c number of learned constraints concerned by reduction	: 0
238.95/236.26	c number of learning phase by resolution	: 0
238.95/236.26	c number of learning phase by cutting planes	: 0
238.95/236.27	c speed (assignments/second)	: 779529.8096347173
238.95/236.27	c non guided choices	2399
238.95/236.27	c learnt constraints type 
238.95/236.27	c constraints type 
238.95/236.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
238.95/236.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 1795
238.95/236.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
238.95/236.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
238.95/236.27	s OPTIMUM FOUND
238.95/236.27	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 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 
238.95/236.27	c objective function=10
238.95/236.27	c Total wall clock time (in seconds): 236.165

Verifier Data

OK	10

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691382-1277902162/watcher-2691382-1277902162 -o /tmp/evaluation-result-2691382-1277902162/solver-2691382-1277902162 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691382-1277902162.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 23940
/proc/meminfo: memFree=31333592/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=13164 CPUtime=0
/proc/23940/stat : 23940 (java) R 23938 23940 23479 0 -1 4194304 578 0 0 0 0 0 0 0 17 0 1 0 165819292 13479936 246 4089446400 134512640 134550932 4290563072 18446744073709551615 3122811 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23940/statm: 3291 253 141 10 0 1121 0

[startup+0.072117 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 23940
/proc/meminfo: memFree=31333592/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1528560 CPUtime=0.06
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 4286 0 1 0 5 1 0 0 17 0 18 0 165819292 1565245440 3726 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 382140 3727 1091 10 0 379442 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528560

[startup+0.101116 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 23940
/proc/meminfo: memFree=31333592/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1529984 CPUtime=0.11
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 5195 0 1 0 10 1 0 0 17 0 18 0 165819292 1566703616 4633 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 382496 4633 1346 10 0 379798 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529984

[startup+0.301077 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 23940
/proc/meminfo: memFree=31333592/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1532028 CPUtime=0.48
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 9885 0 1 0 46 2 0 0 17 0 18 0 165819292 1568796672 9221 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 383007 9225 1393 10 0 380309 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1532028

[startup+0.701002 s]
/proc/loadavg: 1.99 1.98 1.99 3/196 23940
/proc/meminfo: memFree=31333592/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1551544 CPUtime=1.65
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 19794 0 1 0 162 3 0 0 17 0 19 0 165819292 1588781056 16506 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387886 16506 1423 10 0 385188 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1551544

[startup+1.50089 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 23959
/proc/meminfo: memFree=31262512/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1549012 CPUtime=3.01
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 25983 0 1 0 297 4 0 0 17 0 19 0 165819292 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387253 22302 1445 10 0 384555 0
[pid=23940/tid=23942] ppid=23938 vsize=1549012 CPUtime=1.46
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15305 0 1 0 143 3 0 0 18 0 19 0 165819292 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4109469100 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 209 0 0 0 0 0 0 0 18 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 143 0 0 0 0 0 0 0 17 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 157 0 0 0 0 0 0 0 17 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 165819293 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1549012 CPUtime=0.01
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 498 0 0 0 1 0 0 0 15 0 19 0 165819294 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1549012 CPUtime=0.76
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5468 0 0 0 76 0 0 0 15 0 19 0 165819297 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1549012 CPUtime=0.75
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3131 0 0 0 75 0 0 0 15 0 19 0 165819297 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 165819297 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1586188288 22302 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1549012

[startup+3.10161 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 23959
/proc/meminfo: memFree=31247136/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1549012 CPUtime=4.64
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 26653 0 1 0 459 5 0 0 17 0 19 0 165819292 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387253 22969 1445 10 0 384555 0
[pid=23940/tid=23942] ppid=23938 vsize=1549012 CPUtime=3.03
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15308 0 1 0 300 3 0 0 20 0 19 0 165819292 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4109171874 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 369 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 165819293 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1549012 CPUtime=0.03
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 797 0 0 0 3 0 0 0 16 0 19 0 165819294 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1549012 CPUtime=0.77
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5469 0 0 0 77 0 0 0 16 0 19 0 165819297 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1549012 CPUtime=0.76
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3135 0 0 0 76 0 0 0 15 0 19 0 165819297 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 165819297 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1549012 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1586188288 22969 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1549012

[startup+6.30101 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 23959
/proc/meminfo: memFree=31244656/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1548436 CPUtime=7.92
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 26994 0 1 0 787 5 0 0 17 0 19 0 165819292 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387109 23192 1445 10 0 384411 0
[pid=23940/tid=23942] ppid=23938 vsize=1548436 CPUtime=6.18
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15311 0 1 0 615 3 0 0 21 0 19 0 165819292 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4109124506 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 425 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 7 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1548436 CPUtime=0.06
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 945 0 0 0 6 0 0 0 15 0 19 0 165819294 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1548436 CPUtime=0.78
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5469 0 0 0 78 0 0 0 15 0 19 0 165819297 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1548436 CPUtime=0.83
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3149 0 0 0 83 0 0 0 15 0 19 0 165819297 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 165819297 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1585598464 23192 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1548436

[startup+12.7008 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 23959
/proc/meminfo: memFree=31243664/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1548436 CPUtime=14.36
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 27124 0 1 0 1431 5 0 0 17 0 19 0 165819292 1585598464 23316 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387109 23316 1445 10 0 384411 0
[pid=23940/tid=23942] ppid=23938 vsize=1548436 CPUtime=12.49
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15316 0 1 0 1246 3 0 0 25 0 19 0 165819292 1585598464 23316 4089446400 134512640 134550932 4290563072 18446744073709551615 4109192053 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 165819293 1585598464 23316 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0

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

/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 97 0 0 0 14 1 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 436 0 0 0 15 1 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 66 0 0 0 16 3 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1548436 CPUtime=0.13
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 212 0 0 0 12 1 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 53 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1548436 CPUtime=0.18
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 17 0 0 0 16 2 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1548436 CPUtime=0.15
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 172 0 0 0 13 2 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 105 0 0 0 17 2 0 0 15 0 19 0 165819293 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 5 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1548436 CPUtime=4.12
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 1893 0 0 0 404 8 0 0 16 0 19 0 165819294 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1548436 CPUtime=0.79
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5469 0 0 0 79 0 0 0 15 0 19 0 165819297 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1548436 CPUtime=1.13
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3208 0 0 0 113 0 0 0 15 0 19 0 165819297 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 165819297 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1585598464 24287 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 237.84
Current children cumulated vsize (KiB) 1548436

[startup+235.901 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 23965
/proc/meminfo: memFree=31191152/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1548436 CPUtime=238.65
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 28407 0 1 0 23830 35 0 0 17 0 19 0 165819292 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387109 24290 1445 10 0 384411 0
[pid=23940/tid=23942] ppid=23938 vsize=1548436 CPUtime=231.14
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15597 0 1 0 23109 5 0 0 25 0 19 0 165819292 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4109192202 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 99 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 436 0 0 0 15 1 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 66 0 0 0 16 3 0 0 16 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1548436 CPUtime=0.13
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 212 0 0 0 12 1 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 53 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1548436 CPUtime=0.18
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 17 0 0 0 16 2 0 0 16 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1548436 CPUtime=0.15
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 172 0 0 0 13 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 105 0 0 0 17 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 5 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1548436 CPUtime=4.14
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 1894 0 0 0 406 8 0 0 15 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1548436 CPUtime=0.79
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5469 0 0 0 79 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1548436 CPUtime=1.13
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3208 0 0 0 113 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 238.65
Current children cumulated vsize (KiB) 1548436

[startup+236.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 23965
/proc/meminfo: memFree=31191152/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1548436 CPUtime=238.85
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 28407 0 1 0 23850 35 0 0 17 0 19 0 165819292 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387109 24290 1445 10 0 384411 0
[pid=23940/tid=23942] ppid=23938 vsize=1548436 CPUtime=231.34
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15597 0 1 0 23129 5 0 0 25 0 19 0 165819292 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4109156460 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 99 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 436 0 0 0 15 1 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 66 0 0 0 16 3 0 0 16 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1548436 CPUtime=0.13
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 212 0 0 0 12 1 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 53 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1548436 CPUtime=0.18
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 17 0 0 0 16 2 0 0 16 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1548436 CPUtime=0.15
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 172 0 0 0 13 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 105 0 0 0 17 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 5 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1548436 CPUtime=4.14
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 1894 0 0 0 406 8 0 0 15 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1548436 CPUtime=0.79
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5469 0 0 0 79 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1548436 CPUtime=1.13
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3208 0 0 0 113 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 238.85
Current children cumulated vsize (KiB) 1548436

[startup+236.201 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 23965
/proc/meminfo: memFree=31191152/32950928 swapFree=67111528/67111528
[pid=23940] ppid=23938 vsize=1548436 CPUtime=238.95
/proc/23940/stat : 23940 (java) S 23938 23940 23479 0 -1 4202496 28407 0 1 0 23860 35 0 0 17 0 19 0 165819292 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/23940/statm: 387109 24290 1445 10 0 384411 0
[pid=23940/tid=23942] ppid=23938 vsize=1548436 CPUtime=231.44
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 23479 0 -1 4202560 15597 0 1 0 23139 5 0 0 25 0 19 0 165819292 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4109384653 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 23479 0 -1 4202560 99 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 23479 0 -1 4202560 436 0 0 0 15 1 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 23479 0 -1 4202560 66 0 0 0 16 3 0 0 16 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=1548436 CPUtime=0.13
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 23479 0 -1 4202560 212 0 0 0 12 1 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=1548436 CPUtime=0.16
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 23479 0 -1 4202560 53 0 0 0 14 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=1548436 CPUtime=0.18
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 23479 0 -1 4202560 17 0 0 0 16 2 0 0 16 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=1548436 CPUtime=0.15
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 23479 0 -1 4202560 172 0 0 0 13 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=1548436 CPUtime=0.19
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 23479 0 -1 4202560 105 0 0 0 17 2 0 0 15 0 19 0 165819293 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 5 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=1548436 CPUtime=4.14
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 23479 0 -1 4202560 1894 0 0 0 406 8 0 0 15 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 0 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 23479 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 1 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 23479 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 165819294 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 23479 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=1548436 CPUtime=0.79
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 23479 0 -1 4202560 5469 0 0 0 79 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 4 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=1548436 CPUtime=1.13
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 23479 0 -1 4202560 3208 0 0 0 113 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 2 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 23479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 23479 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 165819297 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 6 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=1548436 CPUtime=0
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 23479 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165819330 1585598464 24290 4089446400 134512640 134550932 4290563072 18446744073709551615 4294960144 0 4 0 16800975 18446604470479518656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 238.95
Current children cumulated vsize (KiB) 1548436

Child status: 30
Real time (s): 236.287
CPU time (s): 239.039
CPU user time (s): 238.683
CPU system time (s): 0.355945
CPU usage (%): 101.165
Max. virtual memory (cumulated for all children) (KiB): 1551544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.683
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28421
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= 13507
involuntary context switches= 64294

runsolver used 0.443932 second user time and 0.885865 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 14:49:22
IDJOB=2691382
IDBENCH=78899
IDSOLVER=1202
FILE ID=node115/2691382-1277902162
PBS_JOBID= 11197196
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691382-1277902162/watcher-2691382-1277902162 -o /tmp/evaluation-result-2691382-1277902162/solver-2691382-1277902162 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691382-1277902162.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1266a85a20696deb0d7aee67f4c2d0a0
RANDOM SEED=143967908

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
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.796
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:      31334476 kB
Buffers:        188040 kB
Cached:         928492 kB
SwapCached:          0 kB
Active:         811976 kB
Inactive:       662140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31334476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:      357292 kB
Mapped:          20504 kB
Slab:            77556 kB
PageTables:       5880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1653280 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= 74212 MiB
End job on node115 at 2010-06-30 14:53:18