Trace number 3459219

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 171.924 170.225

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900575442.opb
MD5SUM3135d58f22cd009942de3e1dff086931
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 benchmark4.29635
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		12995394264
0.00/0.10	c Max memory 		13063553024
0.00/0.10	c Total memory 		13063553024
0.00/0.10	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-3459219-1307134788.opb
0.11/0.11	c reading problem ... 
0.26/0.30	c ... done. Wall clock time 0.182s.
0.26/0.30	c #vars     231
0.26/0.30	c #constraints  2707
0.26/0.30	c constraints type 
0.26/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.07/0.65	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.43/0.93	c cleaning 4246 clauses out of 8502 with flag 11001/11001
1.75/1.29	c cleaning 5623 clauses out of 11255 with flag 18000/18000
2.14/1.69	c cleaning 6816 clauses out of 13633 with flag 26001/26001
2.77/2.24	c cleaning 7902 clauses out of 15818 with flag 35002/35002
3.37/2.84	c cleaning 8954 clauses out of 17915 with flag 45001/45001
3.87/3.38	c cleaning 9475 clauses out of 18960 with flag 55000/55000
4.47/3.98	c cleaning 9733 clauses out of 19487 with flag 65002/65002
5.08/4.56	c cleaning 9869 clauses out of 19753 with flag 75001/75001
5.67/5.18	c cleaning 9937 clauses out of 19884 with flag 85001/85001
6.27/5.77	c cleaning 9969 clauses out of 19949 with flag 95003/95003
6.87/6.37	c cleaning 9986 clauses out of 19980 with flag 105003/105003
7.47/6.97	c cleaning 9991 clauses out of 19992 with flag 115001/115001
8.07/7.57	c cleaning 9998 clauses out of 20001 with flag 125001/125001
8.68/8.10	c cleaning 9986 clauses out of 20002 with flag 135000/135000
9.18/8.62	c cleaning 10003 clauses out of 20016 with flag 145000/145000
9.68/9.14	c cleaning 10000 clauses out of 20014 with flag 155001/155001
10.28/9.75	c cleaning 9999 clauses out of 20014 with flag 165001/165001
10.88/10.31	c cleaning 10006 clauses out of 20015 with flag 175001/175001
11.39/10.84	c cleaning 9995 clauses out of 20008 with flag 185000/185000
11.90/11.37	c cleaning 10003 clauses out of 20013 with flag 195000/195000
12.40/11.86	c cleaning 9997 clauses out of 20010 with flag 205000/205000
12.90/12.39	c cleaning 10001 clauses out of 20016 with flag 215003/215003
13.50/12.91	c cleaning 9998 clauses out of 20012 with flag 225000/225000
14.00/13.48	c cleaning 10002 clauses out of 20014 with flag 235000/235000
14.60/14.01	c cleaning 10001 clauses out of 20013 with flag 245001/245001
15.10/14.52	c cleaning 10002 clauses out of 20014 with flag 255003/255003
15.60/15.05	c cleaning 9998 clauses out of 20011 with flag 265002/265002
16.20/15.60	c cleaning 9999 clauses out of 20011 with flag 275000/275000
16.71/16.13	c cleaning 9995 clauses out of 20012 with flag 285000/285000
17.30/16.71	c cleaning 10004 clauses out of 20017 with flag 295000/295000
17.81/17.22	c cleaning 10003 clauses out of 20013 with flag 305000/305000
18.33/17.74	c cleaning 10001 clauses out of 20010 with flag 315000/315000
18.81/18.28	c cleaning 9996 clauses out of 20009 with flag 325000/325000
19.32/18.79	c cleaning 10005 clauses out of 20013 with flag 335000/335000
19.91/19.32	c cleaning 9998 clauses out of 20008 with flag 345000/345000
20.42/19.85	c cleaning 9997 clauses out of 20010 with flag 355000/355000
20.91/20.39	c cleaning 9997 clauses out of 20014 with flag 365001/365001
21.52/20.92	c cleaning 10001 clauses out of 20017 with flag 375001/375001
21.91/21.39	c cleaning 10003 clauses out of 20015 with flag 385000/385000
22.51/21.91	c cleaning 10005 clauses out of 20014 with flag 395002/395002
23.02/22.44	c cleaning 10000 clauses out of 20008 with flag 405001/405001
23.62/23.03	c cleaning 10001 clauses out of 20008 with flag 415001/415001
24.22/23.61	c cleaning 9999 clauses out of 20009 with flag 425003/425003
24.72/24.10	c cleaning 9995 clauses out of 20007 with flag 435000/435000
25.22/24.62	c cleaning 10000 clauses out of 20014 with flag 445002/445002
25.72/25.12	c cleaning 9996 clauses out of 20012 with flag 455000/455000
26.22/25.64	c cleaning 10001 clauses out of 20017 with flag 465001/465001
26.72/26.14	c cleaning 10003 clauses out of 20015 with flag 475000/475000
27.22/26.66	c cleaning 9999 clauses out of 20015 with flag 485003/485003
27.82/27.20	c cleaning 10001 clauses out of 20014 with flag 495001/495001
28.32/27.71	c cleaning 10000 clauses out of 20014 with flag 505002/505002
28.82/28.27	c cleaning 9997 clauses out of 20015 with flag 515003/515003
29.34/28.74	c cleaning 10003 clauses out of 20017 with flag 525002/525002
29.83/29.24	c cleaning 9998 clauses out of 20012 with flag 535000/535000
30.34/29.77	c cleaning 10001 clauses out of 20017 with flag 545003/545003
30.83/30.26	c cleaning 9996 clauses out of 20014 with flag 555001/555001
31.33/30.77	c cleaning 10001 clauses out of 20017 with flag 565000/565000
31.83/31.28	c cleaning 10001 clauses out of 20017 with flag 575001/575001
32.33/31.78	c cleaning 10004 clauses out of 20015 with flag 585000/585000
32.84/32.28	c cleaning 10002 clauses out of 20014 with flag 595003/595003
33.33/32.79	c cleaning 10001 clauses out of 20010 with flag 605001/605001
33.94/33.33	c cleaning 9997 clauses out of 20008 with flag 615000/615000
34.44/33.88	c cleaning 10002 clauses out of 20012 with flag 625001/625001
34.93/34.36	c cleaning 10003 clauses out of 20010 with flag 635001/635001
35.44/34.84	c cleaning 9997 clauses out of 20006 with flag 645000/645000
35.96/35.38	c cleaning 9995 clauses out of 20009 with flag 655000/655000
36.54/35.94	c cleaning 10001 clauses out of 20014 with flag 665000/665000
37.07/36.48	c cleaning 9994 clauses out of 20013 with flag 675000/675000
37.55/36.99	c cleaning 10004 clauses out of 20020 with flag 685001/685001
38.06/37.48	c cleaning 10002 clauses out of 20015 with flag 695000/695000
38.56/37.97	c cleaning 10002 clauses out of 20015 with flag 705002/705002
39.06/38.46	c cleaning 10001 clauses out of 20011 with flag 715000/715000
39.66/39.01	c cleaning 9999 clauses out of 20010 with flag 725000/725000
40.16/39.52	c cleaning 10003 clauses out of 20013 with flag 735002/735002
40.66/40.06	c cleaning 9993 clauses out of 20008 with flag 745000/745000
41.26/40.61	c cleaning 10001 clauses out of 20015 with flag 755000/755000
41.76/41.14	c cleaning 10003 clauses out of 20017 with flag 765003/765003
42.27/41.63	c cleaning 10001 clauses out of 20012 with flag 775001/775001
42.77/42.15	c cleaning 10000 clauses out of 20010 with flag 785000/785000
43.27/42.64	c cleaning 9998 clauses out of 20010 with flag 795000/795000
43.77/43.15	c cleaning 10002 clauses out of 20012 with flag 805000/805000
44.27/43.66	c cleaning 9996 clauses out of 20010 with flag 815000/815000
44.79/44.15	c cleaning 10001 clauses out of 20016 with flag 825002/825002
45.28/44.67	c cleaning 10001 clauses out of 20014 with flag 835001/835001
45.79/45.19	c cleaning 10002 clauses out of 20014 with flag 845002/845002
46.38/45.70	c cleaning 10001 clauses out of 20013 with flag 855003/855003
46.78/46.18	c cleaning 9995 clauses out of 20010 with flag 865001/865001
47.38/46.71	c cleaning 9998 clauses out of 20014 with flag 875000/875000
47.88/47.20	c cleaning 10003 clauses out of 20016 with flag 885000/885000
48.38/47.72	c cleaning 10003 clauses out of 20013 with flag 895000/895000
48.88/48.23	c cleaning 9997 clauses out of 20010 with flag 905000/905000
49.38/48.75	c cleaning 10005 clauses out of 20016 with flag 915003/915003
49.88/49.28	c cleaning 9997 clauses out of 20008 with flag 925000/925000
50.39/49.78	c cleaning 9998 clauses out of 20012 with flag 935001/935001
50.99/50.30	c cleaning 10003 clauses out of 20014 with flag 945001/945001
51.49/50.81	c cleaning 9988 clauses out of 20010 with flag 955000/955000
51.99/51.34	c cleaning 10004 clauses out of 20023 with flag 965001/965001
52.51/51.85	c cleaning 10001 clauses out of 20020 with flag 975002/975002
52.99/52.38	c cleaning 10003 clauses out of 20017 with flag 985000/985000
53.50/52.88	c cleaning 10004 clauses out of 20015 with flag 995001/995001
53.99/53.38	c cleaning 10001 clauses out of 20011 with flag 1005001/1005001
54.49/53.91	c cleaning 10001 clauses out of 20010 with flag 1015001/1015001
55.09/54.44	c cleaning 9998 clauses out of 20009 with flag 1025001/1025001
55.59/54.97	c cleaning 10004 clauses out of 20010 with flag 1035000/1035000
56.09/55.49	c cleaning 9999 clauses out of 20007 with flag 1045001/1045001
56.69/56.01	c cleaning 10002 clauses out of 20007 with flag 1055000/1055000
57.19/56.53	c cleaning 10002 clauses out of 20007 with flag 1065002/1065002
57.69/57.08	c cleaning 9997 clauses out of 20006 with flag 1075003/1075003
58.19/57.57	c cleaning 9998 clauses out of 20006 with flag 1085000/1085000
58.70/58.08	c cleaning 9997 clauses out of 20009 with flag 1095001/1095001
59.30/58.60	c cleaning 10001 clauses out of 20015 with flag 1105004/1105004
59.80/59.13	c cleaning 10002 clauses out of 20010 with flag 1115000/1115000
60.30/59.61	c cleaning 9996 clauses out of 20008 with flag 1125000/1125000
60.80/60.11	c cleaning 10004 clauses out of 20013 with flag 1135001/1135001
61.32/60.64	c cleaning 9998 clauses out of 20008 with flag 1145000/1145000
61.80/61.17	c cleaning 9998 clauses out of 20010 with flag 1155000/1155000
62.31/61.66	c cleaning 10001 clauses out of 20013 with flag 1165001/1165001
62.81/62.17	c cleaning 10002 clauses out of 20012 with flag 1175001/1175001
63.31/62.69	c cleaning 10000 clauses out of 20010 with flag 1185001/1185001
63.81/63.19	c cleaning 10000 clauses out of 20010 with flag 1195001/1195001
64.41/63.74	c cleaning 10000 clauses out of 20010 with flag 1205001/1205001
64.91/64.26	c cleaning 10000 clauses out of 20010 with flag 1215001/1215001
65.52/64.82	c cleaning 9999 clauses out of 20012 with flag 1225003/1225003
66.01/65.37	c cleaning 9998 clauses out of 20010 with flag 1235000/1235000
66.62/65.91	c cleaning 10003 clauses out of 20015 with flag 1245003/1245003
67.12/66.44	c cleaning 9998 clauses out of 20010 with flag 1255001/1255001
67.62/66.95	c cleaning 10001 clauses out of 20011 with flag 1265000/1265000
68.12/67.47	c cleaning 9997 clauses out of 20010 with flag 1275000/1275000
68.72/68.02	c cleaning 10003 clauses out of 20015 with flag 1285002/1285002
69.23/68.54	c cleaning 10003 clauses out of 20013 with flag 1295003/1295003
69.73/69.07	c cleaning 9990 clauses out of 20007 with flag 1305000/1305000
70.33/69.64	c cleaning 10004 clauses out of 20019 with flag 1315002/1315002
70.93/70.24	c cleaning 10001 clauses out of 20013 with flag 1325000/1325000
71.53/70.80	c cleaning 9998 clauses out of 20012 with flag 1335000/1335000
72.04/71.33	c cleaning 10006 clauses out of 20017 with flag 1345003/1345003
72.54/71.85	c cleaning 10002 clauses out of 20009 with flag 1355001/1355001
73.04/72.39	c cleaning 10002 clauses out of 20009 with flag 1365003/1365003
73.64/72.91	c cleaning 9996 clauses out of 20005 with flag 1375001/1375001
74.14/73.42	c cleaning 9994 clauses out of 20008 with flag 1385000/1385000
74.64/73.97	c cleaning 9999 clauses out of 20017 with flag 1395003/1395003
75.14/74.47	c cleaning 10002 clauses out of 20015 with flag 1405000/1405000
75.66/74.99	c cleaning 10002 clauses out of 20017 with flag 1415004/1415004
76.14/75.47	c cleaning 10002 clauses out of 20013 with flag 1425002/1425002
76.65/75.96	c cleaning 9999 clauses out of 20009 with flag 1435000/1435000
77.14/76.44	c cleaning 9997 clauses out of 20011 with flag 1445001/1445001
77.54/76.88	c cleaning 10002 clauses out of 20015 with flag 1455002/1455002
78.04/77.39	c cleaning 10000 clauses out of 20011 with flag 1465000/1465000
78.64/77.93	c cleaning 9996 clauses out of 20012 with flag 1475001/1475001
79.14/78.45	c cleaning 10003 clauses out of 20015 with flag 1485000/1485000
79.64/78.98	c cleaning 10002 clauses out of 20013 with flag 1495001/1495001
80.14/79.50	c cleaning 9999 clauses out of 20010 with flag 1505000/1505000
80.65/79.99	c cleaning 10004 clauses out of 20013 with flag 1515002/1515002
81.16/80.48	c cleaning 9999 clauses out of 20007 with flag 1525000/1525000
81.65/80.96	c cleaning 10001 clauses out of 20011 with flag 1535003/1535003
82.16/81.47	c cleaning 9998 clauses out of 20007 with flag 1545000/1545000
82.65/81.98	c cleaning 9999 clauses out of 20009 with flag 1555000/1555000
83.16/82.48	c cleaning 10002 clauses out of 20012 with flag 1565002/1565002
83.76/83.00	c cleaning 9997 clauses out of 20009 with flag 1575001/1575001
84.26/83.57	c cleaning 9998 clauses out of 20013 with flag 1585002/1585002
84.86/84.10	c cleaning 9999 clauses out of 20016 with flag 1595003/1595003
85.36/84.65	c cleaning 9998 clauses out of 20014 with flag 1605000/1605000
85.86/85.16	c cleaning 10003 clauses out of 20017 with flag 1615001/1615001
86.36/85.68	c cleaning 9998 clauses out of 20014 with flag 1625001/1625001
86.96/86.21	c cleaning 9998 clauses out of 20015 with flag 1635000/1635000
87.47/86.71	c cleaning 10003 clauses out of 20018 with flag 1645001/1645001
87.97/87.21	c cleaning 10003 clauses out of 20016 with flag 1655002/1655002
88.47/87.74	c cleaning 9995 clauses out of 20013 with flag 1665002/1665002
88.97/88.26	c cleaning 9999 clauses out of 20016 with flag 1675000/1675000
89.48/88.75	c cleaning 10002 clauses out of 20019 with flag 1685002/1685002
89.99/89.26	c cleaning 10003 clauses out of 20016 with flag 1695001/1695001
90.58/89.82	c cleaning 9997 clauses out of 20012 with flag 1705000/1705000
91.10/90.36	c cleaning 10006 clauses out of 20017 with flag 1715002/1715002
91.58/90.86	c cleaning 9998 clauses out of 20010 with flag 1725001/1725001
92.09/91.37	c cleaning 9997 clauses out of 20012 with flag 1735001/1735001
92.58/91.89	c cleaning 10002 clauses out of 20014 with flag 1745000/1745000
93.19/92.42	c cleaning 9999 clauses out of 20015 with flag 1755003/1755003
93.69/92.95	c cleaning 9999 clauses out of 20014 with flag 1765001/1765001
94.19/93.41	c cleaning 9999 clauses out of 20017 with flag 1775003/1775003
94.59/93.89	c cleaning 10002 clauses out of 20017 with flag 1785002/1785002
95.19/94.41	c cleaning 9994 clauses out of 20013 with flag 1795000/1795000
95.69/94.93	c cleaning 10006 clauses out of 20020 with flag 1805001/1805001
96.19/95.43	c cleaning 10001 clauses out of 20014 with flag 1815001/1815001
96.69/95.90	c cleaning 10000 clauses out of 20012 with flag 1825000/1825000
97.19/96.44	c cleaning 9994 clauses out of 20012 with flag 1835000/1835000
97.71/96.98	c cleaning 10003 clauses out of 20019 with flag 1845001/1845001
98.19/97.48	c cleaning 10007 clauses out of 20020 with flag 1855005/1855005
98.70/97.98	c cleaning 9998 clauses out of 20009 with flag 1865001/1865001
99.29/98.52	c cleaning 9999 clauses out of 20011 with flag 1875001/1875001
99.80/99.09	c cleaning 9997 clauses out of 20011 with flag 1885000/1885000
100.50/99.70	c cleaning 9999 clauses out of 20015 with flag 1895001/1895001
101.02/100.23	c cleaning 10001 clauses out of 20015 with flag 1905000/1905000
101.50/100.78	c cleaning 9998 clauses out of 20015 with flag 1915001/1915001
102.01/101.29	c cleaning 9996 clauses out of 20016 with flag 1925000/1925000
102.60/101.80	c cleaning 10006 clauses out of 20020 with flag 1935000/1935000
103.11/102.33	c cleaning 10001 clauses out of 20014 with flag 1945000/1945000
103.61/102.84	c cleaning 9996 clauses out of 20013 with flag 1955000/1955000
104.11/103.39	c cleaning 10004 clauses out of 20018 with flag 1965001/1965001
104.61/103.89	c cleaning 9998 clauses out of 20013 with flag 1975000/1975000
105.21/104.40	c cleaning 10001 clauses out of 20017 with flag 1985002/1985002
105.71/104.93	c cleaning 10007 clauses out of 20019 with flag 1995005/1995005
106.21/105.47	c cleaning 9995 clauses out of 20007 with flag 2005000/2005000
106.71/105.99	c cleaning 10004 clauses out of 20015 with flag 2015003/2015003
107.32/106.58	c cleaning 9998 clauses out of 20009 with flag 2025001/2025001
107.91/107.13	c cleaning 10000 clauses out of 20011 with flag 2035001/2035001
108.41/107.67	c cleaning 9996 clauses out of 20010 with flag 2045000/2045000
108.91/108.17	c cleaning 10007 clauses out of 20016 with flag 2055002/2055002
109.41/108.66	c cleaning 9999 clauses out of 20010 with flag 2065003/2065003
109.92/109.16	c cleaning 9999 clauses out of 20008 with flag 2075000/2075000
110.42/109.68	c cleaning 9998 clauses out of 20010 with flag 2085001/2085001
111.02/110.20	c cleaning 9994 clauses out of 20011 with flag 2095000/2095000
111.53/110.70	c cleaning 10000 clauses out of 20017 with flag 2105000/2105000
112.04/111.25	c cleaning 10003 clauses out of 20019 with flag 2115002/2115002
112.53/111.75	c cleaning 10000 clauses out of 20014 with flag 2125000/2125000
113.04/112.27	c cleaning 10005 clauses out of 20016 with flag 2135002/2135002
113.53/112.77	c cleaning 9999 clauses out of 20011 with flag 2145002/2145002
114.03/113.26	c cleaning 9999 clauses out of 20011 with flag 2155001/2155001
114.53/113.78	c cleaning 9991 clauses out of 20013 with flag 2165002/2165002
115.04/114.29	c cleaning 10000 clauses out of 20022 with flag 2175002/2175002
115.64/114.83	c cleaning 10006 clauses out of 20021 with flag 2185001/2185001
116.13/115.38	c cleaning 9999 clauses out of 20015 with flag 2195001/2195001
116.73/115.91	c cleaning 10002 clauses out of 20016 with flag 2205001/2205001
117.24/116.45	c cleaning 10001 clauses out of 20013 with flag 2215000/2215000
117.84/117.00	c cleaning 10005 clauses out of 20015 with flag 2225003/2225003
118.34/117.58	c cleaning 9998 clauses out of 20008 with flag 2235001/2235001
118.94/118.13	c cleaning 10000 clauses out of 20009 with flag 2245000/2245000
119.44/118.69	c cleaning 10000 clauses out of 20009 with flag 2255000/2255000
120.04/119.24	c cleaning 9998 clauses out of 20011 with flag 2265002/2265002
120.64/119.81	c cleaning 10000 clauses out of 20014 with flag 2275003/2275003
121.14/120.32	c cleaning 10003 clauses out of 20013 with flag 2285002/2285002
121.64/120.86	c cleaning 9990 clauses out of 20008 with flag 2295000/2295000
122.24/121.47	c cleaning 10005 clauses out of 20019 with flag 2305001/2305001
122.84/122.03	c cleaning 10004 clauses out of 20014 with flag 2315001/2315001
123.34/122.55	c cleaning 9999 clauses out of 20010 with flag 2325001/2325001
123.95/123.11	c cleaning 9999 clauses out of 20011 with flag 2335001/2335001
124.45/123.65	c cleaning 10002 clauses out of 20011 with flag 2345000/2345000
125.05/124.22	c cleaning 9998 clauses out of 20010 with flag 2355001/2355001
125.55/124.77	c cleaning 9998 clauses out of 20011 with flag 2365000/2365000
126.15/125.32	c cleaning 10000 clauses out of 20015 with flag 2375002/2375002
126.65/125.87	c cleaning 10000 clauses out of 20014 with flag 2385001/2385001
127.25/126.41	c cleaning 10003 clauses out of 20013 with flag 2395000/2395000
127.75/126.97	c cleaning 9997 clauses out of 20012 with flag 2405002/2405002
128.35/127.52	c cleaning 10000 clauses out of 20013 with flag 2415000/2415000
128.96/128.11	c cleaning 9994 clauses out of 20013 with flag 2425000/2425000
129.46/128.68	c cleaning 10005 clauses out of 20019 with flag 2435000/2435000
130.06/129.21	c cleaning 10002 clauses out of 20015 with flag 2445001/2445001
130.56/129.72	c cleaning 9999 clauses out of 20013 with flag 2455001/2455001
131.06/130.22	c cleaning 10004 clauses out of 20016 with flag 2465003/2465003
131.56/130.74	c cleaning 10000 clauses out of 20009 with flag 2475000/2475000
132.06/131.24	c cleaning 9999 clauses out of 20010 with flag 2485001/2485001
132.56/131.79	c cleaning 9999 clauses out of 20014 with flag 2495004/2495004
133.16/132.35	c cleaning 9997 clauses out of 20012 with flag 2505001/2505001
133.76/132.95	c cleaning 9997 clauses out of 20014 with flag 2515000/2515000
134.27/133.50	c cleaning 10005 clauses out of 20019 with flag 2525002/2525002
134.87/134.02	c cleaning 10000 clauses out of 20014 with flag 2535002/2535002
135.47/134.62	c cleaning 10000 clauses out of 20012 with flag 2545000/2545000
135.98/135.16	c cleaning 9998 clauses out of 20012 with flag 2555000/2555000
136.48/135.69	c cleaning 9996 clauses out of 20014 with flag 2565000/2565000
137.08/136.24	c cleaning 10002 clauses out of 20018 with flag 2575000/2575000
137.68/136.84	c cleaning 10004 clauses out of 20017 with flag 2585001/2585001
138.18/137.39	c cleaning 9995 clauses out of 20012 with flag 2595000/2595000
138.88/138.04	c cleaning 10006 clauses out of 20019 with flag 2605002/2605002
139.49/138.65	c cleaning 9995 clauses out of 20011 with flag 2615000/2615000
140.18/139.34	c cleaning 9989 clauses out of 20016 with flag 2625000/2625000
140.70/139.89	c cleaning 10007 clauses out of 20029 with flag 2635002/2635002
141.18/140.40	c cleaning 10003 clauses out of 20020 with flag 2645000/2645000
141.70/140.90	c cleaning 10003 clauses out of 20017 with flag 2655000/2655000
142.29/141.43	c cleaning 10002 clauses out of 20017 with flag 2665003/2665003
142.80/141.99	c cleaning 9996 clauses out of 20013 with flag 2675001/2675001
143.39/142.52	c cleaning 10001 clauses out of 20016 with flag 2685000/2685000
143.90/143.04	c cleaning 10001 clauses out of 20019 with flag 2695004/2695004
144.39/143.53	c cleaning 10001 clauses out of 20014 with flag 2705000/2705000
144.89/144.03	c cleaning 10000 clauses out of 20013 with flag 2715000/2715000
145.39/144.56	c cleaning 9994 clauses out of 20013 with flag 2725000/2725000
145.89/145.09	c cleaning 10006 clauses out of 20021 with flag 2735002/2735002
146.39/145.59	c cleaning 10001 clauses out of 20014 with flag 2745001/2745001
146.90/146.09	c cleaning 9998 clauses out of 20012 with flag 2755000/2755000
147.50/146.60	c cleaning 10001 clauses out of 20014 with flag 2765000/2765000
147.99/147.14	c cleaning 10004 clauses out of 20013 with flag 2775000/2775000
148.49/147.66	c cleaning 10001 clauses out of 20012 with flag 2785003/2785003
149.00/148.15	c cleaning 9996 clauses out of 20009 with flag 2795001/2795001
149.60/148.70	c cleaning 10000 clauses out of 20012 with flag 2805000/2805000
150.10/149.21	c cleaning 10001 clauses out of 20012 with flag 2815000/2815000
150.62/149.73	c cleaning 10000 clauses out of 20011 with flag 2825000/2825000
151.11/150.26	c cleaning 9997 clauses out of 20011 with flag 2835000/2835000
151.61/150.79	c cleaning 10000 clauses out of 20015 with flag 2845001/2845001
152.21/151.38	c cleaning 10003 clauses out of 20017 with flag 2855003/2855003
152.85/151.95	c cleaning 10000 clauses out of 20011 with flag 2865000/2865000
153.77/152.58	c cleaning 10004 clauses out of 20011 with flag 2875000/2875000
154.72/153.12	c cleaning 9990 clauses out of 20007 with flag 2885000/2885000
155.23/153.67	c cleaning 10003 clauses out of 20017 with flag 2895000/2895000
155.83/154.23	c cleaning 9999 clauses out of 20015 with flag 2905001/2905001
156.33/154.76	c cleaning 9985 clauses out of 20017 with flag 2915002/2915002
156.94/155.34	c cleaning 10007 clauses out of 20030 with flag 2925000/2925000
157.44/155.87	c cleaning 10004 clauses out of 20023 with flag 2935000/2935000
158.04/156.46	c cleaning 10000 clauses out of 20020 with flag 2945001/2945001
158.64/157.08	c cleaning 10000 clauses out of 20021 with flag 2955002/2955002
159.34/157.70	c cleaning 10004 clauses out of 20021 with flag 2965002/2965002
159.94/158.35	c cleaning 9994 clauses out of 20015 with flag 2975000/2975000
160.54/158.98	c cleaning 10000 clauses out of 20022 with flag 2985001/2985001
161.15/159.56	c cleaning 10005 clauses out of 20022 with flag 2995001/2995001
161.74/160.11	c cleaning 10003 clauses out of 20016 with flag 3005000/3005000
162.25/160.65	c cleaning 10005 clauses out of 20013 with flag 3015000/3015000
162.74/161.15	c cleaning 9996 clauses out of 20008 with flag 3025000/3025000
163.24/161.64	c cleaning 10004 clauses out of 20013 with flag 3035001/3035001
163.84/162.22	c cleaning 9999 clauses out of 20010 with flag 3045002/3045002
164.34/162.73	c cleaning 9997 clauses out of 20011 with flag 3055002/3055002
164.94/163.30	c cleaning 9993 clauses out of 20012 with flag 3065000/3065000
165.44/163.85	c cleaning 10007 clauses out of 20019 with flag 3075000/3075000
166.04/164.42	c cleaning 9997 clauses out of 20012 with flag 3085000/3085000
166.54/165.01	c cleaning 10005 clauses out of 20017 with flag 3095002/3095002
167.14/165.56	c cleaning 10000 clauses out of 20011 with flag 3105001/3105001
167.65/166.07	c cleaning 10001 clauses out of 20011 with flag 3115001/3115001
168.25/166.60	c cleaning 10001 clauses out of 20009 with flag 3125000/3125000
168.75/167.14	c cleaning 9995 clauses out of 20008 with flag 3135000/3135000
169.27/167.67	c cleaning 10002 clauses out of 20015 with flag 3145002/3145002
169.87/168.26	c cleaning 10000 clauses out of 20011 with flag 3155000/3155000
170.47/168.80	c cleaning 9997 clauses out of 20012 with flag 3165001/3165001
170.98/169.35	c cleaning 10004 clauses out of 20016 with flag 3175002/3175002
171.58/169.95	c cleaning 10000 clauses out of 20010 with flag 3185001/3185001
171.88/170.21	c starts		: 248
171.88/170.21	c conflicts		: 3189611
171.88/170.21	c decisions		: 4816045
171.88/170.21	c propagations		: 155528352
171.88/170.21	c inspects		: 1689079704
171.88/170.21	c shortcuts		: 0
171.88/170.21	c learnt literals	: 5
171.88/170.21	c learnt binary clauses	: 18
171.88/170.21	c learnt ternary clauses	: 693
171.88/170.21	c learnt constraints	: 3189605
171.88/170.21	c ignored constraints	: 0
171.88/170.21	c root simplifications	: 0
171.88/170.21	c removed literals (reason simplification)	: 16099937
171.88/170.21	c reason swapping (by a shorter reason)	: 0
171.88/170.21	c Calls to reduceDB	: 320
171.88/170.21	c number of reductions to clauses (during analyze)	: 0
171.88/170.21	c number of learned constraints concerned by reduction	: 0
171.88/170.21	c number of learning phase by resolution	: 0
171.88/170.21	c number of learning phase by cutting planes	: 0
171.88/170.21	c speed (assignments/second)	: 915351.8724508713
171.88/170.21	c non guided choices	126
171.88/170.21	c learnt constraints type 
171.88/170.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
171.88/170.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14597
171.88/170.21	c constraints type 
171.88/170.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
171.88/170.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
171.88/170.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
171.88/170.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
171.88/170.22	s UNSATISFIABLE
171.88/170.22	c Total wall clock time (in seconds): 170.102

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-3459219-1307134788/watcher-3459219-1307134788 -o /tmp/evaluation-result-3459219-1307134788/solver-3459219-1307134788 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459219-1307134788.opb 

