Trace number 2694848

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 RES // CP 2.2.0 2010-05-31Wrong Opt. 575.428 306.024

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-33-100-0.wbo
MD5SUMcfec29cd05a8fe08303725dcbadc3399
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark100.628
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694848-1277905763.wbo
0.11/0.10	c reading problem ... 
0.52/0.34	c ... done. Wall clock time 0.239s.
0.52/0.34	c #vars     2035
0.52/0.34	c #constraints  2707
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 825
0.52/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1796
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.52/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 825
0.52/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1796
0.52/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.67/0.68	c And the winner is Resolution
2.69/1.35	c SATISFIABLE
2.69/1.35	c OPTIMIZING...
2.69/1.35	c Got one! Elapsed wall clock time (in seconds):1.248
2.69/1.35	o 260
2.88/1.41	c And the winner is Resolution
3.01/2.36	c Got one! Elapsed wall clock time (in seconds):2.261
3.01/2.36	o 183
3.01/2.39	c And the winner is Resolution
3.15/3.37	c Got one! Elapsed wall clock time (in seconds):3.273
3.15/3.37	o 173
3.23/3.47	c And the winner is Resolution
3.58/4.39	c Got one! Elapsed wall clock time (in seconds):4.286
3.58/4.39	o 131
4.30/4.72	c cleaning 2500 clauses out of 5001 with flag 5001/5001
5.55/5.35	c cleaning 4246 clauses out of 8501 with flag 11001/11001
5.94/5.52	c And the winner is Resolution
6.17/6.40	c Got one! Elapsed wall clock time (in seconds):6.297
6.17/6.40	o 119
6.54/6.56	c And the winner is Resolution
6.72/7.41	c Got one! Elapsed wall clock time (in seconds):7.306
6.72/7.41	o 112
7.74/7.97	c cleaning 5623 clauses out of 11255 with flag 18001/18001
10.35/9.20	c cleaning 6811 clauses out of 13631 with flag 26000/26000
11.97/10.05	c And the winner is Resolution
12.27/10.42	c Got one! Elapsed wall clock time (in seconds):10.317
12.27/10.42	o 109
12.84/10.75	c cleaning 7905 clauses out of 15820 with flag 35000/35000
15.23/11.93	c cleaning 8955 clauses out of 17917 with flag 45002/45002
18.03/13.38	c cleaning 9477 clauses out of 18962 with flag 55002/55002
21.21/14.90	c cleaning 9737 clauses out of 19483 with flag 65000/65000
23.79/16.27	c cleaning 9862 clauses out of 19747 with flag 75001/75001
26.39/17.58	c cleaning 9936 clauses out of 19886 with flag 85002/85002
29.36/19.09	c cleaning 9965 clauses out of 19949 with flag 95001/95001
31.94/20.36	c And the winner is Resolution
32.10/20.44	c Got one! Elapsed wall clock time (in seconds):20.341
32.10/20.44	o 71
32.21/20.58	c cleaning 9985 clauses out of 19986 with flag 105003/105003
34.39/21.60	c cleaning 9981 clauses out of 19998 with flag 115000/115000
36.57/22.74	c cleaning 10000 clauses out of 20019 with flag 125002/125002
38.74/23.85	c cleaning 10004 clauses out of 20018 with flag 135001/135001
40.72/24.80	c cleaning 10003 clauses out of 20014 with flag 145001/145001
41.08/25.06	c And the winner is Resolution
41.33/25.46	c Got one! Elapsed wall clock time (in seconds):25.356
41.33/25.46	o 43
42.81/26.21	c cleaning 9995 clauses out of 20011 with flag 155001/155001
44.59/27.15	c cleaning 9996 clauses out of 20016 with flag 165001/165001
46.36/28.01	c cleaning 10006 clauses out of 20020 with flag 175001/175001
47.92/28.89	c cleaning 9999 clauses out of 20014 with flag 185001/185001
49.89/29.80	c cleaning 10004 clauses out of 20015 with flag 195001/195001
51.46/30.69	c cleaning 9999 clauses out of 20010 with flag 205000/205000
53.03/31.50	c cleaning 10003 clauses out of 20011 with flag 215000/215000
54.58/32.28	c cleaning 9998 clauses out of 20008 with flag 225000/225000
56.14/33.08	c cleaning 9999 clauses out of 20011 with flag 235001/235001
56.70/33.32	c And the winner is Resolution
56.76/33.48	c Got one! Elapsed wall clock time (in seconds):33.377
56.76/33.48	o 35
58.01/34.17	c cleaning 9999 clauses out of 20011 with flag 245000/245000
59.77/35.10	c cleaning 9999 clauses out of 20013 with flag 255001/255001
61.51/35.97	c cleaning 9998 clauses out of 20014 with flag 265001/265001
63.06/36.78	c cleaning 10001 clauses out of 20016 with flag 275001/275001
64.63/37.56	c cleaning 10002 clauses out of 20016 with flag 285002/285002
66.18/38.37	c cleaning 10006 clauses out of 20018 with flag 295006/295006
67.74/39.16	c cleaning 9996 clauses out of 20008 with flag 305002/305002
69.29/39.99	c cleaning 9999 clauses out of 20010 with flag 315000/315000
71.04/40.80	c cleaning 10000 clauses out of 20011 with flag 325000/325000
72.59/41.66	c cleaning 10000 clauses out of 20011 with flag 335000/335000
74.14/42.46	c cleaning 10004 clauses out of 20011 with flag 345000/345000
75.88/43.32	c cleaning 9995 clauses out of 20008 with flag 355001/355001
77.44/44.11	c cleaning 10004 clauses out of 20013 with flag 365001/365001
78.99/44.95	c cleaning 10001 clauses out of 20009 with flag 375001/375001
80.73/45.83	c cleaning 10000 clauses out of 20007 with flag 385000/385000
82.28/46.67	c cleaning 9993 clauses out of 20007 with flag 395000/395000
84.04/47.52	c cleaning 10005 clauses out of 20017 with flag 405003/405003
85.60/48.36	c cleaning 10000 clauses out of 20012 with flag 415003/415003
87.56/49.32	c cleaning 9999 clauses out of 20009 with flag 425000/425000
89.08/50.13	c cleaning 9998 clauses out of 20010 with flag 435000/435000
90.83/51.02	c cleaning 9999 clauses out of 20012 with flag 445000/445000
92.38/51.82	c cleaning 10006 clauses out of 20015 with flag 455002/455002
93.93/52.66	c cleaning 9998 clauses out of 20007 with flag 465000/465000
95.45/53.44	c cleaning 10001 clauses out of 20010 with flag 475001/475001
97.00/54.23	c cleaning 9999 clauses out of 20008 with flag 485000/485000
98.55/55.05	c cleaning 9991 clauses out of 20012 with flag 495003/495003
100.09/55.86	c cleaning 10007 clauses out of 20022 with flag 505004/505004
101.83/56.73	c cleaning 10003 clauses out of 20011 with flag 515000/515000
103.37/57.52	c cleaning 9996 clauses out of 20008 with flag 525000/525000
104.93/58.30	c cleaning 9999 clauses out of 20012 with flag 535000/535000
106.27/59.09	c cleaning 9998 clauses out of 20016 with flag 545003/545003
107.79/59.89	c cleaning 10004 clauses out of 20017 with flag 555002/555002
109.34/60.68	c cleaning 9992 clauses out of 20011 with flag 565000/565000
110.89/61.47	c cleaning 10000 clauses out of 20019 with flag 575000/575000
112.43/62.24	c cleaning 10002 clauses out of 20019 with flag 585000/585000
114.16/63.13	c cleaning 10004 clauses out of 20018 with flag 595001/595001
115.92/64.01	c cleaning 10002 clauses out of 20015 with flag 605002/605002
117.67/64.95	c cleaning 10001 clauses out of 20012 with flag 615001/615001
119.41/65.83	c cleaning 9996 clauses out of 20010 with flag 625000/625000
121.13/66.75	c cleaning 9999 clauses out of 20014 with flag 635000/635000
122.88/67.67	c cleaning 10004 clauses out of 20016 with flag 645001/645001
124.84/68.61	c cleaning 9999 clauses out of 20012 with flag 655001/655001
126.38/69.49	c cleaning 10003 clauses out of 20012 with flag 665000/665000
128.12/70.40	c cleaning 10003 clauses out of 20009 with flag 675000/675000
130.05/71.37	c cleaning 9995 clauses out of 20007 with flag 685001/685001
131.79/72.25	c cleaning 10003 clauses out of 20011 with flag 695000/695000
133.54/73.14	c cleaning 9998 clauses out of 20009 with flag 705001/705001
135.48/74.12	c cleaning 10001 clauses out of 20012 with flag 715002/715002
137.22/75.04	c cleaning 10001 clauses out of 20010 with flag 725001/725001
138.98/75.96	c cleaning 10001 clauses out of 20008 with flag 735000/735000
140.94/76.99	c cleaning 10002 clauses out of 20011 with flag 745004/745004
142.85/77.93	c cleaning 9999 clauses out of 20006 with flag 755001/755001
144.81/78.91	c cleaning 9993 clauses out of 20006 with flag 765000/765000
146.54/79.84	c cleaning 10001 clauses out of 20014 with flag 775001/775001
148.09/80.68	c cleaning 10003 clauses out of 20012 with flag 785000/785000
149.82/81.59	c cleaning 9996 clauses out of 20009 with flag 795000/795000
151.57/82.43	c cleaning 10002 clauses out of 20013 with flag 805000/805000
153.10/83.28	c cleaning 9999 clauses out of 20011 with flag 815000/815000
154.84/84.15	c cleaning 10000 clauses out of 20015 with flag 825003/825003
156.57/85.07	c cleaning 10000 clauses out of 20012 with flag 835000/835000
158.31/85.96	c cleaning 10000 clauses out of 20012 with flag 845000/845000
160.07/86.85	c cleaning 10000 clauses out of 20014 with flag 855002/855002
161.60/87.68	c cleaning 10000 clauses out of 20013 with flag 865001/865001
163.33/88.57	c cleaning 10001 clauses out of 20013 with flag 875001/875001
165.07/89.41	c cleaning 10000 clauses out of 20012 with flag 885001/885001
166.62/90.29	c cleaning 10000 clauses out of 20012 with flag 895001/895001
168.36/91.17	c cleaning 9999 clauses out of 20013 with flag 905002/905002
170.07/92.09	c cleaning 9999 clauses out of 20012 with flag 915000/915000
172.02/93.08	c cleaning 9998 clauses out of 20013 with flag 925000/925000
173.75/93.91	c cleaning 10002 clauses out of 20015 with flag 935000/935000
175.48/94.82	c cleaning 10001 clauses out of 20014 with flag 945001/945001
176.81/95.56	c cleaning 0 clauses out of 5001 with flag 0/5001
177.57/95.84	c cleaning 10003 clauses out of 20012 with flag 955000/955000
179.20/96.67	c cleaning 10002 clauses out of 20010 with flag 965001/965001
180.93/97.58	c cleaning 9995 clauses out of 20008 with flag 975001/975001
182.64/98.46	c cleaning 9996 clauses out of 20012 with flag 985000/985000
184.37/99.35	c cleaning 10002 clauses out of 20017 with flag 995001/995001
186.09/100.23	c cleaning 10001 clauses out of 20014 with flag 1005000/1005000
187.61/101.10	c cleaning 10000 clauses out of 20014 with flag 1015001/1015001
189.53/102.01	c cleaning 10000 clauses out of 20013 with flag 1025000/1025000
191.05/102.88	c cleaning 10002 clauses out of 20013 with flag 1035000/1035000
192.78/103.76	c cleaning 9998 clauses out of 20012 with flag 1045001/1045001
194.52/104.60	c cleaning 10000 clauses out of 20016 with flag 1055003/1055003
196.03/105.47	c cleaning 10004 clauses out of 20013 with flag 1065000/1065000
197.76/106.34	c cleaning 10000 clauses out of 20010 with flag 1075001/1075001
199.68/107.30	c cleaning 9991 clauses out of 20009 with flag 1085000/1085000
201.21/108.18	c cleaning 10004 clauses out of 20018 with flag 1095000/1095000
202.74/108.99	c cleaning 10000 clauses out of 20014 with flag 1105000/1105000
204.45/109.87	c cleaning 9997 clauses out of 20014 with flag 1115000/1115000
205.99/110.69	c cleaning 10002 clauses out of 20018 with flag 1125001/1125001
207.71/111.57	c cleaning 10002 clauses out of 20015 with flag 1135000/1135000
209.43/112.44	c cleaning 10004 clauses out of 20013 with flag 1145000/1145000
211.16/113.33	c cleaning 9997 clauses out of 20009 with flag 1155000/1155000
212.88/114.28	c cleaning 9993 clauses out of 20012 with flag 1165000/1165000
214.61/115.16	c cleaning 10005 clauses out of 20020 with flag 1175001/1175001
216.52/116.19	c cleaning 10003 clauses out of 20014 with flag 1185000/1185000
218.64/117.21	c cleaning 10000 clauses out of 20011 with flag 1195000/1195000
220.38/118.17	c cleaning 10000 clauses out of 20012 with flag 1205001/1205001
222.11/119.07	c cleaning 9999 clauses out of 20012 with flag 1215001/1215001
224.02/120.02	c cleaning 10002 clauses out of 20013 with flag 1225001/1225001
225.75/120.97	c cleaning 10000 clauses out of 20012 with flag 1235002/1235002
227.67/121.93	c cleaning 10001 clauses out of 20011 with flag 1245001/1245001
229.40/122.88	c cleaning 9999 clauses out of 20009 with flag 1255000/1255000
231.30/123.80	c cleaning 10002 clauses out of 20011 with flag 1265001/1265001
232.83/124.67	c cleaning 9999 clauses out of 20008 with flag 1275000/1275000
234.56/125.60	c cleaning 9999 clauses out of 20011 with flag 1285002/1285002
236.51/126.52	c cleaning 10000 clauses out of 20010 with flag 1295000/1295000
238.19/127.46	c cleaning 9997 clauses out of 20010 with flag 1305000/1305000
239.92/128.35	c cleaning 9997 clauses out of 20014 with flag 1315001/1315001
241.85/129.37	c cleaning 10002 clauses out of 20016 with flag 1325000/1325000
243.78/130.38	c cleaning 10001 clauses out of 20015 with flag 1335001/1335001
245.89/131.40	c cleaning 10000 clauses out of 20014 with flag 1345001/1345001
247.61/132.39	c cleaning 10005 clauses out of 20013 with flag 1355000/1355000
249.53/133.36	c cleaning 10001 clauses out of 20011 with flag 1365003/1365003
251.65/134.43	c cleaning 10002 clauses out of 20011 with flag 1375004/1375004
253.57/135.45	c cleaning 10000 clauses out of 20007 with flag 1385002/1385002
255.30/136.39	c cleaning 9998 clauses out of 20005 with flag 1395000/1395000
257.21/137.39	c cleaning 9998 clauses out of 20008 with flag 1405001/1405001
259.12/138.37	c cleaning 9997 clauses out of 20009 with flag 1415000/1415000
261.04/139.34	c cleaning 10000 clauses out of 20012 with flag 1425000/1425000
262.76/140.24	c cleaning 9999 clauses out of 20012 with flag 1435000/1435000
264.48/141.13	c cleaning 9992 clauses out of 20013 with flag 1445000/1445000
266.20/142.06	c cleaning 10007 clauses out of 20025 with flag 1455004/1455004
268.12/143.01	c cleaning 10001 clauses out of 20014 with flag 1465000/1465000
269.82/143.95	c cleaning 10002 clauses out of 20013 with flag 1475000/1475000
271.75/144.94	c cleaning 10002 clauses out of 20011 with flag 1485000/1485000
273.46/145.87	c cleaning 9998 clauses out of 20009 with flag 1495000/1495000
275.36/146.82	c cleaning 10001 clauses out of 20011 with flag 1505000/1505000
277.09/147.71	c cleaning 9999 clauses out of 20010 with flag 1515000/1515000
279.01/148.70	c cleaning 9996 clauses out of 20011 with flag 1525000/1525000
280.94/149.72	c cleaning 9997 clauses out of 20016 with flag 1535001/1535001
282.85/150.73	c cleaning 10003 clauses out of 20018 with flag 1545000/1545000
284.76/151.74	c cleaning 10004 clauses out of 20016 with flag 1555001/1555001
286.46/152.67	c cleaning 9996 clauses out of 20011 with flag 1565000/1565000
288.38/153.62	c cleaning 10000 clauses out of 20017 with flag 1575002/1575002
290.08/154.50	c cleaning 10003 clauses out of 20019 with flag 1585004/1585004
291.80/155.41	c cleaning 9999 clauses out of 20012 with flag 1595000/1595000
293.51/156.33	c cleaning 10002 clauses out of 20013 with flag 1605000/1605000
295.23/157.24	c cleaning 9997 clauses out of 20011 with flag 1615000/1615000
297.11/158.22	c cleaning 9998 clauses out of 20014 with flag 1625000/1625000
298.84/159.14	c cleaning 10000 clauses out of 20016 with flag 1635000/1635000
300.56/160.09	c cleaning 10001 clauses out of 20017 with flag 1645001/1645001
302.47/161.03	c cleaning 10003 clauses out of 20016 with flag 1655001/1655001
304.35/162.02	c cleaning 10002 clauses out of 20014 with flag 1665002/1665002
306.07/162.91	c cleaning 10003 clauses out of 20012 with flag 1675002/1675002
307.79/163.82	c cleaning 10000 clauses out of 20007 with flag 1685000/1685000
309.51/164.77	c cleaning 9999 clauses out of 20009 with flag 1695002/1695002
311.40/165.71	c cleaning 9998 clauses out of 20010 with flag 1705002/1705002
313.31/166.72	c cleaning 9999 clauses out of 20010 with flag 1715000/1715000
315.03/167.62	c cleaning 9999 clauses out of 20011 with flag 1725000/1725000
316.74/168.52	c cleaning 10003 clauses out of 20012 with flag 1735000/1735000
318.24/169.40	c cleaning 10000 clauses out of 20009 with flag 1745000/1745000
320.14/170.38	c cleaning 10001 clauses out of 20009 with flag 1755000/1755000
322.06/171.35	c cleaning 10001 clauses out of 20011 with flag 1765003/1765003
323.77/172.22	c cleaning 9999 clauses out of 20009 with flag 1775002/1775002
325.66/173.25	c cleaning 9998 clauses out of 20008 with flag 1785000/1785000
327.79/174.40	c cleaning 9999 clauses out of 20012 with flag 1795002/1795002
329.70/175.32	c cleaning 10002 clauses out of 20012 with flag 1805001/1805001
331.40/176.28	c cleaning 9999 clauses out of 20010 with flag 1815001/1815001
333.30/177.21	c cleaning 10001 clauses out of 20011 with flag 1825001/1825001
335.02/178.18	c cleaning 9999 clauses out of 20009 with flag 1835000/1835000
336.73/179.03	c cleaning 10000 clauses out of 20010 with flag 1845000/1845000
338.64/180.02	c cleaning 10001 clauses out of 20011 with flag 1855001/1855001
340.33/180.93	c cleaning 9996 clauses out of 20010 with flag 1865001/1865001
342.24/181.91	c cleaning 10001 clauses out of 20013 with flag 1875000/1875000
344.16/182.90	c cleaning 10000 clauses out of 20012 with flag 1885000/1885000
345.87/183.86	c cleaning 10001 clauses out of 20015 with flag 1895003/1895003
347.57/184.74	c cleaning 10000 clauses out of 20012 with flag 1905001/1905001
349.27/185.61	c cleaning 10000 clauses out of 20013 with flag 1915002/1915002
350.78/186.47	c cleaning 10002 clauses out of 20011 with flag 1925000/1925000
352.49/187.35	c cleaning 9995 clauses out of 20009 with flag 1935000/1935000
354.17/188.25	c cleaning 10002 clauses out of 20016 with flag 1945002/1945002
355.89/189.17	c cleaning 10005 clauses out of 20015 with flag 1955003/1955003
357.59/190.09	c cleaning 9997 clauses out of 20008 with flag 1965001/1965001
359.50/191.02	c cleaning 9999 clauses out of 20010 with flag 1975000/1975000
361.19/191.96	c cleaning 9998 clauses out of 20012 with flag 1985001/1985001
363.09/192.91	c cleaning 10001 clauses out of 20013 with flag 1995000/1995000
364.80/193.84	c cleaning 10002 clauses out of 20014 with flag 2005002/2005002
366.52/194.76	c cleaning 10003 clauses out of 20010 with flag 2015000/2015000
368.40/195.80	c cleaning 9995 clauses out of 20007 with flag 2025000/2025000
370.10/196.69	c cleaning 10001 clauses out of 20013 with flag 2035001/2035001
372.01/197.62	c cleaning 9997 clauses out of 20011 with flag 2045000/2045000
373.72/198.53	c cleaning 10004 clauses out of 20015 with flag 2055001/2055001
375.41/199.42	c cleaning 9997 clauses out of 20010 with flag 2065000/2065000
376.93/200.28	c cleaning 10000 clauses out of 20014 with flag 2075001/2075001
378.62/201.17	c cleaning 10001 clauses out of 20015 with flag 2085002/2085002
380.33/202.02	c cleaning 9993 clauses out of 20013 with flag 2095001/2095001
382.40/203.13	c cleaning 10003 clauses out of 20021 with flag 2105002/2105002
384.31/204.17	c cleaning 10002 clauses out of 20016 with flag 2115000/2115000
386.03/205.08	c cleaning 10001 clauses out of 20015 with flag 2125001/2125001
387.94/206.04	c cleaning 10003 clauses out of 20015 with flag 2135002/2135002
389.62/206.99	c cleaning 10000 clauses out of 20012 with flag 2145002/2145002
391.55/207.92	c cleaning 10000 clauses out of 20010 with flag 2155000/2155000
393.45/208.96	c cleaning 9995 clauses out of 20010 with flag 2165000/2165000
395.35/209.96	c cleaning 10005 clauses out of 20016 with flag 2175001/2175001
397.23/210.91	c cleaning 9999 clauses out of 20010 with flag 2185000/2185000
399.13/211.92	c cleaning 9998 clauses out of 20012 with flag 2195001/2195001
400.84/212.87	c cleaning 10003 clauses out of 20015 with flag 2205002/2205002
402.75/213.87	c cleaning 10002 clauses out of 20013 with flag 2215003/2215003
404.63/214.82	c cleaning 9990 clauses out of 20008 with flag 2225000/2225000
406.54/215.80	c cleaning 10002 clauses out of 20018 with flag 2235000/2235000
408.25/216.76	c cleaning 9997 clauses out of 20018 with flag 2245002/2245002
409.95/217.67	c cleaning 10006 clauses out of 20019 with flag 2255000/2255000
411.84/218.68	c cleaning 10000 clauses out of 20013 with flag 2265000/2265000
413.74/219.67	c cleaning 10003 clauses out of 20017 with flag 2275004/2275004
415.64/220.64	c cleaning 9997 clauses out of 20010 with flag 2285000/2285000
417.56/221.61	c cleaning 10003 clauses out of 20014 with flag 2295001/2295001
419.24/222.54	c cleaning 9999 clauses out of 20010 with flag 2305000/2305000
420.95/223.49	c cleaning 10001 clauses out of 20012 with flag 2315001/2315001
423.04/224.50	c cleaning 10000 clauses out of 20011 with flag 2325001/2325001
424.54/225.36	c cleaning 10001 clauses out of 20012 with flag 2335002/2335002
426.22/226.29	c cleaning 10003 clauses out of 20010 with flag 2345001/2345001
427.93/227.19	c cleaning 9998 clauses out of 20006 with flag 2355000/2355000
429.82/228.12	c cleaning 10001 clauses out of 20010 with flag 2365002/2365002
431.53/229.01	c cleaning 9999 clauses out of 20008 with flag 2375001/2375001
433.22/229.93	c cleaning 10000 clauses out of 20008 with flag 2385000/2385000
435.11/230.92	c cleaning 9999 clauses out of 20009 with flag 2395001/2395001
436.80/231.87	c cleaning 10000 clauses out of 20010 with flag 2405001/2405001
438.70/232.85	c cleaning 9991 clauses out of 20009 with flag 2415000/2415000
440.38/233.79	c cleaning 10002 clauses out of 20018 with flag 2425000/2425000
442.09/234.68	c cleaning 10005 clauses out of 20017 with flag 2435001/2435001
443.79/235.55	c cleaning 10000 clauses out of 20012 with flag 2445001/2445001
445.50/236.49	c cleaning 10003 clauses out of 20014 with flag 2455003/2455003
447.36/237.44	c cleaning 9996 clauses out of 20008 with flag 2465000/2465000
449.07/238.37	c cleaning 10004 clauses out of 20015 with flag 2475003/2475003
450.79/239.29	c cleaning 10000 clauses out of 20008 with flag 2485000/2485000
452.49/240.15	c cleaning 10000 clauses out of 20010 with flag 2495002/2495002
454.36/241.11	c cleaning 10003 clauses out of 20010 with flag 2505002/2505002
456.08/242.05	c cleaning 9995 clauses out of 20005 with flag 2515000/2515000
457.78/242.94	c cleaning 9998 clauses out of 20011 with flag 2525001/2525001
459.49/243.84	c cleaning 10000 clauses out of 20015 with flag 2535003/2535003
461.16/244.75	c cleaning 10003 clauses out of 20014 with flag 2545002/2545002
462.85/245.69	c cleaning 10000 clauses out of 20010 with flag 2555001/2555001
464.94/246.70	c cleaning 9998 clauses out of 20011 with flag 2565002/2565002
466.64/247.65	c cleaning 10001 clauses out of 20012 with flag 2575001/2575001
468.51/248.63	c cleaning 9999 clauses out of 20010 with flag 2585000/2585000
470.22/249.54	c cleaning 10003 clauses out of 20013 with flag 2595002/2595002
471.92/250.49	c cleaning 9997 clauses out of 20009 with flag 2605001/2605001
473.82/251.40	c cleaning 10002 clauses out of 20013 with flag 2615002/2615002
475.50/252.35	c cleaning 9998 clauses out of 20011 with flag 2625002/2625002
477.20/253.23	c cleaning 10003 clauses out of 20011 with flag 2635000/2635000
478.90/254.12	c cleaning 10001 clauses out of 20009 with flag 2645001/2645001
480.58/255.00	c cleaning 9996 clauses out of 20008 with flag 2655001/2655001
482.27/255.98	c cleaning 10001 clauses out of 20011 with flag 2665000/2665000
484.18/256.96	c cleaning 9999 clauses out of 20010 with flag 2675000/2675000
485.87/257.89	c cleaning 9998 clauses out of 20012 with flag 2685001/2685001
487.78/258.85	c cleaning 9996 clauses out of 20014 with flag 2695001/2695001
489.65/259.80	c cleaning 10005 clauses out of 20022 with flag 2705005/2705005
491.36/260.73	c cleaning 9999 clauses out of 20012 with flag 2715000/2715000
493.06/261.70	c cleaning 10005 clauses out of 20020 with flag 2725007/2725007
494.96/262.65	c cleaning 10001 clauses out of 20009 with flag 2735001/2735001
496.63/263.58	c cleaning 9995 clauses out of 20007 with flag 2745000/2745000
498.33/264.44	c cleaning 10003 clauses out of 20013 with flag 2755001/2755001
500.23/265.43	c cleaning 10001 clauses out of 20009 with flag 2765000/2765000
501.93/266.35	c cleaning 9998 clauses out of 20008 with flag 2775000/2775000
503.61/267.26	c cleaning 10000 clauses out of 20011 with flag 2785001/2785001
505.27/268.14	c cleaning 9996 clauses out of 20011 with flag 2795001/2795001
506.99/269.03	c cleaning 10003 clauses out of 20016 with flag 2805002/2805002
508.70/269.94	c cleaning 10002 clauses out of 20011 with flag 2815000/2815000
510.57/270.90	c cleaning 9999 clauses out of 20009 with flag 2825000/2825000
512.28/271.83	c cleaning 10000 clauses out of 20011 with flag 2835001/2835001
513.98/272.74	c cleaning 9997 clauses out of 20010 with flag 2845000/2845000
515.68/273.69	c cleaning 10003 clauses out of 20014 with flag 2855001/2855001
517.54/274.62	c cleaning 10001 clauses out of 20012 with flag 2865002/2865002
519.43/275.63	c cleaning 10000 clauses out of 20009 with flag 2875000/2875000
521.15/276.59	c cleaning 10001 clauses out of 20010 with flag 2885001/2885001
523.25/277.60	c cleaning 9996 clauses out of 20010 with flag 2895002/2895002
525.12/278.61	c cleaning 9993 clauses out of 20012 with flag 2905000/2905000
526.82/279.59	c cleaning 10007 clauses out of 20021 with flag 2915002/2915002
528.92/280.66	c cleaning 10000 clauses out of 20012 with flag 2925000/2925000
530.84/281.61	c cleaning 9999 clauses out of 20013 with flag 2935001/2935001
532.71/282.62	c cleaning 10001 clauses out of 20013 with flag 2945000/2945000
534.40/283.57	c cleaning 10001 clauses out of 20013 with flag 2955001/2955001
536.28/284.53	c cleaning 10001 clauses out of 20012 with flag 2965001/2965001
538.17/285.52	c cleaning 10002 clauses out of 20010 with flag 2975000/2975000
540.04/286.56	c cleaning 9996 clauses out of 20008 with flag 2985000/2985000
541.93/287.54	c cleaning 10002 clauses out of 20013 with flag 2995001/2995001
543.83/288.50	c cleaning 10000 clauses out of 20010 with flag 3005000/3005000
545.72/289.50	c cleaning 10003 clauses out of 20013 with flag 3015003/3015003
547.79/290.62	c cleaning 9998 clauses out of 20008 with flag 3025001/3025001
549.69/291.60	c cleaning 10002 clauses out of 20010 with flag 3035001/3035001
551.40/292.56	c cleaning 10000 clauses out of 20009 with flag 3045002/3045002
553.71/293.71	c cleaning 10004 clauses out of 20009 with flag 3055002/3055002
555.58/294.75	c cleaning 9999 clauses out of 20003 with flag 3065000/3065000
557.28/295.69	c cleaning 9998 clauses out of 20004 with flag 3075000/3075000
559.36/296.72	c cleaning 9997 clauses out of 20007 with flag 3085001/3085001
561.06/297.60	c cleaning 9998 clauses out of 20009 with flag 3095000/3095000
562.92/298.60	c cleaning 9995 clauses out of 20011 with flag 3105000/3105000
565.01/299.72	c cleaning 10002 clauses out of 20016 with flag 3115000/3115000
566.73/300.67	c cleaning 9999 clauses out of 20017 with flag 3125003/3125003
568.40/301.59	c cleaning 10002 clauses out of 20015 with flag 3135000/3135000
570.26/302.56	c cleaning 9999 clauses out of 20016 with flag 3145003/3145003
571.93/303.47	c cleaning 10003 clauses out of 20015 with flag 3155001/3155001
573.83/304.43	c cleaning 10000 clauses out of 20013 with flag 3165003/3165003
574.30/304.77	c And the winner is Resolution
575.30/306.00	c starts		: 258
575.30/306.00	c conflicts		: 3168247
575.30/306.00	c decisions		: 4554922
575.30/306.00	c propagations		: 232233388
575.30/306.00	c inspects		: 1759936175
575.30/306.00	c learnt literals	: 8
575.30/306.00	c learnt binary clauses	: 17
575.30/306.00	c learnt ternary clauses	: 345
575.30/306.00	c learnt clauses	: 3168238
575.30/306.00	c ignored clauses	: 0
575.30/306.00	c root simplifications	: 0
575.30/306.00	c removed literals (reason simplification)	: 15291007
575.30/306.00	c reason swapping (by a shorter reason)	: 0
575.30/306.00	c Calls to reduceDB	: 318
575.30/306.00	c number of reductions to clauses (during analyze)	: 0
575.30/306.00	c number of learned constraints concerned by reduction	: 0
575.30/306.00	c number of learning phase by resolution	: 0
575.30/306.00	c number of learning phase by cutting planes	: 0
575.30/306.00	c speed (assignments/second)	: 852185.7072087775
575.30/306.00	c non guided choices	2894
575.30/306.00	c learnt constraints type 
575.30/306.00	c constraints type 
575.30/306.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 825
575.30/306.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 1796
575.30/306.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
575.30/306.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
575.30/306.00	c constraints type 
575.30/306.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
575.30/306.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 825
575.30/306.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1796
575.30/306.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
575.30/306.00	s OPTIMUM FOUND
575.40/306.00	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 
575.40/306.00	c objective function=35
575.40/306.00	c Total wall clock time (in seconds): 305.897

