Trace number 3457990

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0UNSAT 214.912 213.547

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_4_15.opb
MD5SUM73ea1f0ac6b3717abb48868130805223
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.860868
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457990-1307164139.opb
0.10/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.18s.
0.26/0.29	c #vars     1566
0.26/0.29	c #constraints  3085
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
1.25/0.87	c cleaning 2491 clauses out of 5001 with flag 5001/5001
1.70/1.25	c cleaning 4249 clauses out of 8509 with flag 11000/11000
2.21/1.75	c cleaning 5626 clauses out of 11262 with flag 18002/18002
2.82/2.39	c cleaning 6808 clauses out of 13634 with flag 26000/26000
3.64/3.12	c cleaning 7914 clauses out of 15831 with flag 35005/35005
4.74/4.30	c cleaning 8962 clauses out of 17926 with flag 45014/45014
5.75/5.25	c cleaning 9462 clauses out of 18950 with flag 55000/55000
6.65/6.17	c cleaning 9734 clauses out of 19489 with flag 65001/65001
7.65/7.14	c cleaning 9864 clauses out of 19754 with flag 75000/75000
8.56/8.08	c cleaning 9936 clauses out of 19890 with flag 85000/85000
9.46/8.99	c cleaning 9967 clauses out of 19954 with flag 95000/95000
10.37/9.90	c cleaning 9982 clauses out of 19987 with flag 105000/105000
11.36/10.80	c cleaning 9999 clauses out of 20006 with flag 115001/115001
12.26/11.79	c cleaning 9999 clauses out of 20007 with flag 125001/125001
13.26/12.72	c cleaning 9986 clauses out of 20007 with flag 135000/135000
14.17/13.62	c cleaning 9994 clauses out of 20021 with flag 145000/145000
15.07/14.55	c cleaning 10004 clauses out of 20027 with flag 155000/155000
15.99/15.43	c cleaning 9998 clauses out of 20023 with flag 165000/165000
16.87/16.33	c cleaning 10001 clauses out of 20025 with flag 175000/175000
17.67/17.14	c cleaning 9999 clauses out of 20024 with flag 185000/185000
18.57/18.05	c cleaning 10000 clauses out of 20026 with flag 195001/195001
19.38/18.83	c cleaning 10005 clauses out of 20026 with flag 205001/205001
20.18/19.68	c cleaning 9997 clauses out of 20020 with flag 215000/215000
21.08/20.53	c cleaning 10003 clauses out of 20023 with flag 225000/225000
21.88/21.36	c cleaning 10005 clauses out of 20020 with flag 235000/235000
22.68/22.18	c cleaning 9996 clauses out of 20015 with flag 245000/245000
23.59/23.02	c cleaning 9995 clauses out of 20019 with flag 255000/255000
24.38/23.85	c cleaning 10004 clauses out of 20025 with flag 265001/265001
25.28/24.74	c cleaning 9999 clauses out of 20020 with flag 275000/275000
26.08/25.56	c cleaning 10008 clauses out of 20022 with flag 285001/285001
26.89/26.38	c cleaning 9994 clauses out of 20013 with flag 295000/295000
27.78/27.20	c cleaning 10002 clauses out of 20020 with flag 305001/305001
28.48/27.98	c cleaning 9996 clauses out of 20018 with flag 315001/315001
29.28/28.76	c cleaning 9998 clauses out of 20022 with flag 325001/325001
30.08/29.59	c cleaning 10000 clauses out of 20024 with flag 335001/335001
30.98/30.40	c cleaning 10002 clauses out of 20023 with flag 345000/345000
31.68/31.18	c cleaning 10004 clauses out of 20022 with flag 355001/355001
32.58/32.00	c cleaning 9997 clauses out of 20017 with flag 365000/365000
33.28/32.73	c cleaning 9999 clauses out of 20021 with flag 375001/375001
34.08/33.53	c cleaning 9998 clauses out of 20022 with flag 385001/385001
34.98/34.44	c cleaning 10010 clauses out of 20024 with flag 395001/395001
35.88/35.31	c cleaning 9996 clauses out of 20013 with flag 405000/405000
36.68/36.12	c cleaning 9996 clauses out of 20017 with flag 415000/415000
37.49/36.92	c cleaning 9999 clauses out of 20022 with flag 425001/425001
38.29/37.76	c cleaning 9998 clauses out of 20022 with flag 435000/435000
39.11/38.53	c cleaning 10000 clauses out of 20024 with flag 445000/445000
39.89/39.36	c cleaning 10001 clauses out of 20024 with flag 455000/455000
40.70/40.12	c cleaning 10005 clauses out of 20023 with flag 465000/465000
41.40/40.88	c cleaning 9996 clauses out of 20018 with flag 475000/475000
42.20/41.68	c cleaning 9999 clauses out of 20022 with flag 485000/485000
43.00/42.47	c cleaning 10003 clauses out of 20023 with flag 495000/495000
43.70/43.15	c cleaning 9999 clauses out of 20020 with flag 505000/505000
44.61/44.02	c cleaning 10002 clauses out of 20021 with flag 515000/515000
45.40/44.82	c cleaning 9998 clauses out of 20020 with flag 525001/525001
46.19/45.64	c cleaning 10000 clauses out of 20022 with flag 535001/535001
46.89/46.40	c cleaning 9997 clauses out of 20021 with flag 545000/545000
47.80/47.23	c cleaning 10001 clauses out of 20025 with flag 555001/555001
48.50/47.99	c cleaning 10002 clauses out of 20026 with flag 565003/565003
49.30/48.74	c cleaning 9997 clauses out of 20021 with flag 575000/575000
50.01/49.51	c cleaning 9995 clauses out of 20024 with flag 585000/585000
51.00/50.43	c cleaning 10003 clauses out of 20030 with flag 595001/595001
51.81/51.27	c cleaning 10009 clauses out of 20027 with flag 605001/605001
52.61/52.09	c cleaning 10000 clauses out of 20018 with flag 615001/615001
53.51/52.91	c cleaning 9997 clauses out of 20019 with flag 625002/625002
54.31/53.71	c cleaning 9999 clauses out of 20020 with flag 635000/635000
55.11/54.58	c cleaning 9998 clauses out of 20021 with flag 645000/645000
55.91/55.34	c cleaning 10002 clauses out of 20023 with flag 655000/655000
56.62/56.04	c cleaning 10004 clauses out of 20021 with flag 665000/665000
57.31/56.79	c cleaning 9998 clauses out of 20017 with flag 675000/675000
58.23/57.60	c cleaning 10002 clauses out of 20019 with flag 685000/685000
58.94/58.36	c cleaning 9998 clauses out of 20017 with flag 695000/695000
59.73/59.16	c cleaning 9996 clauses out of 20019 with flag 705000/705000
60.43/59.88	c cleaning 10004 clauses out of 20023 with flag 715000/715000
61.33/60.74	c cleaning 9999 clauses out of 20021 with flag 725002/725002
62.14/61.53	c cleaning 9998 clauses out of 20020 with flag 735000/735000
62.83/62.29	c cleaning 9999 clauses out of 20022 with flag 745000/745000
63.63/63.10	c cleaning 10006 clauses out of 20023 with flag 755000/755000
64.53/63.92	c cleaning 9999 clauses out of 20018 with flag 765001/765001
65.33/64.72	c cleaning 9996 clauses out of 20018 with flag 775000/775000
66.13/65.58	c cleaning 10000 clauses out of 20022 with flag 785000/785000
66.93/66.37	c cleaning 9998 clauses out of 20022 with flag 795000/795000
67.75/67.15	c cleaning 10001 clauses out of 20024 with flag 805000/805000
68.43/67.89	c cleaning 10002 clauses out of 20025 with flag 815002/815002
69.23/68.61	c cleaning 10002 clauses out of 20021 with flag 825000/825000
70.03/69.43	c cleaning 9997 clauses out of 20019 with flag 835000/835000
70.73/70.18	c cleaning 10001 clauses out of 20022 with flag 845000/845000
71.53/70.99	c cleaning 10000 clauses out of 20023 with flag 855002/855002
72.23/71.69	c cleaning 10002 clauses out of 20021 with flag 865000/865000
73.03/72.43	c cleaning 10000 clauses out of 20020 with flag 875001/875001
73.73/73.19	c cleaning 9998 clauses out of 20019 with flag 885000/885000
74.63/74.02	c cleaning 10000 clauses out of 20021 with flag 895000/895000
75.45/74.86	c cleaning 9999 clauses out of 20021 with flag 905000/905000
76.23/75.64	c cleaning 9998 clauses out of 20022 with flag 915000/915000
77.03/76.44	c cleaning 9999 clauses out of 20024 with flag 925000/925000
77.83/77.22	c cleaning 10001 clauses out of 20025 with flag 935000/935000
78.53/78.00	c cleaning 10002 clauses out of 20024 with flag 945000/945000
79.33/78.80	c cleaning 10001 clauses out of 20022 with flag 955000/955000
80.13/79.58	c cleaning 10000 clauses out of 20022 with flag 965001/965001
80.95/80.38	c cleaning 10000 clauses out of 20022 with flag 975001/975001
81.73/81.18	c cleaning 10000 clauses out of 20021 with flag 985000/985000
82.63/82.01	c cleaning 9997 clauses out of 20022 with flag 995001/995001
83.33/82.79	c cleaning 10001 clauses out of 20024 with flag 1005000/1005000
84.15/83.55	c cleaning 9999 clauses out of 20023 with flag 1015000/1015000
84.94/84.30	c cleaning 9999 clauses out of 20024 with flag 1025000/1025000
85.64/85.08	c cleaning 10002 clauses out of 20026 with flag 1035001/1035001
86.46/85.83	c cleaning 10003 clauses out of 20023 with flag 1045000/1045000
87.14/86.58	c cleaning 9999 clauses out of 20021 with flag 1055001/1055001
87.94/87.33	c cleaning 9998 clauses out of 20021 with flag 1065000/1065000
88.66/88.02	c cleaning 10001 clauses out of 20023 with flag 1075000/1075000
89.44/88.84	c cleaning 10005 clauses out of 20022 with flag 1085000/1085000
90.24/89.61	c cleaning 10000 clauses out of 20019 with flag 1095002/1095002
90.94/90.38	c cleaning 10003 clauses out of 20018 with flag 1105001/1105001
91.74/91.17	c cleaning 9995 clauses out of 20014 with flag 1115000/1115000
92.54/91.95	c cleaning 9999 clauses out of 20020 with flag 1125001/1125001
93.24/92.68	c cleaning 9997 clauses out of 20020 with flag 1135000/1135000
94.05/93.44	c cleaning 9999 clauses out of 20023 with flag 1145000/1145000
94.84/94.21	c cleaning 9999 clauses out of 20024 with flag 1155000/1155000
95.54/94.95	c cleaning 10000 clauses out of 20025 with flag 1165000/1165000
96.25/95.70	c cleaning 10000 clauses out of 20025 with flag 1175000/1175000
97.24/96.60	c cleaning 9999 clauses out of 20025 with flag 1185000/1185000
97.94/97.40	c cleaning 10000 clauses out of 20026 with flag 1195000/1195000
98.74/98.15	c cleaning 10002 clauses out of 20026 with flag 1205000/1205000
99.55/98.94	c cleaning 9999 clauses out of 20024 with flag 1215000/1215000
100.24/99.67	c cleaning 10006 clauses out of 20025 with flag 1225000/1225000
101.04/100.46	c cleaning 9999 clauses out of 20020 with flag 1235001/1235001
101.75/101.19	c cleaning 9999 clauses out of 20020 with flag 1245000/1245000
102.54/101.91	c cleaning 9999 clauses out of 20021 with flag 1255000/1255000
103.34/102.70	c cleaning 9997 clauses out of 20022 with flag 1265000/1265000
104.14/103.52	c cleaning 10000 clauses out of 20026 with flag 1275001/1275001
104.85/104.29	c cleaning 10004 clauses out of 20025 with flag 1285000/1285000
105.65/105.04	c cleaning 9997 clauses out of 20021 with flag 1295000/1295000
106.35/105.79	c cleaning 9997 clauses out of 20024 with flag 1305000/1305000
107.05/106.47	c cleaning 10002 clauses out of 20027 with flag 1315000/1315000
107.85/107.21	c cleaning 10003 clauses out of 20025 with flag 1325000/1325000
108.65/108.00	c cleaning 10000 clauses out of 20022 with flag 1335000/1335000
109.46/108.87	c cleaning 10004 clauses out of 20022 with flag 1345000/1345000
110.25/109.70	c cleaning 9997 clauses out of 20019 with flag 1355001/1355001
111.15/110.50	c cleaning 10011 clauses out of 20023 with flag 1365002/1365002
111.85/111.25	c cleaning 9992 clauses out of 20010 with flag 1375000/1375000
112.55/111.99	c cleaning 9998 clauses out of 20018 with flag 1385000/1385000
113.36/112.72	c cleaning 10002 clauses out of 20020 with flag 1395000/1395000
114.06/113.46	c cleaning 9998 clauses out of 20018 with flag 1405000/1405000
114.86/114.22	c cleaning 10001 clauses out of 20021 with flag 1415001/1415001
115.56/114.94	c cleaning 10001 clauses out of 20019 with flag 1425000/1425000
116.26/115.68	c cleaning 9999 clauses out of 20020 with flag 1435002/1435002
117.06/116.43	c cleaning 9998 clauses out of 20020 with flag 1445001/1445001
117.76/117.19	c cleaning 10000 clauses out of 20021 with flag 1455000/1455000
118.56/117.95	c cleaning 10000 clauses out of 20022 with flag 1465001/1465001
119.26/118.66	c cleaning 10000 clauses out of 20021 with flag 1475000/1475000
120.06/119.41	c cleaning 10000 clauses out of 20021 with flag 1485000/1485000
120.76/120.15	c cleaning 9999 clauses out of 20021 with flag 1495000/1495000
121.46/120.88	c cleaning 10001 clauses out of 20022 with flag 1505000/1505000
122.26/121.61	c cleaning 9998 clauses out of 20021 with flag 1515000/1515000
122.96/122.32	c cleaning 10001 clauses out of 20023 with flag 1525000/1525000
123.66/123.06	c cleaning 10000 clauses out of 20022 with flag 1535000/1535000
124.36/123.75	c cleaning 9999 clauses out of 20022 with flag 1545000/1545000
125.16/124.58	c cleaning 10007 clauses out of 20024 with flag 1555001/1555001
125.97/125.33	c cleaning 9995 clauses out of 20016 with flag 1565000/1565000
126.76/126.12	c cleaning 10000 clauses out of 20021 with flag 1575000/1575000
127.46/126.83	c cleaning 10000 clauses out of 20021 with flag 1585000/1585000
128.06/127.51	c cleaning 9999 clauses out of 20021 with flag 1595000/1595000
128.96/128.31	c cleaning 9998 clauses out of 20022 with flag 1605000/1605000
129.66/129.08	c cleaning 10002 clauses out of 20024 with flag 1615000/1615000
130.48/129.88	c cleaning 9998 clauses out of 20022 with flag 1625000/1625000
131.36/130.70	c cleaning 10002 clauses out of 20024 with flag 1635000/1635000
132.06/131.48	c cleaning 10002 clauses out of 20023 with flag 1645001/1645001
132.86/132.22	c cleaning 9997 clauses out of 20020 with flag 1655000/1655000
133.56/132.98	c cleaning 10001 clauses out of 20023 with flag 1665000/1665000
134.36/133.79	c cleaning 9999 clauses out of 20022 with flag 1675000/1675000
135.17/134.55	c cleaning 10002 clauses out of 20023 with flag 1685000/1685000
135.88/135.28	c cleaning 10003 clauses out of 20021 with flag 1695000/1695000
136.56/135.96	c cleaning 9997 clauses out of 20018 with flag 1705000/1705000
137.27/136.63	c cleaning 9999 clauses out of 20021 with flag 1715000/1715000
138.08/137.44	c cleaning 10000 clauses out of 20022 with flag 1725000/1725000
138.87/138.24	c cleaning 9996 clauses out of 20022 with flag 1735000/1735000
139.57/138.98	c cleaning 10002 clauses out of 20026 with flag 1745000/1745000
140.39/139.74	c cleaning 10002 clauses out of 20024 with flag 1755000/1755000
141.17/140.51	c cleaning 10000 clauses out of 20022 with flag 1765000/1765000
141.97/141.30	c cleaning 10000 clauses out of 20022 with flag 1775000/1775000
142.67/142.03	c cleaning 9996 clauses out of 20022 with flag 1785000/1785000
143.37/142.72	c cleaning 10001 clauses out of 20026 with flag 1795000/1795000
144.07/143.47	c cleaning 10003 clauses out of 20025 with flag 1805000/1805000
144.79/144.19	c cleaning 9999 clauses out of 20022 with flag 1815000/1815000
145.58/144.95	c cleaning 10000 clauses out of 20024 with flag 1825001/1825001
146.28/145.70	c cleaning 10002 clauses out of 20023 with flag 1835000/1835000
146.99/146.32	c cleaning 10000 clauses out of 20021 with flag 1845000/1845000
147.67/147.06	c cleaning 9998 clauses out of 20021 with flag 1855000/1855000
148.37/147.79	c cleaning 9999 clauses out of 20023 with flag 1865000/1865000
149.19/148.55	c cleaning 10000 clauses out of 20024 with flag 1875000/1875000
149.87/149.25	c cleaning 10003 clauses out of 20025 with flag 1885001/1885001
150.57/149.93	c cleaning 10001 clauses out of 20022 with flag 1895001/1895001
151.18/150.58	c cleaning 9997 clauses out of 20020 with flag 1905000/1905000
151.98/151.36	c cleaning 10002 clauses out of 20023 with flag 1915000/1915000
152.78/152.10	c cleaning 10004 clauses out of 20021 with flag 1925000/1925000
153.38/152.77	c cleaning 9998 clauses out of 20017 with flag 1935000/1935000
154.08/153.49	c cleaning 10000 clauses out of 20019 with flag 1945000/1945000
154.78/154.18	c cleaning 9999 clauses out of 20019 with flag 1955000/1955000
155.48/154.87	c cleaning 9999 clauses out of 20020 with flag 1965000/1965000
156.18/155.55	c cleaning 10009 clauses out of 20023 with flag 1975002/1975002
156.90/156.28	c cleaning 9998 clauses out of 20015 with flag 1985003/1985003
157.69/157.10	c cleaning 10001 clauses out of 20015 with flag 1995001/1995001
158.49/157.83	c cleaning 10000 clauses out of 20013 with flag 2005000/2005000
159.19/158.53	c cleaning 9999 clauses out of 20015 with flag 2015002/2015002
159.89/159.29	c cleaning 10001 clauses out of 20016 with flag 2025002/2025002
160.59/160.00	c cleaning 9997 clauses out of 20013 with flag 2035000/2035000
161.30/160.68	c cleaning 9997 clauses out of 20017 with flag 2045001/2045001
162.09/161.43	c cleaning 10002 clauses out of 20020 with flag 2055001/2055001
162.79/162.14	c cleaning 10000 clauses out of 20017 with flag 2065000/2065000
163.50/162.89	c cleaning 9998 clauses out of 20017 with flag 2075000/2075000
164.19/163.59	c cleaning 9999 clauses out of 20019 with flag 2085000/2085000
164.89/164.29	c cleaning 9999 clauses out of 20020 with flag 2095000/2095000
165.60/164.94	c cleaning 9999 clauses out of 20021 with flag 2105000/2105000
166.29/165.64	c cleaning 10004 clauses out of 20022 with flag 2115000/2115000
166.99/166.37	c cleaning 10000 clauses out of 20018 with flag 2125000/2125000
167.69/167.04	c cleaning 9999 clauses out of 20018 with flag 2135000/2135000
168.39/167.78	c cleaning 10000 clauses out of 20020 with flag 2145001/2145001
169.19/168.52	c cleaning 10003 clauses out of 20019 with flag 2155000/2155000
169.89/169.28	c cleaning 10002 clauses out of 20017 with flag 2165001/2165001
170.69/170.02	c cleaning 10001 clauses out of 20015 with flag 2175001/2175001
171.39/170.79	c cleaning 10000 clauses out of 20013 with flag 2185000/2185000
172.20/171.53	c cleaning 9997 clauses out of 20013 with flag 2195000/2195000
172.99/172.31	c cleaning 10002 clauses out of 20016 with flag 2205000/2205000
173.79/173.11	c cleaning 9994 clauses out of 20014 with flag 2215000/2215000
174.59/173.94	c cleaning 10005 clauses out of 20022 with flag 2225002/2225002
175.39/174.74	c cleaning 10001 clauses out of 20025 with flag 2235010/2235010
176.19/175.52	c cleaning 10000 clauses out of 20014 with flag 2245000/2245000
177.10/176.40	c cleaning 9995 clauses out of 20014 with flag 2255000/2255000
177.89/177.28	c cleaning 9992 clauses out of 20019 with flag 2265000/2265000
178.81/178.19	c cleaning 10009 clauses out of 20027 with flag 2275000/2275000
179.70/179.03	c cleaning 10003 clauses out of 20018 with flag 2285000/2285000
180.40/179.75	c cleaning 10004 clauses out of 20015 with flag 2295000/2295000
181.20/180.53	c cleaning 10003 clauses out of 20013 with flag 2305002/2305002
182.00/181.39	c cleaning 9999 clauses out of 20008 with flag 2315000/2315000
182.91/182.29	c cleaning 10000 clauses out of 20009 with flag 2325000/2325000
183.81/183.18	c cleaning 10000 clauses out of 20009 with flag 2335000/2335000
184.81/184.10	c cleaning 10002 clauses out of 20010 with flag 2345001/2345001
185.81/185.11	c cleaning 9997 clauses out of 20008 with flag 2355001/2355001
186.81/186.10	c cleaning 10001 clauses out of 20010 with flag 2365000/2365000
187.81/187.13	c cleaning 10001 clauses out of 20009 with flag 2375000/2375000
188.83/188.12	c cleaning 10001 clauses out of 20008 with flag 2385000/2385000
189.82/189.17	c cleaning 10002 clauses out of 20007 with flag 2395000/2395000
190.81/190.12	c cleaning 10001 clauses out of 20005 with flag 2405000/2405000
191.91/191.20	c cleaning 9997 clauses out of 20010 with flag 2415006/2415006
192.91/192.28	c cleaning 10002 clauses out of 20009 with flag 2425002/2425002
194.02/193.39	c cleaning 9990 clauses out of 20009 with flag 2435004/2435004
195.12/194.44	c cleaning 10002 clauses out of 20016 with flag 2445001/2445001
196.12/195.46	c cleaning 10002 clauses out of 20019 with flag 2455006/2455006
197.12/196.49	c cleaning 9999 clauses out of 20011 with flag 2465000/2465000
198.49/197.53	c cleaning 10003 clauses out of 20013 with flag 2475001/2475001
199.69/198.49	c cleaning 10001 clauses out of 20010 with flag 2485001/2485001
200.70/199.47	c cleaning 9991 clauses out of 20008 with flag 2495000/2495000
201.80/200.50	c cleaning 10006 clauses out of 20018 with flag 2505001/2505001
202.70/201.42	c cleaning 10005 clauses out of 20015 with flag 2515004/2515004
203.72/202.48	c cleaning 9991 clauses out of 20006 with flag 2525000/2525000
204.82/203.52	c cleaning 10002 clauses out of 20015 with flag 2535000/2535000
205.70/204.46	c cleaning 10001 clauses out of 20014 with flag 2545001/2545001
206.71/205.45	c cleaning 10003 clauses out of 20014 with flag 2555002/2555002
207.81/206.52	c cleaning 10000 clauses out of 20009 with flag 2565000/2565000
208.91/207.61	c cleaning 10001 clauses out of 20009 with flag 2575000/2575000
209.91/208.66	c cleaning 9990 clauses out of 20008 with flag 2585000/2585000
211.01/209.70	c cleaning 10005 clauses out of 20019 with flag 2595001/2595001
212.11/210.83	c cleaning 10001 clauses out of 20015 with flag 2605002/2605002
213.35/212.00	c cleaning 10006 clauses out of 20015 with flag 2615003/2615003
214.35/213.03	c cleaning 9984 clauses out of 20010 with flag 2625004/2625004
214.85/213.53	c starts		: 230
214.85/213.53	c conflicts		: 2629563
214.85/213.53	c decisions		: 3161082
214.85/213.53	c propagations		: 121553211
214.85/213.53	c inspects		: 2026780259
214.85/213.53	c shortcuts		: 0
214.85/213.53	c learnt literals	: 18
214.85/213.53	c learnt binary clauses	: 23
214.85/213.53	c learnt ternary clauses	: 24754
214.85/213.53	c learnt constraints	: 2629544
214.85/213.53	c ignored constraints	: 0
214.85/213.53	c root simplifications	: 0
214.85/213.53	c removed literals (reason simplification)	: 88427608
214.85/213.53	c reason swapping (by a shorter reason)	: 0
214.85/213.53	c Calls to reduceDB	: 264
214.85/213.53	c number of reductions to clauses (during analyze)	: 0
214.85/213.53	c number of learned constraints concerned by reduction	: 0
214.85/213.53	c number of learning phase by resolution	: 0
214.85/213.53	c number of learning phase by cutting planes	: 0
214.85/213.53	c speed (assignments/second)	: 570032.7379137962
214.85/213.53	c non guided choices	1484
214.85/213.54	c learnt constraints type 
214.85/213.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
214.85/213.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14543
214.85/213.54	c constraints type 
214.85/213.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
214.85/213.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
214.85/213.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
214.85/213.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
214.85/213.54	s UNSATISFIABLE
214.85/213.54	c Total wall clock time (in seconds): 213.428

