Trace number 3458077

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT3 302.705 300.667

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
MD5SUM98317fc891a56a06b9f6f284bcd4ad38
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.70598
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458077-1307157902.opb
0.11/0.11	c reading problem ... 
0.25/0.20	c ... done. Wall clock time 0.092s.
0.25/0.20	c #vars     864
0.25/0.20	c #constraints  1321
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
1.09/0.77	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.75/1.35	c cleaning 4251 clauses out of 8501 with flag 11001/11001
2.66/2.23	c cleaning 5627 clauses out of 11253 with flag 18004/18004
3.56/3.15	c cleaning 6810 clauses out of 13622 with flag 26000/26000
4.40/3.91	c cleaning 7905 clauses out of 15813 with flag 35001/35001
5.41/4.98	c cleaning 8949 clauses out of 17909 with flag 45002/45002
6.41/5.99	c cleaning 9477 clauses out of 18959 with flag 55001/55001
7.23/6.78	c cleaning 9735 clauses out of 19482 with flag 65001/65001
8.33/7.88	c cleaning 9871 clauses out of 19747 with flag 75001/75001
9.44/8.98	c cleaning 9935 clauses out of 19875 with flag 85000/85000
10.43/9.94	c cleaning 9967 clauses out of 19940 with flag 95000/95000
11.29/10.70	c cleaning 9979 clauses out of 19974 with flag 105001/105001
12.26/11.53	c cleaning 9992 clauses out of 19994 with flag 115000/115000
13.42/12.37	c cleaning 9998 clauses out of 20002 with flag 125000/125000
14.33/13.30	c cleaning 9998 clauses out of 20005 with flag 135001/135001
15.13/14.09	c cleaning 10000 clauses out of 20007 with flag 145001/145001
16.03/14.96	c cleaning 9999 clauses out of 20006 with flag 155000/155000
17.03/15.92	c cleaning 9992 clauses out of 20008 with flag 165001/165001
18.03/16.95	c cleaning 9999 clauses out of 20016 with flag 175001/175001
18.93/17.86	c cleaning 10003 clauses out of 20017 with flag 185001/185001
19.74/18.61	c cleaning 10000 clauses out of 20014 with flag 195001/195001
20.54/19.42	c cleaning 10005 clauses out of 20013 with flag 205000/205000
21.54/20.43	c cleaning 10000 clauses out of 20009 with flag 215001/215001
22.44/21.35	c cleaning 9999 clauses out of 20009 with flag 225001/225001
23.15/22.07	c cleaning 9998 clauses out of 20011 with flag 235002/235002
23.84/22.79	c cleaning 9996 clauses out of 20012 with flag 245001/245001
24.55/23.49	c cleaning 9998 clauses out of 20015 with flag 255000/255000
25.35/24.26	c cleaning 9997 clauses out of 20018 with flag 265001/265001
26.15/25.00	c cleaning 10001 clauses out of 20020 with flag 275000/275000
27.05/25.98	c cleaning 10006 clauses out of 20019 with flag 285000/285000
27.95/26.86	c cleaning 9994 clauses out of 20013 with flag 295000/295000
28.66/27.58	c cleaning 10001 clauses out of 20020 with flag 305001/305001
29.35/28.29	c cleaning 9997 clauses out of 20018 with flag 315000/315000
30.26/29.11	c cleaning 10004 clauses out of 20022 with flag 325001/325001
31.18/30.05	c cleaning 10006 clauses out of 20017 with flag 335000/335000
32.18/31.05	c cleaning 10003 clauses out of 20012 with flag 345001/345001
33.38/32.24	c cleaning 10000 clauses out of 20008 with flag 355001/355001
34.08/32.99	c cleaning 9994 clauses out of 20007 with flag 365000/365000
34.79/33.62	c cleaning 9999 clauses out of 20014 with flag 375001/375001
35.49/34.34	c cleaning 9994 clauses out of 20014 with flag 385000/385000
36.09/34.96	c cleaning 10005 clauses out of 20021 with flag 395001/395001
37.19/36.06	c cleaning 10003 clauses out of 20016 with flag 405001/405001
38.29/37.15	c cleaning 10002 clauses out of 20013 with flag 415001/415001
39.50/38.37	c cleaning 9997 clauses out of 20010 with flag 425000/425000
40.60/39.47	c cleaning 10002 clauses out of 20013 with flag 435000/435000
41.80/40.61	c cleaning 10003 clauses out of 20012 with flag 445001/445001
42.52/41.38	c cleaning 9997 clauses out of 20008 with flag 455000/455000
43.32/42.14	c cleaning 10000 clauses out of 20015 with flag 465004/465004
44.02/42.86	c cleaning 9991 clauses out of 20011 with flag 475000/475000
44.92/43.70	c cleaning 10001 clauses out of 20020 with flag 485000/485000
45.92/44.76	c cleaning 10002 clauses out of 20019 with flag 495000/495000
47.02/45.83	c cleaning 10002 clauses out of 20018 with flag 505001/505001
48.12/46.90	c cleaning 10000 clauses out of 20015 with flag 515000/515000
49.13/47.90	c cleaning 10004 clauses out of 20015 with flag 525000/525000
49.83/48.68	c cleaning 10000 clauses out of 20014 with flag 535003/535003
50.75/49.54	c cleaning 10001 clauses out of 20012 with flag 545001/545001
51.64/50.45	c cleaning 9997 clauses out of 20010 with flag 555000/555000
52.24/51.07	c cleaning 9996 clauses out of 20015 with flag 565002/565002
52.84/51.67	c cleaning 9997 clauses out of 20017 with flag 575000/575000
53.44/52.22	c cleaning 9995 clauses out of 20020 with flag 585000/585000
54.24/53.06	c cleaning 10007 clauses out of 20025 with flag 595000/595000
55.54/54.30	c cleaning 10004 clauses out of 20018 with flag 605000/605000
56.64/55.47	c cleaning 10000 clauses out of 20014 with flag 615000/615000
57.85/56.66	c cleaning 9997 clauses out of 20014 with flag 625000/625000
58.85/57.64	c cleaning 10002 clauses out of 20017 with flag 635000/635000
59.95/58.70	c cleaning 10003 clauses out of 20015 with flag 645000/645000
60.96/59.71	c cleaning 10001 clauses out of 20013 with flag 655001/655001
62.06/60.82	c cleaning 10001 clauses out of 20013 with flag 665002/665002
63.16/61.91	c cleaning 10002 clauses out of 20011 with flag 675001/675001
64.26/63.04	c cleaning 10001 clauses out of 20009 with flag 685001/685001
65.36/64.12	c cleaning 9999 clauses out of 20008 with flag 695001/695001
66.08/64.88	c cleaning 10000 clauses out of 20009 with flag 705001/705001
66.89/65.65	c cleaning 9997 clauses out of 20008 with flag 715000/715000
67.69/66.44	c cleaning 10006 clauses out of 20012 with flag 725001/725001
68.79/67.58	c cleaning 10003 clauses out of 20005 with flag 735000/735000
69.99/68.71	c cleaning 10000 clauses out of 20002 with flag 745001/745001
71.09/69.84	c cleaning 9994 clauses out of 20001 with flag 755001/755001
71.71/70.41	c cleaning 9974 clauses out of 20007 with flag 765001/765001
72.31/71.05	c cleaning 9998 clauses out of 20032 with flag 775000/775000
72.93/71.63	c cleaning 9990 clauses out of 20034 with flag 785000/785000
73.52/72.29	c cleaning 9994 clauses out of 20044 with flag 795000/795000
74.22/72.98	c cleaning 10001 clauses out of 20051 with flag 805001/805001
74.92/73.66	c cleaning 9999 clauses out of 20051 with flag 815002/815002
75.62/74.39	c cleaning 10018 clauses out of 20050 with flag 825000/825000
76.53/75.22	c cleaning 10010 clauses out of 20033 with flag 835001/835001
77.63/76.32	c cleaning 10002 clauses out of 20022 with flag 845000/845000
78.73/77.43	c cleaning 10003 clauses out of 20020 with flag 855000/855000
79.83/78.53	c cleaning 10002 clauses out of 20019 with flag 865002/865002
81.04/79.73	c cleaning 9998 clauses out of 20016 with flag 875001/875001
82.14/80.82	c cleaning 10004 clauses out of 20018 with flag 885001/885001
83.14/81.89	c cleaning 10000 clauses out of 20013 with flag 895000/895000
84.15/82.84	c cleaning 9998 clauses out of 20013 with flag 905000/905000
84.85/83.59	c cleaning 9989 clauses out of 20016 with flag 915001/915001
85.75/84.45	c cleaning 10011 clauses out of 20027 with flag 925001/925001
86.65/85.33	c cleaning 9990 clauses out of 20015 with flag 935000/935000
87.56/86.26	c cleaning 10009 clauses out of 20026 with flag 945001/945001
88.66/87.33	c cleaning 10004 clauses out of 20016 with flag 955000/955000
89.67/88.32	c cleaning 10001 clauses out of 20012 with flag 965000/965000
90.27/88.99	c cleaning 9993 clauses out of 20013 with flag 975002/975002
90.98/89.61	c cleaning 9985 clauses out of 20019 with flag 985001/985001
91.78/90.46	c cleaning 9988 clauses out of 20033 with flag 995000/995000
92.08/90.71	c SATISFIABLE
92.08/90.71	c OPTIMIZING...
92.08/90.71	c Got one! Elapsed wall clock time (in seconds):90.601
92.08/90.71	o 5
92.08/90.78	c cleaning 7722 clauses out of 15482 with flag 1000/1000437
92.49/91.16	c cleaning 6861 clauses out of 13760 with flag 7000/1006437
92.99/91.66	c cleaning 6930 clauses out of 13899 with flag 14000/1013437
93.59/92.25	c cleaning 7469 clauses out of 14969 with flag 22000/1021437
94.29/92.92	c cleaning 8242 clauses out of 16501 with flag 31001/1030438
95.40/94.01	c cleaning 9123 clauses out of 18259 with flag 41001/1040438
96.40/95.06	c cleaning 9565 clauses out of 19135 with flag 51000/1050437
97.50/96.12	c cleaning 9778 clauses out of 19571 with flag 61001/1060438
98.51/97.13	c cleaning 9889 clauses out of 19793 with flag 71001/1070438
99.61/98.24	c cleaning 9950 clauses out of 19904 with flag 81001/1080438
100.42/99.09	c cleaning 9972 clauses out of 19954 with flag 91001/1090438
101.42/100.01	c cleaning 9986 clauses out of 19982 with flag 101001/1100438
102.32/100.94	c cleaning 9991 clauses out of 19996 with flag 111001/1110438
103.02/101.66	c cleaning 9992 clauses out of 20005 with flag 121001/1120438
103.73/102.33	c cleaning 9999 clauses out of 20013 with flag 131001/1130438
104.42/103.02	c cleaning 9997 clauses out of 20014 with flag 141001/1140438
105.42/104.08	c cleaning 10004 clauses out of 20017 with flag 151001/1150438
106.54/105.13	c cleaning 9997 clauses out of 20013 with flag 161001/1160438
107.54/106.19	c cleaning 10002 clauses out of 20015 with flag 171000/1170437
108.65/107.28	c cleaning 9999 clauses out of 20013 with flag 181000/1180437
109.85/108.47	c cleaning 9998 clauses out of 20015 with flag 191001/1190438
111.05/109.66	c cleaning 9995 clauses out of 20016 with flag 201000/1200437
112.25/110.81	c cleaning 10000 clauses out of 20022 with flag 211001/1210438
113.18/111.72	c cleaning 10005 clauses out of 20021 with flag 221001/1220438
114.08/112.67	c cleaning 10002 clauses out of 20016 with flag 231001/1230438
114.98/113.59	c cleaning 10000 clauses out of 20013 with flag 241000/1240437
115.90/114.47	c cleaning 10001 clauses out of 20014 with flag 251001/1250438
116.79/115.35	c cleaning 9995 clauses out of 20012 with flag 261000/1260437
117.59/116.18	c cleaning 10005 clauses out of 20018 with flag 271001/1270438
118.39/116.97	c cleaning 9998 clauses out of 20014 with flag 281002/1280439
118.99/117.55	c Got one! Elapsed wall clock time (in seconds):117.439
118.99/117.55	o 3
119.40/117.92	c cleaning 11412 clauses out of 22840 with flag 5000/1293263
119.80/118.39	c cleaning 8706 clauses out of 17429 with flag 11001/1299264
120.42/118.99	c cleaning 7849 clauses out of 15722 with flag 18000/1306263
121.11/119.66	c cleaning 7928 clauses out of 15875 with flag 26002/1314265
121.81/120.32	c cleaning 8460 clauses out of 16946 with flag 35001/1323264
122.63/121.16	c cleaning 9233 clauses out of 18487 with flag 45002/1333265
123.62/122.21	c cleaning 9610 clauses out of 19253 with flag 55001/1343264
124.61/123.16	c cleaning 9807 clauses out of 19643 with flag 65001/1353264
125.62/124.18	c cleaning 9906 clauses out of 19836 with flag 75001/1363264
126.62/125.20	c cleaning 9951 clauses out of 19929 with flag 85000/1373263
127.72/126.24	c cleaning 9973 clauses out of 19978 with flag 95000/1383263
128.53/127.02	c cleaning 9995 clauses out of 20005 with flag 105000/1393263
129.44/127.95	c cleaning 9996 clauses out of 20010 with flag 115000/1403263
130.54/129.00	c cleaning 9999 clauses out of 20014 with flag 125000/1413263
131.55/130.06	c cleaning 9997 clauses out of 20016 with flag 135001/1423264
132.57/131.09	c cleaning 10002 clauses out of 20019 with flag 145001/1433264
133.57/132.05	c cleaning 9995 clauses out of 20017 with flag 155001/1443264
134.56/133.01	c cleaning 9998 clauses out of 20021 with flag 165000/1453263
135.46/133.95	c cleaning 9997 clauses out of 20024 with flag 175001/1463264
136.57/135.08	c cleaning 10006 clauses out of 20027 with flag 185001/1473264
137.57/136.09	c cleaning 10000 clauses out of 20021 with flag 195001/1483264
138.67/137.14	c cleaning 9998 clauses out of 20021 with flag 205001/1493264
139.57/138.06	c cleaning 10002 clauses out of 20022 with flag 215000/1503263
140.48/138.97	c cleaning 10001 clauses out of 20021 with flag 225001/1513264
141.39/139.87	c cleaning 10003 clauses out of 20020 with flag 235001/1523264
142.39/140.88	c cleaning 10002 clauses out of 20016 with flag 245000/1533263
143.49/142.00	c cleaning 10002 clauses out of 20015 with flag 255001/1543264
144.39/142.89	c cleaning 10002 clauses out of 20012 with flag 265000/1553263
145.49/143.99	c cleaning 10000 clauses out of 20011 with flag 275001/1563264
146.49/145.00	c cleaning 10002 clauses out of 20010 with flag 285000/1573263
147.60/146.00	c cleaning 9994 clauses out of 20008 with flag 295000/1583263
148.70/147.12	c cleaning 10002 clauses out of 20015 with flag 305001/1593264
149.41/147.87	c cleaning 9992 clauses out of 20012 with flag 315000/1603263
150.13/148.55	c cleaning 9995 clauses out of 20020 with flag 325000/1613263
150.82/149.20	c cleaning 10006 clauses out of 20026 with flag 335001/1623264
151.62/150.00	c cleaning 9997 clauses out of 20019 with flag 345000/1633263
152.53/150.93	c cleaning 9997 clauses out of 20022 with flag 355000/1643263
153.33/151.81	c cleaning 10003 clauses out of 20025 with flag 365000/1653263
154.34/152.73	c cleaning 9998 clauses out of 20023 with flag 375001/1663264
155.15/153.57	c cleaning 10007 clauses out of 20025 with flag 385001/1673264
155.96/154.38	c cleaning 10000 clauses out of 20018 with flag 395001/1683264
157.26/155.65	c cleaning 9997 clauses out of 20017 with flag 405000/1693263
158.36/156.70	c cleaning 10000 clauses out of 20020 with flag 415000/1703263
159.37/157.76	c cleaning 9999 clauses out of 20020 with flag 425000/1713263
160.37/158.78	c cleaning 10001 clauses out of 20022 with flag 435001/1723264
161.37/159.75	c cleaning 9998 clauses out of 20020 with flag 445000/1733263
162.48/160.85	c cleaning 10000 clauses out of 20023 with flag 455001/1743264
163.39/161.79	c cleaning 9997 clauses out of 20022 with flag 465000/1753263
164.49/162.84	c cleaning 10001 clauses out of 20025 with flag 475000/1763263
165.39/163.77	c cleaning 10003 clauses out of 20025 with flag 485001/1773264
166.29/164.62	c cleaning 9996 clauses out of 20022 with flag 495001/1783264
167.29/165.62	c cleaning 10000 clauses out of 20025 with flag 505000/1793263
168.30/166.64	c cleaning 9997 clauses out of 20026 with flag 515001/1803264
169.20/167.58	c cleaning 10005 clauses out of 20028 with flag 525001/1813264
170.01/168.37	c cleaning 10000 clauses out of 20022 with flag 535000/1823263
170.81/169.15	c cleaning 10004 clauses out of 20023 with flag 545001/1833264
171.61/169.92	c cleaning 10001 clauses out of 20019 with flag 555001/1843264
172.32/170.62	c cleaning 10001 clauses out of 20018 with flag 565001/1853264
173.01/171.39	c cleaning 9999 clauses out of 20017 with flag 575001/1863264
173.81/172.10	c cleaning 10002 clauses out of 20018 with flag 585001/1873264
174.53/172.88	c cleaning 9996 clauses out of 20016 with flag 595001/1883264
175.41/173.71	c cleaning 10002 clauses out of 20020 with flag 605001/1893264
176.11/174.46	c cleaning 9995 clauses out of 20018 with flag 615001/1903264
176.82/175.14	c cleaning 9997 clauses out of 20024 with flag 625002/1913265
177.73/176.06	c cleaning 9994 clauses out of 20025 with flag 635000/1923263
178.94/177.29	c cleaning 9998 clauses out of 20032 with flag 645001/1933264
180.13/178.42	c cleaning 10000 clauses out of 20033 with flag 655000/1943263
181.24/179.56	c cleaning 10001 clauses out of 20033 with flag 665000/1953263
182.34/180.64	c cleaning 10006 clauses out of 20035 with flag 675003/1963266
183.44/181.72	c cleaning 10000 clauses out of 20026 with flag 685000/1973263
184.45/182.72	c cleaning 10001 clauses out of 20026 with flag 695000/1983263
185.45/183.80	c cleaning 10005 clauses out of 20024 with flag 705000/1993263
186.24/184.54	c cleaning 10004 clauses out of 20021 with flag 715002/2003265
186.95/185.28	c cleaning 10001 clauses out of 20015 with flag 725000/2013263
187.76/186.02	c cleaning 9999 clauses out of 20014 with flag 735000/2023263
188.55/186.84	c cleaning 9999 clauses out of 20015 with flag 745000/2033263
189.46/187.70	c cleaning 10000 clauses out of 20016 with flag 755000/2043263
190.26/188.52	c cleaning 10000 clauses out of 20017 with flag 765001/2053264
191.08/189.32	c cleaning 9999 clauses out of 20016 with flag 775000/2063263
191.86/190.12	c cleaning 10001 clauses out of 20018 with flag 785001/2073264
192.67/190.94	c cleaning 10002 clauses out of 20017 with flag 795001/2083264
193.47/191.71	c cleaning 10001 clauses out of 20015 with flag 805001/2093264
194.18/192.47	c cleaning 10000 clauses out of 20013 with flag 815001/2103264
195.08/193.31	c cleaning 9995 clauses out of 20012 with flag 825000/2113263
195.89/194.16	c cleaning 9999 clauses out of 20018 with flag 835001/2123264
196.79/195.07	c cleaning 9998 clauses out of 20018 with flag 845000/2133263
197.71/195.95	c cleaning 9999 clauses out of 20021 with flag 855001/2143264
198.39/196.68	c cleaning 9992 clauses out of 20022 with flag 865001/2153264
199.19/197.43	c cleaning 10001 clauses out of 20030 with flag 875001/2163264
200.10/198.36	c cleaning 10000 clauses out of 20028 with flag 885000/2173263
200.91/199.19	c cleaning 10000 clauses out of 20028 with flag 895000/2183263
201.80/200.09	c cleaning 10000 clauses out of 20028 with flag 905000/2193263
202.71/200.98	c cleaning 9996 clauses out of 20029 with flag 915001/2203264
203.61/201.87	c cleaning 10001 clauses out of 20032 with flag 925000/2213263
204.51/202.73	c cleaning 10001 clauses out of 20033 with flag 935002/2223265
205.21/203.46	c cleaning 10002 clauses out of 20030 with flag 945000/2233263
206.11/204.36	c cleaning 10001 clauses out of 20029 with flag 955001/2243264
207.11/205.35	c cleaning 9999 clauses out of 20027 with flag 965000/2253263
208.63/206.84	c cleaning 9997 clauses out of 20028 with flag 975000/2263263
209.92/208.10	c cleaning 10003 clauses out of 20032 with flag 985001/2273264
211.13/209.33	c cleaning 10002 clauses out of 20028 with flag 995000/2283263
212.33/210.59	c cleaning 9999 clauses out of 20026 with flag 1005000/2293263
213.73/211.93	c cleaning 10002 clauses out of 20027 with flag 1015000/2303263
215.03/213.22	c cleaning 10001 clauses out of 20026 with flag 1025001/2313264
216.24/214.44	c cleaning 9999 clauses out of 20024 with flag 1035000/2323263
217.45/215.67	c cleaning 10004 clauses out of 20027 with flag 1045002/2333265
218.55/216.76	c cleaning 10002 clauses out of 20021 with flag 1055000/2343263
219.54/217.81	c cleaning 10002 clauses out of 20019 with flag 1065000/2353263
220.54/218.79	c cleaning 10000 clauses out of 20017 with flag 1075000/2363263
221.64/219.80	c cleaning 10000 clauses out of 20018 with flag 1085001/2373264
222.65/220.84	c cleaning 10002 clauses out of 20017 with flag 1095000/2383263
223.65/221.87	c cleaning 10002 clauses out of 20016 with flag 1105001/2393264
224.65/222.87	c cleaning 9998 clauses out of 20013 with flag 1115000/2403263
225.75/223.99	c cleaning 10005 clauses out of 20015 with flag 1125000/2413263
226.86/225.02	c cleaning 9997 clauses out of 20011 with flag 1135001/2423264
227.86/226.04	c cleaning 9997 clauses out of 20013 with flag 1145000/2433263
228.96/227.12	c cleaning 9999 clauses out of 20017 with flag 1155001/2443264
229.96/228.14	c cleaning 9997 clauses out of 20017 with flag 1165000/2453263
230.96/229.17	c cleaning 9998 clauses out of 20021 with flag 1175001/2463264
231.97/230.17	c cleaning 10008 clauses out of 20022 with flag 1185000/2473263
233.17/231.39	c cleaning 10000 clauses out of 20014 with flag 1195000/2483263
234.47/232.61	c cleaning 10001 clauses out of 20014 with flag 1205000/2493263
235.67/233.81	c cleaning 10002 clauses out of 20013 with flag 1215000/2503263
236.57/234.76	c cleaning 9988 clauses out of 20012 with flag 1225001/2513264
237.57/235.78	c cleaning 9996 clauses out of 20023 with flag 1235000/2523263
238.39/236.58	c cleaning 10008 clauses out of 20028 with flag 1245001/2533264
239.38/237.60	c cleaning 10007 clauses out of 20019 with flag 1255000/2543263
240.48/238.62	c cleaning 10000 clauses out of 20012 with flag 1265000/2553263
241.48/239.61	c cleaning 9999 clauses out of 20012 with flag 1275000/2563263
242.58/240.70	c cleaning 10008 clauses out of 20018 with flag 1285005/2573268
243.29/241.48	c cleaning 9991 clauses out of 20006 with flag 1295001/2583264
244.01/242.13	c cleaning 10003 clauses out of 20015 with flag 1305001/2593264
244.89/243.03	c cleaning 10000 clauses out of 20011 with flag 1315000/2603263
245.70/243.82	c cleaning 9994 clauses out of 20012 with flag 1325001/2613264
246.60/244.79	c cleaning 9999 clauses out of 20018 with flag 1335001/2623264
247.51/245.68	c cleaning 10002 clauses out of 20019 with flag 1345001/2633264
248.43/246.59	c cleaning 10001 clauses out of 20017 with flag 1355001/2643264
249.42/247.53	c cleaning 9999 clauses out of 20015 with flag 1365000/2653263
250.11/248.26	c cleaning 10002 clauses out of 20015 with flag 1375002/2663265
251.12/249.25	c cleaning 9998 clauses out of 20012 with flag 1385001/2673264
252.02/250.18	c cleaning 10000 clauses out of 20013 with flag 1395000/2683263
252.92/251.08	c cleaning 10002 clauses out of 20013 with flag 1405000/2693263
253.72/251.84	c cleaning 9998 clauses out of 20012 with flag 1415001/2703264
254.52/252.62	c cleaning 10000 clauses out of 20013 with flag 1425000/2713263
255.32/253.41	c cleaning 10000 clauses out of 20014 with flag 1435001/2723264
256.14/254.23	c cleaning 10001 clauses out of 20013 with flag 1445000/2733263
257.03/255.20	c cleaning 10003 clauses out of 20013 with flag 1455001/2743264
258.14/256.23	c cleaning 9998 clauses out of 20010 with flag 1465001/2753264
259.14/257.23	c cleaning 10000 clauses out of 20011 with flag 1475000/2763263
260.24/258.31	c cleaning 10002 clauses out of 20011 with flag 1485000/2773263
261.14/259.28	c cleaning 10002 clauses out of 20009 with flag 1495000/2783263
262.15/260.25	c cleaning 9997 clauses out of 20008 with flag 1505001/2793264
263.16/261.21	c cleaning 9999 clauses out of 20011 with flag 1515001/2803264
264.06/262.15	c cleaning 10001 clauses out of 20011 with flag 1525000/2813263
264.98/263.09	c cleaning 10002 clauses out of 20011 with flag 1535001/2823264
265.86/264.00	c cleaning 9999 clauses out of 20009 with flag 1545001/2833264
266.86/264.96	c cleaning 9996 clauses out of 20010 with flag 1555001/2843264
267.96/266.01	c cleaning 10003 clauses out of 20015 with flag 1565002/2853265
268.86/266.94	c cleaning 9996 clauses out of 20010 with flag 1575000/2863263
269.66/267.74	c cleaning 9999 clauses out of 20015 with flag 1585001/2873264
270.56/268.67	c cleaning 10004 clauses out of 20017 with flag 1595002/2883265
271.47/269.52	c cleaning 9998 clauses out of 20012 with flag 1605001/2893264
272.26/270.34	c cleaning 10000 clauses out of 20014 with flag 1615001/2903264
273.06/271.19	c cleaning 9998 clauses out of 20014 with flag 1625001/2913264
273.86/271.94	c cleaning 9997 clauses out of 20015 with flag 1635000/2923263
274.88/272.95	c cleaning 10007 clauses out of 20021 with flag 1645003/2933266
275.77/273.88	c cleaning 9999 clauses out of 20012 with flag 1655001/2943264
276.57/274.66	c cleaning 9998 clauses out of 20012 with flag 1665000/2953263
277.37/275.49	c cleaning 9998 clauses out of 20014 with flag 1675000/2963263
278.28/276.39	c cleaning 10000 clauses out of 20016 with flag 1685000/2973263
279.29/277.32	c cleaning 10003 clauses out of 20016 with flag 1695001/2983264
280.29/278.32	c cleaning 10002 clauses out of 20012 with flag 1705000/2993263
281.29/279.33	c cleaning 10000 clauses out of 20011 with flag 1715001/3003264
282.29/280.35	c cleaning 10000 clauses out of 20011 with flag 1725001/3013264
283.19/281.24	c cleaning 10001 clauses out of 20010 with flag 1735000/3023263
284.19/282.27	c cleaning 9999 clauses out of 20010 with flag 1745001/3033264
285.19/283.22	c cleaning 10001 clauses out of 20010 with flag 1755000/3043263
286.29/284.32	c cleaning 9998 clauses out of 20009 with flag 1765000/3053263
287.20/285.20	c cleaning 9999 clauses out of 20011 with flag 1775000/3063263
288.12/286.15	c cleaning 10001 clauses out of 20012 with flag 1785000/3073263
289.22/287.27	c cleaning 10001 clauses out of 20011 with flag 1795000/3083263
290.21/288.29	c cleaning 9999 clauses out of 20010 with flag 1805000/3093263
291.31/289.36	c cleaning 9999 clauses out of 20011 with flag 1815000/3103263
292.41/290.44	c cleaning 9998 clauses out of 20012 with flag 1825000/3113263
293.41/291.40	c cleaning 10003 clauses out of 20014 with flag 1835000/3123263
294.31/292.32	c cleaning 10003 clauses out of 20012 with flag 1845001/3133264
295.31/293.34	c cleaning 10002 clauses out of 20009 with flag 1855001/3143264
296.31/294.32	c cleaning 9999 clauses out of 20006 with flag 1865000/3153263
297.22/295.24	c cleaning 10003 clauses out of 20007 with flag 1875000/3163263
298.22/296.23	c cleaning 9996 clauses out of 20005 with flag 1885001/3173264
299.22/297.22	c cleaning 9999 clauses out of 20008 with flag 1895001/3183264
300.24/298.28	c cleaning 9998 clauses out of 20009 with flag 1905001/3193264
301.23/299.30	c cleaning 10004 clauses out of 20010 with flag 1915000/3203263
302.34/300.31	c cleaning 9998 clauses out of 20004 with flag 1925000/3213263
302.63/300.65	c starts		: 232
302.63/300.65	c conflicts		: 3216969
302.63/300.65	c decisions		: 3277626
302.63/300.65	c propagations		: 75776023
302.63/300.65	c inspects		: 2077579987
302.63/300.65	c shortcuts		: 0
302.63/300.65	c learnt literals	: 24
302.63/300.65	c learnt binary clauses	: 156
302.63/300.65	c learnt ternary clauses	: 560
302.63/300.65	c learnt constraints	: 3216944
302.63/300.65	c ignored constraints	: 0
302.63/300.65	c root simplifications	: 0
302.63/300.65	c removed literals (reason simplification)	: 136648857
302.63/300.65	c reason swapping (by a shorter reason)	: 0
302.63/300.65	c Calls to reduceDB	: 325
302.63/300.65	c number of reductions to clauses (during analyze)	: 0
302.63/300.65	c number of learned constraints concerned by reduction	: 0
302.63/300.65	c number of learning phase by resolution	: 0
302.63/300.65	c number of learning phase by cutting planes	: 0
302.63/300.65	c speed (assignments/second)	: 413834.6595160207
302.63/300.65	c non guided choices	10649
302.63/300.65	c learnt constraints type 
302.63/300.65	c constraints type 
302.63/300.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
302.63/300.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
302.63/300.65	s OPTIMUM FOUND
302.63/300.66	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 x37 x38 -x39 x40 -x41 x42 x43 x44 x45 x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 -x69 x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 x81 x82 -x83 -x84 x85 x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 x210 x211 -x212 x213 -x214 -x215 -x216 
302.63/300.66	c objective function=3
302.63/300.66	c Total wall clock time (in seconds): 300.547

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458077-1307157902/watcher-3458077-1307157902 -o /tmp/evaluation-result-3458077-1307157902/solver-3458077-1307157902 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458077-1307157902.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 21983
/proc/meminfo: memFree=29784640/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 2440 0 1 0 0 0 0 0 25 0 2 0 906020886 13833195520 2141 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3377245 2154 906 9 0 3368401 0
[pid=21983/tid=21985] ppid=21981 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 5375 0 1 0 0 0 0 0 25 0 2 0 906020886 13850947584 6191 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.107802 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 21983
/proc/meminfo: memFree=29784640/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13622192 CPUtime=0.11 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 15635 0 1 0 9 2 0 0 25 0 18 0 906020886 13949124608 15331 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3405548 15331 2092 9 0 3396282 0
[pid=21983/tid=21985] ppid=21981 vsize=13622192 CPUtime=0.09 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 13719 0 1 0 8 1 0 0 18 0 18 0 906020886 13949124608 15331 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907317195 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622192

