Trace number 3459260

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 148.583 147.179

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567024.opb
MD5SUM42a09607e2cf515cb7da5ec0628015c7
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 benchmark1.44578
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 755
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/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@38540408
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-3459260-1307633559.opb
0.10/0.11	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.183s.
0.27/0.29	c #vars     231
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.06/0.65	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.42/0.92	c cleaning 4250 clauses out of 8506 with flag 11002/11002
1.72/1.27	c cleaning 5624 clauses out of 11254 with flag 18000/18000
2.23/1.70	c cleaning 6809 clauses out of 13631 with flag 26001/26001
2.77/2.20	c cleaning 7910 clauses out of 15824 with flag 35003/35003
3.26/2.77	c cleaning 8950 clauses out of 17911 with flag 45000/45000
3.87/3.36	c cleaning 9478 clauses out of 18964 with flag 55003/55003
4.47/3.90	c cleaning 9736 clauses out of 19484 with flag 65001/65001
4.98/4.47	c cleaning 9869 clauses out of 19747 with flag 75000/75000
5.57/5.03	c cleaning 9931 clauses out of 19878 with flag 85000/85000
6.08/5.56	c cleaning 9965 clauses out of 19948 with flag 95001/95001
6.67/6.13	c cleaning 9982 clauses out of 19985 with flag 105003/105003
7.18/6.67	c cleaning 9992 clauses out of 20000 with flag 115000/115000
7.77/7.24	c cleaning 9999 clauses out of 20008 with flag 125000/125000
8.28/7.79	c cleaning 10002 clauses out of 20010 with flag 135001/135001
8.87/8.31	c cleaning 10003 clauses out of 20010 with flag 145003/145003
9.38/8.84	c cleaning 9995 clauses out of 20005 with flag 155001/155001
9.87/9.36	c cleaning 9998 clauses out of 20010 with flag 165001/165001
10.38/9.84	c cleaning 9998 clauses out of 20011 with flag 175000/175000
10.78/10.29	c cleaning 10001 clauses out of 20013 with flag 185000/185000
11.29/10.77	c cleaning 10001 clauses out of 20012 with flag 195000/195000
11.79/11.25	c cleaning 10002 clauses out of 20011 with flag 205000/205000
12.29/11.72	c cleaning 9998 clauses out of 20009 with flag 215000/215000
12.79/12.21	c cleaning 10003 clauses out of 20012 with flag 225001/225001
13.19/12.69	c cleaning 9994 clauses out of 20008 with flag 235000/235000
13.70/13.16	c cleaning 9999 clauses out of 20014 with flag 245000/245000
14.20/13.61	c cleaning 10002 clauses out of 20017 with flag 255002/255002
14.70/14.11	c cleaning 10002 clauses out of 20015 with flag 265002/265002
15.11/14.59	c cleaning 9997 clauses out of 20011 with flag 275000/275000
15.71/15.12	c cleaning 10005 clauses out of 20014 with flag 285000/285000
16.21/15.66	c cleaning 10001 clauses out of 20010 with flag 295001/295001
16.71/16.14	c cleaning 9997 clauses out of 20008 with flag 305000/305000
17.21/16.60	c cleaning 9991 clauses out of 20011 with flag 315000/315000
17.61/17.08	c cleaning 10008 clauses out of 20022 with flag 325002/325002
18.11/17.56	c cleaning 9999 clauses out of 20013 with flag 335001/335001
18.61/18.04	c cleaning 9999 clauses out of 20013 with flag 345000/345000
19.11/18.52	c cleaning 10001 clauses out of 20016 with flag 355002/355002
19.51/18.99	c cleaning 10002 clauses out of 20013 with flag 365000/365000
20.01/19.47	c cleaning 10001 clauses out of 20013 with flag 375002/375002
20.52/19.97	c cleaning 9997 clauses out of 20010 with flag 385000/385000
21.02/20.46	c cleaning 10001 clauses out of 20013 with flag 395000/395000
21.53/20.95	c cleaning 10001 clauses out of 20014 with flag 405002/405002
22.02/21.41	c cleaning 9998 clauses out of 20012 with flag 415001/415001
22.42/21.86	c cleaning 10004 clauses out of 20014 with flag 425001/425001
22.93/22.33	c cleaning 9998 clauses out of 20010 with flag 435001/435001
23.33/22.78	c cleaning 9999 clauses out of 20015 with flag 445004/445004
23.83/23.26	c cleaning 9998 clauses out of 20013 with flag 455001/455001
24.33/23.72	c cleaning 10001 clauses out of 20016 with flag 465002/465002
24.73/24.19	c cleaning 10002 clauses out of 20013 with flag 475000/475000
25.23/24.67	c cleaning 10000 clauses out of 20012 with flag 485001/485001
25.73/25.17	c cleaning 10002 clauses out of 20013 with flag 495002/495002
26.23/25.66	c cleaning 9998 clauses out of 20010 with flag 505001/505001
26.73/26.18	c cleaning 10005 clauses out of 20013 with flag 515002/515002
27.23/26.67	c cleaning 9997 clauses out of 20006 with flag 525000/525000
27.73/27.14	c cleaning 9996 clauses out of 20009 with flag 535000/535000
28.24/27.65	c cleaning 9994 clauses out of 20014 with flag 545001/545001
28.74/28.16	c cleaning 10000 clauses out of 20019 with flag 555000/555000
29.24/28.64	c cleaning 10003 clauses out of 20019 with flag 565000/565000
29.74/29.14	c cleaning 10008 clauses out of 20019 with flag 575003/575003
30.24/29.64	c cleaning 9996 clauses out of 20008 with flag 585000/585000
30.74/30.12	c cleaning 9995 clauses out of 20012 with flag 595000/595000
31.14/30.58	c cleaning 10002 clauses out of 20018 with flag 605001/605001
31.64/31.04	c cleaning 10005 clauses out of 20015 with flag 615000/615000
32.14/31.51	c cleaning 9997 clauses out of 20010 with flag 625000/625000
32.64/32.00	c cleaning 9995 clauses out of 20013 with flag 635000/635000
33.04/32.48	c cleaning 10002 clauses out of 20018 with flag 645000/645000
33.55/32.97	c cleaning 9999 clauses out of 20016 with flag 655000/655000
34.05/33.45	c cleaning 10005 clauses out of 20018 with flag 665001/665001
34.57/33.96	c cleaning 9998 clauses out of 20012 with flag 675000/675000
35.07/34.46	c cleaning 9997 clauses out of 20014 with flag 685000/685000
35.57/34.93	c cleaning 10003 clauses out of 20019 with flag 695002/695002
35.97/35.40	c cleaning 10003 clauses out of 20016 with flag 705002/705002
36.58/35.90	c cleaning 9999 clauses out of 20011 with flag 715000/715000
36.98/36.40	c cleaning 10003 clauses out of 20013 with flag 725001/725001
37.48/36.89	c cleaning 10003 clauses out of 20009 with flag 735000/735000
37.98/37.39	c cleaning 10000 clauses out of 20006 with flag 745000/745000
38.58/37.93	c cleaning 9993 clauses out of 20008 with flag 755002/755002
39.08/38.43	c cleaning 10003 clauses out of 20013 with flag 765000/765000
39.58/38.95	c cleaning 9995 clauses out of 20010 with flag 775000/775000
40.08/39.49	c cleaning 10005 clauses out of 20016 with flag 785001/785001
40.68/40.01	c cleaning 10000 clauses out of 20010 with flag 795000/795000
41.18/40.51	c cleaning 10001 clauses out of 20010 with flag 805000/805000
41.68/41.01	c cleaning 10000 clauses out of 20009 with flag 815000/815000
42.18/41.58	c cleaning 9999 clauses out of 20009 with flag 825000/825000
42.78/42.11	c cleaning 10001 clauses out of 20012 with flag 835002/835002
43.28/42.64	c cleaning 9998 clauses out of 20010 with flag 845001/845001
43.88/43.20	c cleaning 9998 clauses out of 20011 with flag 855000/855000
44.39/43.75	c cleaning 9999 clauses out of 20013 with flag 865000/865000
44.99/44.31	c cleaning 10001 clauses out of 20015 with flag 875001/875001
45.49/44.85	c cleaning 10003 clauses out of 20013 with flag 885000/885000
45.99/45.32	c cleaning 10002 clauses out of 20011 with flag 895001/895001
46.50/45.84	c cleaning 10001 clauses out of 20009 with flag 905001/905001
47.00/46.37	c cleaning 9999 clauses out of 20007 with flag 915000/915000
47.50/46.88	c cleaning 9998 clauses out of 20009 with flag 925001/925001
48.01/47.37	c cleaning 10001 clauses out of 20010 with flag 935000/935000
48.51/47.85	c cleaning 10001 clauses out of 20010 with flag 945001/945001
49.01/48.35	c cleaning 9995 clauses out of 20008 with flag 955000/955000
49.51/48.85	c cleaning 9999 clauses out of 20014 with flag 965001/965001
50.01/49.34	c cleaning 10004 clauses out of 20015 with flag 975001/975001
50.61/49.91	c cleaning 10002 clauses out of 20013 with flag 985003/985003
51.11/50.45	c cleaning 10003 clauses out of 20012 with flag 995004/995004
51.61/50.96	c cleaning 9997 clauses out of 20005 with flag 1005000/1005000
52.11/51.46	c cleaning 9994 clauses out of 20008 with flag 1015000/1015000
52.61/51.95	c cleaning 10003 clauses out of 20015 with flag 1025001/1025001
53.21/52.51	c cleaning 9985 clauses out of 20012 with flag 1035001/1035001
53.71/53.03	c cleaning 10005 clauses out of 20028 with flag 1045002/1045002
54.21/53.54	c cleaning 10004 clauses out of 20023 with flag 1055002/1055002
54.71/54.04	c cleaning 10000 clauses out of 20018 with flag 1065001/1065001
55.21/54.51	c cleaning 9999 clauses out of 20017 with flag 1075000/1075000
55.72/55.03	c cleaning 10006 clauses out of 20020 with flag 1085002/1085002
56.21/55.52	c cleaning 9999 clauses out of 20012 with flag 1095000/1095000
56.72/56.03	c cleaning 10002 clauses out of 20015 with flag 1105002/1105002
57.22/56.53	c cleaning 10002 clauses out of 20011 with flag 1115000/1115000
57.72/57.08	c cleaning 9995 clauses out of 20010 with flag 1125001/1125001
58.32/57.61	c cleaning 9999 clauses out of 20014 with flag 1135000/1135000
58.83/58.10	c cleaning 10001 clauses out of 20015 with flag 1145000/1145000
59.33/58.64	c cleaning 10001 clauses out of 20014 with flag 1155000/1155000
59.83/59.19	c cleaning 9998 clauses out of 20019 with flag 1165006/1165006
60.33/59.67	c cleaning 10002 clauses out of 20015 with flag 1175000/1175000
60.83/60.18	c cleaning 10001 clauses out of 20014 with flag 1185001/1185001
61.33/60.67	c cleaning 9998 clauses out of 20012 with flag 1195000/1195000
61.83/61.19	c cleaning 10001 clauses out of 20016 with flag 1205002/1205002
62.43/61.73	c cleaning 9996 clauses out of 20016 with flag 1215003/1215003
62.93/62.22	c cleaning 10002 clauses out of 20018 with flag 1225001/1225001
63.44/62.71	c cleaning 10003 clauses out of 20016 with flag 1235001/1235001
63.93/63.20	c cleaning 10003 clauses out of 20013 with flag 1245001/1245001
64.33/63.70	c cleaning 9995 clauses out of 20010 with flag 1255001/1255001
64.83/64.19	c cleaning 10003 clauses out of 20015 with flag 1265001/1265001
65.33/64.67	c cleaning 10002 clauses out of 20011 with flag 1275000/1275000
65.83/65.19	c cleaning 9994 clauses out of 20009 with flag 1285000/1285000
66.43/65.70	c cleaning 10002 clauses out of 20015 with flag 1295000/1295000
66.83/66.18	c cleaning 9998 clauses out of 20013 with flag 1305000/1305000
67.43/66.71	c cleaning 10000 clauses out of 20015 with flag 1315000/1315000
67.94/67.23	c cleaning 9999 clauses out of 20015 with flag 1325000/1325000
68.44/67.71	c cleaning 10002 clauses out of 20016 with flag 1335000/1335000
68.84/68.17	c cleaning 10001 clauses out of 20014 with flag 1345000/1345000
69.34/68.62	c cleaning 9996 clauses out of 20014 with flag 1355001/1355001
69.84/69.11	c cleaning 10007 clauses out of 20020 with flag 1365003/1365003
70.34/69.63	c cleaning 10002 clauses out of 20013 with flag 1375003/1375003
70.84/70.15	c cleaning 9999 clauses out of 20010 with flag 1385002/1385002
71.34/70.66	c cleaning 9998 clauses out of 20009 with flag 1395000/1395000
71.85/71.17	c cleaning 10004 clauses out of 20014 with flag 1405003/1405003
72.35/71.66	c cleaning 9992 clauses out of 20007 with flag 1415000/1415000
72.85/72.18	c cleaning 9998 clauses out of 20015 with flag 1425000/1425000
73.36/72.69	c cleaning 10005 clauses out of 20019 with flag 1435002/1435002
73.85/73.16	c cleaning 9998 clauses out of 20012 with flag 1445000/1445000
74.35/73.68	c cleaning 10000 clauses out of 20015 with flag 1455001/1455001
74.85/74.19	c cleaning 10001 clauses out of 20014 with flag 1465000/1465000
75.46/74.71	c cleaning 10002 clauses out of 20015 with flag 1475002/1475002
75.95/75.22	c cleaning 9995 clauses out of 20013 with flag 1485002/1485002
76.45/75.74	c cleaning 10001 clauses out of 20016 with flag 1495000/1495000
77.05/76.30	c cleaning 10004 clauses out of 20016 with flag 1505001/1505001
77.55/76.85	c cleaning 10000 clauses out of 20012 with flag 1515001/1515001
78.05/77.34	c cleaning 9997 clauses out of 20011 with flag 1525000/1525000
78.56/77.86	c cleaning 10002 clauses out of 20014 with flag 1535000/1535000
79.16/78.41	c cleaning 9999 clauses out of 20012 with flag 1545000/1545000
79.66/78.97	c cleaning 10004 clauses out of 20014 with flag 1555001/1555001
80.16/79.48	c cleaning 9993 clauses out of 20009 with flag 1565000/1565000
80.76/80.01	c cleaning 10003 clauses out of 20017 with flag 1575001/1575001
81.26/80.58	c cleaning 10000 clauses out of 20015 with flag 1585002/1585002
81.86/81.14	c cleaning 9999 clauses out of 20014 with flag 1595001/1595001
82.47/81.70	c cleaning 9999 clauses out of 20014 with flag 1605000/1605000
82.97/82.24	c cleaning 10004 clauses out of 20018 with flag 1615003/1615003
83.47/82.74	c cleaning 10002 clauses out of 20011 with flag 1625000/1625000
83.97/83.24	c cleaning 10000 clauses out of 20009 with flag 1635000/1635000
84.47/83.74	c cleaning 10000 clauses out of 20012 with flag 1645003/1645003
84.97/84.23	c cleaning 10000 clauses out of 20010 with flag 1655001/1655001
85.48/84.72	c cleaning 10001 clauses out of 20009 with flag 1665000/1665000
85.87/85.18	c cleaning 10004 clauses out of 20012 with flag 1675004/1675004
86.37/85.69	c cleaning 9998 clauses out of 20005 with flag 1685001/1685001
86.87/86.19	c cleaning 9994 clauses out of 20007 with flag 1695001/1695001
87.38/86.69	c cleaning 10004 clauses out of 20013 with flag 1705001/1705001
87.98/87.20	c cleaning 9999 clauses out of 20009 with flag 1715001/1715001
88.48/87.70	c cleaning 9998 clauses out of 20009 with flag 1725000/1725000
88.99/88.21	c cleaning 10000 clauses out of 20012 with flag 1735001/1735001
89.49/88.73	c cleaning 10002 clauses out of 20011 with flag 1745000/1745000
89.99/89.25	c cleaning 9999 clauses out of 20009 with flag 1755000/1755000
90.49/89.76	c cleaning 10001 clauses out of 20010 with flag 1765000/1765000
91.09/90.32	c cleaning 9996 clauses out of 20010 with flag 1775001/1775001
91.59/90.86	c cleaning 9994 clauses out of 20014 with flag 1785001/1785001
92.10/91.38	c cleaning 10004 clauses out of 20019 with flag 1795000/1795000
92.59/91.87	c cleaning 10002 clauses out of 20017 with flag 1805002/1805002
93.10/92.36	c cleaning 9999 clauses out of 20013 with flag 1815000/1815000
93.60/92.88	c cleaning 10001 clauses out of 20015 with flag 1825001/1825001
94.20/93.42	c cleaning 10001 clauses out of 20014 with flag 1835001/1835001
94.70/93.96	c cleaning 9999 clauses out of 20012 with flag 1845000/1845000
95.30/94.51	c cleaning 10001 clauses out of 20017 with flag 1855004/1855004
95.80/95.04	c cleaning 10003 clauses out of 20013 with flag 1865001/1865001
96.40/95.60	c cleaning 9997 clauses out of 20010 with flag 1875001/1875001
96.90/96.13	c cleaning 9998 clauses out of 20012 with flag 1885000/1885000
97.40/96.64	c cleaning 10002 clauses out of 20014 with flag 1895000/1895000
97.90/97.19	c cleaning 10003 clauses out of 20015 with flag 1905003/1905003
98.50/97.74	c cleaning 10001 clauses out of 20009 with flag 1915000/1915000
99.00/98.24	c cleaning 10001 clauses out of 20009 with flag 1925001/1925001
99.50/98.75	c cleaning 10000 clauses out of 20007 with flag 1935000/1935000
100.00/99.28	c cleaning 10000 clauses out of 20007 with flag 1945000/1945000
100.50/99.78	c cleaning 9996 clauses out of 20007 with flag 1955000/1955000
101.10/100.32	c cleaning 9997 clauses out of 20013 with flag 1965002/1965002
101.60/100.83	c cleaning 9999 clauses out of 20014 with flag 1975000/1975000
102.10/101.36	c cleaning 10002 clauses out of 20015 with flag 1985000/1985000
102.60/101.87	c cleaning 10002 clauses out of 20014 with flag 1995001/1995001
103.12/102.35	c cleaning 9999 clauses out of 20011 with flag 2005000/2005000
103.62/102.84	c cleaning 10000 clauses out of 20014 with flag 2015002/2015002
104.12/103.35	c cleaning 9998 clauses out of 20012 with flag 2025000/2025000
104.62/103.84	c cleaning 10001 clauses out of 20016 with flag 2035002/2035002
105.12/104.36	c cleaning 10005 clauses out of 20015 with flag 2045002/2045002
105.62/104.89	c cleaning 9998 clauses out of 20009 with flag 2055001/2055001
106.12/105.38	c cleaning 9996 clauses out of 20011 with flag 2065001/2065001
106.62/105.89	c cleaning 9996 clauses out of 20014 with flag 2075000/2075000
107.22/106.42	c cleaning 10005 clauses out of 20019 with flag 2085001/2085001
107.72/106.94	c cleaning 10001 clauses out of 20014 with flag 2095001/2095001
108.23/107.42	c cleaning 9998 clauses out of 20014 with flag 2105002/2105002
108.73/107.92	c cleaning 10003 clauses out of 20014 with flag 2115000/2115000
109.23/108.41	c cleaning 10003 clauses out of 20011 with flag 2125000/2125000
109.73/108.96	c cleaning 10001 clauses out of 20010 with flag 2135002/2135002
110.23/109.48	c cleaning 9996 clauses out of 20008 with flag 2145001/2145001
110.73/109.99	c cleaning 9998 clauses out of 20011 with flag 2155000/2155000
111.23/110.47	c cleaning 9999 clauses out of 20014 with flag 2165001/2165001
111.83/111.01	c cleaning 10001 clauses out of 20014 with flag 2175000/2175000
112.33/111.55	c cleaning 10003 clauses out of 20013 with flag 2185000/2185000
112.83/112.05	c cleaning 9999 clauses out of 20010 with flag 2195000/2195000
113.33/112.55	c cleaning 10003 clauses out of 20013 with flag 2205002/2205002
113.83/113.08	c cleaning 10000 clauses out of 20009 with flag 2215001/2215001
114.33/113.59	c cleaning 9995 clauses out of 20008 with flag 2225000/2225000
114.93/114.10	c cleaning 10001 clauses out of 20013 with flag 2235000/2235000
115.43/114.61	c cleaning 10002 clauses out of 20013 with flag 2245001/2245001
115.93/115.14	c cleaning 10002 clauses out of 20010 with flag 2255000/2255000
116.43/115.64	c cleaning 10000 clauses out of 20010 with flag 2265002/2265002
116.93/116.18	c cleaning 9999 clauses out of 20010 with flag 2275002/2275002
117.53/116.72	c cleaning 9998 clauses out of 20010 with flag 2285001/2285001
118.03/117.26	c cleaning 10002 clauses out of 20012 with flag 2295001/2295001
118.54/117.79	c cleaning 10002 clauses out of 20011 with flag 2305002/2305002
119.14/118.31	c cleaning 9998 clauses out of 20009 with flag 2315002/2315002
119.64/118.85	c cleaning 9995 clauses out of 20009 with flag 2325000/2325000
120.24/119.46	c cleaning 9999 clauses out of 20014 with flag 2335000/2335000
120.74/119.98	c cleaning 10004 clauses out of 20021 with flag 2345006/2345006
121.34/120.50	c cleaning 10001 clauses out of 20013 with flag 2355002/2355002
121.85/121.04	c cleaning 10001 clauses out of 20011 with flag 2365001/2365001
122.45/121.63	c cleaning 9999 clauses out of 20009 with flag 2375000/2375000
122.96/122.19	c cleaning 10001 clauses out of 20014 with flag 2385004/2385004
123.55/122.72	c cleaning 9999 clauses out of 20010 with flag 2395001/2395001
124.06/123.24	c cleaning 10001 clauses out of 20010 with flag 2405000/2405000
124.55/123.74	c cleaning 10001 clauses out of 20009 with flag 2415000/2415000
125.06/124.28	c cleaning 9997 clauses out of 20008 with flag 2425000/2425000
125.65/124.83	c cleaning 9998 clauses out of 20011 with flag 2435000/2435000
126.16/125.36	c cleaning 9997 clauses out of 20013 with flag 2445000/2445000
126.75/125.90	c cleaning 10000 clauses out of 20016 with flag 2455000/2455000
127.15/126.37	c cleaning 10000 clauses out of 20016 with flag 2465000/2465000
127.65/126.87	c cleaning 9996 clauses out of 20017 with flag 2475001/2475001
128.15/127.39	c cleaning 10000 clauses out of 20020 with flag 2485000/2485000
128.65/127.87	c cleaning 10003 clauses out of 20020 with flag 2495000/2495000
129.15/128.36	c cleaning 10005 clauses out of 20017 with flag 2505000/2505000
129.66/128.89	c cleaning 9993 clauses out of 20013 with flag 2515001/2515001
130.16/129.33	c cleaning 10004 clauses out of 20020 with flag 2525001/2525001
130.66/129.83	c cleaning 9996 clauses out of 20017 with flag 2535002/2535002
131.16/130.37	c cleaning 10002 clauses out of 20020 with flag 2545001/2545001
131.66/130.84	c cleaning 10003 clauses out of 20018 with flag 2555001/2555001
132.16/131.31	c cleaning 10003 clauses out of 20015 with flag 2565001/2565001
132.56/131.78	c cleaning 10001 clauses out of 20014 with flag 2575003/2575003
133.06/132.23	c cleaning 9994 clauses out of 20010 with flag 2585000/2585000
133.56/132.71	c cleaning 10005 clauses out of 20019 with flag 2595003/2595003
133.98/133.15	c cleaning 10000 clauses out of 20014 with flag 2605003/2605003
134.47/133.63	c cleaning 10001 clauses out of 20013 with flag 2615002/2615002
134.98/134.11	c cleaning 9999 clauses out of 20013 with flag 2625003/2625003
135.37/134.59	c cleaning 10002 clauses out of 20014 with flag 2635003/2635003
135.87/135.05	c cleaning 10000 clauses out of 20009 with flag 2645000/2645000
136.37/135.56	c cleaning 9997 clauses out of 20009 with flag 2655000/2655000
136.98/136.11	c cleaning 10000 clauses out of 20013 with flag 2665001/2665001
137.48/136.68	c cleaning 10000 clauses out of 20014 with flag 2675002/2675002
137.98/137.17	c cleaning 9997 clauses out of 20012 with flag 2685000/2685000
138.48/137.64	c cleaning 10001 clauses out of 20016 with flag 2695001/2695001
138.98/138.12	c cleaning 10001 clauses out of 20017 with flag 2705003/2705003
139.38/138.59	c cleaning 9996 clauses out of 20015 with flag 2715002/2715002
139.87/139.09	c cleaning 10000 clauses out of 20017 with flag 2725000/2725000
140.48/139.62	c cleaning 10004 clauses out of 20020 with flag 2735003/2735003
140.87/140.07	c cleaning 10000 clauses out of 20014 with flag 2745001/2745001
141.38/140.59	c cleaning 9997 clauses out of 20014 with flag 2755001/2755001
141.98/141.11	c cleaning 10004 clauses out of 20017 with flag 2765001/2765001
142.38/141.58	c cleaning 10002 clauses out of 20015 with flag 2775003/2775003
142.98/142.16	c cleaning 10001 clauses out of 20011 with flag 2785001/2785001
143.48/142.69	c cleaning 9998 clauses out of 20009 with flag 2795000/2795000
143.99/143.18	c cleaning 9997 clauses out of 20012 with flag 2805001/2805001
144.49/143.69	c cleaning 9995 clauses out of 20015 with flag 2815001/2815001
145.00/144.13	c cleaning 10004 clauses out of 20019 with flag 2825000/2825000
145.49/144.60	c cleaning 10004 clauses out of 20018 with flag 2835003/2835003
146.06/145.10	c cleaning 9995 clauses out of 20011 with flag 2845000/2845000
146.96/145.63	c cleaning 9997 clauses out of 20016 with flag 2855000/2855000
147.48/146.12	c cleaning 9997 clauses out of 20019 with flag 2865001/2865001
147.99/146.67	c cleaning 10009 clauses out of 20024 with flag 2875003/2875003
148.49/147.16	c starts		: 231
148.49/147.16	c conflicts		: 2884741
148.49/147.16	c decisions		: 4239132
148.49/147.16	c propagations		: 146444977
148.49/147.16	c inspects		: 1499248853
148.49/147.16	c shortcuts		: 0
148.49/147.16	c learnt literals	: 6
148.49/147.16	c learnt binary clauses	: 18
148.49/147.16	c learnt ternary clauses	: 465
148.49/147.16	c learnt constraints	: 2884734
148.49/147.16	c ignored constraints	: 0
148.49/147.16	c root simplifications	: 0
148.49/147.16	c removed literals (reason simplification)	: 13655310
148.49/147.16	c reason swapping (by a shorter reason)	: 0
148.49/147.16	c Calls to reduceDB	: 289
148.49/147.16	c number of reductions to clauses (during analyze)	: 0
148.49/147.16	c number of learned constraints concerned by reduction	: 0
148.49/147.16	c number of learning phase by resolution	: 0
148.49/147.16	c number of learning phase by cutting planes	: 0
148.49/147.16	c speed (assignments/second)	: 997112.9169532032
148.49/147.16	c non guided choices	121
148.49/147.17	c learnt constraints type 
148.49/147.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
148.49/147.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19729
148.49/147.17	c constraints type 
148.49/147.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
148.49/147.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
148.49/147.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
148.49/147.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
148.49/147.17	s UNSATISFIABLE
148.49/147.17	c Total wall clock time (in seconds): 147.063

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-3459260-1307633559/watcher-3459260-1307633559 -o /tmp/evaluation-result-3459260-1307633559/solver-3459260-1307633559 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459260-1307633559.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.14 1.33 0.80 3/192 1163
/proc/meminfo: memFree=32155068/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1163/stat : 1163 (java) R 1161 1163 787 0 -1 4202496 484 0 0 0 0 0 0 0 25 0 1 0 874956284 23580672 227 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253635897088 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1163/statm: 5757 241 187 9 0 124 0
[pid=1163/tid=1164] ppid=1161 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 95 0 0 0 0 0 0 0 25 0 2 0 874956284 31313920 936 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253635897088 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.036883 s]
/proc/loadavg: 2.14 1.33 0.80 3/192 1163
/proc/meminfo: memFree=32155068/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13612684 CPUtime=0.03 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 13495 0 1 0 2 1 0 0 25 0 11 0 874956284 13939388416 13193 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3403171 13194 1608 9 0 3393919 0
[pid=1163/tid=1164] ppid=1161 vsize=13612684 CPUtime=0.03 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 12370 0 1 0 2 1 0 0 25 0 11 0 874956284 13939388416 13194 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 47111517800179 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13612684