Verifier Data

ERROR: no interpretation found !

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-3457990-1307164139/watcher-3457990-1307164139 -o /tmp/evaluation-result-3457990-1307164139/solver-3457990-1307164139 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457990-1307164139.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 2/454 23472
/proc/meminfo: memFree=31830192/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 3960 0 1 0 0 0 0 0 22 0 2 0 828011783 13850947584 3663 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3381579 3677 917 9 0 3372735 0
[pid=23472/tid=23473] ppid=23470 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 6232 0 1 0 0 0 0 0 24 0 2 0 828011783 13850947584 7055 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0668691 s]
/proc/loadavg: 2.01 2.03 2.00 2/454 23472
/proc/meminfo: memFree=31830192/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13554952 CPUtime=0.06 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 14235 0 1 0 5 1 0 0 22 0 18 0 828011783 13880270848 13933 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3388738 13933 1740 9 0 3379472 0
[pid=23472/tid=23473] ppid=23470 vsize=13554952 CPUtime=0.05 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 13062 0 1 0 4 1 0 0 24 0 18 0 828011783 13880270848 13933 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 47749594905185 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13554952

[startup+0.100902 s]
/proc/loadavg: 2.01 2.03 2.00 2/454 23472
/proc/meminfo: memFree=31830192/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13687352 CPUtime=0.1 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 15562 0 1 0 9 1 0 0 22 0 18 0 828011783 14015848448 15259 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3421838 15259 2092 9 0 3412572 0
[pid=23472/tid=23473] ppid=23470 vsize=13687352 CPUtime=0.08 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 13639 0 1 0 7 1 0 0 24 0 18 0 828011783 14015848448 15260 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271550198817 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13687352