[startup+0.20076 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 21983
/proc/meminfo: memFree=29784640/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13622872 CPUtime=0.25 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 16593 0 1 0 23 2 0 0 25 0 18 0 906020886 13949820928 16239 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3405718 16239 2183 9 0 3396452 0
[pid=21983/tid=21985] ppid=21981 vsize=13622872 CPUtime=0.19 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 14337 0 1 0 17 2 0 0 18 0 18 0 906020886 13949820928 16239 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13622872

[startup+0.30074 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 21983
/proc/meminfo: memFree=29784640/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13626352 CPUtime=0.53 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 18684 0 1 0 50 3 0 0 25 0 19 0 906020886 13953384448 17460 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406588 17460 2215 9 0 3397322 0
[pid=21983/tid=21985] ppid=21981 vsize=13626352 CPUtime=0.29 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 14482 0 1 0 27 2 0 0 19 0 19 0 906020886 13953384448 17460 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 47364080923600 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13626352

[startup+0.700673 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 21983
/proc/meminfo: memFree=29784640/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13625948 CPUtime=1.09 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 19433 0 1 0 106 3 0 0 25 0 19 0 906020886 13952970752 18043 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406487 18043 2221 9 0 3397221 0
[pid=21983/tid=21985] ppid=21981 vsize=13625948 CPUtime=0.68 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15075 0 1 0 66 2 0 0 19 0 19 0 906020886 13952970752 18043 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505591080 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13625948

[startup+1.50152 s]
/proc/loadavg: 2.01 2.03 2.00 3/480 22003
/proc/meminfo: memFree=29715012/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13626312 CPUtime=1.95 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 21344 0 1 0 192 3 0 0 25 0 19 0 906020886 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406578 19947 2248 9 0 3397312 0
[pid=21983/tid=21985] ppid=21981 vsize=13626312 CPUtime=1.44 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15169 0 1 0 142 2 0 0 20 0 19 0 906020886 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505544307 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21983/tid=21987] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 340 0 0 0 0 0 0 0 16 0 19 0 906020888 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13626312 CPUtime=0.02 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 809 0 0 0 2 0 0 0 16 0 19 0 906020889 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13626312 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 1593 0 0 0 20 0 0 0 17 0 19 0 906020892 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13626312 CPUtime=0.25 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1656 0 0 0 25 0 0 0 17 0 19 0 906020892 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22001] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22001/stat : 22001 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22002] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22002/stat : 22002 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906020892 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22003] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22003/stat : 22003 (java) S 21981 21983 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906020907 13953343488 19947 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13626312

