Trace number 2698720

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.1OPTIMUM 268.492 265.679

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
MD5SUMccbb2f2628d7a379eab2ad56e88b2a24
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark268.492
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.03/0.10	c Pseudo Boolean Optimization
0.03/0.10	c --- Begin Solver configuration ---
0.03/0.10	c Stops conflict analysis at the first Unique Implication Point
0.03/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.03/0.10	c Learn all clauses as in MiniSAT
0.03/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.10	c Expensive reason simplification
0.03/0.10	c Armin Biere (Picosat) restarts strategy
0.03/0.10	c Glucose learned constraints deletion strategy
0.03/0.10	c timeout=2147483s
0.03/0.10	c DB Simplification allowed=false
0.03/0.10	c --- End Solver configuration ---
0.03/0.10	c solving HOME/instance-2698720-1278326212.wbo
0.03/0.10	c reading problem ... 
0.28/0.28	c ... done. Wall clock time 0.188s.
0.28/0.28	c #vars     1158
0.28/0.28	c #constraints  2707
0.28/0.28	c constraints type 
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.28/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.28/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.78/0.42	c SATISFIABLE
0.78/0.42	c OPTIMIZING...
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.78/0.42	o 384
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.377
0.78/0.47	o 341
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.454
1.08/0.55	o 253
1.37/0.60	c Got one! Elapsed wall clock time (in seconds):0.507
1.37/0.60	o 250
1.37/0.68	c Got one! Elapsed wall clock time (in seconds):0.581
1.37/0.68	o 218
1.67/0.73	c Got one! Elapsed wall clock time (in seconds):0.636
1.67/0.73	o 214
1.67/0.79	c Got one! Elapsed wall clock time (in seconds):0.694
1.67/0.79	o 184
1.97/0.87	c Got one! Elapsed wall clock time (in seconds):0.774
1.97/0.87	o 158
2.23/0.92	c Got one! Elapsed wall clock time (in seconds):0.824
2.23/0.92	o 150
2.23/0.98	c Got one! Elapsed wall clock time (in seconds):0.883
2.23/0.98	o 142
2.45/1.11	c Got one! Elapsed wall clock time (in seconds):1.013
2.45/1.11	o 139
2.55/1.21	c cleaning 2500 clauses out of 5003 with flag 5003/5003
2.55/1.25	c Got one! Elapsed wall clock time (in seconds):1.16
2.55/1.25	o 114
2.69/1.39	c Got one! Elapsed wall clock time (in seconds):1.294
2.69/1.39	o 103
3.20/1.82	c Got one! Elapsed wall clock time (in seconds):1.725
3.20/1.82	o 93
3.33/1.96	c cleaning 4251 clauses out of 8503 with flag 11003/11003
3.53/2.19	c Got one! Elapsed wall clock time (in seconds):2.098
3.53/2.19	o 76
4.24/2.86	c cleaning 5622 clauses out of 11252 with flag 18003/18003
4.41/2.92	c Got one! Elapsed wall clock time (in seconds):2.821
4.41/2.92	o 53
5.15/3.68	c cleaning 6812 clauses out of 13628 with flag 26001/26001
5.53/3.85	c Got one! Elapsed wall clock time (in seconds):3.76
5.53/3.85	o 51
6.18/4.56	c Got one! Elapsed wall clock time (in seconds):4.466
6.18/4.56	o 47
6.38/4.74	c cleaning 7905 clauses out of 15815 with flag 35000/35000
6.88/5.29	c Got one! Elapsed wall clock time (in seconds):5.198
6.88/5.29	o 42
7.28/5.70	c cleaning 8952 clauses out of 17910 with flag 45000/45000
7.69/6.06	c Got one! Elapsed wall clock time (in seconds):5.961
7.69/6.06	o 37
8.39/6.75	c cleaning 9476 clauses out of 18960 with flag 55002/55002
9.19/7.54	c Got one! Elapsed wall clock time (in seconds):7.448
9.19/7.54	o 23
9.40/7.75	c cleaning 9740 clauses out of 19483 with flag 65001/65001
10.30/8.64	c cleaning 9866 clauses out of 19745 with flag 75003/75003
11.10/9.44	c cleaning 9930 clauses out of 19876 with flag 85000/85000
11.91/10.26	c cleaning 9966 clauses out of 19946 with flag 95000/95000
12.72/11.03	c cleaning 9983 clauses out of 19980 with flag 105000/105000
13.52/11.84	c cleaning 9992 clauses out of 19999 with flag 115002/115002
14.32/12.67	c cleaning 9999 clauses out of 20007 with flag 125002/125002
15.23/13.51	c cleaning 10002 clauses out of 20008 with flag 135002/135002
15.74/14.03	c Got one! Elapsed wall clock time (in seconds):13.933
15.74/14.03	o 21
16.05/14.35	c cleaning 9998 clauses out of 20005 with flag 145001/145001
16.84/15.18	c cleaning 9999 clauses out of 20007 with flag 155001/155001
17.65/15.94	c cleaning 9997 clauses out of 20008 with flag 165001/165001
18.35/16.64	c cleaning 10003 clauses out of 20011 with flag 175001/175001
19.05/17.31	c cleaning 10000 clauses out of 20007 with flag 185000/185000
19.55/17.80	c Got one! Elapsed wall clock time (in seconds):17.702
19.55/17.80	o 20
19.85/18.12	c cleaning 9999 clauses out of 20008 with flag 195001/195001
20.55/18.83	c cleaning 9998 clauses out of 20009 with flag 205001/205001
21.15/19.45	c cleaning 9998 clauses out of 20010 with flag 215000/215000
21.25/19.56	c Got one! Elapsed wall clock time (in seconds):19.462
21.25/19.56	o 16
22.05/20.36	c cleaning 9999 clauses out of 20012 with flag 225000/225000
22.76/21.05	c cleaning 10002 clauses out of 20014 with flag 235001/235001
23.46/21.70	c cleaning 10002 clauses out of 20011 with flag 245000/245000
24.06/22.39	c cleaning 10001 clauses out of 20010 with flag 255001/255001
24.76/23.01	c cleaning 9999 clauses out of 20010 with flag 265002/265002
25.36/23.63	c cleaning 9997 clauses out of 20010 with flag 275001/275001
26.17/24.40	c cleaning 10000 clauses out of 20012 with flag 285000/285000
26.77/25.01	c cleaning 10002 clauses out of 20012 with flag 295000/295000
27.38/25.69	c cleaning 10002 clauses out of 20010 with flag 305000/305000
27.99/26.30	c cleaning 10001 clauses out of 20010 with flag 315002/315002
28.69/26.97	c cleaning 9993 clauses out of 20007 with flag 325000/325000
29.29/27.56	c cleaning 9995 clauses out of 20014 with flag 335000/335000
29.99/28.21	c cleaning 10000 clauses out of 20020 with flag 345001/345001
30.60/28.87	c cleaning 10007 clauses out of 20021 with flag 355002/355002
31.20/29.48	c cleaning 10000 clauses out of 20012 with flag 365000/365000
31.91/30.10	c cleaning 10000 clauses out of 20013 with flag 375001/375001
32.61/30.83	c cleaning 9995 clauses out of 20013 with flag 385001/385001
33.31/31.51	c cleaning 10001 clauses out of 20017 with flag 395000/395000
34.01/32.21	c cleaning 10004 clauses out of 20017 with flag 405001/405001
34.61/32.90	c cleaning 9998 clauses out of 20012 with flag 415000/415000
35.31/33.55	c cleaning 10000 clauses out of 20014 with flag 425000/425000
35.92/34.14	c Got one! Elapsed wall clock time (in seconds):34.041
35.92/34.14	o 15
36.12/34.35	c cleaning 10002 clauses out of 20015 with flag 435001/435001
36.92/35.18	c cleaning 10002 clauses out of 20014 with flag 445002/445002
37.62/35.89	c cleaning 9996 clauses out of 20010 with flag 455000/455000
38.32/36.51	c cleaning 10003 clauses out of 20014 with flag 465000/465000
38.92/37.15	c cleaning 10003 clauses out of 20011 with flag 475000/475000
39.54/37.77	c cleaning 9998 clauses out of 20009 with flag 485001/485001
40.25/38.41	c cleaning 10000 clauses out of 20011 with flag 495001/495001
40.85/39.05	c cleaning 10002 clauses out of 20014 with flag 505004/505004
41.45/39.67	c cleaning 10000 clauses out of 20008 with flag 515000/515000
42.15/40.31	c cleaning 9999 clauses out of 20008 with flag 525000/525000
42.75/40.95	c cleaning 10002 clauses out of 20010 with flag 535001/535001
43.45/41.62	c cleaning 9998 clauses out of 20007 with flag 545000/545000
44.05/42.25	c cleaning 9997 clauses out of 20009 with flag 555000/555000
44.66/42.86	c cleaning 10002 clauses out of 20013 with flag 565001/565001
45.26/43.45	c cleaning 10000 clauses out of 20010 with flag 575000/575000
45.88/44.04	c cleaning 9998 clauses out of 20010 with flag 585000/585000
46.57/44.70	c cleaning 9999 clauses out of 20012 with flag 595000/595000
47.17/45.31	c cleaning 10003 clauses out of 20013 with flag 605000/605000
47.77/45.98	c cleaning 10001 clauses out of 20010 with flag 615000/615000
48.47/46.62	c cleaning 10000 clauses out of 20009 with flag 625000/625000
49.08/47.25	c cleaning 10001 clauses out of 20010 with flag 635001/635001
49.68/47.84	c cleaning 9999 clauses out of 20009 with flag 645001/645001
50.29/48.48	c cleaning 10002 clauses out of 20009 with flag 655000/655000
50.99/49.13	c cleaning 10000 clauses out of 20011 with flag 665004/665004
51.60/49.77	c cleaning 10000 clauses out of 20007 with flag 675000/675000
52.30/50.42	c cleaning 9994 clauses out of 20007 with flag 685000/685000
52.90/51.05	c cleaning 10002 clauses out of 20015 with flag 695002/695002
53.61/51.71	c cleaning 10003 clauses out of 20013 with flag 705002/705002
54.31/52.42	c cleaning 10003 clauses out of 20011 with flag 715003/715003
55.01/53.15	c cleaning 9996 clauses out of 20006 with flag 725001/725001
55.72/53.84	c cleaning 10002 clauses out of 20009 with flag 735000/735000
56.43/54.53	c cleaning 10001 clauses out of 20008 with flag 745001/745001
57.03/55.20	c cleaning 9995 clauses out of 20006 with flag 755000/755000
57.74/55.89	c cleaning 10003 clauses out of 20011 with flag 765000/765000
58.54/56.60	c cleaning 9998 clauses out of 20008 with flag 775000/775000
59.24/57.34	c cleaning 9997 clauses out of 20011 with flag 785001/785001
59.95/58.08	c cleaning 10004 clauses out of 20014 with flag 795001/795001
60.35/58.48	c Got one! Elapsed wall clock time (in seconds):58.382
60.35/58.48	o 13
60.85/58.93	c cleaning 10000 clauses out of 20009 with flag 805000/805000
61.66/59.75	c cleaning 10000 clauses out of 20012 with flag 815003/815003
62.47/60.55	c cleaning 9997 clauses out of 20009 with flag 825000/825000
63.26/61.33	c cleaning 9997 clauses out of 20012 with flag 835000/835000
63.96/62.08	c cleaning 10003 clauses out of 20015 with flag 845000/845000
64.87/62.94	c cleaning 10002 clauses out of 20013 with flag 855001/855001
65.57/63.62	c cleaning 10000 clauses out of 20011 with flag 865001/865001
66.37/64.41	c cleaning 9996 clauses out of 20011 with flag 875001/875001
67.07/65.10	c cleaning 10000 clauses out of 20016 with flag 885002/885002
67.68/65.79	c cleaning 9998 clauses out of 20015 with flag 895001/895001
68.38/66.47	c cleaning 10000 clauses out of 20016 with flag 905000/905000
69.09/67.16	c cleaning 9998 clauses out of 20016 with flag 915000/915000
69.79/67.82	c cleaning 10001 clauses out of 20018 with flag 925000/925000
70.39/68.47	c cleaning 9997 clauses out of 20017 with flag 935000/935000
70.99/69.09	c cleaning 10002 clauses out of 20021 with flag 945001/945001
71.79/69.80	c cleaning 10005 clauses out of 20021 with flag 955003/955003
72.40/70.48	c cleaning 10002 clauses out of 20013 with flag 965000/965000
73.20/71.25	c cleaning 9996 clauses out of 20011 with flag 975000/975000
73.81/71.89	c cleaning 10002 clauses out of 20015 with flag 985000/985000
74.51/72.58	c cleaning 10000 clauses out of 20015 with flag 995002/995002
75.21/73.22	c cleaning 10000 clauses out of 20015 with flag 1005002/1005002
75.81/73.86	c cleaning 10002 clauses out of 20015 with flag 1015002/1015002
76.51/74.53	c cleaning 10005 clauses out of 20014 with flag 1025003/1025003
77.21/75.20	c cleaning 9997 clauses out of 20007 with flag 1035001/1035001
77.31/75.39	c Got one! Elapsed wall clock time (in seconds):75.298
77.31/75.39	o 11
78.01/76.06	c cleaning 10003 clauses out of 20012 with flag 1045003/1045003
78.82/76.87	c cleaning 9998 clauses out of 20006 with flag 1055000/1055000
79.62/77.68	c cleaning 9996 clauses out of 20009 with flag 1065001/1065001
80.44/78.48	c cleaning 9996 clauses out of 20013 with flag 1075001/1075001
81.14/79.15	c cleaning 9999 clauses out of 20016 with flag 1085000/1085000
81.84/79.81	c cleaning 10005 clauses out of 20018 with flag 1095001/1095001
82.44/80.47	c cleaning 9997 clauses out of 20012 with flag 1105000/1105000
83.15/81.12	c cleaning 10004 clauses out of 20015 with flag 1115000/1115000
83.75/81.72	c cleaning 10002 clauses out of 20011 with flag 1125000/1125000
84.35/82.38	c cleaning 9999 clauses out of 20010 with flag 1135001/1135001
84.95/82.96	c cleaning 10000 clauses out of 20011 with flag 1145001/1145001
85.56/83.55	c cleaning 9998 clauses out of 20010 with flag 1155000/1155000
86.15/84.18	c cleaning 10001 clauses out of 20013 with flag 1165001/1165001
86.86/84.87	c cleaning 10000 clauses out of 20013 with flag 1175002/1175002
87.56/85.51	c cleaning 10002 clauses out of 20013 with flag 1185002/1185002
88.16/86.15	c cleaning 9998 clauses out of 20011 with flag 1195002/1195002
88.87/86.87	c cleaning 10003 clauses out of 20011 with flag 1205000/1205000
89.57/87.52	c cleaning 10001 clauses out of 20008 with flag 1215000/1215000
90.17/88.17	c cleaning 9999 clauses out of 20008 with flag 1225001/1225001
90.87/88.85	c cleaning 10001 clauses out of 20009 with flag 1235001/1235001
91.48/89.46	c cleaning 9999 clauses out of 20007 with flag 1245000/1245000
92.19/90.14	c cleaning 9997 clauses out of 20009 with flag 1255001/1255001
92.89/90.87	c cleaning 10003 clauses out of 20014 with flag 1265003/1265003
93.69/91.60	c cleaning 9995 clauses out of 20008 with flag 1275000/1275000
94.40/92.31	c cleaning 9999 clauses out of 20013 with flag 1285000/1285000
94.99/92.98	c cleaning 9995 clauses out of 20014 with flag 1295000/1295000
95.70/93.65	c cleaning 10003 clauses out of 20019 with flag 1305000/1305000
96.30/94.29	c cleaning 10002 clauses out of 20016 with flag 1315000/1315000
97.00/94.92	c cleaning 9999 clauses out of 20014 with flag 1325000/1325000
97.61/95.59	c cleaning 10003 clauses out of 20019 with flag 1335004/1335004
98.41/96.31	c cleaning 10000 clauses out of 20014 with flag 1345002/1345002
99.11/97.03	c cleaning 9999 clauses out of 20012 with flag 1355000/1355000
99.81/97.72	c cleaning 10001 clauses out of 20014 with flag 1365001/1365001
100.51/98.42	c cleaning 10000 clauses out of 20012 with flag 1375000/1375000
101.22/99.12	c cleaning 10000 clauses out of 20014 with flag 1385002/1385002
101.82/99.75	c cleaning 10003 clauses out of 20013 with flag 1395001/1395001
102.42/100.39	c cleaning 9998 clauses out of 20010 with flag 1405001/1405001
103.13/101.04	c cleaning 9999 clauses out of 20011 with flag 1415000/1415000
103.84/101.70	c cleaning 10001 clauses out of 20014 with flag 1425002/1425002
104.54/102.46	c cleaning 10004 clauses out of 20011 with flag 1435000/1435000
105.24/103.12	c cleaning 9995 clauses out of 20007 with flag 1445000/1445000
105.85/103.77	c cleaning 9997 clauses out of 20013 with flag 1455001/1455001
106.56/104.43	c cleaning 10003 clauses out of 20015 with flag 1465000/1465000
107.16/105.08	c cleaning 9996 clauses out of 20012 with flag 1475000/1475000
107.86/105.74	c cleaning 9999 clauses out of 20019 with flag 1485003/1485003
108.46/106.34	c cleaning 10002 clauses out of 20017 with flag 1495000/1495000
109.06/106.96	c cleaning 9998 clauses out of 20016 with flag 1505001/1505001
109.66/107.56	c cleaning 10005 clauses out of 20019 with flag 1515002/1515002
110.26/108.16	c cleaning 9999 clauses out of 20014 with flag 1525002/1525002
110.97/108.82	c cleaning 10004 clauses out of 20015 with flag 1535002/1535002
111.56/109.47	c cleaning 9991 clauses out of 20010 with flag 1545001/1545001
112.26/110.10	c cleaning 10004 clauses out of 20018 with flag 1555000/1555000
112.87/110.74	c cleaning 10003 clauses out of 20015 with flag 1565001/1565001
113.47/111.35	c cleaning 9995 clauses out of 20011 with flag 1575000/1575000
114.07/111.95	c cleaning 10003 clauses out of 20016 with flag 1585000/1585000
114.67/112.59	c cleaning 10000 clauses out of 20014 with flag 1595001/1595001
115.28/113.19	c cleaning 9999 clauses out of 20013 with flag 1605000/1605000
115.98/113.83	c cleaning 10001 clauses out of 20014 with flag 1615000/1615000
116.59/114.44	c cleaning 10004 clauses out of 20015 with flag 1625002/1625002
117.28/115.10	c cleaning 9997 clauses out of 20010 with flag 1635001/1635001
117.88/115.77	c cleaning 9995 clauses out of 20012 with flag 1645000/1645000
118.58/116.42	c cleaning 9997 clauses out of 20018 with flag 1655001/1655001
119.18/117.04	c cleaning 10006 clauses out of 20021 with flag 1665001/1665001
119.79/117.68	c cleaning 9998 clauses out of 20014 with flag 1675000/1675000
120.59/118.40	c cleaning 10004 clauses out of 20017 with flag 1685001/1685001
121.19/119.09	c cleaning 10002 clauses out of 20013 with flag 1695001/1695001
121.89/119.75	c cleaning 9996 clauses out of 20012 with flag 1705002/1705002
122.60/120.43	c cleaning 9998 clauses out of 20014 with flag 1715000/1715000
123.20/121.04	c cleaning 9997 clauses out of 20016 with flag 1725000/1725000
123.80/121.66	c cleaning 10006 clauses out of 20021 with flag 1735002/1735002
124.40/122.28	c cleaning 10000 clauses out of 20014 with flag 1745001/1745001
125.10/122.94	c cleaning 10002 clauses out of 20014 with flag 1755001/1755001
125.81/123.60	c cleaning 10002 clauses out of 20013 with flag 1765002/1765002
126.52/124.30	c cleaning 9998 clauses out of 20011 with flag 1775002/1775002
127.12/124.95	c cleaning 9998 clauses out of 20013 with flag 1785002/1785002
127.72/125.58	c cleaning 9996 clauses out of 20014 with flag 1795001/1795001
128.32/126.19	c cleaning 10002 clauses out of 20017 with flag 1805000/1805000
128.92/126.79	c cleaning 10000 clauses out of 20016 with flag 1815001/1815001
129.63/127.40	c cleaning 10003 clauses out of 20015 with flag 1825000/1825000
130.33/128.12	c cleaning 10002 clauses out of 20014 with flag 1835002/1835002
130.94/128.79	c cleaning 9995 clauses out of 20012 with flag 1845002/1845002
131.64/129.45	c cleaning 10002 clauses out of 20016 with flag 1855001/1855001
132.34/130.11	c cleaning 10000 clauses out of 20013 with flag 1865000/1865000
133.05/130.81	c cleaning 10004 clauses out of 20015 with flag 1875002/1875002
133.65/131.43	c cleaning 9998 clauses out of 20010 with flag 1885001/1885001
134.25/132.05	c cleaning 9999 clauses out of 20011 with flag 1895000/1895000
134.95/132.75	c cleaning 10001 clauses out of 20013 with flag 1905001/1905001
135.65/133.41	c cleaning 9999 clauses out of 20011 with flag 1915000/1915000
136.26/134.07	c cleaning 10003 clauses out of 20015 with flag 1925003/1925003
136.97/134.73	c cleaning 9997 clauses out of 20010 with flag 1935001/1935001
137.67/135.40	c cleaning 9996 clauses out of 20012 with flag 1945000/1945000
138.27/136.04	c cleaning 9997 clauses out of 20016 with flag 1955000/1955000
138.87/136.65	c cleaning 10000 clauses out of 20020 with flag 1965001/1965001
139.58/137.32	c cleaning 10008 clauses out of 20020 with flag 1975001/1975001
140.18/137.98	c cleaning 10002 clauses out of 20013 with flag 1985002/1985002
140.90/138.69	c cleaning 9999 clauses out of 20010 with flag 1995001/1995001
141.70/139.44	c cleaning 9994 clauses out of 20011 with flag 2005001/2005001
142.30/140.05	c cleaning 10002 clauses out of 20016 with flag 2015000/2015000
142.90/140.67	c cleaning 10002 clauses out of 20014 with flag 2025000/2025000
143.50/141.28	c cleaning 10003 clauses out of 20013 with flag 2035001/2035001
144.21/141.98	c cleaning 10000 clauses out of 20009 with flag 2045000/2045000
144.91/142.62	c cleaning 9998 clauses out of 20010 with flag 2055001/2055001
145.61/143.32	c cleaning 10001 clauses out of 20011 with flag 2065000/2065000
146.21/143.97	c cleaning 9996 clauses out of 20010 with flag 2075000/2075000
146.91/144.65	c cleaning 10000 clauses out of 20016 with flag 2085002/2085002
147.62/145.30	c cleaning 9991 clauses out of 20014 with flag 2095000/2095000
148.22/145.97	c cleaning 10008 clauses out of 20023 with flag 2105000/2105000
149.02/146.77	c cleaning 10002 clauses out of 20017 with flag 2115002/2115002
149.83/147.50	c cleaning 10007 clauses out of 20015 with flag 2125002/2125002
150.53/148.21	c cleaning 9995 clauses out of 20006 with flag 2135000/2135000
151.14/148.85	c cleaning 10000 clauses out of 20011 with flag 2145000/2145000
151.74/149.50	c cleaning 10002 clauses out of 20014 with flag 2155003/2155003
152.44/150.10	c cleaning 10002 clauses out of 20009 with flag 2165000/2165000
153.06/150.75	c cleaning 10000 clauses out of 20009 with flag 2175002/2175002
153.65/151.38	c cleaning 9997 clauses out of 20007 with flag 2185000/2185000
154.25/151.98	c cleaning 9999 clauses out of 20010 with flag 2195000/2195000
154.95/152.60	c cleaning 10001 clauses out of 20011 with flag 2205000/2205000
155.65/153.31	c cleaning 10001 clauses out of 20011 with flag 2215001/2215001
156.26/153.94	c cleaning 9999 clauses out of 20010 with flag 2225001/2225001
156.95/154.60	c cleaning 9999 clauses out of 20012 with flag 2235002/2235002
157.55/155.27	c cleaning 9998 clauses out of 20011 with flag 2245000/2245000
158.25/155.95	c cleaning 9999 clauses out of 20013 with flag 2255000/2255000
158.96/156.60	c cleaning 10003 clauses out of 20017 with flag 2265003/2265003
159.57/157.29	c cleaning 9994 clauses out of 20011 with flag 2275000/2275000
160.37/158.08	c cleaning 10004 clauses out of 20017 with flag 2285000/2285000
161.07/158.73	c cleaning 10003 clauses out of 20013 with flag 2295000/2295000
161.67/159.33	c cleaning 10002 clauses out of 20011 with flag 2305001/2305001
162.27/160.00	c cleaning 9996 clauses out of 20008 with flag 2315000/2315000
163.07/160.70	c cleaning 10004 clauses out of 20015 with flag 2325003/2325003
163.67/161.35	c cleaning 10002 clauses out of 20009 with flag 2335001/2335001
164.28/161.98	c cleaning 9998 clauses out of 20007 with flag 2345001/2345001
164.98/162.60	c cleaning 10000 clauses out of 20010 with flag 2355002/2355002
165.58/163.27	c cleaning 9994 clauses out of 20009 with flag 2365001/2365001
166.19/163.89	c cleaning 10002 clauses out of 20016 with flag 2375002/2375002
166.89/164.59	c cleaning 10002 clauses out of 20012 with flag 2385000/2385000
167.49/165.19	c cleaning 10000 clauses out of 20010 with flag 2395000/2395000
168.19/165.81	c cleaning 10002 clauses out of 20012 with flag 2405002/2405002
168.79/166.41	c cleaning 9995 clauses out of 20008 with flag 2415000/2415000
169.40/167.07	c cleaning 10002 clauses out of 20013 with flag 2425000/2425000
170.10/167.78	c cleaning 9997 clauses out of 20011 with flag 2435000/2435000
170.80/168.41	c cleaning 10005 clauses out of 20015 with flag 2445001/2445001
171.40/169.09	c cleaning 10003 clauses out of 20013 with flag 2455004/2455004
172.10/169.77	c cleaning 10002 clauses out of 20009 with flag 2465003/2465003
172.81/170.46	c cleaning 9997 clauses out of 20006 with flag 2475002/2475002
173.50/171.14	c cleaning 9997 clauses out of 20007 with flag 2485000/2485000
174.21/171.84	c cleaning 10000 clauses out of 20010 with flag 2495000/2495000
174.91/172.54	c cleaning 10004 clauses out of 20011 with flag 2505001/2505001
175.51/173.18	c cleaning 9998 clauses out of 20008 with flag 2515002/2515002
176.12/173.80	c cleaning 9998 clauses out of 20009 with flag 2525001/2525001
176.82/174.41	c cleaning 10004 clauses out of 20012 with flag 2535002/2535002
177.42/175.08	c cleaning 10000 clauses out of 20007 with flag 2545001/2545001
178.12/175.74	c cleaning 9997 clauses out of 20007 with flag 2555001/2555001
178.72/176.38	c cleaning 9998 clauses out of 20009 with flag 2565000/2565000
179.32/176.99	c cleaning 9993 clauses out of 20011 with flag 2575000/2575000
180.03/177.62	c cleaning 10002 clauses out of 20018 with flag 2585000/2585000
180.63/178.29	c cleaning 9997 clauses out of 20016 with flag 2595000/2595000
181.33/178.93	c cleaning 10007 clauses out of 20021 with flag 2605002/2605002
182.03/179.64	c cleaning 9999 clauses out of 20013 with flag 2615001/2615001
182.74/180.40	c cleaning 10003 clauses out of 20013 with flag 2625000/2625000
183.43/181.05	c cleaning 10002 clauses out of 20012 with flag 2635002/2635002
184.13/181.70	c cleaning 10000 clauses out of 20008 with flag 2645000/2645000
184.73/182.40	c cleaning 9991 clauses out of 20008 with flag 2655000/2655000
185.54/183.10	c cleaning 10006 clauses out of 20019 with flag 2665002/2665002
186.24/183.82	c cleaning 9999 clauses out of 20013 with flag 2675002/2675002
186.94/184.50	c cleaning 10002 clauses out of 20012 with flag 2685000/2685000
187.54/185.14	c cleaning 10001 clauses out of 20010 with flag 2695000/2695000
188.14/185.80	c cleaning 9999 clauses out of 20010 with flag 2705001/2705001
188.84/186.44	c cleaning 10002 clauses out of 20010 with flag 2715000/2715000
189.45/187.07	c cleaning 9995 clauses out of 20008 with flag 2725000/2725000
190.15/187.72	c cleaning 9998 clauses out of 20013 with flag 2735000/2735000
190.85/188.42	c cleaning 10004 clauses out of 20015 with flag 2745000/2745000
191.45/189.07	c cleaning 10002 clauses out of 20011 with flag 2755000/2755000
192.25/189.81	c cleaning 9998 clauses out of 20009 with flag 2765000/2765000
192.95/190.52	c cleaning 10000 clauses out of 20014 with flag 2775003/2775003
193.65/191.21	c cleaning 9993 clauses out of 20011 with flag 2785000/2785000
194.35/192.00	c cleaning 10000 clauses out of 20018 with flag 2795000/2795000
195.15/192.77	c cleaning 10006 clauses out of 20019 with flag 2805001/2805001
195.86/193.48	c cleaning 9985 clauses out of 20012 with flag 2815000/2815000
196.56/194.15	c cleaning 10009 clauses out of 20028 with flag 2825001/2825001
197.26/194.84	c cleaning 10003 clauses out of 20018 with flag 2835000/2835000
198.06/195.65	c cleaning 10003 clauses out of 20015 with flag 2845000/2845000
198.86/196.43	c cleaning 9995 clauses out of 20013 with flag 2855001/2855001
199.56/197.18	c cleaning 10006 clauses out of 20019 with flag 2865002/2865002
200.37/197.92	c cleaning 9999 clauses out of 20013 with flag 2875002/2875002
201.07/198.66	c cleaning 10002 clauses out of 20013 with flag 2885001/2885001
201.77/199.36	c cleaning 10002 clauses out of 20011 with flag 2895001/2895001
202.48/200.09	c cleaning 10000 clauses out of 20009 with flag 2905001/2905001
203.28/200.85	c cleaning 10000 clauses out of 20010 with flag 2915002/2915002
203.98/201.57	c cleaning 10001 clauses out of 20010 with flag 2925002/2925002
204.68/202.29	c cleaning 9999 clauses out of 20007 with flag 2935000/2935000
205.49/203.07	c cleaning 10002 clauses out of 20012 with flag 2945004/2945004
206.38/203.90	c cleaning 9998 clauses out of 20008 with flag 2955002/2955002
207.09/204.63	c cleaning 9998 clauses out of 20008 with flag 2965000/2965000
207.80/205.35	c cleaning 9995 clauses out of 20010 with flag 2975000/2975000
208.60/206.15	c cleaning 9999 clauses out of 20017 with flag 2985002/2985002
209.40/206.97	c cleaning 10002 clauses out of 20017 with flag 2995001/2995001
210.20/207.71	c cleaning 10003 clauses out of 20015 with flag 3005001/3005001
211.00/208.50	c cleaning 10001 clauses out of 20011 with flag 3015000/3015000
211.70/209.20	c cleaning 9995 clauses out of 20010 with flag 3025000/3025000
212.40/209.96	c cleaning 10002 clauses out of 20015 with flag 3035000/3035000
213.21/210.78	c cleaning 10000 clauses out of 20013 with flag 3045000/3045000
213.91/211.48	c cleaning 10000 clauses out of 20014 with flag 3055001/3055001
214.81/212.31	c cleaning 9997 clauses out of 20013 with flag 3065000/3065000
215.52/213.08	c cleaning 10003 clauses out of 20021 with flag 3075005/3075005
216.32/213.84	c cleaning 10003 clauses out of 20013 with flag 3085000/3085000
217.02/214.58	c cleaning 9998 clauses out of 20010 with flag 3095000/3095000
217.72/215.29	c cleaning 10004 clauses out of 20014 with flag 3105002/3105002
218.52/216.04	c cleaning 10000 clauses out of 20009 with flag 3115001/3115001
219.23/216.77	c cleaning 10002 clauses out of 20009 with flag 3125001/3125001
220.02/217.51	c cleaning 9999 clauses out of 20006 with flag 3135000/3135000
220.63/218.18	c cleaning 9999 clauses out of 20008 with flag 3145001/3145001
221.34/218.90	c cleaning 9991 clauses out of 20008 with flag 3155000/3155000
222.15/219.62	c cleaning 10003 clauses out of 20018 with flag 3165001/3165001
222.75/220.28	c cleaning 10005 clauses out of 20015 with flag 3175001/3175001
223.45/220.95	c cleaning 9998 clauses out of 20010 with flag 3185001/3185001
224.15/221.67	c cleaning 10003 clauses out of 20013 with flag 3195002/3195002
224.85/222.36	c cleaning 10001 clauses out of 20009 with flag 3205001/3205001
225.55/223.05	c cleaning 9997 clauses out of 20007 with flag 3215000/3215000
226.25/223.73	c cleaning 9998 clauses out of 20010 with flag 3225000/3225000
226.86/224.39	c cleaning 10001 clauses out of 20013 with flag 3235001/3235001
227.57/225.01	c cleaning 10003 clauses out of 20013 with flag 3245002/3245002
228.17/225.65	c cleaning 9999 clauses out of 20012 with flag 3255004/3255004
228.77/226.28	c cleaning 9997 clauses out of 20009 with flag 3265000/3265000
229.47/226.90	c cleaning 10002 clauses out of 20012 with flag 3275000/3275000
230.07/227.54	c cleaning 10001 clauses out of 20012 with flag 3285002/3285002
230.67/228.16	c cleaning 9997 clauses out of 20009 with flag 3295000/3295000
231.38/228.83	c cleaning 10002 clauses out of 20012 with flag 3305000/3305000
231.98/229.49	c cleaning 9998 clauses out of 20012 with flag 3315002/3315002
232.79/230.21	c cleaning 10004 clauses out of 20013 with flag 3325001/3325001
233.39/230.86	c cleaning 9998 clauses out of 20009 with flag 3335001/3335001
234.10/231.51	c cleaning 10001 clauses out of 20012 with flag 3345002/3345002
234.70/232.11	c cleaning 9998 clauses out of 20009 with flag 3355000/3355000
235.20/232.68	c cleaning 9995 clauses out of 20011 with flag 3365000/3365000
235.90/233.34	c cleaning 9997 clauses out of 20017 with flag 3375001/3375001
236.61/234.02	c cleaning 10001 clauses out of 20019 with flag 3385000/3385000
237.31/234.72	c cleaning 10001 clauses out of 20018 with flag 3395000/3395000
238.02/235.44	c cleaning 10005 clauses out of 20018 with flag 3405001/3405001
238.82/236.24	c cleaning 9998 clauses out of 20014 with flag 3415002/3415002
239.53/236.98	c cleaning 10004 clauses out of 20015 with flag 3425001/3425001
240.33/237.74	c cleaning 9992 clauses out of 20011 with flag 3435001/3435001
241.14/238.51	c cleaning 9999 clauses out of 20018 with flag 3445000/3445000
241.73/239.18	c cleaning 10002 clauses out of 20021 with flag 3455002/3455002
242.44/239.89	c cleaning 10001 clauses out of 20018 with flag 3465001/3465001
243.24/240.60	c cleaning 10005 clauses out of 20017 with flag 3475001/3475001
243.85/241.26	c cleaning 9997 clauses out of 20016 with flag 3485005/3485005
244.55/241.97	c cleaning 9995 clauses out of 20014 with flag 3495000/3495000
245.35/242.72	c cleaning 10003 clauses out of 20019 with flag 3505000/3505000
246.16/243.56	c cleaning 9999 clauses out of 20018 with flag 3515002/3515002
246.96/244.38	c cleaning 10004 clauses out of 20018 with flag 3525001/3525001
247.79/245.13	c cleaning 10002 clauses out of 20014 with flag 3535001/3535001
248.50/245.80	c cleaning 10004 clauses out of 20013 with flag 3545002/3545002
249.20/246.50	c cleaning 9998 clauses out of 20009 with flag 3555002/3555002
249.91/247.26	c cleaning 9998 clauses out of 20009 with flag 3565000/3565000
250.71/248.01	c cleaning 9994 clauses out of 20011 with flag 3575000/3575000
251.41/248.78	c cleaning 10002 clauses out of 20019 with flag 3585002/3585002
252.12/249.48	c cleaning 10001 clauses out of 20016 with flag 3595001/3595001
252.83/250.19	c cleaning 10002 clauses out of 20014 with flag 3605000/3605000
253.63/250.92	c cleaning 9999 clauses out of 20012 with flag 3615000/3615000
254.33/251.67	c cleaning 10003 clauses out of 20013 with flag 3625000/3625000
255.04/252.35	c cleaning 10001 clauses out of 20015 with flag 3635005/3635005
255.75/253.03	c cleaning 9999 clauses out of 20011 with flag 3645002/3645002
256.44/253.72	c cleaning 10003 clauses out of 20012 with flag 3655002/3655002
257.24/254.57	c cleaning 9998 clauses out of 20007 with flag 3665000/3665000
258.04/255.34	c cleaning 10000 clauses out of 20011 with flag 3675002/3675002
258.85/256.14	c cleaning 10001 clauses out of 20011 with flag 3685002/3685002
259.76/257.05	c cleaning 9990 clauses out of 20009 with flag 3695001/3695001
260.57/257.89	c cleaning 10002 clauses out of 20019 with flag 3705001/3705001
261.48/258.76	c cleaning 10001 clauses out of 20017 with flag 3715001/3715001
262.38/259.62	c cleaning 9996 clauses out of 20016 with flag 3725001/3725001
263.19/260.43	c cleaning 10002 clauses out of 20018 with flag 3735000/3735000
264.00/261.22	c cleaning 9999 clauses out of 20016 with flag 3745000/3745000
264.60/261.90	c cleaning 10005 clauses out of 20019 with flag 3755002/3755002
265.50/262.70	c cleaning 9998 clauses out of 20012 with flag 3765000/3765000
266.20/263.41	c cleaning 9999 clauses out of 20015 with flag 3775001/3775001
267.00/264.21	c cleaning 9997 clauses out of 20015 with flag 3785000/3785000
267.91/265.11	c cleaning 9997 clauses out of 20018 with flag 3795000/3795000
268.42/265.66	c starts		: 278
268.42/265.66	c conflicts		: 3802034
268.42/265.66	c decisions		: 6034329
268.42/265.66	c propagations		: 201954699
268.42/265.66	c inspects		: 1899811816
268.42/265.66	c learnt literals	: 9
268.42/265.66	c learnt binary clauses	: 43
268.42/265.66	c learnt ternary clauses	: 1082
268.42/265.66	c learnt clauses	: 3802024
268.42/265.66	c ignored clauses	: 0
268.42/265.66	c root simplifications	: 0
268.42/265.66	c removed literals (reason simplification)	: 18013785
268.42/265.66	c reason swapping (by a shorter reason)	: 0
268.42/265.66	c Calls to reduceDB	: 381
268.42/265.66	c number of reductions to clauses (during analyze)	: 0
268.42/265.66	c number of learned constraints concerned by reduction	: 0
268.42/265.66	c number of learning phase by resolution	: 0
268.42/265.66	c number of learning phase by cutting planes	: 0
268.42/265.66	c speed (assignments/second)	: 1061455.776770979
268.42/265.66	c non guided choices	4068
268.42/265.66	c learnt constraints type 
268.42/265.66	c constraints type 
268.42/265.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
268.42/265.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
268.42/265.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
268.42/265.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
268.42/265.66	s OPTIMUM FOUND
268.42/265.66	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 
268.42/265.66	c objective function=11
268.42/265.66	c Total wall clock time (in seconds): 265.563

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698720-1278326212/watcher-2698720-1278326212 -o /tmp/evaluation-result-2698720-1278326212/solver-2698720-1278326212 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698720-1278326212.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: 2.00 1.99 1.84 3/194 4432
/proc/meminfo: memFree=32286796/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=13164 CPUtime=0
/proc/4432/stat : 4432 (java) R 4430 4432 3833 0 -1 4194304 502 0 0 0 0 0 0 0 21 0 1 0 834996 13479936 207 4089446400 134512640 134550932 4287519136 18446744073709551615 4941445 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4432/statm: 3291 207 140 10 0 1121 0

