Trace number 3459232

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 132.393 131.122

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900584106.opb
MD5SUM4a96a2353b6045ef15a9bfabac06d14b
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 benchmark0.616906
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 737
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-3459232-1307135050.opb
0.10/0.11	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.182s.
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.07/0.66	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.42/0.94	c cleaning 4249 clauses out of 8506 with flag 11003/11003
1.72/1.29	c cleaning 5623 clauses out of 11255 with flag 18001/18001
2.23/1.71	c cleaning 6812 clauses out of 13631 with flag 26000/26000
2.66/2.21	c cleaning 7900 clauses out of 15819 with flag 35000/35000
3.26/2.74	c cleaning 8952 clauses out of 17920 with flag 45001/45001
3.76/3.27	c cleaning 9478 clauses out of 18967 with flag 55000/55000
4.36/3.81	c cleaning 9740 clauses out of 19489 with flag 65000/65000
4.76/4.27	c cleaning 9869 clauses out of 19750 with flag 75001/75001
5.26/4.78	c cleaning 9935 clauses out of 19881 with flag 85001/85001
5.76/5.29	c cleaning 9969 clauses out of 19948 with flag 95003/95003
6.37/5.80	c cleaning 9981 clauses out of 19977 with flag 105001/105001
6.87/6.35	c cleaning 9993 clauses out of 19995 with flag 115000/115000
7.38/6.85	c cleaning 9995 clauses out of 20002 with flag 125000/125000
7.88/7.38	c cleaning 10001 clauses out of 20009 with flag 135002/135002
8.38/7.85	c cleaning 9999 clauses out of 20006 with flag 145000/145000
8.88/8.35	c cleaning 9999 clauses out of 20008 with flag 155001/155001
9.40/8.84	c cleaning 9999 clauses out of 20008 with flag 165000/165000
9.89/9.33	c cleaning 10000 clauses out of 20009 with flag 175000/175000
10.39/9.84	c cleaning 9999 clauses out of 20009 with flag 185000/185000
10.88/10.30	c cleaning 9996 clauses out of 20011 with flag 195001/195001
11.29/10.75	c cleaning 9999 clauses out of 20014 with flag 205000/205000
11.79/11.21	c cleaning 9998 clauses out of 20015 with flag 215000/215000
12.19/11.66	c cleaning 9997 clauses out of 20018 with flag 225001/225001
12.70/12.12	c cleaning 10009 clauses out of 20022 with flag 235002/235002
13.19/12.60	c cleaning 10001 clauses out of 20012 with flag 245001/245001
13.59/13.10	c cleaning 10003 clauses out of 20011 with flag 255001/255001
14.19/13.60	c cleaning 10001 clauses out of 20008 with flag 265001/265001
14.59/14.07	c cleaning 10001 clauses out of 20008 with flag 275002/275002
15.09/14.58	c cleaning 9993 clauses out of 20005 with flag 285000/285000
15.59/15.07	c cleaning 10002 clauses out of 20012 with flag 295000/295000
16.09/15.57	c cleaning 9999 clauses out of 20010 with flag 305000/305000
16.59/16.03	c cleaning 9999 clauses out of 20012 with flag 315001/315001
17.11/16.56	c cleaning 10003 clauses out of 20014 with flag 325002/325002
17.60/17.06	c cleaning 9999 clauses out of 20009 with flag 335000/335000
18.10/17.55	c cleaning 10002 clauses out of 20010 with flag 345000/345000
18.60/18.09	c cleaning 9997 clauses out of 20008 with flag 355000/355000
19.10/18.59	c cleaning 9999 clauses out of 20012 with flag 365001/365001
19.60/19.06	c cleaning 10001 clauses out of 20013 with flag 375001/375001
20.10/19.53	c cleaning 10002 clauses out of 20011 with flag 385000/385000
20.60/20.01	c cleaning 9999 clauses out of 20009 with flag 395000/395000
21.10/20.51	c cleaning 9996 clauses out of 20010 with flag 405000/405000
21.61/21.03	c cleaning 9999 clauses out of 20014 with flag 415000/415000
22.11/21.50	c cleaning 9999 clauses out of 20017 with flag 425002/425002
22.51/22.00	c cleaning 10002 clauses out of 20016 with flag 435000/435000
23.11/22.52	c cleaning 10001 clauses out of 20014 with flag 445000/445000
23.61/23.05	c cleaning 10004 clauses out of 20015 with flag 455002/455002
24.11/23.56	c cleaning 10000 clauses out of 20009 with flag 465000/465000
24.61/24.07	c cleaning 9999 clauses out of 20009 with flag 475000/475000
25.11/24.57	c cleaning 10000 clauses out of 20012 with flag 485002/485002
25.61/25.04	c cleaning 9998 clauses out of 20010 with flag 495000/495000
26.11/25.51	c cleaning 10001 clauses out of 20015 with flag 505003/505003
26.61/26.04	c cleaning 9998 clauses out of 20011 with flag 515000/515000
27.11/26.56	c cleaning 9995 clauses out of 20014 with flag 525001/525001
27.61/27.06	c cleaning 10005 clauses out of 20018 with flag 535000/535000
28.12/27.55	c cleaning 10004 clauses out of 20016 with flag 545003/545003
28.61/28.05	c cleaning 9996 clauses out of 20010 with flag 555001/555001
29.11/28.59	c cleaning 10002 clauses out of 20013 with flag 565000/565000
29.61/29.08	c cleaning 10000 clauses out of 20012 with flag 575001/575001
30.11/29.59	c cleaning 9998 clauses out of 20013 with flag 585002/585002
30.71/30.10	c cleaning 10004 clauses out of 20015 with flag 595002/595002
31.11/30.59	c cleaning 10000 clauses out of 20010 with flag 605001/605001
31.61/31.09	c cleaning 9998 clauses out of 20010 with flag 615001/615001
32.12/31.59	c cleaning 10001 clauses out of 20012 with flag 625001/625001
32.72/32.10	c cleaning 9998 clauses out of 20012 with flag 635002/635002
33.12/32.58	c cleaning 9999 clauses out of 20012 with flag 645000/645000
33.73/33.11	c cleaning 10000 clauses out of 20013 with flag 655000/655000
34.23/33.64	c cleaning 10003 clauses out of 20015 with flag 665002/665002
34.76/34.14	c cleaning 10003 clauses out of 20010 with flag 675000/675000
35.25/34.69	c cleaning 9996 clauses out of 20008 with flag 685001/685001
35.87/35.23	c cleaning 9997 clauses out of 20011 with flag 695000/695000
36.35/35.71	c cleaning 9998 clauses out of 20014 with flag 705000/705000
36.86/36.22	c cleaning 9999 clauses out of 20018 with flag 715002/715002
37.35/36.71	c cleaning 10002 clauses out of 20018 with flag 725001/725001
37.86/37.22	c cleaning 10004 clauses out of 20015 with flag 735000/735000
38.36/37.75	c cleaning 10000 clauses out of 20012 with flag 745001/745001
38.86/38.27	c cleaning 10000 clauses out of 20011 with flag 755000/755000
39.36/38.79	c cleaning 10001 clauses out of 20012 with flag 765001/765001
39.96/39.33	c cleaning 9997 clauses out of 20011 with flag 775001/775001
40.46/39.88	c cleaning 9997 clauses out of 20014 with flag 785001/785001
40.96/40.37	c cleaning 10002 clauses out of 20019 with flag 795003/795003
41.46/40.87	c cleaning 9999 clauses out of 20014 with flag 805000/805000
41.96/41.38	c cleaning 10001 clauses out of 20015 with flag 815000/815000
42.47/41.88	c cleaning 10003 clauses out of 20014 with flag 825000/825000
43.06/42.41	c cleaning 10000 clauses out of 20012 with flag 835001/835001
43.46/42.90	c cleaning 9999 clauses out of 20011 with flag 845000/845000
43.96/43.39	c cleaning 10000 clauses out of 20014 with flag 855002/855002
44.46/43.89	c cleaning 10001 clauses out of 20012 with flag 865000/865000
44.96/44.38	c cleaning 9999 clauses out of 20011 with flag 875000/875000
45.56/44.93	c cleaning 10003 clauses out of 20013 with flag 885001/885001
46.06/45.45	c cleaning 10000 clauses out of 20009 with flag 895000/895000
46.56/45.99	c cleaning 9997 clauses out of 20009 with flag 905000/905000
47.06/46.47	c cleaning 10001 clauses out of 20013 with flag 915001/915001
47.56/46.98	c cleaning 9997 clauses out of 20012 with flag 925001/925001
48.06/47.48	c cleaning 10003 clauses out of 20016 with flag 935002/935002
48.57/47.99	c cleaning 9999 clauses out of 20011 with flag 945000/945000
49.08/48.46	c cleaning 9996 clauses out of 20012 with flag 955000/955000
49.57/48.97	c cleaning 10001 clauses out of 20016 with flag 965000/965000
50.18/49.52	c cleaning 10002 clauses out of 20017 with flag 975002/975002
50.67/50.04	c cleaning 10002 clauses out of 20014 with flag 985001/985001
51.17/50.53	c cleaning 9994 clauses out of 20011 with flag 995000/995000
51.67/51.04	c cleaning 10002 clauses out of 20020 with flag 1005003/1005003
52.17/51.52	c cleaning 9993 clauses out of 20015 with flag 1015000/1015000
52.67/52.01	c cleaning 10003 clauses out of 20023 with flag 1025001/1025001
53.07/52.48	c cleaning 10002 clauses out of 20020 with flag 1035001/1035001
53.57/52.95	c cleaning 10004 clauses out of 20017 with flag 1045000/1045000
54.07/53.46	c cleaning 10003 clauses out of 20015 with flag 1055002/1055002
54.58/53.95	c cleaning 9996 clauses out of 20010 with flag 1065000/1065000
55.07/54.46	c cleaning 10004 clauses out of 20015 with flag 1075001/1075001
55.58/54.98	c cleaning 9996 clauses out of 20011 with flag 1085001/1085001
56.17/55.53	c cleaning 9997 clauses out of 20014 with flag 1095000/1095000
56.68/56.05	c cleaning 10006 clauses out of 20020 with flag 1105003/1105003
57.17/56.58	c cleaning 9999 clauses out of 20013 with flag 1115002/1115002
57.78/57.11	c cleaning 10001 clauses out of 20012 with flag 1125000/1125000
58.28/57.65	c cleaning 9999 clauses out of 20012 with flag 1135001/1135001
58.88/58.23	c cleaning 10001 clauses out of 20012 with flag 1145000/1145000
59.48/58.84	c cleaning 9996 clauses out of 20012 with flag 1155001/1155001
59.98/59.38	c cleaning 10005 clauses out of 20017 with flag 1165002/1165002
60.59/59.92	c cleaning 10000 clauses out of 20010 with flag 1175000/1175000
61.09/60.50	c cleaning 9998 clauses out of 20012 with flag 1185002/1185002
61.69/61.02	c cleaning 9997 clauses out of 20014 with flag 1195002/1195002
62.19/61.52	c cleaning 10004 clauses out of 20016 with flag 1205001/1205001
62.69/62.02	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
63.19/62.51	c cleaning 10002 clauses out of 20013 with flag 1225003/1225003
63.69/63.04	c cleaning 9993 clauses out of 20011 with flag 1235003/1235003
64.19/63.57	c cleaning 10004 clauses out of 20017 with flag 1245002/1245002
64.80/64.10	c cleaning 9999 clauses out of 20012 with flag 1255001/1255001
65.20/64.59	c cleaning 9999 clauses out of 20012 with flag 1265000/1265000
65.70/65.08	c cleaning 10005 clauses out of 20015 with flag 1275002/1275002
66.30/65.61	c cleaning 9992 clauses out of 20008 with flag 1285000/1285000
66.80/66.11	c cleaning 10002 clauses out of 20017 with flag 1295001/1295001
67.30/66.64	c cleaning 10002 clauses out of 20016 with flag 1305002/1305002
67.81/67.15	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
68.30/67.64	c cleaning 10005 clauses out of 20015 with flag 1325002/1325002
68.80/68.19	c cleaning 9999 clauses out of 20009 with flag 1335001/1335001
69.30/68.69	c cleaning 9999 clauses out of 20009 with flag 1345000/1345000
69.80/69.20	c cleaning 9998 clauses out of 20010 with flag 1355000/1355000
70.40/69.75	c cleaning 10002 clauses out of 20014 with flag 1365002/1365002
70.90/70.28	c cleaning 10001 clauses out of 20010 with flag 1375000/1375000
71.40/70.78	c cleaning 10000 clauses out of 20012 with flag 1385003/1385003
71.90/71.29	c cleaning 10002 clauses out of 20011 with flag 1395002/1395002
72.50/71.81	c cleaning 9998 clauses out of 20007 with flag 1405000/1405000
72.90/72.29	c cleaning 9999 clauses out of 20009 with flag 1415000/1415000
73.40/72.79	c cleaning 10003 clauses out of 20010 with flag 1425000/1425000
74.00/73.30	c cleaning 9999 clauses out of 20009 with flag 1435002/1435002
74.50/73.81	c cleaning 9998 clauses out of 20008 with flag 1445000/1445000
75.00/74.30	c cleaning 9997 clauses out of 20010 with flag 1455000/1455000
75.40/74.79	c cleaning 9999 clauses out of 20014 with flag 1465001/1465001
76.00/75.31	c cleaning 10006 clauses out of 20019 with flag 1475005/1475005
76.51/75.85	c cleaning 10001 clauses out of 20010 with flag 1485002/1485002
77.00/76.33	c cleaning 10000 clauses out of 20008 with flag 1495001/1495001
77.40/76.79	c cleaning 9998 clauses out of 20007 with flag 1505000/1505000
77.91/77.29	c cleaning 9998 clauses out of 20010 with flag 1515001/1515001
78.51/77.80	c cleaning 10000 clauses out of 20011 with flag 1525000/1525000
78.91/78.29	c cleaning 9998 clauses out of 20011 with flag 1535000/1535000
79.41/78.74	c cleaning 10002 clauses out of 20013 with flag 1545000/1545000
79.92/79.23	c cleaning 10001 clauses out of 20013 with flag 1555002/1555002
80.41/79.72	c cleaning 9993 clauses out of 20010 with flag 1565000/1565000
80.81/80.20	c cleaning 10002 clauses out of 20017 with flag 1575000/1575000
81.41/80.73	c cleaning 10002 clauses out of 20015 with flag 1585000/1585000
81.91/81.26	c cleaning 9999 clauses out of 20014 with flag 1595001/1595001
82.41/81.77	c cleaning 10001 clauses out of 20014 with flag 1605000/1605000
82.91/82.27	c cleaning 10004 clauses out of 20013 with flag 1615000/1615000
83.41/82.78	c cleaning 10001 clauses out of 20010 with flag 1625001/1625001
83.91/83.29	c cleaning 9998 clauses out of 20010 with flag 1635002/1635002
84.41/83.78	c cleaning 10000 clauses out of 20010 with flag 1645000/1645000
84.91/84.28	c cleaning 10001 clauses out of 20012 with flag 1655002/1655002
85.51/84.81	c cleaning 10002 clauses out of 20010 with flag 1665001/1665001
86.01/85.35	c cleaning 9992 clauses out of 20007 with flag 1675000/1675000
86.52/85.88	c cleaning 10004 clauses out of 20016 with flag 1685001/1685001
87.11/86.41	c cleaning 10002 clauses out of 20013 with flag 1695002/1695002
87.62/86.95	c cleaning 10001 clauses out of 20010 with flag 1705001/1705001
88.11/87.49	c cleaning 9998 clauses out of 20008 with flag 1715000/1715000
88.72/88.01	c cleaning 10002 clauses out of 20010 with flag 1725000/1725000
89.21/88.51	c cleaning 10002 clauses out of 20011 with flag 1735003/1735003
89.61/88.98	c cleaning 9999 clauses out of 20006 with flag 1745000/1745000
90.11/89.47	c cleaning 9997 clauses out of 20009 with flag 1755002/1755002
90.62/89.98	c cleaning 10000 clauses out of 20012 with flag 1765002/1765002
91.22/90.51	c cleaning 9995 clauses out of 20011 with flag 1775001/1775001
91.72/91.04	c cleaning 10004 clauses out of 20016 with flag 1785001/1785001
92.22/91.56	c cleaning 10001 clauses out of 20012 with flag 1795001/1795001
92.82/92.10	c cleaning 10000 clauses out of 20011 with flag 1805001/1805001
93.32/92.62	c cleaning 9998 clauses out of 20010 with flag 1815000/1815000
93.82/93.13	c cleaning 10000 clauses out of 20013 with flag 1825001/1825001
94.32/93.68	c cleaning 9998 clauses out of 20013 with flag 1835001/1835001
94.92/94.20	c cleaning 10003 clauses out of 20015 with flag 1845001/1845001
95.42/94.71	c cleaning 9999 clauses out of 20011 with flag 1855000/1855000
95.82/95.19	c cleaning 9993 clauses out of 20012 with flag 1865000/1865000
96.32/95.69	c cleaning 10005 clauses out of 20019 with flag 1875000/1875000
96.92/96.21	c cleaning 9999 clauses out of 20015 with flag 1885001/1885001
97.32/96.71	c cleaning 10002 clauses out of 20015 with flag 1895000/1895000
97.92/97.21	c cleaning 10004 clauses out of 20013 with flag 1905000/1905000
98.42/97.72	c cleaning 9994 clauses out of 20009 with flag 1915000/1915000
98.92/98.23	c cleaning 10005 clauses out of 20015 with flag 1925000/1925000
99.43/98.74	c cleaning 9993 clauses out of 20011 with flag 1935001/1935001
99.93/99.29	c cleaning 10006 clauses out of 20019 with flag 1945002/1945002
100.43/99.79	c cleaning 9999 clauses out of 20011 with flag 1955000/1955000
100.93/100.29	c cleaning 9997 clauses out of 20012 with flag 1965000/1965000
101.53/100.80	c cleaning 10000 clauses out of 20016 with flag 1975001/1975001
102.03/101.31	c cleaning 10002 clauses out of 20016 with flag 1985001/1985001
102.53/101.82	c cleaning 10000 clauses out of 20014 with flag 1995001/1995001
102.94/102.27	c cleaning 10000 clauses out of 20014 with flag 2005001/2005001
103.43/102.76	c cleaning 10005 clauses out of 20013 with flag 2015000/2015000
103.93/103.21	c cleaning 9995 clauses out of 20008 with flag 2025000/2025000
104.33/103.66	c cleaning 10002 clauses out of 20013 with flag 2035000/2035000
104.84/104.15	c cleaning 9999 clauses out of 20012 with flag 2045001/2045001
105.34/104.67	c cleaning 10002 clauses out of 20014 with flag 2055002/2055002
105.94/105.21	c cleaning 10004 clauses out of 20011 with flag 2065001/2065001
106.44/105.75	c cleaning 9991 clauses out of 20007 with flag 2075001/2075001
106.94/106.26	c cleaning 9994 clauses out of 20015 with flag 2085000/2085000
107.45/106.79	c cleaning 10004 clauses out of 20022 with flag 2095001/2095001
107.94/107.26	c cleaning 10005 clauses out of 20019 with flag 2105002/2105002
108.44/107.78	c cleaning 10002 clauses out of 20013 with flag 2115001/2115001
108.94/108.25	c cleaning 9998 clauses out of 20012 with flag 2125002/2125002
109.44/108.72	c cleaning 10005 clauses out of 20012 with flag 2135000/2135000
109.84/109.19	c cleaning 9994 clauses out of 20007 with flag 2145000/2145000
110.44/109.70	c cleaning 10000 clauses out of 20014 with flag 2155001/2155001
110.84/110.17	c cleaning 10000 clauses out of 20013 with flag 2165000/2165000
111.34/110.64	c cleaning 10003 clauses out of 20013 with flag 2175000/2175000
111.85/111.12	c cleaning 9997 clauses out of 20010 with flag 2185000/2185000
112.34/111.63	c cleaning 9998 clauses out of 20013 with flag 2195000/2195000
112.84/112.19	c cleaning 9999 clauses out of 20015 with flag 2205000/2205000
113.34/112.67	c cleaning 10003 clauses out of 20016 with flag 2215000/2215000
113.84/113.16	c cleaning 10001 clauses out of 20013 with flag 2225000/2225000
114.34/113.64	c cleaning 10001 clauses out of 20012 with flag 2235000/2235000
114.84/114.14	c cleaning 10001 clauses out of 20011 with flag 2245000/2245000
115.34/114.64	c cleaning 9995 clauses out of 20010 with flag 2255000/2255000
115.84/115.16	c cleaning 10000 clauses out of 20019 with flag 2265004/2265004
116.35/115.66	c cleaning 10004 clauses out of 20018 with flag 2275003/2275003
116.85/116.15	c cleaning 9998 clauses out of 20011 with flag 2285000/2285000
117.36/116.66	c cleaning 9993 clauses out of 20013 with flag 2295000/2295000
117.85/117.19	c cleaning 10003 clauses out of 20021 with flag 2305001/2305001
118.35/117.69	c cleaning 10005 clauses out of 20018 with flag 2315001/2315001
118.95/118.20	c cleaning 9999 clauses out of 20012 with flag 2325000/2325000
119.35/118.69	c cleaning 10001 clauses out of 20013 with flag 2335000/2335000
119.85/119.20	c cleaning 10005 clauses out of 20015 with flag 2345003/2345003
120.45/119.73	c cleaning 9997 clauses out of 20007 with flag 2355000/2355000
120.95/120.29	c cleaning 9998 clauses out of 20010 with flag 2365000/2365000
121.55/120.80	c cleaning 10003 clauses out of 20014 with flag 2375002/2375002
122.05/121.30	c cleaning 10003 clauses out of 20011 with flag 2385002/2385002
122.55/121.83	c cleaning 9998 clauses out of 20008 with flag 2395002/2395002
123.05/122.31	c cleaning 9996 clauses out of 20008 with flag 2405000/2405000
123.46/122.80	c cleaning 10001 clauses out of 20012 with flag 2415000/2415000
123.97/123.28	c cleaning 9991 clauses out of 20012 with flag 2425001/2425001
124.56/123.80	c cleaning 10009 clauses out of 20022 with flag 2435002/2435002
125.07/124.33	c cleaning 10003 clauses out of 20013 with flag 2445002/2445002
125.56/124.82	c cleaning 10001 clauses out of 20009 with flag 2455001/2455001
126.07/125.35	c cleaning 9999 clauses out of 20008 with flag 2465001/2465001
126.56/125.86	c cleaning 9989 clauses out of 20008 with flag 2475000/2475000
127.07/126.34	c cleaning 10006 clauses out of 20020 with flag 2485001/2485001
127.57/126.89	c cleaning 10002 clauses out of 20015 with flag 2495002/2495002
128.52/127.39	c cleaning 9996 clauses out of 20013 with flag 2505002/2505002
129.12/127.92	c cleaning 10003 clauses out of 20015 with flag 2515000/2515000
129.72/128.50	c cleaning 9995 clauses out of 20012 with flag 2525000/2525000
130.22/129.02	c cleaning 10003 clauses out of 20017 with flag 2535000/2535000
130.72/129.53	c cleaning 10002 clauses out of 20016 with flag 2545002/2545002
131.22/130.03	c cleaning 10003 clauses out of 20014 with flag 2555002/2555002
131.64/130.50	c cleaning 9998 clauses out of 20008 with flag 2565000/2565000
132.16/130.99	c cleaning 10005 clauses out of 20013 with flag 2575003/2575003
132.36/131.10	c starts		: 230
132.36/131.10	c conflicts		: 2577526
132.36/131.10	c decisions		: 3862242
132.36/131.10	c propagations		: 129662257
132.36/131.10	c inspects		: 1303186573
132.36/131.10	c shortcuts		: 0
132.36/131.10	c learnt literals	: 7
132.36/131.10	c learnt binary clauses	: 21
132.36/131.10	c learnt ternary clauses	: 549
132.36/131.10	c learnt constraints	: 2577518
132.36/131.10	c ignored constraints	: 0
132.36/131.10	c root simplifications	: 0
132.36/131.10	c removed literals (reason simplification)	: 11838655
132.36/131.10	c reason swapping (by a shorter reason)	: 0
132.36/131.10	c Calls to reduceDB	: 259
132.36/131.10	c number of reductions to clauses (during analyze)	: 0
132.36/131.10	c number of learned constraints concerned by reduction	: 0
132.36/131.10	c number of learning phase by resolution	: 0
132.36/131.10	c number of learning phase by cutting planes	: 0
132.36/131.10	c speed (assignments/second)	: 991218.2996842773
132.36/131.10	c non guided choices	161
132.36/131.11	c learnt constraints type 
132.36/131.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
132.36/131.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12503
132.36/131.11	c constraints type 
132.36/131.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
132.36/131.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
132.36/131.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
132.36/131.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
132.36/131.11	s UNSATISFIABLE
132.36/131.11	c Total wall clock time (in seconds): 131.002

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-3459232-1307135050/watcher-3459232-1307135050 -o /tmp/evaluation-result-3459232-1307135050/solver-3459232-1307135050 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459232-1307135050.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.05 2.06 2.54 3/404 2197
/proc/meminfo: memFree=23682444/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=248 CPUtime=0 cores=1,3,5,7
/proc/2197/stat : 2197 (java) R 2195 2197 31984 0 -1 4194304 239 0 0 0 0 0 0 0 25 0 1 0 825107804 253952 3 33554432000 0 0 140733320750664 18446744073709551615 218370778103 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2197/statm: 62 15 10 9 0 21 0
[pid=2197/tid=2198] ppid=2195 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 2708 0 1 0 0 0 0 0 25 0 2 0 825107804 13850947584 3524 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.043057 s]
/proc/loadavg: 2.05 2.06 2.54 3/404 2197
/proc/meminfo: memFree=23682444/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 13634 0 1 0 2 1 0 0 25 0 13 0 825107804 13874667520 13330 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3387370 13331 1653 9 0 3378118 0
[pid=2197/tid=2198] ppid=2195 vsize=13549480 CPUtime=0.02 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 12488 0 1 0 1 1 0 0 25 0 13 0 825107804 13874667520 13332 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46986273228121 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) 13549480