Verifier Data

OK	35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694848-1277905763/watcher-2694848-1277905763 -o /tmp/evaluation-result-2694848-1277905763/solver-2694848-1277905763 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694848-1277905763.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.31 2.68 2.51 2/178 23960
/proc/meminfo: memFree=30561128/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=13164 CPUtime=0
/proc/23960/stat : 23960 (java) R 23958 23960 22591 0 -1 4194304 1018 0 0 0 0 0 0 0 25 0 1 0 164215903 13479936 508 4089446400 134512640 134550932 4291763904 18446744073709551615 102757826 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23960/statm: 3291 525 223 10 0 1121 0
[pid=23960/tid=23961] ppid=23958 vsize=13436 CPUtime=0
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22591 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 164215904 13758464 526 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0192729 s]
/proc/loadavg: 2.31 2.68 2.51 2/178 23960
/proc/meminfo: memFree=30561128/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1523456 CPUtime=0
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 3366 0 1 0 0 0 0 0 25 0 10 0 164215903 1560018944 2809 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 380864 2809 945 10 0 378174 0
[pid=23960/tid=23961] ppid=23958 vsize=1523456 CPUtime=0
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22591 0 -1 4202560 2315 0 1 0 0 0 0 0 25 0 10 0 164215904 1560018944 2809 4089446400 134512640 134550932 4291763904 18446744073709551615 103296144 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523456

