Trace number 2698577

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 686.566 685.261

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
MD5SUM765d2479315862ebcb627a16e181d11d
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.005998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 827
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.03/0.10	c Pseudo Boolean Optimization
0.03/0.10	c --- Begin Solver configuration ---
0.03/0.10	c Stops conflict analysis at the first Unique Implication Point
0.03/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.03/0.10	c Learn all clauses as in MiniSAT
0.03/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.10	c Expensive reason simplification
0.03/0.10	c Armin Biere (Picosat) restarts strategy
0.03/0.10	c Glucose learned constraints deletion strategy
0.03/0.10	c timeout=2147483s
0.03/0.10	c DB Simplification allowed=false
0.03/0.10	c --- End Solver configuration ---
0.03/0.10	c solving HOME/instance-2698577-1278327054.wbo
0.03/0.10	c reading problem ... 
0.11/0.11	c ... done. Wall clock time 0.019s.
0.11/0.11	c #vars     131
0.11/0.12	c #constraints  21
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.11/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.11/0.16	c SATISFIABLE
0.11/0.16	c OPTIMIZING...
0.11/0.16	c Got one! Elapsed wall clock time (in seconds):0.069
0.11/0.16	o 4
0.33/0.25	c Got one! Elapsed wall clock time (in seconds):0.158
0.33/0.25	o 1
1.16/0.85	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.30/1.93	c cleaning 4250 clauses out of 8505 with flag 11005/11005
3.61/3.23	c cleaning 5623 clauses out of 11250 with flag 18000/18000
6.04/5.60	c cleaning 6812 clauses out of 13627 with flag 26000/26000
8.74/8.38	c cleaning 7905 clauses out of 15815 with flag 35000/35000
11.84/11.49	c cleaning 8954 clauses out of 17911 with flag 45001/45001
15.34/14.91	c cleaning 9477 clauses out of 18958 with flag 55002/55002
17.95/17.58	c cleaning 9736 clauses out of 19479 with flag 65000/65000
21.56/21.11	c cleaning 9867 clauses out of 19744 with flag 75001/75001
24.86/24.43	c cleaning 9937 clauses out of 19877 with flag 85001/85001
27.76/27.33	c cleaning 9967 clauses out of 19942 with flag 95003/95003
31.39/30.96	c cleaning 9984 clauses out of 19973 with flag 105001/105001
34.89/34.41	c cleaning 9990 clauses out of 19988 with flag 115000/115000
38.59/38.13	c cleaning 9997 clauses out of 20000 with flag 125002/125002
41.60/41.17	c cleaning 10001 clauses out of 20002 with flag 135001/135001
44.80/44.32	c cleaning 9998 clauses out of 20000 with flag 145000/145000
48.10/47.62	c cleaning 9997 clauses out of 20004 with flag 155002/155002
51.00/50.56	c cleaning 10002 clauses out of 20007 with flag 165002/165002
54.50/54.05	c cleaning 9997 clauses out of 20003 with flag 175000/175000
57.71/57.24	c cleaning 10000 clauses out of 20008 with flag 185002/185002
60.70/60.27	c cleaning 10000 clauses out of 20006 with flag 195000/195000
63.51/63.06	c cleaning 9998 clauses out of 20006 with flag 205000/205000
66.31/65.87	c cleaning 10001 clauses out of 20011 with flag 215003/215003
69.01/68.50	c cleaning 10002 clauses out of 20007 with flag 225000/225000
71.51/71.08	c cleaning 10003 clauses out of 20010 with flag 235005/235005
73.91/73.45	c cleaning 9998 clauses out of 20002 with flag 245000/245000
76.51/76.00	c cleaning 10001 clauses out of 20004 with flag 255000/255000
79.12/78.63	c cleaning 9999 clauses out of 20005 with flag 265002/265002
81.22/80.75	c cleaning 10002 clauses out of 20006 with flag 275002/275002
83.52/83.02	c cleaning 10000 clauses out of 20002 with flag 285000/285000
85.52/85.01	c cleaning 9998 clauses out of 20006 with flag 295004/295004
88.32/87.88	c cleaning 10000 clauses out of 20005 with flag 305001/305001
91.02/90.59	c cleaning 9999 clauses out of 20005 with flag 315001/315001
94.32/93.80	c cleaning 9997 clauses out of 20006 with flag 325001/325001
97.23/96.77	c cleaning 9996 clauses out of 20008 with flag 335000/335000
100.12/99.61	c cleaning 10002 clauses out of 20013 with flag 345001/345001
103.23/102.79	c cleaning 10002 clauses out of 20011 with flag 355001/355001
106.04/105.54	c cleaning 10002 clauses out of 20009 with flag 365001/365001
109.13/108.60	c cleaning 9998 clauses out of 20007 with flag 375001/375001
112.13/111.60	c cleaning 10002 clauses out of 20009 with flag 385001/385001
115.13/114.61	c cleaning 9999 clauses out of 20007 with flag 395001/395001
118.14/117.68	c cleaning 10000 clauses out of 20010 with flag 405003/405003
120.85/120.36	c cleaning 9999 clauses out of 20008 with flag 415001/415001
123.65/123.11	c cleaning 10000 clauses out of 20009 with flag 425001/425001
126.25/125.78	c cleaning 9999 clauses out of 20010 with flag 435002/435002
129.16/128.69	c cleaning 9999 clauses out of 20010 with flag 445001/445001
131.95/131.43	c cleaning 9998 clauses out of 20010 with flag 455000/455000
134.66/134.11	c cleaning 10003 clauses out of 20015 with flag 465003/465003
137.56/137.04	c cleaning 10002 clauses out of 20009 with flag 475000/475000
139.96/139.41	c cleaning 10000 clauses out of 20008 with flag 485001/485001
142.36/141.81	c cleaning 9999 clauses out of 20007 with flag 495000/495000
144.76/144.28	c cleaning 10000 clauses out of 20008 with flag 505000/505000
146.87/146.37	c cleaning 10002 clauses out of 20009 with flag 515001/515001
148.97/148.46	c cleaning 9999 clauses out of 20008 with flag 525002/525002
151.27/150.72	c cleaning 10003 clauses out of 20009 with flag 535002/535002
153.17/152.64	c cleaning 9998 clauses out of 20004 with flag 545000/545000
155.37/154.82	c cleaning 9999 clauses out of 20007 with flag 555001/555001
157.57/157.02	c cleaning 10000 clauses out of 20009 with flag 565002/565002
159.77/159.21	c cleaning 9999 clauses out of 20009 with flag 575002/575002
161.87/161.33	c cleaning 10000 clauses out of 20008 with flag 585000/585000
164.48/163.97	c cleaning 9997 clauses out of 20009 with flag 595001/595001
167.07/166.55	c cleaning 10003 clauses out of 20015 with flag 605004/605004
169.68/169.12	c cleaning 9997 clauses out of 20008 with flag 615000/615000
171.98/171.40	c cleaning 10001 clauses out of 20012 with flag 625001/625001
174.48/173.93	c cleaning 10000 clauses out of 20013 with flag 635003/635003
176.78/176.28	c cleaning 10002 clauses out of 20011 with flag 645001/645001
179.38/178.89	c cleaning 9996 clauses out of 20008 with flag 655000/655000
181.78/181.22	c cleaning 10004 clauses out of 20013 with flag 665001/665001
183.98/183.42	c cleaning 9999 clauses out of 20008 with flag 675000/675000
186.18/185.69	c cleaning 10001 clauses out of 20009 with flag 685000/685000
188.38/187.81	c cleaning 10001 clauses out of 20009 with flag 695001/695001
190.38/189.84	c cleaning 9999 clauses out of 20007 with flag 705000/705000
192.48/191.94	c cleaning 9998 clauses out of 20010 with flag 715002/715002
194.59/194.04	c cleaning 9993 clauses out of 20011 with flag 725001/725001
196.61/196.08	c cleaning 10005 clauses out of 20017 with flag 735000/735000
198.71/198.10	c cleaning 10004 clauses out of 20015 with flag 745003/745003
200.72/200.16	c cleaning 9999 clauses out of 20011 with flag 755003/755003
202.82/202.21	c cleaning 10002 clauses out of 20014 with flag 765005/765005
204.72/204.15	c cleaning 10000 clauses out of 20009 with flag 775002/775002
206.72/206.18	c cleaning 9998 clauses out of 20008 with flag 785001/785001
208.92/208.35	c cleaning 10001 clauses out of 20009 with flag 795000/795000
210.92/210.39	c cleaning 9997 clauses out of 20008 with flag 805000/805000
213.13/212.50	c cleaning 10000 clauses out of 20012 with flag 815001/815001
215.43/214.85	c cleaning 10003 clauses out of 20011 with flag 825000/825000
217.73/217.14	c cleaning 9999 clauses out of 20008 with flag 835000/835000
220.13/219.52	c cleaning 10001 clauses out of 20010 with flag 845001/845001
222.43/221.89	c cleaning 9998 clauses out of 20008 with flag 855000/855000
224.74/224.15	c cleaning 9999 clauses out of 20010 with flag 865000/865000
226.75/226.13	c cleaning 10001 clauses out of 20013 with flag 875002/875002
228.95/228.32	c cleaning 9997 clauses out of 20011 with flag 885001/885001
231.25/230.61	c cleaning 10002 clauses out of 20013 with flag 895000/895000
233.35/232.76	c cleaning 10001 clauses out of 20012 with flag 905001/905001
235.45/234.85	c cleaning 10001 clauses out of 20010 with flag 915000/915000
237.56/236.97	c cleaning 9999 clauses out of 20009 with flag 925000/925000
239.56/238.97	c cleaning 10002 clauses out of 20011 with flag 935001/935001
242.06/241.44	c cleaning 9997 clauses out of 20009 with flag 945001/945001
244.16/243.55	c cleaning 9998 clauses out of 20011 with flag 955000/955000
246.06/245.45	c cleaning 10004 clauses out of 20018 with flag 965005/965005
248.36/247.70	c cleaning 10000 clauses out of 20009 with flag 975000/975000
250.46/249.85	c cleaning 10002 clauses out of 20010 with flag 985001/985001
252.66/252.07	c cleaning 10000 clauses out of 20007 with flag 995000/995000
254.77/254.18	c cleaning 9999 clauses out of 20008 with flag 1005001/1005001
256.67/256.08	c cleaning 9998 clauses out of 20009 with flag 1015001/1015001
259.08/258.44	c cleaning 10001 clauses out of 20011 with flag 1025001/1025001
261.47/260.82	c cleaning 10001 clauses out of 20010 with flag 1035001/1035001
263.48/262.88	c cleaning 9998 clauses out of 20008 with flag 1045000/1045000
265.58/264.90	c cleaning 10002 clauses out of 20013 with flag 1055003/1055003
267.58/266.91	c cleaning 10000 clauses out of 20009 with flag 1065001/1065001
269.88/269.21	c cleaning 9999 clauses out of 20009 with flag 1075001/1075001
272.48/271.85	c cleaning 10001 clauses out of 20014 with flag 1085005/1085005
274.68/274.07	c cleaning 10000 clauses out of 20008 with flag 1095000/1095000
276.58/275.96	c cleaning 9999 clauses out of 20008 with flag 1105000/1105000
278.48/277.86	c cleaning 10003 clauses out of 20011 with flag 1115002/1115002
280.38/279.77	c cleaning 9998 clauses out of 20007 with flag 1125001/1125001
282.68/282.06	c cleaning 10000 clauses out of 20009 with flag 1135001/1135001
284.78/284.19	c cleaning 9999 clauses out of 20008 with flag 1145000/1145000
286.98/286.37	c cleaning 9998 clauses out of 20009 with flag 1155000/1155000
289.08/288.48	c cleaning 10000 clauses out of 20013 with flag 1165002/1165002
291.09/290.49	c cleaning 10002 clauses out of 20015 with flag 1175004/1175004
293.49/292.81	c cleaning 10003 clauses out of 20009 with flag 1185000/1185000
295.59/294.95	c cleaning 9999 clauses out of 20008 with flag 1195002/1195002
297.80/297.10	c cleaning 10001 clauses out of 20010 with flag 1205003/1205003
299.91/299.22	c cleaning 9998 clauses out of 20006 with flag 1215000/1215000
301.90/301.22	c cleaning 9994 clauses out of 20008 with flag 1225000/1225000
304.00/303.38	c cleaning 10005 clauses out of 20016 with flag 1235002/1235002
306.11/305.44	c cleaning 10001 clauses out of 20011 with flag 1245002/1245002
308.11/307.46	c cleaning 9991 clauses out of 20008 with flag 1255000/1255000
310.31/309.70	c cleaning 10006 clauses out of 20017 with flag 1265000/1265000
312.41/311.71	c cleaning 10004 clauses out of 20011 with flag 1275000/1275000
314.42/313.72	c cleaning 10001 clauses out of 20008 with flag 1285001/1285001
316.62/315.95	c cleaning 10000 clauses out of 20007 with flag 1295001/1295001
318.82/318.19	c cleaning 10001 clauses out of 20007 with flag 1305001/1305001
320.92/320.29	c cleaning 9998 clauses out of 20006 with flag 1315001/1315001
322.93/322.28	c cleaning 10003 clauses out of 20012 with flag 1325005/1325005
325.63/324.98	c cleaning 9990 clauses out of 20005 with flag 1335001/1335001
328.23/327.57	c cleaning 9996 clauses out of 20015 with flag 1345001/1345001
330.73/330.09	c cleaning 9996 clauses out of 20018 with flag 1355000/1355000
332.84/332.15	c cleaning 10009 clauses out of 20024 with flag 1365002/1365002
334.83/334.15	c cleaning 10004 clauses out of 20015 with flag 1375002/1375002
337.03/336.36	c cleaning 10003 clauses out of 20011 with flag 1385002/1385002
339.23/338.53	c cleaning 10002 clauses out of 20007 with flag 1395001/1395001
341.43/340.79	c cleaning 9998 clauses out of 20006 with flag 1405002/1405002
343.94/343.20	c cleaning 10000 clauses out of 20007 with flag 1415001/1415001
346.24/345.58	c cleaning 9999 clauses out of 20006 with flag 1425000/1425000
348.64/347.97	c cleaning 9994 clauses out of 20008 with flag 1435001/1435001
350.85/350.13	c cleaning 10004 clauses out of 20014 with flag 1445001/1445001
353.15/352.47	c cleaning 9998 clauses out of 20011 with flag 1455002/1455002
355.75/355.07	c cleaning 9996 clauses out of 20013 with flag 1465002/1465002
358.05/357.31	c cleaning 10005 clauses out of 20015 with flag 1475000/1475000
360.15/359.44	c cleaning 10002 clauses out of 20011 with flag 1485001/1485001
362.35/361.63	c cleaning 9998 clauses out of 20010 with flag 1495002/1495002
364.56/363.89	c cleaning 10001 clauses out of 20012 with flag 1505002/1505002
366.86/366.17	c cleaning 10000 clauses out of 20010 with flag 1515001/1515001
369.26/368.54	c cleaning 10000 clauses out of 20009 with flag 1525000/1525000
371.66/370.99	c cleaning 10001 clauses out of 20009 with flag 1535000/1535000
373.86/373.17	c cleaning 9997 clauses out of 20008 with flag 1545000/1545000
376.16/375.43	c cleaning 9994 clauses out of 20011 with flag 1555000/1555000
378.46/377.78	c cleaning 10004 clauses out of 20017 with flag 1565000/1565000
380.76/380.06	c cleaning 9997 clauses out of 20014 with flag 1575001/1575001
382.96/382.21	c cleaning 10003 clauses out of 20016 with flag 1585000/1585000
385.26/384.53	c cleaning 10004 clauses out of 20017 with flag 1595004/1595004
387.47/386.74	c cleaning 10000 clauses out of 20010 with flag 1605001/1605001
389.17/388.48	c cleaning 9997 clauses out of 20009 with flag 1615000/1615000
391.57/390.83	c cleaning 9998 clauses out of 20012 with flag 1625000/1625000
393.57/392.81	c cleaning 10002 clauses out of 20017 with flag 1635003/1635003
395.47/394.75	c cleaning 10002 clauses out of 20014 with flag 1645002/1645002
397.67/396.97	c cleaning 10002 clauses out of 20012 with flag 1655002/1655002
399.77/399.09	c cleaning 9999 clauses out of 20009 with flag 1665001/1665001
401.97/401.23	c cleaning 10001 clauses out of 20010 with flag 1675001/1675001
403.87/403.14	c cleaning 10002 clauses out of 20009 with flag 1685001/1685001
405.87/405.17	c cleaning 9999 clauses out of 20008 with flag 1695002/1695002
408.37/407.64	c cleaning 10001 clauses out of 20009 with flag 1705002/1705002
410.77/410.05	c cleaning 9999 clauses out of 20006 with flag 1715000/1715000
413.37/412.65	c cleaning 9999 clauses out of 20008 with flag 1725001/1725001
415.48/414.71	c cleaning 10002 clauses out of 20011 with flag 1735003/1735003
417.38/416.67	c cleaning 9998 clauses out of 20007 with flag 1745001/1745001
419.38/418.68	c cleaning 9999 clauses out of 20010 with flag 1755002/1755002
421.28/420.55	c cleaning 10000 clauses out of 20010 with flag 1765001/1765001
423.38/422.61	c cleaning 10000 clauses out of 20010 with flag 1775001/1775001
425.39/424.66	c cleaning 9999 clauses out of 20011 with flag 1785002/1785002
427.39/426.66	c cleaning 10002 clauses out of 20012 with flag 1795002/1795002
429.39/428.61	c cleaning 9999 clauses out of 20009 with flag 1805001/1805001
431.39/430.63	c cleaning 9999 clauses out of 20009 with flag 1815000/1815000
433.49/432.71	c cleaning 10000 clauses out of 20010 with flag 1825000/1825000
435.30/434.54	c cleaning 9999 clauses out of 20011 with flag 1835001/1835001
437.20/436.42	c cleaning 10002 clauses out of 20012 with flag 1845001/1845001
439.00/438.22	c cleaning 10000 clauses out of 20010 with flag 1855001/1855001
440.80/440.10	c cleaning 10002 clauses out of 20009 with flag 1865000/1865000
442.80/442.00	c cleaning 9999 clauses out of 20009 with flag 1875002/1875002
444.70/443.95	c cleaning 9999 clauses out of 20008 with flag 1885000/1885000
446.70/445.90	c cleaning 10000 clauses out of 20010 with flag 1895001/1895001
448.60/447.88	c cleaning 10001 clauses out of 20011 with flag 1905002/1905002
450.60/449.85	c cleaning 9999 clauses out of 20008 with flag 1915000/1915000
452.60/451.81	c cleaning 10001 clauses out of 20013 with flag 1925004/1925004
454.40/453.68	c cleaning 9999 clauses out of 20010 with flag 1935002/1935002
456.21/455.46	c cleaning 9999 clauses out of 20010 with flag 1945001/1945001
458.10/457.31	c cleaning 9999 clauses out of 20010 with flag 1955000/1955000
459.81/459.02	c cleaning 10002 clauses out of 20011 with flag 1965000/1965000
461.61/460.85	c cleaning 9993 clauses out of 20010 with flag 1975001/1975001
463.31/462.57	c cleaning 10007 clauses out of 20017 with flag 1985001/1985001
465.71/464.94	c cleaning 10002 clauses out of 20015 with flag 1995006/1995006
468.01/467.26	c cleaning 10004 clauses out of 20011 with flag 2005004/2005004
470.21/469.46	c cleaning 9990 clauses out of 20005 with flag 2015002/2015002
472.62/471.89	c cleaning 10004 clauses out of 20015 with flag 2025002/2025002
475.11/474.34	c cleaning 9996 clauses out of 20009 with flag 2035000/2035000
477.31/476.54	c cleaning 9999 clauses out of 20013 with flag 2045000/2045000
479.72/478.96	c cleaning 10006 clauses out of 20015 with flag 2055001/2055001
482.02/481.26	c cleaning 9998 clauses out of 20008 with flag 2065000/2065000
484.02/483.29	c cleaning 10001 clauses out of 20012 with flag 2075002/2075002
486.22/485.43	c cleaning 9999 clauses out of 20009 with flag 2085000/2085000
488.13/487.34	c cleaning 10003 clauses out of 20013 with flag 2095003/2095003
489.82/489.07	c cleaning 10000 clauses out of 20008 with flag 2105001/2105001
491.62/490.84	c cleaning 10003 clauses out of 20013 with flag 2115006/2115006
493.73/492.93	c cleaning 9997 clauses out of 20006 with flag 2125002/2125002
495.53/494.74	c cleaning 9998 clauses out of 20009 with flag 2135002/2135002
497.43/496.66	c cleaning 10003 clauses out of 20009 with flag 2145000/2145000
499.33/498.52	c cleaning 10000 clauses out of 20007 with flag 2155001/2155001
501.03/500.28	c cleaning 9997 clauses out of 20006 with flag 2165000/2165000
502.84/502.05	c cleaning 9999 clauses out of 20009 with flag 2175000/2175000
504.74/503.98	c cleaning 10002 clauses out of 20011 with flag 2185001/2185001
506.74/505.95	c cleaning 10000 clauses out of 20009 with flag 2195001/2195001
508.65/507.87	c cleaning 10003 clauses out of 20012 with flag 2205004/2205004
510.35/509.60	c cleaning 9999 clauses out of 20006 with flag 2215001/2215001
512.36/511.54	c cleaning 9998 clauses out of 20006 with flag 2225000/2225000
514.35/513.58	c cleaning 9999 clauses out of 20010 with flag 2235002/2235002
516.35/515.54	c cleaning 9999 clauses out of 20010 with flag 2245001/2245001
518.25/517.48	c cleaning 10002 clauses out of 20011 with flag 2255001/2255001
520.15/519.31	c cleaning 10000 clauses out of 20008 with flag 2265000/2265000
521.85/521.09	c cleaning 9999 clauses out of 20008 with flag 2275000/2275000
523.96/523.15	c cleaning 9999 clauses out of 20010 with flag 2285001/2285001
526.05/525.26	c cleaning 10001 clauses out of 20010 with flag 2295000/2295000
528.05/527.26	c cleaning 9998 clauses out of 20009 with flag 2305000/2305000
529.96/529.14	c cleaning 10002 clauses out of 20012 with flag 2315001/2315001
531.96/531.19	c cleaning 9998 clauses out of 20012 with flag 2325003/2325003
533.86/533.09	c cleaning 10002 clauses out of 20011 with flag 2335000/2335000
535.76/534.96	c cleaning 10001 clauses out of 20009 with flag 2345000/2345000
537.67/536.84	c cleaning 9996 clauses out of 20008 with flag 2355000/2355000
539.56/538.75	c cleaning 10001 clauses out of 20012 with flag 2365000/2365000
541.46/540.64	c cleaning 10002 clauses out of 20012 with flag 2375001/2375001
543.36/542.57	c cleaning 10001 clauses out of 20009 with flag 2385000/2385000
545.27/544.44	c cleaning 9998 clauses out of 20008 with flag 2395000/2395000
547.38/546.53	c cleaning 10001 clauses out of 20011 with flag 2405001/2405001
549.28/548.47	c cleaning 10000 clauses out of 20009 with flag 2415000/2415000
551.18/550.30	c cleaning 10004 clauses out of 20011 with flag 2425002/2425002
553.28/552.41	c cleaning 9996 clauses out of 20006 with flag 2435001/2435001
555.58/554.71	c cleaning 10000 clauses out of 20009 with flag 2445000/2445000
557.69/556.88	c cleaning 9999 clauses out of 20010 with flag 2455001/2455001
559.59/558.78	c cleaning 10002 clauses out of 20011 with flag 2465001/2465001
561.69/560.89	c cleaning 9999 clauses out of 20011 with flag 2475003/2475003
563.69/562.87	c cleaning 10001 clauses out of 20009 with flag 2485000/2485000
565.69/564.84	c cleaning 9999 clauses out of 20010 with flag 2495002/2495002
567.69/566.80	c cleaning 9999 clauses out of 20012 with flag 2505003/2505003
569.79/568.97	c cleaning 10002 clauses out of 20011 with flag 2515001/2515001
571.89/571.02	c cleaning 10000 clauses out of 20008 with flag 2525000/2525000
573.90/573.05	c cleaning 9999 clauses out of 20008 with flag 2535000/2535000
575.90/575.02	c cleaning 9999 clauses out of 20009 with flag 2545000/2545000
577.90/577.00	c cleaning 10002 clauses out of 20011 with flag 2555001/2555001
580.00/579.10	c cleaning 10002 clauses out of 20009 with flag 2565001/2565001
582.00/581.12	c cleaning 9998 clauses out of 20006 with flag 2575000/2575000
584.10/583.24	c cleaning 10002 clauses out of 20009 with flag 2585001/2585001
586.20/585.35	c cleaning 9999 clauses out of 20006 with flag 2595000/2595000
588.31/587.48	c cleaning 9999 clauses out of 20007 with flag 2605000/2605000
590.20/589.38	c cleaning 9999 clauses out of 20008 with flag 2615000/2615000
592.40/591.51	c cleaning 10000 clauses out of 20009 with flag 2625000/2625000
594.60/593.77	c cleaning 9994 clauses out of 20009 with flag 2635000/2635000
596.80/595.98	c cleaning 10004 clauses out of 20017 with flag 2645002/2645002
598.90/598.04	c cleaning 10003 clauses out of 20013 with flag 2655002/2655002
601.10/600.29	c cleaning 9997 clauses out of 20009 with flag 2665001/2665001
603.51/602.64	c cleaning 10002 clauses out of 20016 with flag 2675005/2675005
605.61/604.74	c cleaning 10000 clauses out of 20011 with flag 2685002/2685002
607.81/606.91	c cleaning 9999 clauses out of 20009 with flag 2695000/2695000
609.81/608.96	c cleaning 10000 clauses out of 20010 with flag 2705000/2705000
611.91/611.01	c cleaning 10002 clauses out of 20010 with flag 2715000/2715000
614.11/613.20	c cleaning 10001 clauses out of 20009 with flag 2725001/2725001
616.11/615.23	c cleaning 10001 clauses out of 20009 with flag 2735002/2735002
617.92/617.09	c cleaning 9998 clauses out of 20008 with flag 2745002/2745002
619.82/618.98	c cleaning 10000 clauses out of 20010 with flag 2755002/2755002
621.82/620.97	c cleaning 10001 clauses out of 20009 with flag 2765001/2765001
623.82/622.93	c cleaning 10001 clauses out of 20009 with flag 2775002/2775002
625.73/624.88	c cleaning 10001 clauses out of 20007 with flag 2785001/2785001
627.72/626.88	c cleaning 9998 clauses out of 20005 with flag 2795000/2795000
629.92/629.06	c cleaning 10003 clauses out of 20009 with flag 2805002/2805002
632.02/631.11	c cleaning 9997 clauses out of 20004 with flag 2815000/2815000
633.92/633.05	c cleaning 9994 clauses out of 20009 with flag 2825002/2825002
635.82/634.95	c cleaning 10003 clauses out of 20013 with flag 2835000/2835000
637.73/636.85	c cleaning 10004 clauses out of 20010 with flag 2845000/2845000
639.62/638.78	c cleaning 9999 clauses out of 20006 with flag 2855000/2855000
641.52/640.67	c cleaning 9996 clauses out of 20008 with flag 2865001/2865001
643.53/642.65	c cleaning 10000 clauses out of 20012 with flag 2875001/2875001
645.53/644.63	c cleaning 10000 clauses out of 20011 with flag 2885000/2885000
647.33/646.49	c cleaning 10002 clauses out of 20011 with flag 2895000/2895000
649.43/648.50	c cleaning 10003 clauses out of 20010 with flag 2905001/2905001
651.43/650.58	c cleaning 9998 clauses out of 20006 with flag 2915000/2915000
653.43/652.57	c cleaning 10001 clauses out of 20011 with flag 2925003/2925003
655.44/654.53	c cleaning 10002 clauses out of 20011 with flag 2935004/2935004
657.44/656.54	c cleaning 10001 clauses out of 20006 with flag 2945001/2945001
659.44/658.52	c cleaning 10000 clauses out of 20006 with flag 2955002/2955002
661.45/660.51	c cleaning 10002 clauses out of 20004 with flag 2965000/2965000
663.58/662.63	c cleaning 9999 clauses out of 20004 with flag 2975002/2975002
665.80/664.62	c cleaning 10001 clauses out of 20004 with flag 2985001/2985001
668.15/666.91	c cleaning 9997 clauses out of 20002 with flag 2995000/2995000
670.38/669.15	c cleaning 9997 clauses out of 20005 with flag 3005000/3005000
672.70/671.46	c cleaning 10002 clauses out of 20009 with flag 3015001/3015001
674.70/673.44	c cleaning 9995 clauses out of 20006 with flag 3025000/3025000
676.80/675.55	c cleaning 10000 clauses out of 20014 with flag 3035003/3035003
678.80/677.59	c cleaning 10002 clauses out of 20012 with flag 3045001/3045001
680.90/679.62	c cleaning 10004 clauses out of 20011 with flag 3055002/3055002
682.70/681.40	c cleaning 9999 clauses out of 20005 with flag 3065000/3065000
684.61/683.32	c cleaning 10004 clauses out of 20008 with flag 3075002/3075002
686.52/685.22	c starts		: 249
686.52/685.22	c conflicts		: 3084576
686.52/685.22	c decisions		: 3580380
686.52/685.22	c propagations		: 49177888
686.52/685.22	c inspects		: 7600065467
686.52/685.22	c learnt literals	: 6
686.52/685.22	c learnt binary clauses	: 27
686.52/685.22	c learnt ternary clauses	: 51
686.52/685.22	c learnt clauses	: 3084569
686.52/685.22	c ignored clauses	: 0
686.52/685.22	c root simplifications	: 0
686.52/685.22	c removed literals (reason simplification)	: 21260756
686.52/685.22	c reason swapping (by a shorter reason)	: 0
686.52/685.22	c Calls to reduceDB	: 309
686.52/685.22	c number of reductions to clauses (during analyze)	: 0
686.52/685.22	c number of learned constraints concerned by reduction	: 0
686.52/685.22	c number of learning phase by resolution	: 0
686.52/685.22	c number of learning phase by cutting planes	: 0
686.52/685.22	c speed (assignments/second)	: 71795.78637865363
686.52/685.22	c non guided choices	145
686.52/685.22	c learnt constraints type 
686.52/685.22	c constraints type 
686.52/685.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
686.52/685.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
686.52/685.22	s OPTIMUM FOUND
686.52/685.22	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 
686.52/685.22	c objective function=1
686.52/685.22	c Total wall clock time (in seconds): 685.128