[startup+0.101049 s]
/proc/loadavg: 2.05 2.06 2.54 3/404 2197
/proc/meminfo: memFree=23682444/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13621588 CPUtime=0.1 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 15510 0 1 0 9 1 0 0 25 0 18 0 825107804 13948506112 15206 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3405397 15206 2093 9 0 3396131 0
[pid=2197/tid=2198] ppid=2195 vsize=13621588 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 13596 0 1 0 7 1 0 0 18 0 18 0 825107804 13948506112 15206 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46986273335527 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) 13621588

[startup+0.312538 s]
/proc/loadavg: 2.05 2.06 2.54 3/404 2197
/proc/meminfo: memFree=23682444/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13624708 CPUtime=0.51 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 18658 0 1 0 49 2 0 0 25 0 19 0 825107804 13951700992 17803 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406177 17803 2210 9 0 3396911 0
[pid=2197/tid=2198] ppid=2195 vsize=13624708 CPUtime=0.3 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15453 0 1 0 28 2 0 0 19 0 19 0 825107804 13951700992 17803 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505586802 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13624708

[startup+0.700941 s]
/proc/loadavg: 2.05 2.06 2.54 3/404 2197
/proc/meminfo: memFree=23682444/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625860 CPUtime=1.19 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 21240 0 1 0 117 2 0 0 25 0 19 0 825107804 13952880640 19404 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406465 19404 2252 9 0 3397199 0
[pid=2197/tid=2198] ppid=2195 vsize=13625860 CPUtime=0.67 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15739 0 1 0 65 2 0 0 19 0 19 0 825107804 13952880640 19404 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505646517 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13625860