[startup+0.100859 s]
/proc/loadavg: 2.14 1.33 0.80 3/192 1163
/proc/meminfo: memFree=32155068/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13621304 CPUtime=0.1 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 15597 0 1 0 9 1 0 0 25 0 18 0 874956284 13948215296 15256 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3405326 15256 2092 9 0 3396060 0
[pid=1163/tid=1164] ppid=1161 vsize=13621304 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 13635 0 1 0 7 1 0 0 25 0 18 0 874956284 13948215296 15256 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 47111518625699 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621304

[startup+0.300787 s]
/proc/loadavg: 2.14 1.33 0.80 3/192 1163
/proc/meminfo: memFree=32155068/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13623540 CPUtime=0.48 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 18656 0 1 0 46 2 0 0 25 0 19 0 874956284 13950504960 17888 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3405885 17888 2210 9 0 3396619 0
[pid=1163/tid=1164] ppid=1161 vsize=13623540 CPUtime=0.28 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15424 0 1 0 27 1 0 0 19 0 19 0 874956284 13950504960 17888 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505179312 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13623540

[startup+0.700753 s]
/proc/loadavg: 2.14 1.33 0.80 3/192 1163
/proc/meminfo: memFree=32155068/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=1.2 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 21142 0 1 0 117 3 0 0 25 0 19 0 874956284 13951926272 19323 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 19323 2252 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=0.67 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15707 0 1 0 65 2 0 0 19 0 19 0 874956284 13951926272 19323 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505166963 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13624928