[startup+0.0389771 s]
/proc/loadavg: 2.00 1.99 1.84 3/194 4432
/proc/meminfo: memFree=32286796/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1525320 CPUtime=0.03
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 3809 0 1 0 2 1 0 0 21 0 13 0 834996 1561927680 3250 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 381330 3250 1040 10 0 378640 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525320

[startup+0.104008 s]
/proc/loadavg: 2.00 1.99 1.84 3/194 4432
/proc/meminfo: memFree=32286796/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1529692 CPUtime=0.12
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 5228 0 1 0 11 1 0 0 21 0 18 0 834996 1566404608 4662 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 382423 4662 1347 10 0 379726 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529692

[startup+0.300954 s]
/proc/loadavg: 2.00 1.99 1.84 3/194 4432
/proc/meminfo: memFree=32286796/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1531604 CPUtime=0.53
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 7571 0 1 0 51 2 0 0 21 0 18 0 834996 1568362496 6889 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 382901 6890 1409 10 0 380204 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531604

[startup+0.700869 s]
/proc/loadavg: 2.00 1.99 1.84 3/194 4432
/proc/meminfo: memFree=32286796/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1549332 CPUtime=1.67
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 15058 0 1 0 165 2 0 0 21 0 19 0 834996 1586515968 12650 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 387333 12650 1425 10 0 384636 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1549332