running on 4 cores: 0,2,4,6

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.14 2.11 2.41 3/501 17106
/proc/meminfo: memFree=24781584/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17106/stat : 17106 (java) R 17104 17106 14759 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 903709503 23580672 697 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260900431336 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17106/statm: 5757 697 514 9 0 124 0
[pid=17106/tid=17107] ppid=17104 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 3293 0 1 0 0 0 0 0 25 0 2 0 903709504 13850947584 4109 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.106935 s]
/proc/loadavg: 2.14 2.11 2.41 3/501 17106
/proc/meminfo: memFree=24781584/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13622184 CPUtime=0.11 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 15585 0 1 0 9 2 0 0 25 0 18 0 903709503 13949116416 15254 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3405546 15257 2093 9 0 3396280 0
[pid=17106/tid=17107] ppid=17104 vsize=13622184 CPUtime=0.08 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 13662 0 1 0 7 1 0 0 18 0 18 0 903709504 13949116416 15257 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260905055265 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622184

[startup+0.20087 s]
/proc/loadavg: 2.14 2.11 2.41 3/501 17106
/proc/meminfo: memFree=24781584/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13622836 CPUtime=0.26 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 16470 0 1 0 24 2 0 0 25 0 18 0 903709503 13949784064 16109 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3405709 16110 2171 9 0 3396443 0
[pid=17106/tid=17107] ppid=17104 vsize=13622836 CPUtime=0.17 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 14267 0 1 0 16 1 0 0 18 0 18 0 903709504 13949784064 16110 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 47060665346868 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13622836