Verifier Data

OK	1

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4143
/proc/meminfo: memFree=32167896/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=13164 CPUtime=0
/proc/4143/stat : 4143 (java) R 4141 4143 3783 0 -1 4194304 926 0 0 0 0 0 0 0 23 0 1 0 919306 13479936 423 4089446400 134512640 134550932 4290109152 18446744073709551615 2815621 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4143/statm: 3291 424 145 10 0 1121 0

[startup+0.0503061 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4143
/proc/meminfo: memFree=32167896/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1528568 CPUtime=0.03
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 4004 0 1 0 3 0 0 0 23 0 18 0 919306 1565253632 3443 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 382142 3444 1077 10 0 379445 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528568

[startup+0.101297 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4143
/proc/meminfo: memFree=32167896/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1529692 CPUtime=0.11
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 5214 0 1 0 10 1 0 0 23 0 18 0 919306 1566404608 4646 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 382423 4646 1347 10 0 379726 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529692

[startup+0.300259 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4143
/proc/meminfo: memFree=32167896/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1533372 CPUtime=0.59
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 6745 0 1 0 58 1 0 0 23 0 19 0 919306 1570172928 5833 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 383343 5833 1415 10 0 380646 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1533372

[startup+0.700244 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4143
/proc/meminfo: memFree=32167896/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1533372 CPUtime=1.05
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 7362 0 1 0 104 1 0 0 23 0 19 0 919306 1570172928 6450 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 383343 6451 1422 10 0 380646 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1533372

[startup+1.50104 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4162
/proc/meminfo: memFree=32145804/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1533372 CPUtime=1.88
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 8079 0 1 0 187 1 0 0 23 0 19 0 919306 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 383343 7166 1437 10 0 380646 0
[pid=4143/tid=4145] ppid=4141 vsize=1533372 CPUtime=1.46
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 4660 0 1 0 146 0 0 0 21 0 19 0 919307 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4109643322 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 309 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 304 0 0 0 0 0 0 0 17 0 19 0 919308 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1533372 CPUtime=0.17
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 806 0 0 0 17 0 0 0 16 0 19 0 919311 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1533372 CPUtime=0.22
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 929 0 0 0 22 0 0 0 15 0 19 0 919311 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 919311 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1570172928 7166 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1533372

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4162
/proc/meminfo: memFree=32142456/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1533372 CPUtime=3.51
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 8814 0 1 0 350 1 0 0 23 0 19 0 919306 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 383343 7892 1437 10 0 380646 0
[pid=4143/tid=4145] ppid=4141 vsize=1533372 CPUtime=3.05
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 4662 0 1 0 305 0 0 0 25 0 19 0 919307 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4109649904 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 132 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1533372 CPUtime=0.01
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 581 0 0 0 1 0 0 0 15 0 19 0 919308 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1533372 CPUtime=0.18
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 809 0 0 0 18 0 0 0 16 0 19 0 919311 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1533372 CPUtime=0.24
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 931 0 0 0 24 0 0 0 16 0 19 0 919311 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 919311 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1570172928 7892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1533372

[startup+6.30119 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4162
/proc/meminfo: memFree=32141536/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1533372 CPUtime=6.74
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 9279 0 1 0 673 1 0 0 23 0 19 0 919306 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 383343 8352 1439 10 0 380646 0
[pid=4143/tid=4145] ppid=4141 vsize=1533372 CPUtime=6.22
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 4663 0 1 0 622 0 0 0 25 0 19 0 919307 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4109632976 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 171 0 0 0 0 0 0 0 16 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 150 0 0 0 0 0 0 0 16 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1533372 CPUtime=0.03
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 765 0 0 0 3 0 0 0 15 0 19 0 919308 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1533372 CPUtime=0.18
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 809 0 0 0 18 0 0 0 15 0 19 0 919311 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1533372 CPUtime=0.27
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 943 0 0 0 27 0 0 0 15 0 19 0 919311 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 919311 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1570172928 8352 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 1533372

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4162
/proc/meminfo: memFree=32139696/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1533372 CPUtime=13.14
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 9821 0 1 0 1313 1 0 0 23 0 19 0 919306 1570172928 8892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 383343 8892 1439 10 0 380646 0
[pid=4143/tid=4145] ppid=4141 vsize=1533372 CPUtime=12.6
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 4666 0 1 0 1260 0 0 0 25 0 19 0 919307 1570172928 8892 4089446400 134512640 134550932 4290109152 18446744073709551615 4109632630 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1533372 CPUtime=0
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 19 0 919308 1570172928 8892 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0

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

/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 387 0 0 0 9 1 0 0 16 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 177 0 0 0 8 1 0 0 15 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 181 0 0 0 10 0 0 0 16 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 115 0 0 0 9 0 0 0 15 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 62 0 0 0 9 0 0 0 16 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 4 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1541032 CPUtime=0.11
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 159 0 0 0 10 1 0 0 16 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 73 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 151 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1541032 CPUtime=3.74
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 2070 0 0 0 372 2 0 0 15 0 19 0 919308 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1541032 CPUtime=0.22
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 820 0 0 0 22 0 0 0 15 0 19 0 919311 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1541032 CPUtime=0.62
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 3986 0 0 0 62 0 0 0 15 0 19 0 919311 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 919311 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1578016768 11970 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.21
Current children cumulated vsize (KiB) 1541032

[startup+684.701 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4329
/proc/meminfo: memFree=32285612/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1541032 CPUtime=686.02
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 14411 0 1 0 68590 12 0 0 23 0 19 0 919306 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 385258 11971 1439 10 0 382561 0
[pid=4143/tid=4145] ppid=4141 vsize=1541032 CPUtime=680.5
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 5124 0 1 0 68049 1 0 0 25 0 19 0 919307 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4109681215 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 387 0 0 0 9 1 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 177 0 0 0 8 1 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 181 0 0 0 10 0 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 115 0 0 0 9 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 62 0 0 0 9 0 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 4 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1541032 CPUtime=0.11
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 159 0 0 0 10 1 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 73 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 151 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1541032 CPUtime=3.74
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 2070 0 0 0 372 2 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1541032 CPUtime=0.23
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 820 0 0 0 23 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1541032 CPUtime=0.62
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 3986 0 0 0 62 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 686.02
Current children cumulated vsize (KiB) 1541032

[startup+685.101 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4329
/proc/meminfo: memFree=32285612/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1541032 CPUtime=686.42
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 14411 0 1 0 68630 12 0 0 23 0 19 0 919306 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 385258 11971 1439 10 0 382561 0
[pid=4143/tid=4145] ppid=4141 vsize=1541032 CPUtime=680.9
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 5124 0 1 0 68089 1 0 0 25 0 19 0 919307 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4109681215 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 387 0 0 0 9 1 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 177 0 0 0 8 1 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 181 0 0 0 10 0 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 115 0 0 0 9 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 62 0 0 0 9 0 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 4 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1541032 CPUtime=0.11
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 159 0 0 0 10 1 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 73 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 151 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1541032 CPUtime=3.74
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 2070 0 0 0 372 2 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1541032 CPUtime=0.23
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 820 0 0 0 23 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1541032 CPUtime=0.62
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 3986 0 0 0 62 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 686.42
Current children cumulated vsize (KiB) 1541032

[startup+685.201 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 4329
/proc/meminfo: memFree=32285612/32950904 swapFree=67111528/67111528
[pid=4143] ppid=4141 vsize=1541032 CPUtime=686.52
/proc/4143/stat : 4143 (java) S 4141 4143 3783 0 -1 4202496 14411 0 1 0 68640 12 0 0 23 0 19 0 919306 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4143/statm: 385258 11971 1439 10 0 382561 0
[pid=4143/tid=4145] ppid=4141 vsize=1541032 CPUtime=681
/proc/4143/task/4145/stat : 4145 (java) R 4141 4143 3783 0 -1 4202560 5124 0 1 0 68099 1 0 0 25 0 19 0 919307 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4109485728 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4143/tid=4146] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4146/stat : 4146 (java) S 4141 4143 3783 0 -1 4202560 387 0 0 0 9 1 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4147] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4147/stat : 4147 (java) S 4141 4143 3783 0 -1 4202560 177 0 0 0 8 1 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4148] ppid=4141 vsize=1541032 CPUtime=0.1
/proc/4143/task/4148/stat : 4148 (java) S 4141 4143 3783 0 -1 4202560 181 0 0 0 10 0 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4149] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4149/stat : 4149 (java) S 4141 4143 3783 0 -1 4202560 115 0 0 0 9 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4150] ppid=4141 vsize=1541032 CPUtime=0.09
/proc/4143/task/4150/stat : 4150 (java) S 4141 4143 3783 0 -1 4202560 62 0 0 0 9 0 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 4 0 0 0
[pid=4143/tid=4151] ppid=4141 vsize=1541032 CPUtime=0.11
/proc/4143/task/4151/stat : 4151 (java) S 4141 4143 3783 0 -1 4202560 159 0 0 0 10 1 0 0 16 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4152] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4152/stat : 4152 (java) S 4141 4143 3783 0 -1 4202560 73 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4153] ppid=4141 vsize=1541032 CPUtime=0.12
/proc/4143/task/4153/stat : 4153 (java) S 4141 4143 3783 0 -1 4202560 151 0 0 0 12 0 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4154] ppid=4141 vsize=1541032 CPUtime=3.74
/proc/4143/task/4154/stat : 4154 (java) S 4141 4143 3783 0 -1 4202560 2070 0 0 0 372 2 0 0 15 0 19 0 919308 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 0 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
[pid=4143/tid=4155] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4155/stat : 4155 (java) S 4141 4143 3783 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4156] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4156/stat : 4156 (java) S 4141 4143 3783 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 919309 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4157] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4157/stat : 4157 (java) S 4141 4143 3783 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 1 0 0 0
[pid=4143/tid=4158] ppid=4141 vsize=1541032 CPUtime=0.23
/proc/4143/task/4158/stat : 4158 (java) S 4141 4143 3783 0 -1 4202560 820 0 0 0 23 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 0 0 0 0
[pid=4143/tid=4159] ppid=4141 vsize=1541032 CPUtime=0.62
/proc/4143/task/4159/stat : 4159 (java) S 4141 4143 3783 0 -1 4202560 3986 0 0 0 62 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4160] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4160/stat : 4160 (java) S 4141 4143 3783 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 3 0 0 0
[pid=4143/tid=4161] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4161/stat : 4161 (java) S 4141 4143 3783 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 919311 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 5 0 0 0
[pid=4143/tid=4162] ppid=4141 vsize=1541032 CPUtime=0
/proc/4143/task/4162/stat : 4162 (java) S 4141 4143 3783 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 919319 1578016768 11971 4089446400 134512640 134550932 4290109152 18446744073709551615 4294960144 0 4 0 16800975 18446604471115315008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 686.52
Current children cumulated vsize (KiB) 1541032