[startup+1.5006 s]
/proc/loadavg: 2.14 1.33 0.80 4/211 1182
/proc/meminfo: memFree=32085476/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=2.03 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 21658 0 1 0 200 3 0 0 25 0 19 0 874956284 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 19837 2252 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=1.44 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15710 0 1 0 142 2 0 0 20 0 19 0 874956284 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505647062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1163/tid=1166] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 163 0 0 0 0 0 0 0 16 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=0.03 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 446 0 0 0 3 0 0 0 16 0 19 0 874956287 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.25 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1434 0 0 0 25 0 0 0 15 0 19 0 874956290 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.27 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) S 1161 1163 787 0 -1 4202560 2344 0 0 0 27 0 0 0 15 0 19 0 874956290 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1180] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1180/stat : 1180 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1181] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1181/stat : 1181 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874956290 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1182] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1182/stat : 1182 (java) S 1161 1163 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874956314 13951926272 19837 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13624928

[startup+3.10131 s]
/proc/loadavg: 2.14 1.33 0.80 3/211 1182
/proc/meminfo: memFree=32083988/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=3.67 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 22080 0 1 0 364 3 0 0 25 0 19 0 874956284 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 20190 2252 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=3 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15712 0 1 0 298 2 0 0 24 0 19 0 874956284 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505632044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1163/tid=1166] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 119 0 0 0 0 0 0 0 16 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 630 0 0 0 8 0 0 0 16 0 19 0 874956287 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.25 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1435 0 0 0 25 0 0 0 15 0 19 0 874956290 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.29 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) S 1161 1163 787 0 -1 4202560 2418 0 0 0 29 0 0 0 15 0 19 0 874956290 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1180] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1180/stat : 1180 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1181] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1181/stat : 1181 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874956290 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1182] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1182/stat : 1182 (java) S 1161 1163 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874956314 13951926272 20190 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13624928