[startup+0.100267 s]
/proc/loadavg: 2.31 2.68 2.51 2/178 23960
/proc/meminfo: memFree=30561128/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1529836 CPUtime=0.11
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 5225 0 1 0 11 0 0 0 25 0 18 0 164215903 1566552064 4662 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 382459 4662 1346 10 0 379762 0
[pid=23960/tid=23961] ppid=23958 vsize=1529836 CPUtime=0.08
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22591 0 -1 4202560 3578 0 1 0 8 0 0 0 25 0 18 0 164215904 1566552064 4662 4089446400 134512640 134550932 4291763904 18446744073709551615 106278071 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529836

[startup+0.300209 s]
/proc/loadavg: 2.31 2.68 2.51 2/178 23960
/proc/meminfo: memFree=30561128/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1532136 CPUtime=0.52
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 10178 0 1 0 51 1 0 0 25 0 18 0 164215903 1568907264 9436 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 383034 9436 1395 10 0 380337 0
[pid=23960/tid=23961] ppid=23958 vsize=1532136 CPUtime=0.28
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22591 0 -1 4202560 7719 0 1 0 28 0 0 0 18 0 18 0 164215904 1568907264 9436 4089446400 134512640 134550932 4291763904 18446744073709551615 4109358724 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532136

[startup+0.70122 s]
/proc/loadavg: 2.31 2.68 2.51 2/178 23960
/proc/meminfo: memFree=30561128/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1554464 CPUtime=2.06
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 22316 0 1 0 203 3 0 0 25 0 21 0 164215903 1591771136 18326 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388616 18326 1430 10 0 385919 0
[pid=23960/tid=23961] ppid=23958 vsize=1554464 CPUtime=0.33
/proc/23960/task/23961/stat : 23961 (java) S 23958 23960 22591 0 -1 4202560 9846 0 1 0 32 1 0 0 19 0 21 0 164215904 1591771136 18326 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1554464