[startup+0.305861 s]
/proc/loadavg: 2.01 2.03 2.00 2/454 23472
/proc/meminfo: memFree=31830192/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13690980 CPUtime=0.46 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 18890 0 1 0 44 2 0 0 22 0 19 0 828011783 14019563520 18192 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422745 18192 2220 9 0 3413479 0
[pid=23472/tid=23473] ppid=23470 vsize=13690980 CPUtime=0.29 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 15428 0 1 0 28 1 0 0 25 0 19 0 828011783 14019563520 18192 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505216225 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13690980

[startup+0.7008 s]
/proc/loadavg: 2.01 2.03 2.00 2/454 23472
/proc/meminfo: memFree=31830192/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=1.15 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 20667 0 1 0 113 2 0 0 22 0 19 0 828011783 14020079616 19049 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 19049 2234 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=0.68 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 15750 0 1 0 67 1 0 0 25 0 19 0 828011783 14020079616 19049 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505602688 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13691484

[startup+1.50064 s]
/proc/loadavg: 2.01 2.03 2.00 6/489 23599
/proc/meminfo: memFree=31711236/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=2.01 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 22396 0 1 0 199 2 0 0 22 0 19 0 828011783 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 20774 2262 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=1.44 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 15916 0 1 0 143 1 0 0 18 0 19 0 828011783 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505658093 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23472/tid=23486] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 276 0 0 0 0 0 0 0 16 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 266 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=0.03 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 703 0 0 0 3 0 0 0 15 0 19 0 828011786 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.26 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1682 0 0 0 26 0 0 0 15 0 19 0 828011789 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.24 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 2094 0 0 0 24 0 0 0 15 0 19 0 828011789 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0
[pid=23472/tid=23505] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23505/stat : 23505 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828011789 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23506] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23506/stat : 23506 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011789 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23526] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23526/stat : 23526 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828011813 14020079616 20774 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13691484