[startup+3.10123 s]
/proc/loadavg: 2.01 2.03 2.00 3/480 22003
/proc/meminfo: memFree=29710608/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13626312 CPUtime=3.56 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 21683 0 1 0 353 3 0 0 25 0 19 0 906020886 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406578 20285 2248 9 0 3397312 0
[pid=21983/tid=21985] ppid=21981 vsize=13626312 CPUtime=3.03 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15170 0 1 0 301 2 0 0 25 0 19 0 906020886 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505543839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21983/tid=21987] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 341 0 0 0 0 0 0 0 15 0 19 0 906020888 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13626312 CPUtime=0.04 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 1121 0 0 0 4 0 0 0 16 0 19 0 906020889 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13626312 CPUtime=0.21 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 1593 0 0 0 21 0 0 0 15 0 19 0 906020892 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13626312 CPUtime=0.25 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1658 0 0 0 25 0 0 0 15 0 19 0 906020892 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22001] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22001/stat : 22001 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22002] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22002/stat : 22002 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906020892 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22003] ppid=21981 vsize=13626312 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22003/stat : 22003 (java) S 21981 21983 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906020907 13953343488 20285 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 13626312

[startup+6.30062 s]
/proc/loadavg: 2.01 2.03 2.00 3/480 22003
/proc/meminfo: memFree=29705716/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13625656 CPUtime=6.82 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 22644 0 1 0 678 4 0 0 25 0 19 0 906020886 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406414 20899 2249 9 0 3397148 0
[pid=21983/tid=21985] ppid=21981 vsize=13625656 CPUtime=6.15 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15175 0 1 0 613 2 0 0 25 0 19 0 906020886 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505555496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21983/tid=21987] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 343 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 249 0 0 0 0 0 0 0 16 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 343 0 0 0 0 0 0 0 15 0 19 0 906020888 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13625656 CPUtime=0.1 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 1674 0 0 0 10 0 0 0 16 0 19 0 906020889 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13625656 CPUtime=0.21 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 1593 0 0 0 21 0 0 0 15 0 19 0 906020892 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13625656 CPUtime=0.29 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1717 0 0 0 29 0 0 0 15 0 19 0 906020892 13952671744 20899 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0

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