[startup+1.50076 s]
/proc/loadavg: 2.00 1.99 1.84 3/213 4451
/proc/meminfo: memFree=32233396/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1547364 CPUtime=2.9
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 19442 0 1 0 287 3 0 0 21 0 19 0 834996 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386841 16114 1445 10 0 384144 0
[pid=4432/tid=4434] ppid=4430 vsize=1547364 CPUtime=1.47
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 9720 0 1 0 145 2 0 0 18 0 19 0 834997 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4109866872 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 88 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 137 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 86 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 834998 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 381 0 0 0 0 0 0 0 16 0 19 0 834999 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1547364 CPUtime=0.69
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 4738 0 0 0 69 0 0 0 15 0 19 0 835001 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1547364 CPUtime=0.7
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3143 0 0 0 70 0 0 0 15 0 19 0 835001 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 835001 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1547364 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1584500736 16114 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 1547364

[startup+3.10146 s]
/proc/loadavg: 2.00 1.99 1.84 3/213 4451
/proc/meminfo: memFree=32224832/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1547572 CPUtime=4.65
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 20419 0 1 0 461 4 0 0 21 0 19 0 834996 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386893 16996 1445 10 0 384196 0
[pid=4432/tid=4434] ppid=4430 vsize=1547572 CPUtime=3.03
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 9723 0 1 0 301 2 0 0 21 0 19 0 834997 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4109861107 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 334 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 299 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 834998 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1547572 CPUtime=0.02
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 696 0 0 0 2 0 0 0 15 0 19 0 834999 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1547572 CPUtime=0.82
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 4915 0 0 0 82 0 0 0 15 0 19 0 835001 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1547572 CPUtime=0.72
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3147 0 0 0 72 0 0 0 15 0 19 0 835001 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 835001 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1547572 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1584713728 16996 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1547572