[startup+0.313957 s]
/proc/loadavg: 2.14 2.11 2.41 3/501 17106
/proc/meminfo: memFree=24781584/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13625400 CPUtime=0.51 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 18536 0 1 0 49 2 0 0 25 0 19 0 903709503 13952409600 17763 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3406350 17763 2210 9 0 3397084 0
[pid=17106/tid=17107] ppid=17104 vsize=13625400 CPUtime=0.29 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 15473 0 1 0 27 2 0 0 19 0 19 0 903709504 13952409600 17763 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505220473 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13625400

[startup+0.700886 s]
/proc/loadavg: 2.14 2.11 2.41 3/501 17106
/proc/meminfo: memFree=24781584/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13627280 CPUtime=1.21 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 20204 0 1 0 119 2 0 0 25 0 19 0 903709503 13954334720 19127 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3406820 19127 2252 9 0 3397554 0
[pid=17106/tid=17107] ppid=17104 vsize=13627280 CPUtime=0.67 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 15750 0 1 0 65 2 0 0 19 0 19 0 903709504 13954334720 19127 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505638565 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13627280

[startup+1.50075 s]
/proc/loadavg: 2.14 2.11 2.41 3/520 17125
/proc/meminfo: memFree=24711444/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13627280 CPUtime=2.04 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 20707 0 1 0 202 2 0 0 25 0 19 0 903709503 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3406820 19628 2252 9 0 3397554 0
[pid=17106/tid=17107] ppid=17104 vsize=13627280 CPUtime=1.44 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 15753 0 1 0 142 2 0 0 20 0 19 0 903709504 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505631435 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17106/tid=17109] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13627280 CPUtime=0.03 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 457 0 0 0 3 0 0 0 16 0 19 0 903709508 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13627280 CPUtime=0.25 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 1475 0 0 0 25 0 0 0 15 0 19 0 903709510 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13627280 CPUtime=0.29 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) S 17104 17106 14759 0 -1 4202560 1326 0 0 0 29 0 0 0 18 0 19 0 903709510 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17123] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17123/stat : 17123 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17124] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17124/stat : 17124 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903709510 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17125] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17125/stat : 17125 (java) S 17104 17106 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 903709534 13954334720 19628 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13627280