/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 388 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13625656 CPUtime=0.16 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 306 0 0 0 16 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 166 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13625656 CPUtime=0.21 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 61 0 0 0 21 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 93 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 253 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 271 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 404 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13625656 CPUtime=7.81 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 6771 0 0 0 773 8 0 0 16 0 19 0 906020889 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13625656 CPUtime=0.82 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 10515 0 0 0 81 1 0 0 15 0 19 0 906020892 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13625656 CPUtime=0.34 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1734 0 0 0 34 0 0 0 16 0 19 0 906020892 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22001] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22001/stat : 22001 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22002] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22002/stat : 22002 (java) S 21981 21983 18266 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 906020892 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22003] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22003/stat : 22003 (java) S 21981 21983 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906020907 13952671744 28946 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 301.23
Current children cumulated vsize (KiB) 13625656

[startup+300.001 s]
/proc/loadavg: 2.11 2.06 2.01 3/480 22105
/proc/meminfo: memFree=29648996/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13625656 CPUtime=302.03 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 37637 0 1 0 30185 18 0 0 25 0 19 0 906020886 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406414 28949 2250 9 0 3397148 0
[pid=21983/tid=21985] ppid=21981 vsize=13625656 CPUtime=291.37 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15504 0 1 0 29134 3 0 0 25 0 19 0 906020886 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505590996 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21983/tid=21987] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 388 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13625656 CPUtime=0.16 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 306 0 0 0 16 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 166 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13625656 CPUtime=0.21 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 64 0 0 0 21 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 93 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 253 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 271 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 404 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13625656 CPUtime=7.84 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 6771 0 0 0 776 8 0 0 16 0 19 0 906020889 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13625656 CPUtime=0.82 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 10515 0 0 0 81 1 0 0 15 0 19 0 906020892 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13625656 CPUtime=0.34 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1734 0 0 0 34 0 0 0 16 0 19 0 906020892 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22001] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22001/stat : 22001 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22002] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22002/stat : 22002 (java) S 21981 21983 18266 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 906020892 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22003] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22003/stat : 22003 (java) S 21981 21983 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906020907 13952671744 28949 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 302.03
Current children cumulated vsize (KiB) 13625656