[startup+3.10136 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 23600
/proc/meminfo: memFree=31678740/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=3.64 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 22619 0 1 0 362 2 0 0 22 0 19 0 828011783 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 20995 2262 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=3 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 15916 0 1 0 299 1 0 0 19 0 19 0 828011783 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505658344 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23472/tid=23486] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 276 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 293 0 0 0 0 0 0 0 16 0 19 0 828011785 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 789 0 0 0 6 0 0 0 15 0 19 0 828011786 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.27 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1683 0 0 0 27 0 0 0 15 0 19 0 828011789 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.26 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 2101 0 0 0 26 0 0 0 15 0 19 0 828011789 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0
[pid=23472/tid=23505] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23505/stat : 23505 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828011789 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23506] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23506/stat : 23506 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011789 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23526] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23526/stat : 23526 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828011813 14020079616 20995 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 13691484

[startup+6.30077 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 23600
/proc/meminfo: memFree=31656436/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=6.85 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 23639 0 1 0 683 2 0 0 22 0 19 0 828011783 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 21680 2262 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=6.11 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 15921 0 1 0 610 1 0 0 25 0 19 0 828011783 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505357748 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23472/tid=23486] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 316 0 0 0 0 0 0 0 16 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0.01 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 422 0 0 0 1 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0.01 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 514 0 0 0 1 0 0 0 15 0 19 0 828011785 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=0.14 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 1190 0 0 0 14 0 0 0 15 0 19 0 828011786 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.27 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1683 0 0 0 27 0 0 0 15 0 19 0 828011789 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.26 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 2101 0 0 0 26 0 0 0 15 0 19 0 828011789 14020079616 21680 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0

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