[startup+1.50105 s]
/proc/loadavg: 2.37 2.68 2.51 4/198 23982
/proc/meminfo: memFree=30484656/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1552268 CPUtime=3.01
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 26997 0 1 0 297 4 0 0 25 0 20 0 164215903 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388067 20806 1433 10 0 385370 0
[pid=23960/tid=23961] ppid=23958 vsize=1552268 CPUtime=0.34
/proc/23960/task/23961/stat : 23961 (java) S 23958 23960 22591 0 -1 4202560 10045 0 1 0 33 1 0 0 19 0 20 0 164215904 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22591 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22591 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 164215906 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 164215906 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 164215906 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215908 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1552268 CPUtime=0.91
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3299 0 0 0 91 0 0 0 15 0 20 0 164215908 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1552268 CPUtime=0.92
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8346 0 0 0 91 1 0 0 15 0 20 0 164215908 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 164215908 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 164215908 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23981/stat : 23981 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 20 0 164215944 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23982] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23982/stat : 23982 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 164215944 1589522432 20806 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1552268

[startup+3.10077 s]
/proc/loadavg: 2.37 2.68 2.51 2/198 23984
/proc/meminfo: memFree=30466800/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1552268 CPUtime=3.15
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 29363 0 1 0 311 4 0 0 25 0 20 0 164215903 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388067 23171 1433 10 0 385370 0
[pid=23960/tid=23961] ppid=23958 vsize=1552268 CPUtime=0.34
/proc/23960/task/23961/stat : 23961 (java) S 23958 23960 22591 0 -1 4202560 10243 0 1 0 33 1 0 0 19 0 20 0 164215904 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22591 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22591 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215905 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 164215906 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 164215906 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 164215906 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215908 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1552268 CPUtime=0.97
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3307 0 0 0 97 0 0 0 15 0 20 0 164215908 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1552268 CPUtime=0.95
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8349 0 0 0 94 1 0 0 15 0 20 0 164215908 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 164215908 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 164215908 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23981/stat : 23981 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 20 0 164215944 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23982] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23982/stat : 23982 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 164215944 1589522432 23171 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 1552268