[startup+300.416 s]
/proc/loadavg: 2.11 2.06 2.01 3/480 22105
/proc/meminfo: memFree=29648872/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13625656 CPUtime=302.44 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 37639 0 1 0 30226 18 0 0 25 0 19 0 906020886 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406414 28950 2250 9 0 3397148 0
[pid=21983/tid=21985] ppid=21981 vsize=13625656 CPUtime=291.75 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15505 0 1 0 29172 3 0 0 25 0 19 0 906020886 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505366600 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21983/tid=21987] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 388 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13625656 CPUtime=0.16 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 306 0 0 0 16 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 166 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13625656 CPUtime=0.21 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 64 0 0 0 21 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 93 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 253 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 271 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 404 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13625656 CPUtime=7.86 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 6772 0 0 0 778 8 0 0 16 0 19 0 906020889 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13625656 CPUtime=0.82 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 10515 0 0 0 81 1 0 0 15 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13625656 CPUtime=0.34 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1734 0 0 0 34 0 0 0 16 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22001] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22001/stat : 22001 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22002] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22002/stat : 22002 (java) S 21981 21983 18266 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22003] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22003/stat : 22003 (java) S 21981 21983 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906020907 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 302.44
Current children cumulated vsize (KiB) 13625656

[startup+300.601 s]
/proc/loadavg: 2.11 2.06 2.01 3/480 22105
/proc/meminfo: memFree=29648872/32950928 swapFree=52246700/67111528
[pid=21983] ppid=21981 vsize=13625656 CPUtime=302.63 cores=1,3,5,7
/proc/21983/stat : 21983 (java) S 21981 21983 18266 0 -1 4202496 37639 0 1 0 30245 18 0 0 25 0 19 0 906020886 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21983/statm: 3406414 28950 2250 9 0 3397148 0
[pid=21983/tid=21985] ppid=21981 vsize=13625656 CPUtime=291.94 cores=1,3,5,7
/proc/21983/task/21985/stat : 21985 (java) R 21981 21983 18266 0 -1 4202560 15505 0 1 0 29191 3 0 0 25 0 19 0 906020886 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 46912505549657 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21983/tid=21987] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21987/stat : 21987 (java) S 21981 21983 18266 0 -1 4202560 388 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21988] ppid=21981 vsize=13625656 CPUtime=0.16 cores=1,3,5,7
/proc/21983/task/21988/stat : 21988 (java) S 21981 21983 18266 0 -1 4202560 306 0 0 0 16 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21989] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21989/stat : 21989 (java) S 21981 21983 18266 0 -1 4202560 166 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21990] ppid=21981 vsize=13625656 CPUtime=0.21 cores=1,3,5,7
/proc/21983/task/21990/stat : 21990 (java) S 21981 21983 18266 0 -1 4202560 64 0 0 0 21 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21991] ppid=21981 vsize=13625656 CPUtime=0.17 cores=1,3,5,7
/proc/21983/task/21991/stat : 21991 (java) S 21981 21983 18266 0 -1 4202560 93 0 0 0 17 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21992] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21992/stat : 21992 (java) S 21981 21983 18266 0 -1 4202560 253 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21993] ppid=21981 vsize=13625656 CPUtime=0.22 cores=1,3,5,7
/proc/21983/task/21993/stat : 21993 (java) S 21981 21983 18266 0 -1 4202560 271 0 0 0 22 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
[pid=21983/tid=21994] ppid=21981 vsize=13625656 CPUtime=0.2 cores=1,3,5,7
/proc/21983/task/21994/stat : 21994 (java) S 21981 21983 18266 0 -1 4202560 404 0 0 0 20 0 0 0 15 0 19 0 906020888 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21995] ppid=21981 vsize=13625656 CPUtime=7.86 cores=1,3,5,7
/proc/21983/task/21995/stat : 21995 (java) S 21981 21983 18266 0 -1 4202560 6772 0 0 0 778 8 0 0 16 0 19 0 906020889 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 0 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=21996] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21996/stat : 21996 (java) S 21981 21983 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21997] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21997/stat : 21997 (java) S 21981 21983 18266 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 906020890 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21998] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/21998/stat : 21998 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907314097 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=21999] ppid=21981 vsize=13625656 CPUtime=0.82 cores=1,3,5,7
/proc/21983/task/21999/stat : 21999 (java) S 21981 21983 18266 0 -1 4202560 10515 0 0 0 81 1 0 0 15 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 5 0 0 0
[pid=21983/tid=22000] ppid=21981 vsize=13625656 CPUtime=0.34 cores=1,3,5,7
/proc/21983/task/22000/stat : 22000 (java) S 21981 21983 18266 0 -1 4202560 1734 0 0 0 34 0 0 0 16 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 3 0 0 0
[pid=21983/tid=22001] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22001/stat : 22001 (java) S 21981 21983 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907306393 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22002] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22002/stat : 22002 (java) S 21981 21983 18266 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 906020892 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 1 0 0 0
[pid=21983/tid=22003] ppid=21981 vsize=13625656 CPUtime=0 cores=1,3,5,7
/proc/21983/task/22003/stat : 22003 (java) S 21981 21983 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906020907 13952671744 28950 33554432000 1073741824 1073778376 140736833096912 18446744073709551615 231907307008 0 4 0 16800975 18446604460955859136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 302.63
Current children cumulated vsize (KiB) 13625656