[startup+1.5008 s]
/proc/loadavg: 2.05 2.06 2.54 3/423 2216
/proc/meminfo: memFree=23611740/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625860 CPUtime=2.03 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 21734 0 1 0 201 2 0 0 25 0 19 0 825107804 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406465 19895 2252 9 0 3397199 0
[pid=2197/tid=2198] ppid=2195 vsize=13625860 CPUtime=1.44 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15742 0 1 0 142 2 0 0 18 0 19 0 825107804 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505632115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 825107806 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625860 CPUtime=0.03 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 461 0 0 0 3 0 0 0 16 0 19 0 825107807 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625860 CPUtime=0.24 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 1898 0 0 0 24 0 0 0 17 0 19 0 825107810 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625860 CPUtime=0.29 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 1943 0 0 0 29 0 0 0 15 0 19 0 825107810 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825107810 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=13625860 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825107834 13952880640 19895 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13625860

[startup+3.10151 s]
/proc/loadavg: 2.05 2.06 2.54 3/423 2216
/proc/meminfo: memFree=23609384/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625508 CPUtime=3.66 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 22166 0 1 0 364 2 0 0 25 0 19 0 825107804 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406377 20160 2252 9 0 3397111 0
[pid=2197/tid=2198] ppid=2195 vsize=13625508 CPUtime=2.99 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15745 0 1 0 297 2 0 0 20 0 19 0 825107804 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505631990 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 106 0 0 0 0 0 0 0 16 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625508 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 622 0 0 0 8 0 0 0 16 0 19 0 825107807 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625508 CPUtime=0.24 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 1898 0 0 0 24 0 0 0 15 0 19 0 825107810 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625508 CPUtime=0.31 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 2066 0 0 0 31 0 0 0 15 0 19 0 825107810 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825107810 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825107834 13952520192 20160 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 13625508