[startup+6.30129 s]
/proc/loadavg: 2.42 2.69 2.51 4/200 23990
/proc/meminfo: memFree=30366432/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1552268 CPUtime=6.16
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 48389 0 1 0 609 7 0 0 25 0 20 0 164215903 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388067 41780 1451 10 0 385370 0
[pid=23960/tid=23961] ppid=23958 vsize=1552268 CPUtime=0.36
/proc/23960/task/23961/stat : 23961 (java) S 23958 23960 22591 0 -1 4202560 10639 0 1 0 35 1 0 0 18 0 20 0 164215904 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22591 0 -1 4202560 431 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 4 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22591 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22591 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22591 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22591 0 -1 4202560 372 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22591 0 -1 4202560 273 0 0 0 0 0 0 0 16 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 1 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 164215905 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 4 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1552268 CPUtime=0.03
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 1250 0 0 0 3 0 0 0 15 0 20 0 164215906 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 164215906 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 164215906 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215908 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1552268 CPUtime=1.17
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3342 0 0 0 117 0 0 0 15 0 20 0 164215908 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1552268 CPUtime=1.13
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8730 0 0 0 112 1 0 0 15 0 20 0 164215908 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 164215908 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1552268 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 20 0 164215908 1589522432 41780 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1552268 CPUtime=0

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