[startup+6.30073 s]
/proc/loadavg: 2.13 1.34 0.80 3/211 1182
/proc/meminfo: memFree=32082448/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=6.87 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 22185 0 1 0 684 3 0 0 25 0 19 0 874956284 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 20232 2252 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=6.1 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15719 0 1 0 608 2 0 0 25 0 19 0 874956284 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505661479 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1163/tid=1166] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 19 0 874956286 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=0.17 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 719 0 0 0 17 0 0 0 15 0 19 0 874956287 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.25 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1435 0 0 0 25 0 0 0 15 0 19 0 874956290 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.29 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) S 1161 1163 787 0 -1 4202560 2418 0 0 0 29 0 0 0 15 0 19 0 874956290 13951926272 20232 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0

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

/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 124 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0.06 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 6 0 0 0 15 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 49 0 0 0 8 0 0 0 16 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 46 0 0 0 8 0 0 0 16 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 144 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 195 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0.09 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 78 0 0 0 9 0 0 0 15 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 158 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=4.47 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 1258 0 0 0 442 5 0 0 15 0 19 0 874956287 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.27 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1439 0 0 0 27 0 0 0 15 0 19 0 874956290 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.75 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) R 1161 1163 787 0 -1 4202560 11577 0 0 0 74 1 0 0 16 0 19 0 874956290 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 47111517825639 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1163/tid=1180] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1180/stat : 1180 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1181] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1181/stat : 1181 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 874956290 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1182] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1182/stat : 1182 (java) S 1161 1163 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874956314 13951926272 25905 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 146.86
Current children cumulated vsize (KiB) 13624928