[startup+6.30095 s]
/proc/loadavg: 2.04 2.06 2.54 3/423 2216
/proc/meminfo: memFree=23608244/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625508 CPUtime=6.87 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 22307 0 1 0 685 2 0 0 25 0 19 0 825107804 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406377 20122 2252 9 0 3397111 0
[pid=2197/tid=2198] ppid=2195 vsize=13625508 CPUtime=6.09 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15752 0 1 0 607 2 0 0 25 0 19 0 825107804 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505646517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 825107806 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625508 CPUtime=0.17 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 745 0 0 0 17 0 0 0 16 0 19 0 825107807 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625508 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625508 CPUtime=0.24 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 1898 0 0 0 24 0 0 0 15 0 19 0 825107810 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625508 CPUtime=0.32 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 2066 0 0 0 32 0 0 0 15 0 19 0 825107810 13952520192 20122 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0

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

/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 68 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 102 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 167 0 0 0 7 0 0 0 16 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 110 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 28 0 0 0 7 0 0 0 16 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625412 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 155 0 0 0 8 0 0 0 15 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 86 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625412 CPUtime=3.97 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 1269 0 0 0 395 2 0 0 15 0 19 0 825107807 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625412 CPUtime=0.69 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 10656 0 0 0 68 1 0 0 16 0 19 0 825107810 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625412 CPUtime=0.38 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 2201 0 0 0 38 0 0 0 15 0 19 0 825107810 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 31984 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825107810 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825107834 13952421888 25308 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 130.72
Current children cumulated vsize (KiB) 13625412