/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 1888 0 0 0 133 13 0 0 15 0 22 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 1514 0 0 0 142 18 0 0 16 0 22 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 1 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1554316 CPUtime=33.31
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 5959 0 0 0 3317 14 0 0 16 0 22 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1554316 CPUtime=1.75
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3430 0 0 0 175 0 0 0 15 0 22 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1554316 CPUtime=1.31
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8750 0 0 0 130 1 0 0 15 0 22 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23981/stat : 23981 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 22 0 164215944 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23982] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23982/stat : 23982 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 164215944 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
[pid=23960/tid=24001] ppid=23958 vsize=1554316 CPUtime=236.41
/proc/23960/task/24001/stat : 24001 (java) R 23958 23960 22591 0 -1 4202560 251 0 0 0 23640 1 0 0 15 0 22 0 164219252 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4109856855 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23960/tid=24002] ppid=23958 vsize=1554316 CPUtime=236.46
/proc/23960/task/24002/stat : 24002 (java) R 23958 23960 22591 0 -1 4202560 394 0 0 0 23645 1 0 0 16 0 22 0 164219252 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4109947704 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 574.3
Current children cumulated vsize (KiB) 1554316

[startup+305.501 s]
/proc/loadavg: 2.92 2.81 2.60 4/200 24010
/proc/meminfo: memFree=29743552/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1554316 CPUtime=574.9
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 74233 0 1 0 57337 153 0 0 25 0 20 0 164215903 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388579 65720 1451 10 0 385882 0
[pid=23960/tid=23961] ppid=23958 vsize=1554316 CPUtime=0.72
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22591 0 -1 4202560 10653 0 1 0 71 1 0 0 16 0 20 0 164215904 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4110541482 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=1554316 CPUtime=1.61
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22591 0 -1 4202560 3039 0 0 0 146 15 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=1554316 CPUtime=1.53
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22591 0 -1 4202560 1919 0 0 0 139 14 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=1554316 CPUtime=1.58
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22591 0 -1 4202560 1740 0 0 0 141 17 0 0 16 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=1554316 CPUtime=1.56
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22591 0 -1 4202560 2567 0 0 0 142 14 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 4 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22591 0 -1 4202560 2177 0 0 0 143 17 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=1554316 CPUtime=1.5
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22591 0 -1 4202560 1835 0 0 0 136 14 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=1554316 CPUtime=1.46
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 1888 0 0 0 133 13 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 1514 0 0 0 142 18 0 0 16 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 1 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1554316 CPUtime=33.31
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 5959 0 0 0 3317 14 0 0 16 0 20 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1554316 CPUtime=1.76
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3430 0 0 0 176 0 0 0 15 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1554316 CPUtime=1.32
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8750 0 0 0 131 1 0 0 15 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23981/stat : 23981 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 20 0 164215944 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23982] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23982/stat : 23982 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 164215944 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 574.9
Current children cumulated vsize (KiB) 1554316