/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 323 0 0 0 6 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 38 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 16 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 105 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 429 0 0 0 7 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 225 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 535 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=4.88 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 1527 0 0 0 485 3 0 0 15 0 19 0 828011786 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.3 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1718 0 0 0 30 0 0 0 16 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.83 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 13194 0 0 0 81 2 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0
[pid=23472/tid=23505] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23505/stat : 23505 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23506] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23506/stat : 23506 (java) R 23470 23472 23433 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23472/tid=23526] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23526/stat : 23526 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828011813 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 212.42
Current children cumulated vsize (KiB) 13691484

[startup+212.701 s]
/proc/loadavg: 2.14 2.07 2.01 3/490 23605
/proc/meminfo: memFree=31626788/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=214.05 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 35464 0 1 0 21392 13 0 0 22 0 19 0 828011783 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 26510 2264 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=207.35 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 16175 0 1 0 20732 3 0 0 18 0 19 0 828011783 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505658314 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23472/tid=23486] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 323 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 38 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 16 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 105 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 18 0 0 0 6 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 429 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 225 0 0 0 7 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 535 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=4.9 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 1527 0 0 0 486 4 0 0 15 0 19 0 828011786 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.31 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1718 0 0 0 31 0 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.86 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 13194 0 0 0 84 2 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0
[pid=23472/tid=23505] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23505/stat : 23505 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23506] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23506/stat : 23506 (java) S 23470 23472 23433 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23526] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23526/stat : 23526 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828011813 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.05
Current children cumulated vsize (KiB) 13691484