[startup+6.30093 s]
/proc/loadavg: 2.00 1.99 1.85 3/213 4451
/proc/meminfo: memFree=32223772/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1545584 CPUtime=7.99
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 21206 0 1 0 793 6 0 0 21 0 19 0 834996 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386396 16873 1445 10 0 383699 0
[pid=4432/tid=4434] ppid=4430 vsize=1545584 CPUtime=6.09
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 9726 0 1 0 607 2 0 0 19 0 19 0 834997 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4109922149 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 373 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1545584 CPUtime=0.1
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 882 0 0 0 9 1 0 0 15 0 19 0 834999 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1545584 CPUtime=0.99
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 5399 0 0 0 99 0 0 0 15 0 19 0 835001 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1545584 CPUtime=0.75
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3155 0 0 0 75 0 0 0 15 0 19 0 835001 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 835001 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1582678016 16873 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1545584

[startup+12.7008 s]
/proc/loadavg: 2.00 1.99 1.85 3/213 4451
/proc/meminfo: memFree=32223012/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1545584 CPUtime=14.43
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 21351 0 1 0 1437 6 0 0 21 0 19 0 834996 1582678016 17010 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386396 17010 1445 10 0 383699 0
[pid=4432/tid=4434] ppid=4430 vsize=1545584 CPUtime=12.37
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 9734 0 1 0 1235 2 0 0 25 0 19 0 834997 1582678016 17010 4089446400 134512640 134550932 4287519136 18446744073709551615 4109822471 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 834998 1582678016 17010 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0

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