[startup+305.901 s]
/proc/loadavg: 2.85 2.79 2.60 3/198 24010
/proc/meminfo: memFree=29743568/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1554316 CPUtime=575.3
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 74234 0 1 0 57377 153 0 0 25 0 20 0 164215903 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388579 65720 1451 10 0 385882 0
[pid=23960/tid=23961] ppid=23958 vsize=1554316 CPUtime=1.12
/proc/23960/task/23961/stat : 23961 (java) R 23958 23960 22591 0 -1 4202560 10654 0 1 0 111 1 0 0 16 0 20 0 164215904 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4109481769 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=1554316 CPUtime=1.61
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22591 0 -1 4202560 3039 0 0 0 146 15 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=1554316 CPUtime=1.53
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22591 0 -1 4202560 1919 0 0 0 139 14 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=1554316 CPUtime=1.58
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22591 0 -1 4202560 1740 0 0 0 141 17 0 0 16 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=1554316 CPUtime=1.56
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22591 0 -1 4202560 2567 0 0 0 142 14 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 4 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22591 0 -1 4202560 2177 0 0 0 143 17 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=1554316 CPUtime=1.5
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22591 0 -1 4202560 1835 0 0 0 136 14 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=1554316 CPUtime=1.46
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 1888 0 0 0 133 13 0 0 15 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 1514 0 0 0 142 18 0 0 16 0 20 0 164215905 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 1 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1554316 CPUtime=33.31
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 5959 0 0 0 3317 14 0 0 15 0 20 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 164215906 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1554316 CPUtime=1.76
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3430 0 0 0 176 0 0 0 15 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1554316 CPUtime=1.32
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8750 0 0 0 131 1 0 0 15 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 20 0 164215908 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23981/stat : 23981 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 20 0 164215944 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23982] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23982/stat : 23982 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 164215944 1591619584 65720 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 575.3
Current children cumulated vsize (KiB) 1554316