[startup+130.301 s]
/proc/loadavg: 2.20 2.10 2.48 3/423 2219
/proc/meminfo: memFree=23586576/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625412 CPUtime=131.54 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 32029 0 1 0 13146 8 0 0 25 0 19 0 825107804 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406353 23250 2255 9 0 3397087 0
[pid=2197/tid=2198] ppid=2195 vsize=13625412 CPUtime=125.81 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15997 0 1 0 12579 2 0 0 25 0 19 0 825107804 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505694972 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 68 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 102 0 0 0 6 0 0 0 16 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 167 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 110 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 28 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625412 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 155 0 0 0 8 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 86 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625412 CPUtime=4 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 1269 0 0 0 398 2 0 0 15 0 19 0 825107807 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625412 CPUtime=0.7 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 10656 0 0 0 69 1 0 0 15 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625412 CPUtime=0.39 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 2201 0 0 0 39 0 0 0 15 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 31984 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825107834 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 131.54
Current children cumulated vsize (KiB) 13625412

[startup+130.701 s]
/proc/loadavg: 2.20 2.10 2.48 3/423 2219
/proc/meminfo: memFree=23586576/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625412 CPUtime=131.94 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 32030 0 1 0 13186 8 0 0 25 0 19 0 825107804 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406353 23250 2255 9 0 3397087 0
[pid=2197/tid=2198] ppid=2195 vsize=13625412 CPUtime=126.19 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15998 0 1 0 12617 2 0 0 25 0 19 0 825107804 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505366496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 68 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 102 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 167 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 110 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 28 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625412 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 155 0 0 0 8 0 0 0 16 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 86 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625412 CPUtime=4.02 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 1269 0 0 0 400 2 0 0 16 0 19 0 825107807 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625412 CPUtime=0.7 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 10656 0 0 0 69 1 0 0 16 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625412 CPUtime=0.39 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 2201 0 0 0 39 0 0 0 15 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 31984 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825107810 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825107834 13952421888 23250 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 131.94
Current children cumulated vsize (KiB) 13625412