/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 106 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 386 0 0 0 18 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1545584 CPUtime=0.22
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 104 0 0 0 20 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 65 0 0 0 19 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 314 0 0 0 17 2 0 0 16 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 23 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 43 0 0 0 16 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1545584 CPUtime=0.2
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 51 0 0 0 18 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1545584 CPUtime=5.24
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 1927 0 0 0 512 12 0 0 15 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1545584 CPUtime=1.06
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 5406 0 0 0 106 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1545584 CPUtime=0.76
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3190 0 0 0 76 0 0 0 16 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 267.5
Current children cumulated vsize (KiB) 1545584

[startup+265.107 s]
/proc/loadavg: 2.00 1.99 1.87 3/213 4504
/proc/meminfo: memFree=32212280/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1545584 CPUtime=267.91
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 22797 0 1 0 26751 40 0 0 21 0 19 0 834996 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386396 18028 1445 10 0 383699 0
[pid=4432/tid=4434] ppid=4430 vsize=1545584 CPUtime=259.14
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 10100 0 1 0 25910 4 0 0 23 0 19 0 834997 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4110301247 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 106 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 386 0 0 0 18 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1545584 CPUtime=0.22
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 104 0 0 0 20 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 65 0 0 0 19 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 314 0 0 0 17 2 0 0 16 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 23 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 43 0 0 0 16 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1545584 CPUtime=0.2
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 51 0 0 0 18 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1545584 CPUtime=5.24
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 1927 0 0 0 512 12 0 0 15 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1545584 CPUtime=1.06
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 5406 0 0 0 106 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1545584 CPUtime=0.76
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3190 0 0 0 76 0 0 0 16 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 267.91
Current children cumulated vsize (KiB) 1545584