[startup+306.001 s]
/proc/loadavg: 2.85 2.79 2.60 3/198 24010
/proc/meminfo: memFree=29743568/32951124 swapFree=67111528/67111528
[pid=23960] ppid=23958 vsize=1554316 CPUtime=575.4
/proc/23960/stat : 23960 (java) S 23958 23960 22591 0 -1 4202496 74236 0 1 0 57387 153 0 0 25 0 21 0 164215903 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23960/statm: 388579 65722 1451 10 0 385882 0
[pid=23960/tid=23961] ppid=23958 vsize=1554316 CPUtime=1.22
/proc/23960/task/23961/stat : 23961 (java) S 23958 23960 22591 0 -1 4202560 10656 0 1 0 121 1 0 0 17 0 21 0 164215904 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=1554316 CPUtime=1.61
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 22591 0 -1 4202560 3039 0 0 0 146 15 0 0 15 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=1554316 CPUtime=1.53
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 22591 0 -1 4202560 1919 0 0 0 139 14 0 0 15 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=1554316 CPUtime=1.58
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 22591 0 -1 4202560 1740 0 0 0 141 17 0 0 16 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=1554316 CPUtime=1.56
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 22591 0 -1 4202560 2567 0 0 0 142 14 0 0 15 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 4 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 22591 0 -1 4202560 2177 0 0 0 143 17 0 0 15 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=1554316 CPUtime=1.5
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 22591 0 -1 4202560 1835 0 0 0 136 14 0 0 15 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=1554316 CPUtime=1.46
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 22591 0 -1 4202560 1888 0 0 0 133 13 0 0 15 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=1554316 CPUtime=1.6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 22591 0 -1 4202560 1514 0 0 0 142 18 0 0 16 0 21 0 164215905 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 1 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=1554316 CPUtime=33.31
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 22591 0 -1 4202560 5959 0 0 0 3317 14 0 0 15 0 21 0 164215906 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 0 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 22591 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 164215906 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 22591 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 164215906 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 22591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 164215908 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=1554316 CPUtime=1.76
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 22591 0 -1 4202560 3430 0 0 0 176 0 0 0 15 0 21 0 164215908 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 7 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=1554316 CPUtime=1.32
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 22591 0 -1 4202560 8750 0 0 0 131 1 0 0 15 0 21 0 164215908 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 6 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 22591 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 21 0 164215908 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 2 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 22591 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 164215908 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 5 0 0 0
[pid=23960/tid=23981] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23981/stat : 23981 (java) S 23958 23960 22591 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 21 0 164215944 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 0 0 0 0
[pid=23960/tid=23982] ppid=23958 vsize=1554316 CPUtime=0
/proc/23960/task/23982/stat : 23982 (java) S 23958 23960 22591 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 21 0 164215944 1591619584 65722 4089446400 134512640 134550932 4291763904 18446744073709551615 4294960144 0 4 0 16800975 18446604453911857024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 575.4
Current children cumulated vsize (KiB) 1554316

Child status: 30
Real time (s): 306.024
CPU time (s): 575.428
CPU user time (s): 573.883
CPU system time (s): 1.54477
CPU usage (%): 188.034
Max. virtual memory (cumulated for all children) (KiB): 1555340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.883
system time used= 1.54476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74242
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= 28313
involuntary context switches= 352743

runsolver used 0.536918 second user time and 1.22681 second system time

The end

Launcher Data

Begin job on node118 at 2010-06-30 15:49:23
IDJOB=2694848
IDBENCH=78932
IDSOLVER=1207
FILE ID=node118/2694848-1277905763
PBS_JOBID= 11197185
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= cfec29cd05a8fe08303725dcbadc3399
RANDOM SEED=55415598

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30561640 kB
Buffers:        189800 kB
Cached:        1296364 kB
SwapCached:          0 kB
Active:        1230636 kB
Inactive:      1016524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30561640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:      760440 kB
Mapped:          16340 kB
Slab:            78604 kB
PageTables:       6132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   956484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node118 at 2010-06-30 15:54:29