[startup+131.101 s]
/proc/loadavg: 2.20 2.10 2.48 3/423 2219
/proc/meminfo: memFree=23594760/32951124 swapFree=49244120/67111528
[pid=2197] ppid=2195 vsize=13625412 CPUtime=132.36 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 31984 0 -1 4202496 32037 0 1 0 13228 8 0 0 25 0 19 0 825107804 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2197/statm: 3406353 23256 2255 9 0 3397087 0
[pid=2197/tid=2198] ppid=2195 vsize=13625412 CPUtime=126.58 cores=1,3,5,7
/proc/2197/task/2198/stat : 2198 (java) R 2195 2197 31984 0 -1 4202560 15999 0 1 0 12656 2 0 0 25 0 19 0 825107804 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 46912505631744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 31984 0 -1 4202560 68 0 0 0 6 0 0 0 15 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 31984 0 -1 4202560 102 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 31984 0 -1 4202560 31 0 0 0 7 0 0 0 16 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 31984 0 -1 4202560 167 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 31984 0 -1 4202560 110 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=13625412 CPUtime=0.07 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 31984 0 -1 4202560 28 0 0 0 7 0 0 0 15 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=13625412 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 31984 0 -1 4202560 155 0 0 0 8 0 0 0 15 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=13625412 CPUtime=0.06 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 31984 0 -1 4202560 86 0 0 0 6 0 0 0 16 0 19 0 825107806 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=13625412 CPUtime=4.03 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 31984 0 -1 4202560 1275 0 0 0 401 2 0 0 16 0 19 0 825107807 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 0 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 31984 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 31984 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 825107808 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382780849 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=13625412 CPUtime=0.72 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 31984 0 -1 4202560 10656 0 0 0 71 1 0 0 15 0 19 0 825107810 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=13625412 CPUtime=0.39 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 31984 0 -1 4202560 2201 0 0 0 39 0 0 0 15 0 19 0 825107810 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825107810 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773145 0 4 0 16800975 18446604455597978048 0 0 -1 1 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 31984 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825107810 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 3 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=13625412 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825107834 13952421888 23256 33554432000 1073741824 1073778376 140733320748240 18446744073709551615 218382773760 0 4 0 16800975 18446604455597978048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 132.36
Current children cumulated vsize (KiB) 13625412

Child status: 20
Real time (s): 131.122
CPU time (s): 132.393
CPU user time (s): 132.3
CPU system time (s): 0.092985
CPU usage (%): 100.969
Max. virtual memory (cumulated for all children) (KiB): 13626476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.3
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32064
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= 9653
involuntary context switches= 5581

runsolver used 0.508922 second user time and 1.17882 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 23:04:10
IDJOB=3459232
IDBENCH=1309
IDSOLVER=1952
FILE ID=node101/3459232-1307135050
RUNJOBID= node101-1307133981-627
PBS_JOBID= 13508815
Free space on /tmp= 73952 MiB

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

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

MD5SUM BENCH= 4a96a2353b6045ef15a9bfabac06d14b
RANDOM SEED=479632931

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      23682600 kB
Buffers:        254680 kB
Cached:         502216 kB
SwapCached:      27120 kB
Active:        8550692 kB
Inactive:       439892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23682600 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            2100 kB
Writeback:           0 kB
AnonPages:     8228724 kB
Mapped:          26168 kB
Slab:           135896 kB
PageTables:      74552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92023564 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= 73952 MiB
End job on node101 at 2011-06-03 23:06:22