[startup+3.10144 s]
/proc/loadavg: 2.13 2.11 2.41 3/520 17125
/proc/meminfo: memFree=24709556/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13627280 CPUtime=3.67 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 21080 0 1 0 365 2 0 0 25 0 19 0 903709503 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3406820 19998 2252 9 0 3397554 0
[pid=17106/tid=17107] ppid=17104 vsize=13627280 CPUtime=2.99 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 15756 0 1 0 297 2 0 0 24 0 19 0 903709504 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505655245 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17106/tid=17109] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 19 0 903709507 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13627280 CPUtime=0.08 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 617 0 0 0 8 0 0 0 16 0 19 0 903709508 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13627280 CPUtime=0.27 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 1482 0 0 0 27 0 0 0 15 0 19 0 903709510 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13627280 CPUtime=0.29 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) S 17104 17106 14759 0 -1 4202560 1326 0 0 0 29 0 0 0 15 0 19 0 903709510 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17123] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17123/stat : 17123 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17124] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17124/stat : 17124 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903709510 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17125] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17125/stat : 17125 (java) S 17104 17106 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 903709534 13954334720 19998 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13627280

[startup+6.30087 s]
/proc/loadavg: 2.13 2.11 2.41 3/520 17125
/proc/meminfo: memFree=24707680/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13627280 CPUtime=6.87 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 21249 0 1 0 685 2 0 0 25 0 19 0 903709503 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3406820 20102 2252 9 0 3397554 0
[pid=17106/tid=17107] ppid=17104 vsize=13627280 CPUtime=6.11 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 15762 0 1 0 609 2 0 0 25 0 19 0 903709504 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505646517 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17106/tid=17109] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 126 0 0 0 0 0 0 0 16 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 903709507 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13627280 CPUtime=0.15 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 745 0 0 0 15 0 0 0 16 0 19 0 903709508 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13627280 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13627280 CPUtime=0.27 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 1482 0 0 0 27 0 0 0 15 0 19 0 903709510 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13627280 CPUtime=0.29 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) S 17104 17106 14759 0 -1 4202560 1326 0 0 0 29 0 0 0 15 0 19 0 903709510 13954334720 20102 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0

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