Child status: 30
Real time (s): 685.261
CPU time (s): 686.566
CPU user time (s): 686.435
CPU system time (s): 0.13098
CPU usage (%): 100.19
Max. virtual memory (cumulated for all children) (KiB): 1541032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 686.435
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14427
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= 21724
involuntary context switches= 61571

runsolver used 1.17382 second user time and 2.58661 second system time

The end

Launcher Data

Begin job on node121 at 2010-07-05 12:50:54
IDJOB=2698577
IDBENCH=79175
IDSOLVER=1211
FILE ID=node121/2698577-1278327054
PBS_JOBID= 11207454
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698577-1278327054/watcher-2698577-1278327054 -o /tmp/evaluation-result-2698577-1278327054/solver-2698577-1278327054 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698577-1278327054.wbo

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

MD5SUM BENCH= 765d2479315862ebcb627a16e181d11d
RANDOM SEED=597869569

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      32168788 kB
Buffers:         19664 kB
Cached:         312328 kB
SwapCached:          0 kB
Active:         430620 kB
Inactive:       250824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      32168788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             148 kB
Writeback:           0 kB
AnonPages:      349932 kB
Mapped:          20288 kB
Slab:            35792 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1649316 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= 74204 MiB
End job on node121 at 2010-07-05 13:02:20