[startup+146.307 s]
/proc/loadavg: 2.01 1.58 0.96 3/211 1186
/proc/meminfo: memFree=32039508/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=147.69 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 32270 0 1 0 14754 15 0 0 25 0 19 0 874956284 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 23453 2255 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=141.42 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15995 0 1 0 14139 3 0 0 17 0 19 0 874956284 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505686805 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1163/tid=1166] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 124 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0.06 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 6 0 0 0 15 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 49 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 144 0 0 0 8 0 0 0 16 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 195 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0.09 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 78 0 0 0 9 0 0 0 15 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 158 0 0 0 8 0 0 0 16 0 19 0 874956286 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=4.5 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 1258 0 0 0 445 5 0 0 16 0 19 0 874956287 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.28 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1439 0 0 0 28 0 0 0 15 0 19 0 874956290 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.77 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) S 1161 1163 787 0 -1 4202560 11614 0 0 0 76 1 0 0 15 0 19 0 874956290 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1180] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1180/stat : 1180 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1181] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1181/stat : 1181 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 874956290 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1182] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1182/stat : 1182 (java) S 1161 1163 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874956314 13951926272 23453 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 147.69
Current children cumulated vsize (KiB) 13624928

[startup+146.701 s]
/proc/loadavg: 2.01 1.58 0.96 3/211 1186
/proc/meminfo: memFree=32039508/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=148.09 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 32272 0 1 0 14794 15 0 0 25 0 19 0 874956284 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 23454 2255 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=141.79 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15996 0 1 0 14176 3 0 0 18 0 19 0 874956284 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505937792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1163/tid=1166] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 124 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0.06 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 6 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 49 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 144 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 195 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0.09 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 78 0 0 0 9 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 158 0 0 0 8 0 0 0 16 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=4.51 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 1258 0 0 0 446 5 0 0 16 0 19 0 874956287 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.28 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1439 0 0 0 28 0 0 0 15 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.78 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) S 1161 1163 787 0 -1 4202560 11615 0 0 0 77 1 0 0 15 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1180] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1180/stat : 1180 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1181] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1181/stat : 1181 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1182] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1182/stat : 1182 (java) S 1161 1163 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874956314 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 148.09
Current children cumulated vsize (KiB) 13624928