[startup+265.501 s]
/proc/loadavg: 2.00 1.99 1.87 3/213 4504
/proc/meminfo: memFree=32212280/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1545584 CPUtime=268.32
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 22798 0 1 0 26791 41 0 0 21 0 19 0 834996 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386396 18028 1445 10 0 383699 0
[pid=4432/tid=4434] ppid=4430 vsize=1545584 CPUtime=259.51
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 10101 0 1 0 25947 4 0 0 25 0 19 0 834997 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4109844074 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 106 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 386 0 0 0 18 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1545584 CPUtime=0.22
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 104 0 0 0 20 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 65 0 0 0 19 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 314 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 23 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 43 0 0 0 16 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1545584 CPUtime=0.2
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 51 0 0 0 18 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1545584 CPUtime=5.26
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 1927 0 0 0 514 12 0 0 15 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1545584 CPUtime=1.06
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 5406 0 0 0 106 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1545584 CPUtime=0.76
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3190 0 0 0 76 0 0 0 16 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 268.32
Current children cumulated vsize (KiB) 1545584

[startup+265.601 s]
/proc/loadavg: 2.00 1.99 1.87 3/213 4504
/proc/meminfo: memFree=32212280/32951132 swapFree=67111528/67111528
[pid=4432] ppid=4430 vsize=1545584 CPUtime=268.42
/proc/4432/stat : 4432 (java) S 4430 4432 3833 0 -1 4202496 22798 0 1 0 26801 41 0 0 21 0 19 0 834996 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4432/statm: 386396 18028 1445 10 0 383699 0
[pid=4432/tid=4434] ppid=4430 vsize=1545584 CPUtime=259.61
/proc/4432/task/4434/stat : 4434 (java) R 4430 4432 3833 0 -1 4202560 10101 0 1 0 25957 4 0 0 25 0 19 0 834997 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4109844970 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4432/tid=4435] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4435/stat : 4435 (java) S 4430 4432 3833 0 -1 4202560 106 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4436] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4436/stat : 4436 (java) S 4430 4432 3833 0 -1 4202560 386 0 0 0 18 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 5 0 0 0
[pid=4432/tid=4437] ppid=4430 vsize=1545584 CPUtime=0.22
/proc/4432/task/4437/stat : 4437 (java) S 4430 4432 3833 0 -1 4202560 104 0 0 0 20 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4438] ppid=4430 vsize=1545584 CPUtime=0.21
/proc/4432/task/4438/stat : 4438 (java) S 4430 4432 3833 0 -1 4202560 65 0 0 0 19 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 6 0 0 0
[pid=4432/tid=4439] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4439/stat : 4439 (java) S 4430 4432 3833 0 -1 4202560 314 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 7 0 0 0
[pid=4432/tid=4440] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4440/stat : 4440 (java) S 4430 4432 3833 0 -1 4202560 23 0 0 0 17 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
[pid=4432/tid=4441] ppid=4430 vsize=1545584 CPUtime=0.19
/proc/4432/task/4441/stat : 4441 (java) S 4430 4432 3833 0 -1 4202560 43 0 0 0 16 3 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4442] ppid=4430 vsize=1545584 CPUtime=0.2
/proc/4432/task/4442/stat : 4442 (java) S 4430 4432 3833 0 -1 4202560 51 0 0 0 18 2 0 0 15 0 19 0 834998 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4443] ppid=4430 vsize=1545584 CPUtime=5.26
/proc/4432/task/4443/stat : 4443 (java) S 4430 4432 3833 0 -1 4202560 1927 0 0 0 514 12 0 0 15 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 0 0 16800975 18446604471106063104 0 0 -1 2 0 0 0
[pid=4432/tid=4444] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4444/stat : 4444 (java) S 4430 4432 3833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4445] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4445/stat : 4445 (java) S 4430 4432 3833 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834999 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4446] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4446/stat : 4446 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 1 0 0 0
[pid=4432/tid=4447] ppid=4430 vsize=1545584 CPUtime=1.06
/proc/4432/task/4447/stat : 4447 (java) S 4430 4432 3833 0 -1 4202560 5406 0 0 0 106 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 0 0 0 0
[pid=4432/tid=4448] ppid=4430 vsize=1545584 CPUtime=0.76
/proc/4432/task/4448/stat : 4448 (java) S 4430 4432 3833 0 -1 4202560 3190 0 0 0 76 0 0 0 16 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4449] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4449/stat : 4449 (java) S 4430 4432 3833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4450] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4450/stat : 4450 (java) S 4430 4432 3833 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 835001 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 3 0 0 0
[pid=4432/tid=4451] ppid=4430 vsize=1545584 CPUtime=0
/proc/4432/task/4451/stat : 4451 (java) S 4430 4432 3833 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 835028 1582678016 18028 4089446400 134512640 134550932 4287519136 18446744073709551615 4294960144 0 4 0 16800975 18446604471106063104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 268.42
Current children cumulated vsize (KiB) 1545584

Child status: 30
Real time (s): 265.679
CPU time (s): 268.492
CPU user time (s): 268.078
CPU system time (s): 0.413937
CPU usage (%): 101.059
Max. virtual memory (cumulated for all children) (KiB): 1549496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.078
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22813
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= 16167
involuntary context switches= 95841

runsolver used 0.502923 second user time and 0.965853 second system time

The end

Launcher Data

Begin job on node131 at 2010-07-05 12:36:52
IDJOB=2698720
IDBENCH=78977
IDSOLVER=1211
FILE ID=node131/2698720-1278326212
PBS_JOBID= 11207437
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--soft-66-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-2698720-1278326212/watcher-2698720-1278326212 -o /tmp/evaluation-result-2698720-1278326212/solver-2698720-1278326212 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698720-1278326212.wbo

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

MD5SUM BENCH= ccbb2f2628d7a379eab2ad56e88b2a24
RANDOM SEED=1485955406

node131.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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      32287316 kB
Buffers:         23980 kB
Cached:         416384 kB
SwapCached:          0 kB
Active:         206264 kB
Inactive:       359140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      32287316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:      125152 kB
Mapped:          20556 kB
Slab:            35596 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1646460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node131 at 2010-07-05 12:41:18