[startup+213.101 s]
/proc/loadavg: 2.14 2.07 2.01 3/490 23605
/proc/meminfo: memFree=31626788/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=214.45 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 35466 0 1 0 21432 13 0 0 22 0 19 0 828011783 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 26510 2264 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=207.72 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 16177 0 1 0 20769 3 0 0 17 0 19 0 828011783 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505596863 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23472/tid=23486] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 323 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 38 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 16 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 105 0 0 0 6 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 18 0 0 0 6 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 429 0 0 0 7 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 225 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 535 0 0 0 7 0 0 0 16 0 19 0 828011785 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=4.93 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 1527 0 0 0 489 4 0 0 15 0 19 0 828011786 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.31 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1718 0 0 0 31 0 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.86 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 13194 0 0 0 84 2 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0
[pid=23472/tid=23505] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23505/stat : 23505 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23506] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23506/stat : 23506 (java) R 23470 23472 23433 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 828011789 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23472/tid=23526] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23526/stat : 23526 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828011813 14020079616 26510 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.45
Current children cumulated vsize (KiB) 13691484

[startup+213.501 s]
/proc/loadavg: 2.14 2.07 2.01 3/490 23605
/proc/meminfo: memFree=31626904/32951124 swapFree=55639044/67111528
[pid=23472] ppid=23470 vsize=13691484 CPUtime=214.85 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23470 23472 23433 0 -1 4202496 35467 0 1 0 21472 13 0 0 22 0 19 0 828011783 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23472/statm: 3422871 26511 2264 9 0 3413605 0
[pid=23472/tid=23473] ppid=23470 vsize=13691484 CPUtime=208.12 cores=1,3,5,7
/proc/23472/task/23473/stat : 23473 (java) R 23470 23472 23433 0 -1 4202560 16178 0 1 0 20809 3 0 0 18 0 19 0 828011783 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 46912505715221 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23472/tid=23486] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23470 23472 23433 0 -1 4202560 323 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23487] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23470 23472 23433 0 -1 4202560 38 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23488] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23488/stat : 23488 (java) S 23470 23472 23433 0 -1 4202560 16 0 0 0 6 0 0 0 15 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23489] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23489/stat : 23489 (java) S 23470 23472 23433 0 -1 4202560 105 0 0 0 6 0 0 0 16 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23490] ppid=23470 vsize=13691484 CPUtime=0.06 cores=1,3,5,7
/proc/23472/task/23490/stat : 23490 (java) S 23470 23472 23433 0 -1 4202560 18 0 0 0 6 0 0 0 16 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23491] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23491/stat : 23491 (java) S 23470 23472 23433 0 -1 4202560 429 0 0 0 7 0 0 0 16 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23492] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23492/stat : 23492 (java) S 23470 23472 23433 0 -1 4202560 225 0 0 0 7 0 0 0 15 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23493] ppid=23470 vsize=13691484 CPUtime=0.07 cores=1,3,5,7
/proc/23472/task/23493/stat : 23493 (java) S 23470 23472 23433 0 -1 4202560 535 0 0 0 7 0 0 0 16 0 19 0 828011785 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 3 0 0 0
[pid=23472/tid=23494] ppid=23470 vsize=13691484 CPUtime=4.93 cores=1,3,5,7
/proc/23472/task/23494/stat : 23494 (java) S 23470 23472 23433 0 -1 4202560 1527 0 0 0 489 4 0 0 15 0 19 0 828011786 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 0 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23495] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23495/stat : 23495 (java) S 23470 23472 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23496] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23496/stat : 23496 (java) S 23470 23472 23433 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828011787 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23502] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23502/stat : 23502 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828011789 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562361265 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23503] ppid=23470 vsize=13691484 CPUtime=0.31 cores=1,3,5,7
/proc/23472/task/23503/stat : 23503 (java) S 23470 23472 23433 0 -1 4202560 1718 0 0 0 31 0 0 0 15 0 19 0 828011789 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 1 0 0 0
[pid=23472/tid=23504] ppid=23470 vsize=13691484 CPUtime=0.86 cores=1,3,5,7
/proc/23472/task/23504/stat : 23504 (java) S 23470 23472 23433 0 -1 4202560 13194 0 0 0 84 2 0 0 15 0 19 0 828011789 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 5 0 0 0
[pid=23472/tid=23505] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23505/stat : 23505 (java) S 23470 23472 23433 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 828011789 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562353561 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23506] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23506/stat : 23506 (java) S 23470 23472 23433 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 828011789 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
[pid=23472/tid=23526] ppid=23470 vsize=13691484 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23526/stat : 23526 (java) S 23470 23472 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828011813 14020079616 26511 33554432000 1073741824 1073778376 140735869295504 18446744073709551615 271562354176 0 4 0 16800975 18446604457244908480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.85
Current children cumulated vsize (KiB) 13691484

Child status: 20
Real time (s): 213.547
CPU time (s): 214.912
CPU user time (s): 214.773
CPU system time (s): 0.138978
CPU usage (%): 100.639
Max. virtual memory (cumulated for all children) (KiB): 13691484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.773
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35490
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= 10682
involuntary context switches= 9133

runsolver used 0.964853 second user time and 2.23966 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 07:08:59
IDJOB=3457990
IDBENCH=48315
IDSOLVER=1952
FILE ID=node133/3457990-1307164139
RUNJOBID= node133-1307164139-23452
PBS_JOBID= 13508830
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_4_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457990-1307164139/watcher-3457990-1307164139 -o /tmp/evaluation-result-3457990-1307164139/solver-3457990-1307164139 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457990-1307164139.opb

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

MD5SUM BENCH= 73ea1f0ac6b3717abb48868130805223
RANDOM SEED=172451896

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:     32951124 kB
MemFree:      31835184 kB
Buffers:        316844 kB
Cached:         483088 kB
SwapCached:      10584 kB
Active:         382120 kB
Inactive:       457744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31835184 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:       37052 kB
Mapped:          16028 kB
Slab:           152152 kB
PageTables:      53836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128254984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 07:12:33