[startup+147.101 s]
/proc/loadavg: 2.01 1.58 0.96 3/211 1186
/proc/meminfo: memFree=32039508/32951124 swapFree=67060628/67111528
[pid=1163] ppid=1161 vsize=13624928 CPUtime=148.49 cores=1,3,5,7
/proc/1163/stat : 1163 (java) S 1161 1163 787 0 -1 4202496 32272 0 1 0 14834 15 0 0 25 0 19 0 874956284 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1163/statm: 3406232 23454 2255 9 0 3396966 0
[pid=1163/tid=1164] ppid=1161 vsize=13624928 CPUtime=142.19 cores=1,3,5,7
/proc/1163/task/1164/stat : 1164 (java) R 1161 1163 787 0 -1 4202560 15996 0 1 0 14216 3 0 0 18 0 19 0 874956284 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 46912505620591 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1163/tid=1166] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1166/stat : 1166 (java) S 1161 1163 787 0 -1 4202560 124 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1167] ppid=1161 vsize=13624928 CPUtime=0.06 cores=1,3,5,7
/proc/1163/task/1167/stat : 1167 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 6 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1168] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1168/stat : 1168 (java) S 1161 1163 787 0 -1 4202560 49 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1169] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1169/stat : 1169 (java) S 1161 1163 787 0 -1 4202560 46 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1170] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1170/stat : 1170 (java) S 1161 1163 787 0 -1 4202560 144 0 0 0 8 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1171] ppid=1161 vsize=13624928 CPUtime=0.07 cores=1,3,5,7
/proc/1163/task/1171/stat : 1171 (java) S 1161 1163 787 0 -1 4202560 195 0 0 0 7 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1172] ppid=1161 vsize=13624928 CPUtime=0.09 cores=1,3,5,7
/proc/1163/task/1172/stat : 1172 (java) S 1161 1163 787 0 -1 4202560 78 0 0 0 9 0 0 0 15 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1173] ppid=1161 vsize=13624928 CPUtime=0.08 cores=1,3,5,7
/proc/1163/task/1173/stat : 1173 (java) S 1161 1163 787 0 -1 4202560 158 0 0 0 8 0 0 0 16 0 19 0 874956286 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1174] ppid=1161 vsize=13624928 CPUtime=4.51 cores=1,3,5,7
/proc/1163/task/1174/stat : 1174 (java) S 1161 1163 787 0 -1 4202560 1258 0 0 0 446 5 0 0 16 0 19 0 874956287 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 0 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1175] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1175/stat : 1175 (java) S 1161 1163 787 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1176] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1176/stat : 1176 (java) S 1161 1163 787 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 874956288 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1177] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1177/stat : 1177 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652683185 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1178] ppid=1161 vsize=13624928 CPUtime=0.28 cores=1,3,5,7
/proc/1163/task/1178/stat : 1178 (java) S 1161 1163 787 0 -1 4202560 1439 0 0 0 28 0 0 0 15 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 3 0 0 0
[pid=1163/tid=1179] ppid=1161 vsize=13624928 CPUtime=0.78 cores=1,3,5,7
/proc/1163/task/1179/stat : 1179 (java) S 1161 1163 787 0 -1 4202560 11615 0 0 0 77 1 0 0 15 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 5 0 0 0
[pid=1163/tid=1180] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1180/stat : 1180 (java) S 1161 1163 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652675481 0 4 0 16800975 18446604463750494400 0 0 -1 1 0 0 0
[pid=1163/tid=1181] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1181/stat : 1181 (java) S 1161 1163 787 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 874956290 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
[pid=1163/tid=1182] ppid=1161 vsize=13624928 CPUtime=0 cores=1,3,5,7
/proc/1163/task/1182/stat : 1182 (java) S 1161 1163 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874956314 13951926272 23454 33554432000 1073741824 1073778376 140737295625568 18446744073709551615 253652676096 0 4 0 16800975 18446604463750494400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 148.49
Current children cumulated vsize (KiB) 13624928

Child status: 20
Real time (s): 147.179
CPU time (s): 148.583
CPU user time (s): 148.423
CPU system time (s): 0.159975
CPU usage (%): 100.954
Max. virtual memory (cumulated for all children) (KiB): 13624928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.423
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32303
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= 10555
involuntary context switches= 3874

runsolver used 0.232964 second user time and 0.581911 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-09 17:32:39
IDJOB=3459260
IDBENCH=1340
IDSOLVER=1952
FILE ID=node106/3459260-1307633559
RUNJOBID= node106-1307633281-807
PBS_JOBID= 13549385
Free space on /tmp= 74124 MiB

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

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

MD5SUM BENCH= 42a09607e2cf515cb7da5ec0628015c7
RANDOM SEED=125159301

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32155356 kB
Buffers:         19060 kB
Cached:          90324 kB
SwapCached:      12404 kB
Active:         587720 kB
Inactive:        53880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32155356 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:             628 kB
Writeback:           0 kB
AnonPages:      530220 kB
Mapped:          18460 kB
Slab:            89436 kB
PageTables:       5344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13606240 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= 74124 MiB
End job on node106 at 2011-06-09 17:35:06