Child status: 30
Real time (s): 300.667
CPU time (s): 302.705
CPU user time (s): 302.513
CPU system time (s): 0.19197
CPU usage (%): 100.678
Max. virtual memory (cumulated for all children) (KiB): 13626352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.513
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37666
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= 15529
involuntary context switches= 6298

runsolver used 1.3298 second user time and 3.07053 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 05:25:02
IDJOB=3458077
IDBENCH=47897
IDSOLVER=1952
FILE ID=node114/3458077-1307157902
RUNJOBID= node114-1307156093-21563
PBS_JOBID= 13508802
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458077-1307157902/watcher-3458077-1307157902 -o /tmp/evaluation-result-3458077-1307157902/solver-3458077-1307157902 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458077-1307157902.opb

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

MD5SUM BENCH= 98317fc891a56a06b9f6f284bcd4ad38
RANDOM SEED=1663603551

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29784920 kB
Buffers:        309156 kB
Cached:         455996 kB
SwapCached:      10712 kB
Active:        2417232 kB
Inactive:       476488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29784920 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            1152 kB
Writeback:           0 kB
AnonPages:     2125656 kB
Mapped:          29464 kB
Slab:           142716 kB
PageTables:      62184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 121616792 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= 73940 MiB
End job on node114 at 2011-06-04 05:30:03