/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 213 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 140 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 110 0 0 0 9 0 0 0 16 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 28 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13645864 CPUtime=0.07 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 7 0 0 0 15 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 47 0 0 0 9 0 0 0 16 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13645864 CPUtime=0.08 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 139 0 0 0 8 0 0 0 15 0 19 0 903709507 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13645864 CPUtime=4.9 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 1304 0 0 0 486 4 0 0 16 0 19 0 903709508 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13645864 CPUtime=1 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 8977 0 0 0 100 0 0 0 15 0 19 0 903709510 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13645864 CPUtime=0.33 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) S 17104 17106 14759 0 -1 4202560 1772 0 0 0 33 0 0 0 15 0 19 0 903709510 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17123] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17123/stat : 17123 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17124] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17124/stat : 17124 (java) S 17104 17106 14759 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 903709510 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17125] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17125/stat : 17125 (java) S 17104 17106 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 903709534 13973364736 25592 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 169.67
Current children cumulated vsize (KiB) 13645864

[startup+169.601 s]
/proc/loadavg: 2.08 2.09 2.35 3/520 17277
/proc/meminfo: memFree=24703424/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13645864 CPUtime=171.28 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 30156 0 1 0 17118 10 0 0 25 0 19 0 903709503 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3411466 25600 2255 9 0 3402200 0
[pid=17106/tid=17107] ppid=17104 vsize=13645864 CPUtime=164.22 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 16072 0 1 0 16419 3 0 0 19 0 19 0 903709504 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505631218 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17106/tid=17109] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 213 0 0 0 9 0 0 0 16 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 141 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 110 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 28 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13645864 CPUtime=0.07 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 7 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 47 0 0 0 9 0 0 0 16 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13645864 CPUtime=0.08 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 139 0 0 0 8 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13645864 CPUtime=4.95 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 1310 0 0 0 491 4 0 0 16 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13645864 CPUtime=1 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 8977 0 0 0 100 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13645864 CPUtime=0.33 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) S 17104 17106 14759 0 -1 4202560 1772 0 0 0 33 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17123] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17123/stat : 17123 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17124] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17124/stat : 17124 (java) S 17104 17106 14759 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17125] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17125/stat : 17125 (java) S 17104 17106 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 903709534 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 171.28
Current children cumulated vsize (KiB) 13645864

[startup+170.001 s]
/proc/loadavg: 2.08 2.09 2.35 3/520 17277
/proc/meminfo: memFree=24703424/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13645864 CPUtime=171.68 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 30157 0 1 0 17158 10 0 0 25 0 19 0 903709503 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3411466 25600 2255 9 0 3402200 0
[pid=17106/tid=17107] ppid=17104 vsize=13645864 CPUtime=164.6 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 16073 0 1 0 16457 3 0 0 20 0 19 0 903709504 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505631643 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17106/tid=17109] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 213 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 141 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 110 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 28 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13645864 CPUtime=0.07 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 7 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 47 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13645864 CPUtime=0.08 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 139 0 0 0 8 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13645864 CPUtime=4.97 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 1310 0 0 0 493 4 0 0 16 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13645864 CPUtime=1 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 8977 0 0 0 100 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13645864 CPUtime=0.34 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) R 17104 17106 14759 0 -1 4202560 1772 0 0 0 34 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 47060660054722 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17106/tid=17123] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17123/stat : 17123 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17124] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17124/stat : 17124 (java) S 17104 17106 14759 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17125] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17125/stat : 17125 (java) S 17104 17106 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 903709534 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 171.68
Current children cumulated vsize (KiB) 13645864

[startup+170.201 s]
/proc/loadavg: 2.08 2.09 2.35 3/520 17277
/proc/meminfo: memFree=24703424/32950928 swapFree=61542356/67111528
[pid=17106] ppid=17104 vsize=13645864 CPUtime=171.88 cores=0,2,4,6
/proc/17106/stat : 17106 (java) S 17104 17106 14759 0 -1 4202496 30157 0 1 0 17178 10 0 0 25 0 19 0 903709503 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17106/statm: 3411466 25600 2255 9 0 3402200 0
[pid=17106/tid=17107] ppid=17104 vsize=13645864 CPUtime=164.8 cores=0,2,4,6
/proc/17106/task/17107/stat : 17107 (java) R 17104 17106 14759 0 -1 4202560 16073 0 1 0 16477 3 0 0 20 0 19 0 903709504 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 46912505646517 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17106/tid=17109] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17109/stat : 17109 (java) S 17104 17106 14759 0 -1 4202560 213 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17110] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17110/stat : 17110 (java) S 17104 17106 14759 0 -1 4202560 141 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17111] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17111/stat : 17111 (java) S 17104 17106 14759 0 -1 4202560 110 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17112] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17112/stat : 17112 (java) S 17104 17106 14759 0 -1 4202560 28 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17113] ppid=17104 vsize=13645864 CPUtime=0.07 cores=0,2,4,6
/proc/17106/task/17113/stat : 17113 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 7 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17114] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17114/stat : 17114 (java) S 17104 17106 14759 0 -1 4202560 47 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17115] ppid=17104 vsize=13645864 CPUtime=0.09 cores=0,2,4,6
/proc/17106/task/17115/stat : 17115 (java) S 17104 17106 14759 0 -1 4202560 94 0 0 0 9 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17116] ppid=17104 vsize=13645864 CPUtime=0.08 cores=0,2,4,6
/proc/17106/task/17116/stat : 17116 (java) S 17104 17106 14759 0 -1 4202560 139 0 0 0 8 0 0 0 15 0 19 0 903709507 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17117] ppid=17104 vsize=13645864 CPUtime=4.97 cores=0,2,4,6
/proc/17106/task/17117/stat : 17117 (java) S 17104 17106 14759 0 -1 4202560 1310 0 0 0 493 4 0 0 16 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 0 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17118] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17118/stat : 17118 (java) S 17104 17106 14759 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
[pid=17106/tid=17119] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17119/stat : 17119 (java) S 17104 17106 14759 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 903709508 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17120] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17120/stat : 17120 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917217713 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17121] ppid=17104 vsize=13645864 CPUtime=1 cores=0,2,4,6
/proc/17106/task/17121/stat : 17121 (java) S 17104 17106 14759 0 -1 4202560 8977 0 0 0 100 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 4 0 0 0
[pid=17106/tid=17122] ppid=17104 vsize=13645864 CPUtime=0.34 cores=0,2,4,6
/proc/17106/task/17122/stat : 17122 (java) S 17104 17106 14759 0 -1 4202560 1772 0 0 0 34 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17123] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17123/stat : 17123 (java) S 17104 17106 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210009 0 4 0 16800975 18446604453852836992 0 0 -1 2 0 0 0
[pid=17106/tid=17124] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17124/stat : 17124 (java) S 17104 17106 14759 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 903709510 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 0 0 0 0
[pid=17106/tid=17125] ppid=17104 vsize=13645864 CPUtime=0 cores=0,2,4,6
/proc/17106/task/17125/stat : 17125 (java) S 17104 17106 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 903709534 13973364736 25600 33554432000 1073741824 1073778376 140733819229920 18446744073709551615 260917210624 0 4 0 16800975 18446604453852836992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 171.88
Current children cumulated vsize (KiB) 13645864

Child status: 20
Real time (s): 170.225
CPU time (s): 171.924
CPU user time (s): 171.81
CPU system time (s): 0.113982
CPU usage (%): 100.998
Max. virtual memory (cumulated for all children) (KiB): 13649664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.81
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30185
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= 13093
involuntary context switches= 4696

runsolver used 0.878866 second user time and 1.92471 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 22:59:48
IDJOB=3459219
IDBENCH=1294
IDSOLVER=1952
FILE ID=node116/3459219-1307134788
RUNJOBID= node116-1307134118-15945
PBS_JOBID= 13508800
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459219-1307134788/watcher-3459219-1307134788 -o /tmp/evaluation-result-3459219-1307134788/solver-3459219-1307134788 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459219-1307134788.opb

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

MD5SUM BENCH= 3135d58f22cd009942de3e1dff086931
RANDOM SEED=269873719

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      24781864 kB
Buffers:        246736 kB
Cached:         447084 kB
SwapCached:      12580 kB
Active:        7546772 kB
Inactive:       352900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24781864 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:     7203680 kB
Mapped:          30864 kB
Slab:           139236 kB
PageTables:      62472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153037768 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= 73840 MiB
End job on node116 at 2011-06-03 23:02:39