Trace number 3454848

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 Res//CP 2.3.0UNSAT 304.746 163.043

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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3454848-1307187273.opb
0.10/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.206s.
0.47/0.32	c #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.94/0.82	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.14/1.12	c cleaning 4249 clauses out of 8506 with flag 11003/11003
3.74/1.49	c cleaning 5623 clauses out of 11255 with flag 18001/18001
4.86/1.94	c cleaning 6812 clauses out of 13631 with flag 26000/26000
5.87/2.47	c cleaning 7900 clauses out of 15819 with flag 35000/35000
7.05/3.04	c cleaning 8952 clauses out of 17920 with flag 45001/45001
8.22/3.61	c cleaning 9478 clauses out of 18967 with flag 55000/55000
9.20/4.19	c cleaning 9740 clauses out of 19489 with flag 65000/65000
10.37/4.71	c cleaning 9869 clauses out of 19750 with flag 75001/75001
11.34/5.26	c cleaning 9935 clauses out of 19881 with flag 85001/85001
12.51/5.81	c cleaning 9969 clauses out of 19948 with flag 95003/95003
13.47/6.37	c cleaning 9981 clauses out of 19977 with flag 105001/105001
14.63/6.98	c cleaning 9993 clauses out of 19995 with flag 115000/115000
15.79/7.54	c cleaning 9995 clauses out of 20002 with flag 125000/125000
16.96/8.12	c cleaning 10001 clauses out of 20009 with flag 135002/135002
17.92/8.65	c cleaning 9999 clauses out of 20006 with flag 145000/145000
19.07/9.22	c cleaning 9999 clauses out of 20008 with flag 155001/155001
20.03/9.77	c cleaning 9999 clauses out of 20008 with flag 165000/165000
21.19/10.32	c cleaning 10000 clauses out of 20009 with flag 175000/175000
22.15/10.89	c cleaning 9999 clauses out of 20009 with flag 185000/185000
23.29/11.43	c cleaning 9996 clauses out of 20011 with flag 195001/195001
24.25/11.93	c cleaning 9999 clauses out of 20014 with flag 205000/205000
25.20/12.45	c cleaning 9998 clauses out of 20015 with flag 215000/215000
26.16/12.97	c cleaning 9997 clauses out of 20018 with flag 225001/225001
27.29/13.51	c cleaning 10009 clauses out of 20022 with flag 235002/235002
28.24/14.06	c cleaning 10001 clauses out of 20012 with flag 245001/245001
29.40/14.63	c cleaning 10003 clauses out of 20011 with flag 255001/255001
30.37/15.19	c cleaning 10001 clauses out of 20008 with flag 265001/265001
31.50/15.73	c cleaning 10001 clauses out of 20008 with flag 275002/275002
32.65/16.31	c cleaning 9993 clauses out of 20005 with flag 285000/285000
33.60/16.87	c cleaning 10002 clauses out of 20012 with flag 295000/295000
34.75/17.43	c cleaning 9999 clauses out of 20010 with flag 305000/305000
35.68/17.99	c cleaning 9999 clauses out of 20012 with flag 315001/315001
36.83/18.59	c cleaning 10003 clauses out of 20014 with flag 325002/325002
37.97/19.15	c cleaning 9999 clauses out of 20009 with flag 335000/335000
38.92/19.71	c cleaning 10002 clauses out of 20010 with flag 345000/345000
40.25/20.34	c cleaning 9997 clauses out of 20008 with flag 355000/355000
41.43/20.92	c cleaning 9999 clauses out of 20012 with flag 365001/365001
42.34/21.46	c cleaning 10001 clauses out of 20013 with flag 375001/375001
43.30/22.00	c cleaning 10002 clauses out of 20011 with flag 385000/385000
44.41/22.57	c cleaning 9999 clauses out of 20009 with flag 395000/395000
45.60/23.16	c cleaning 9996 clauses out of 20010 with flag 405000/405000
46.71/23.75	c cleaning 9999 clauses out of 20014 with flag 415000/415000
47.85/24.31	c cleaning 9999 clauses out of 20017 with flag 425002/425002
48.97/24.90	c cleaning 10002 clauses out of 20016 with flag 435000/435000
50.11/25.50	c cleaning 10001 clauses out of 20014 with flag 445000/445000
51.26/26.10	c cleaning 10004 clauses out of 20015 with flag 455002/455002
52.20/26.69	c cleaning 10000 clauses out of 20009 with flag 465000/465000
53.52/27.30	c cleaning 9999 clauses out of 20009 with flag 475000/475000
54.46/27.88	c cleaning 10000 clauses out of 20012 with flag 485002/485002
55.60/28.43	c cleaning 9998 clauses out of 20010 with flag 495000/495000
56.54/28.98	c cleaning 10001 clauses out of 20015 with flag 505003/505003
57.65/29.61	c cleaning 9998 clauses out of 20011 with flag 515000/515000
59.00/30.21	c cleaning 9995 clauses out of 20014 with flag 525001/525001
59.96/30.78	c cleaning 10005 clauses out of 20018 with flag 535000/535000
61.11/31.35	c cleaning 10004 clauses out of 20016 with flag 545003/545003
62.26/31.96	c cleaning 9996 clauses out of 20010 with flag 555001/555001
63.36/32.57	c cleaning 10002 clauses out of 20013 with flag 565000/565000
64.50/33.15	c cleaning 10000 clauses out of 20012 with flag 575001/575001
65.64/33.75	c cleaning 9998 clauses out of 20013 with flag 585002/585002
66.75/34.37	c cleaning 10004 clauses out of 20015 with flag 595002/595002
67.88/34.93	c cleaning 10000 clauses out of 20010 with flag 605001/605001
69.02/35.52	c cleaning 9998 clauses out of 20010 with flag 615001/615001
70.16/36.11	c cleaning 10001 clauses out of 20012 with flag 625001/625001
71.27/36.73	c cleaning 9998 clauses out of 20012 with flag 635002/635002
72.21/37.30	c cleaning 9999 clauses out of 20012 with flag 645000/645000
73.56/37.94	c cleaning 10000 clauses out of 20013 with flag 655000/655000
74.73/38.56	c cleaning 10003 clauses out of 20015 with flag 665002/665002
75.80/39.18	c cleaning 10003 clauses out of 20010 with flag 675000/675000
77.13/39.82	c cleaning 9996 clauses out of 20008 with flag 685001/685001
78.26/40.45	c cleaning 9997 clauses out of 20011 with flag 695000/695000
79.39/41.02	c cleaning 9998 clauses out of 20014 with flag 705000/705000
80.50/41.65	c cleaning 9999 clauses out of 20018 with flag 715002/715002
81.63/42.23	c cleaning 10002 clauses out of 20018 with flag 725001/725001
82.79/42.84	c cleaning 10004 clauses out of 20015 with flag 735000/735000
83.90/43.46	c cleaning 10000 clauses out of 20012 with flag 745001/745001
85.20/44.10	c cleaning 10000 clauses out of 20011 with flag 755000/755000
86.33/44.71	c cleaning 10001 clauses out of 20012 with flag 765001/765001
87.26/45.22	c cleaning 0 clauses out of 5001 with flag 0/5001
87.78/45.47	c cleaning 9997 clauses out of 20011 with flag 775001/775001
89.25/46.17	c cleaning 9997 clauses out of 20014 with flag 785001/785001
90.50/46.77	c cleaning 10002 clauses out of 20019 with flag 795003/795003
91.67/47.37	c cleaning 9999 clauses out of 20014 with flag 805000/805000
92.77/47.98	c cleaning 10001 clauses out of 20015 with flag 815000/815000
94.06/48.61	c cleaning 10003 clauses out of 20014 with flag 825000/825000
95.19/49.24	c cleaning 10000 clauses out of 20012 with flag 835001/835001
96.32/49.83	c cleaning 9999 clauses out of 20011 with flag 845000/845000
97.45/50.42	c cleaning 10000 clauses out of 20014 with flag 855002/855002
98.55/51.05	c cleaning 10001 clauses out of 20012 with flag 865000/865000
99.69/51.65	c cleaning 9999 clauses out of 20011 with flag 875000/875000
101.00/52.31	c cleaning 10003 clauses out of 20013 with flag 885001/885001
102.14/52.94	c cleaning 10000 clauses out of 20009 with flag 895000/895000
103.43/53.62	c cleaning 9997 clauses out of 20009 with flag 905000/905000
104.56/54.20	c cleaning 10001 clauses out of 20013 with flag 915001/915001
105.69/54.82	c cleaning 9997 clauses out of 20012 with flag 925001/925001
106.81/55.43	c cleaning 10003 clauses out of 20016 with flag 935002/935002
107.94/56.08	c cleaning 9999 clauses out of 20011 with flag 945000/945000
109.04/56.66	c cleaning 9996 clauses out of 20012 with flag 955000/955000
110.20/57.28	c cleaning 10001 clauses out of 20016 with flag 965000/965000
111.49/57.94	c cleaning 10002 clauses out of 20017 with flag 975002/975002
112.78/58.61	c cleaning 10002 clauses out of 20014 with flag 985001/985001
113.90/59.21	c cleaning 9994 clauses out of 20011 with flag 995000/995000
115.03/59.83	c cleaning 10002 clauses out of 20020 with flag 1005003/1005003
116.17/60.42	c cleaning 9993 clauses out of 20015 with flag 1015000/1015000
117.23/61.06	c cleaning 10003 clauses out of 20023 with flag 1025001/1025001
118.39/61.64	c cleaning 10002 clauses out of 20020 with flag 1035001/1035001
119.48/62.21	c cleaning 10004 clauses out of 20017 with flag 1045000/1045000
120.60/62.84	c cleaning 10003 clauses out of 20015 with flag 1055002/1055002
121.69/63.48	c cleaning 9996 clauses out of 20010 with flag 1065000/1065000
123.01/64.11	c cleaning 10004 clauses out of 20015 with flag 1075001/1075001
124.13/64.74	c cleaning 9996 clauses out of 20011 with flag 1085001/1085001
125.45/65.41	c cleaning 9997 clauses out of 20014 with flag 1095000/1095000
126.57/66.08	c cleaning 10006 clauses out of 20020 with flag 1105003/1105003
127.85/66.71	c cleaning 9999 clauses out of 20013 with flag 1115002/1115002
128.97/67.37	c cleaning 10001 clauses out of 20012 with flag 1125000/1125000
130.29/68.02	c cleaning 9999 clauses out of 20012 with flag 1135001/1135001
131.58/68.76	c cleaning 10001 clauses out of 20012 with flag 1145000/1145000
133.09/69.50	c cleaning 9996 clauses out of 20012 with flag 1155001/1155001
134.22/70.16	c cleaning 10005 clauses out of 20017 with flag 1165002/1165002
135.53/70.83	c cleaning 10000 clauses out of 20010 with flag 1175000/1175000
136.85/71.57	c cleaning 9998 clauses out of 20012 with flag 1185002/1185002
138.13/72.20	c cleaning 9997 clauses out of 20014 with flag 1195002/1195002
139.25/72.82	c cleaning 10004 clauses out of 20016 with flag 1205001/1205001
140.37/73.45	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
141.45/74.08	c cleaning 10002 clauses out of 20013 with flag 1225003/1225003
142.79/74.74	c cleaning 9993 clauses out of 20011 with flag 1235003/1235003
143.89/75.40	c cleaning 10004 clauses out of 20017 with flag 1245002/1245002
145.20/76.04	c cleaning 9999 clauses out of 20012 with flag 1255001/1255001
146.28/76.70	c cleaning 9999 clauses out of 20012 with flag 1265000/1265000
147.60/77.30	c cleaning 10005 clauses out of 20015 with flag 1275002/1275002
148.71/77.95	c cleaning 9992 clauses out of 20008 with flag 1285000/1285000
149.83/78.57	c cleaning 10002 clauses out of 20017 with flag 1295001/1295001
151.14/79.27	c cleaning 10002 clauses out of 20016 with flag 1305002/1305002
152.22/79.89	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
153.54/80.51	c cleaning 10005 clauses out of 20015 with flag 1325002/1325002
154.66/81.18	c cleaning 9999 clauses out of 20009 with flag 1335001/1335001
155.93/81.84	c cleaning 9999 clauses out of 20009 with flag 1345000/1345000
157.07/82.47	c cleaning 9998 clauses out of 20010 with flag 1355000/1355000
158.36/83.14	c cleaning 10002 clauses out of 20014 with flag 1365002/1365002
159.48/83.80	c cleaning 10001 clauses out of 20010 with flag 1375000/1375000
160.76/84.46	c cleaning 10000 clauses out of 20012 with flag 1385003/1385003
161.87/85.09	c cleaning 10002 clauses out of 20011 with flag 1395002/1395002
163.20/85.74	c cleaning 9998 clauses out of 20007 with flag 1405000/1405000
164.30/86.35	c cleaning 9999 clauses out of 20009 with flag 1415000/1415000
165.57/87.01	c cleaning 10003 clauses out of 20010 with flag 1425000/1425000
166.68/87.65	c cleaning 9999 clauses out of 20009 with flag 1435002/1435002
167.79/88.28	c cleaning 9998 clauses out of 20008 with flag 1445000/1445000
168.91/88.89	c cleaning 9997 clauses out of 20010 with flag 1455000/1455000
170.18/89.55	c cleaning 9999 clauses out of 20014 with flag 1465001/1465001
171.31/90.19	c cleaning 10006 clauses out of 20019 with flag 1475005/1475005
172.60/90.86	c cleaning 10001 clauses out of 20010 with flag 1485002/1485002
173.71/91.47	c cleaning 10000 clauses out of 20008 with flag 1495001/1495001
174.79/92.09	c cleaning 9998 clauses out of 20007 with flag 1505000/1505000
176.10/92.72	c cleaning 9998 clauses out of 20010 with flag 1515001/1515001
177.22/93.35	c cleaning 10000 clauses out of 20011 with flag 1525000/1525000
178.32/93.97	c cleaning 9998 clauses out of 20011 with flag 1535000/1535000
179.42/94.59	c cleaning 10002 clauses out of 20013 with flag 1545000/1545000
180.70/95.21	c cleaning 10001 clauses out of 20013 with flag 1555002/1555002
181.82/95.82	c cleaning 9993 clauses out of 20010 with flag 1565000/1565000
182.93/96.43	c cleaning 10002 clauses out of 20017 with flag 1575000/1575000
184.20/97.13	c cleaning 10002 clauses out of 20015 with flag 1585000/1585000
185.31/97.79	c cleaning 9999 clauses out of 20014 with flag 1595001/1595001
186.61/98.43	c cleaning 10001 clauses out of 20014 with flag 1605000/1605000
187.76/99.06	c cleaning 10004 clauses out of 20013 with flag 1615000/1615000
188.99/99.74	c cleaning 10001 clauses out of 20010 with flag 1625001/1625001
190.10/100.37	c cleaning 9998 clauses out of 20010 with flag 1635002/1635002
191.21/100.99	c cleaning 10000 clauses out of 20010 with flag 1645000/1645000
192.52/101.62	c cleaning 10001 clauses out of 20012 with flag 1655002/1655002
193.82/102.33	c cleaning 10002 clauses out of 20010 with flag 1665001/1665001
195.09/103.01	c cleaning 9992 clauses out of 20007 with flag 1675000/1675000
196.20/103.68	c cleaning 10004 clauses out of 20016 with flag 1685001/1685001
197.51/104.35	c cleaning 10002 clauses out of 20013 with flag 1695002/1695002
198.77/105.06	c cleaning 10001 clauses out of 20010 with flag 1705001/1705001
200.09/105.74	c cleaning 9998 clauses out of 20008 with flag 1715000/1715000
201.39/106.41	c cleaning 10002 clauses out of 20010 with flag 1725000/1725000
202.50/107.04	c cleaning 10002 clauses out of 20011 with flag 1735003/1735003
203.57/107.68	c cleaning 9999 clauses out of 20006 with flag 1745000/1745000
204.88/108.30	c cleaning 9997 clauses out of 20009 with flag 1755002/1755002
206.02/108.95	c cleaning 10000 clauses out of 20012 with flag 1765002/1765002
207.29/109.61	c cleaning 9995 clauses out of 20011 with flag 1775001/1775001
208.56/110.31	c cleaning 10004 clauses out of 20016 with flag 1785001/1785001
209.66/110.97	c cleaning 10001 clauses out of 20012 with flag 1795001/1795001
210.97/111.65	c cleaning 10000 clauses out of 20011 with flag 1805001/1805001
212.27/112.30	c cleaning 9998 clauses out of 20010 with flag 1815000/1815000
213.34/112.99	c cleaning 10000 clauses out of 20013 with flag 1825001/1825001
214.65/113.68	c cleaning 9998 clauses out of 20013 with flag 1835001/1835001
215.98/114.34	c cleaning 10003 clauses out of 20015 with flag 1845001/1845001
217.06/114.98	c cleaning 9999 clauses out of 20011 with flag 1855000/1855000
218.32/115.64	c cleaning 9993 clauses out of 20012 with flag 1865000/1865000
219.42/116.28	c cleaning 10005 clauses out of 20019 with flag 1875000/1875000
220.73/116.94	c cleaning 9999 clauses out of 20015 with flag 1885001/1885001
221.83/117.58	c cleaning 10002 clauses out of 20015 with flag 1895000/1895000
223.09/118.26	c cleaning 10004 clauses out of 20013 with flag 1905000/1905000
224.40/118.91	c cleaning 9994 clauses out of 20009 with flag 1915000/1915000
225.51/119.56	c cleaning 10005 clauses out of 20015 with flag 1925000/1925000
226.81/120.21	c cleaning 9993 clauses out of 20011 with flag 1935001/1935001
228.09/120.94	c cleaning 10006 clauses out of 20019 with flag 1945002/1945002
229.17/121.57	c cleaning 9999 clauses out of 20011 with flag 1955000/1955000
230.47/122.22	c cleaning 9997 clauses out of 20012 with flag 1965000/1965000
231.57/122.87	c cleaning 10000 clauses out of 20016 with flag 1975001/1975001
232.83/123.56	c cleaning 10002 clauses out of 20016 with flag 1985001/1985001
234.16/124.22	c cleaning 10000 clauses out of 20014 with flag 1995001/1995001
235.23/124.81	c cleaning 10000 clauses out of 20014 with flag 2005001/2005001
236.37/125.43	c cleaning 10005 clauses out of 20013 with flag 2015000/2015000
237.40/126.07	c cleaning 9995 clauses out of 20008 with flag 2025000/2025000
238.50/126.66	c cleaning 10002 clauses out of 20013 with flag 2035000/2035000
239.60/127.29	c cleaning 9999 clauses out of 20012 with flag 2045001/2045001
240.91/127.96	c cleaning 10002 clauses out of 20014 with flag 2055002/2055002
242.19/128.69	c cleaning 10004 clauses out of 20011 with flag 2065001/2065001
243.47/129.38	c cleaning 9991 clauses out of 20007 with flag 2075001/2075001
244.77/130.04	c cleaning 9994 clauses out of 20015 with flag 2085000/2085000
246.07/130.71	c cleaning 10004 clauses out of 20022 with flag 2095001/2095001
247.12/131.37	c cleaning 10005 clauses out of 20019 with flag 2105002/2105002
248.46/132.03	c cleaning 10002 clauses out of 20013 with flag 2115001/2115001
249.52/132.65	c cleaning 9998 clauses out of 20012 with flag 2125002/2125002
250.62/133.26	c cleaning 10005 clauses out of 20012 with flag 2135000/2135000
251.87/133.93	c cleaning 9994 clauses out of 20007 with flag 2145000/2145000
252.97/134.58	c cleaning 10000 clauses out of 20014 with flag 2155001/2155001
254.07/135.19	c cleaning 10000 clauses out of 20013 with flag 2165000/2165000
255.17/135.79	c cleaning 10003 clauses out of 20013 with flag 2175000/2175000
256.46/136.46	c cleaning 9997 clauses out of 20010 with flag 2185000/2185000
257.72/137.12	c cleaning 9998 clauses out of 20013 with flag 2195000/2195000
259.02/137.84	c cleaning 9999 clauses out of 20015 with flag 2205000/2205000
260.11/138.47	c cleaning 10003 clauses out of 20016 with flag 2215000/2215000
261.36/139.15	c cleaning 10001 clauses out of 20013 with flag 2225000/2225000
262.49/139.77	c cleaning 10001 clauses out of 20012 with flag 2235000/2235000
263.75/140.42	c cleaning 10001 clauses out of 20011 with flag 2245000/2245000
264.85/141.06	c cleaning 9995 clauses out of 20010 with flag 2255000/2255000
266.10/141.77	c cleaning 10000 clauses out of 20019 with flag 2265004/2265004
267.40/142.42	c cleaning 10004 clauses out of 20018 with flag 2275003/2275003
268.53/143.06	c cleaning 9998 clauses out of 20011 with flag 2285000/2285000
269.80/143.71	c cleaning 9993 clauses out of 20013 with flag 2295000/2295000
271.04/144.44	c cleaning 10003 clauses out of 20021 with flag 2305001/2305001
272.14/145.08	c cleaning 10005 clauses out of 20018 with flag 2315001/2315001
273.44/145.74	c cleaning 9999 clauses out of 20012 with flag 2325000/2325000
274.57/146.37	c cleaning 10001 clauses out of 20013 with flag 2335000/2335000
275.79/147.06	c cleaning 10005 clauses out of 20015 with flag 2345003/2345003
277.08/147.74	c cleaning 9997 clauses out of 20007 with flag 2355000/2355000
278.40/148.45	c cleaning 9998 clauses out of 20010 with flag 2365000/2365000
279.67/149.11	c cleaning 10003 clauses out of 20014 with flag 2375002/2375002
280.92/149.81	c cleaning 10003 clauses out of 20011 with flag 2385002/2385002
282.01/150.49	c cleaning 9998 clauses out of 20008 with flag 2395002/2395002
283.31/151.12	c cleaning 9996 clauses out of 20008 with flag 2405000/2405000
284.42/151.75	c cleaning 10001 clauses out of 20012 with flag 2415000/2415000
285.65/152.43	c cleaning 9991 clauses out of 20012 with flag 2425001/2425001
286.95/153.10	c cleaning 10009 clauses out of 20022 with flag 2435002/2435002
288.04/153.79	c cleaning 10003 clauses out of 20013 with flag 2445002/2445002
289.33/154.44	c cleaning 10001 clauses out of 20009 with flag 2455001/2455001
290.61/155.17	c cleaning 9999 clauses out of 20008 with flag 2465001/2465001
291.87/155.84	c cleaning 9989 clauses out of 20008 with flag 2475000/2475000
292.96/156.46	c cleaning 10006 clauses out of 20020 with flag 2485001/2485001
294.27/157.12	c cleaning 10002 clauses out of 20015 with flag 2495002/2495002
295.51/157.81	c cleaning 9996 clauses out of 20013 with flag 2505002/2505002
296.64/158.50	c cleaning 10003 clauses out of 20015 with flag 2515000/2515000
298.10/159.23	c cleaning 9995 clauses out of 20012 with flag 2525000/2525000
299.39/159.91	c cleaning 10003 clauses out of 20017 with flag 2535000/2535000
300.67/160.62	c cleaning 10002 clauses out of 20016 with flag 2545002/2545002
301.74/161.27	c cleaning 10003 clauses out of 20014 with flag 2555002/2555002
302.84/161.88	c cleaning 9998 clauses out of 20008 with flag 2565000/2565000
304.14/162.53	c cleaning 10005 clauses out of 20013 with flag 2575003/2575003
304.40/162.81	c  And the winner is Resolution
304.70/163.01	c starts		: 230
304.70/163.01	c conflicts		: 2577526
304.70/163.01	c decisions		: 3862242
304.70/163.01	c propagations		: 129662257
304.70/163.01	c inspects		: 1303186573
304.70/163.01	c shortcuts		: 0
304.70/163.01	c learnt literals	: 7
304.70/163.01	c learnt binary clauses	: 21
304.70/163.01	c learnt ternary clauses	: 549
304.70/163.01	c learnt constraints	: 2577518
304.70/163.01	c ignored constraints	: 0
304.70/163.01	c root simplifications	: 0
304.70/163.01	c removed literals (reason simplification)	: 11838655
304.70/163.01	c reason swapping (by a shorter reason)	: 0
304.70/163.01	c Calls to reduceDB	: 259
304.70/163.01	c number of reductions to clauses (during analyze)	: 0
304.70/163.01	c number of learned constraints concerned by reduction	: 0
304.70/163.01	c number of learning phase by resolution	: 0
304.70/163.01	c number of learning phase by cutting planes	: 0
304.70/163.01	c speed (assignments/second)	: 797009.3124177863
304.70/163.01	c non guided choices	161
304.70/163.01	c learnt constraints type 
304.70/163.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
304.70/163.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12503
304.70/163.01	c constraints type 
304.70/163.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
304.70/163.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
304.70/163.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
304.70/163.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
304.70/163.01	c constraints type 
304.70/163.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
304.70/163.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
304.70/163.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
304.70/163.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
304.70/163.01	s UNSATISFIABLE
304.70/163.01	c Total wall clock time (in seconds): 162.902

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-3454848-1307187273/watcher-3454848-1307187273 -o /tmp/evaluation-result-3454848-1307187273/solver-3454848-1307187273 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454848-1307187273.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: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 1613 0 1 0 0 0 0 0 20 0 2 0 908957941 10681323520 1316 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2607745 1328 906 9 0 2598901 0
[pid=25949/tid=25951] ppid=25946 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) R 25946 25949 22562 0 -1 4202560 5076 0 1 0 0 0 0 0 21 0 2 0 908957942 10694979584 5892 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0854209 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10473488 CPUtime=0.07 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 12284 0 1 0 5 2 0 0 20 0 18 0 908957941 10724851712 11982 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2618372 11982 1914 9 0 2609106 0
[pid=25949/tid=25951] ppid=25946 vsize=10473488 CPUtime=0.06 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) R 25946 25949 22562 0 -1 4202560 10900 0 1 0 5 1 0 0 18 0 18 0 908957942 10724851712 11982 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 47904799135763 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473488

[startup+0.100371 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10540404 CPUtime=0.1 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 13054 0 1 0 8 2 0 0 20 0 18 0 908957941 10793373696 12717 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2635101 12717 2093 9 0 2625835 0
[pid=25949/tid=25951] ppid=25946 vsize=10540404 CPUtime=0.09 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) R 25946 25949 22562 0 -1 4202560 11109 0 1 0 7 2 0 0 18 0 18 0 908957942 10793373696 12717 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 47904800549474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540404

[startup+0.300323 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10541344 CPUtime=0.47 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 15878 0 1 0 44 3 0 0 20 0 18 0 908957941 10794336256 15060 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2635336 15061 2199 9 0 2626070 0
[pid=25949/tid=25951] ppid=25946 vsize=10541344 CPUtime=0.28 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) R 25946 25949 22562 0 -1 4202560 12942 0 1 0 26 2 0 0 18 0 18 0 908957942 10794336256 15061 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505605715 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541344

[startup+0.700251 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10549956 CPUtime=1.61 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 26729 0 1 0 157 4 0 0 20 0 22 0 908957941 10803154944 23044 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2637489 23051 2228 9 0 2628223 0
[pid=25949/tid=25951] ppid=25946 vsize=10549956 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13420 0 1 0 28 2 0 0 19 0 22 0 908957942 10803154944 23054 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 10549956

[startup+1.5011 s]
/proc/loadavg: 1.07 1.04 1.26 10/526 25994
/proc/meminfo: memFree=24445220/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10558904 CPUtime=3.96 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 83935 0 1 0 384 12 0 0 20 0 22 0 908957941 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2639726 73493 2256 9 0 2630460 0
[pid=25949/tid=25951] ppid=25946 vsize=10558904 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13420 0 1 0 28 2 0 0 15 0 22 0 908957942 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25956] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25956/stat : 25956 (java) S 25946 25949 22562 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25958] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25958/stat : 25958 (java) S 25946 25949 22562 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25959] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25959/stat : 25959 (java) S 25946 25949 22562 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25961] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25961/stat : 25961 (java) S 25946 25949 22562 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25964] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25964/stat : 25964 (java) S 25946 25949 22562 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25966] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25966/stat : 25966 (java) S 25946 25949 22562 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25968] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25968/stat : 25968 (java) S 25946 25949 22562 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25970] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25970/stat : 25970 (java) S 25946 25949 22562 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 908957944 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25972] ppid=25946 vsize=10558904 CPUtime=0.03 cores=1,3,5,7
/proc/25949/task/25972/stat : 25972 (java) R 25946 25949 22562 0 -1 4202560 802 0 0 0 3 0 0 0 15 0 22 0 908957945 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 47904799592857 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=25949/tid=25974] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25974/stat : 25974 (java) S 25946 25949 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25976] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25976/stat : 25976 (java) S 25946 25949 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908957945 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25977] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25977/stat : 25977 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908957947 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917217713 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25979] ppid=25946 vsize=10558904 CPUtime=0.85 cores=1,3,5,7
/proc/25949/task/25979/stat : 25979 (java) S 25946 25949 22562 0 -1 4202560 12558 0 0 0 84 1 0 0 17 0 22 0 908957947 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25981] ppid=25946 vsize=10558904 CPUtime=0.7 cores=1,3,5,7
/proc/25949/task/25981/stat : 25981 (java) S 25946 25949 22562 0 -1 4202560 4652 0 0 0 70 0 0 0 16 0 22 0 908957948 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25983] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25983/stat : 25983 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908957948 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25985] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25985/stat : 25985 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25987] ppid=25946 vsize=10558904 CPUtime=1.13 cores=1,3,5,7
/proc/25949/task/25987/stat : 25987 (java) S 25946 25949 22562 0 -1 4202560 325 0 0 0 113 0 0 0 24 0 22 0 908957974 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25988] ppid=25946 vsize=10558904 CPUtime=0.88 cores=1,3,5,7
/proc/25949/task/25988/stat : 25988 (java) S 25946 25949 22562 0 -1 4202560 49880 0 0 0 82 6 0 0 18 0 22 0 908957974 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 3 0 0 0
[pid=25949/tid=25989] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25989/stat : 25989 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25990] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25990/stat : 25990 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10812317696 73493 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10558904

[startup+3.10081 s]
/proc/loadavg: 1.07 1.04 1.26 6/526 25994
/proc/meminfo: memFree=24121828/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10558904 CPUtime=7.22 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 119774 0 1 0 706 16 0 0 20 0 22 0 908957941 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2639726 109135 2257 9 0 2630460 0
[pid=25949/tid=25951] ppid=25946 vsize=10558904 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13420 0 1 0 28 2 0 0 15 0 22 0 908957942 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25956] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25956/stat : 25956 (java) S 25946 25949 22562 0 -1 4202560 192 0 0 0 0 0 0 0 16 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25958] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25958/stat : 25958 (java) S 25946 25949 22562 0 -1 4202560 206 0 0 0 0 0 0 0 16 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25959] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25959/stat : 25959 (java) S 25946 25949 22562 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25961] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25961/stat : 25961 (java) S 25946 25949 22562 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25964] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25964/stat : 25964 (java) S 25946 25949 22562 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25966] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25966/stat : 25966 (java) S 25946 25949 22562 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25968] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25968/stat : 25968 (java) S 25946 25949 22562 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25970] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25970/stat : 25970 (java) S 25946 25949 22562 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25972] ppid=25946 vsize=10558904 CPUtime=0.12 cores=1,3,5,7
/proc/25949/task/25972/stat : 25972 (java) S 25946 25949 22562 0 -1 4202560 2340 0 0 0 12 0 0 0 15 0 22 0 908957945 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 0 0 16800975 18446604466118967616 0 0 -1 3 0 0 0
[pid=25949/tid=25974] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25974/stat : 25974 (java) S 25946 25949 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25976] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25976/stat : 25976 (java) S 25946 25949 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908957945 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25977] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25977/stat : 25977 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908957947 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917217713 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25979] ppid=25946 vsize=10558904 CPUtime=0.9 cores=1,3,5,7
/proc/25949/task/25979/stat : 25979 (java) S 25946 25949 22562 0 -1 4202560 12757 0 0 0 89 1 0 0 15 0 22 0 908957947 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25981] ppid=25946 vsize=10558904 CPUtime=0.81 cores=1,3,5,7
/proc/25949/task/25981/stat : 25981 (java) S 25946 25949 22562 0 -1 4202560 4672 0 0 0 81 0 0 0 15 0 22 0 908957948 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25983] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25983/stat : 25983 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908957948 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25985] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25985/stat : 25985 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25987] ppid=25946 vsize=10558904 CPUtime=2.62 cores=1,3,5,7
/proc/25949/task/25987/stat : 25987 (java) R 25946 25949 22562 0 -1 4202560 327 0 0 0 262 0 0 0 25 0 22 0 908957974 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505638235 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25949/tid=25988] ppid=25946 vsize=10558904 CPUtime=2.37 cores=1,3,5,7
/proc/25949/task/25988/stat : 25988 (java) R 25946 25949 22562 0 -1 4202560 83696 0 0 0 227 10 0 0 19 0 22 0 908957974 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505843308 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25949/tid=25989] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25989/stat : 25989 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25990] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25990/stat : 25990 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10812317696 109135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10558904

[startup+6.30131 s]
/proc/loadavg: 1.31 1.09 1.27 6/526 25994
/proc/meminfo: memFree=23959444/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10558904 CPUtime=13.47 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 120790 0 1 0 1330 17 0 0 20 0 22 0 908957941 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2639726 110135 2257 9 0 2630460 0
[pid=25949/tid=25951] ppid=25946 vsize=10558904 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13421 0 1 0 28 2 0 0 15 0 22 0 908957942 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25956] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25956/stat : 25956 (java) S 25946 25949 22562 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25958] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25958/stat : 25958 (java) S 25946 25949 22562 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25959] ppid=25946 vsize=10558904 CPUtime=0.01 cores=1,3,5,7
/proc/25949/task/25959/stat : 25959 (java) S 25946 25949 22562 0 -1 4202560 243 0 0 0 1 0 0 0 16 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25961] ppid=25946 vsize=10558904 CPUtime=0.01 cores=1,3,5,7
/proc/25949/task/25961/stat : 25961 (java) S 25946 25949 22562 0 -1 4202560 284 0 0 0 1 0 0 0 16 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25964] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25964/stat : 25964 (java) S 25946 25949 22562 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25966] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25966/stat : 25966 (java) S 25946 25949 22562 0 -1 4202560 110 0 0 0 0 0 0 0 16 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25968] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25968/stat : 25968 (java) S 25946 25949 22562 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25970] ppid=25946 vsize=10558904 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25970/stat : 25970 (java) S 25946 25949 22562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 908957944 10812317696 110135 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0

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

/proc/25949/task/25972/stat : 25972 (java) S 25946 25949 22562 0 -1 4202560 14495 0 0 0 2354 3 0 0 16 0 22 0 908957945 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 0 0 16800975 18446604466118967616 0 0 -1 3 0 0 0
[pid=25949/tid=25974] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25974/stat : 25974 (java) S 25946 25949 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25976] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25976/stat : 25976 (java) S 25946 25949 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908957945 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25977] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25977/stat : 25977 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908957947 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917217713 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25979] ppid=25946 vsize=10560584 CPUtime=0.99 cores=1,3,5,7
/proc/25949/task/25979/stat : 25979 (java) S 25946 25949 22562 0 -1 4202560 12766 0 0 0 98 1 0 0 15 0 22 0 908957947 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25981] ppid=25946 vsize=10560584 CPUtime=1.36 cores=1,3,5,7
/proc/25949/task/25981/stat : 25981 (java) S 25946 25949 22562 0 -1 4202560 5747 0 0 0 136 0 0 0 15 0 22 0 908957948 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25983] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25983/stat : 25983 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908957948 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25985] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25985/stat : 25985 (java) S 25946 25949 22562 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 908957948 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25987] ppid=25946 vsize=10560584 CPUtime=137.41 cores=1,3,5,7
/proc/25949/task/25987/stat : 25987 (java) R 25946 25949 22562 0 -1 4202560 560 0 0 0 13740 1 0 0 25 0 22 0 908957974 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505835278 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25949/tid=25988] ppid=25946 vsize=10560584 CPUtime=137.14 cores=1,3,5,7
/proc/25949/task/25988/stat : 25988 (java) R 25946 25949 22562 0 -1 4202560 83710 0 0 0 13703 11 0 0 25 0 22 0 908957974 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505844833 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25949/tid=25989] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25989/stat : 25989 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25990] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25990/stat : 25990 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10814038016 122099 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 303.74
Current children cumulated vsize (KiB) 10560584

Solver just ended. Dumping a history of the last processes samples

[startup+162.702 s]
/proc/loadavg: 3.59 2.21 1.67 3/526 26047
/proc/meminfo: memFree=23814212/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10560584 CPUtime=304.4 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 133609 0 1 0 30416 24 0 0 20 0 22 0 908957941 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2640146 122102 2260 9 0 2630880 0
[pid=25949/tid=25951] ppid=25946 vsize=10560584 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13433 0 1 0 28 2 0 0 15 0 22 0 908957942 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25956] ppid=25946 vsize=10560584 CPUtime=0.4 cores=1,3,5,7
/proc/25949/task/25956/stat : 25956 (java) S 25946 25949 22562 0 -1 4202560 237 0 0 0 40 0 0 0 15 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25958] ppid=25946 vsize=10560584 CPUtime=0.36 cores=1,3,5,7
/proc/25949/task/25958/stat : 25958 (java) S 25946 25949 22562 0 -1 4202560 243 0 0 0 36 0 0 0 15 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25959] ppid=25946 vsize=10560584 CPUtime=0.39 cores=1,3,5,7
/proc/25949/task/25959/stat : 25959 (java) S 25946 25949 22562 0 -1 4202560 294 0 0 0 39 0 0 0 16 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25961] ppid=25946 vsize=10560584 CPUtime=0.32 cores=1,3,5,7
/proc/25949/task/25961/stat : 25961 (java) S 25946 25949 22562 0 -1 4202560 323 0 0 0 32 0 0 0 15 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25964] ppid=25946 vsize=10560584 CPUtime=0.32 cores=1,3,5,7
/proc/25949/task/25964/stat : 25964 (java) S 25946 25949 22562 0 -1 4202560 150 0 0 0 32 0 0 0 16 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25966] ppid=25946 vsize=10560584 CPUtime=0.35 cores=1,3,5,7
/proc/25949/task/25966/stat : 25966 (java) S 25946 25949 22562 0 -1 4202560 148 0 0 0 35 0 0 0 16 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25968] ppid=25946 vsize=10560584 CPUtime=0.36 cores=1,3,5,7
/proc/25949/task/25968/stat : 25968 (java) S 25946 25949 22562 0 -1 4202560 294 0 0 0 36 0 0 0 16 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25970] ppid=25946 vsize=10560584 CPUtime=0.33 cores=1,3,5,7
/proc/25949/task/25970/stat : 25970 (java) S 25946 25949 22562 0 -1 4202560 42 0 0 0 33 0 0 0 15 0 22 0 908957944 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25972] ppid=25946 vsize=10560584 CPUtime=23.74 cores=1,3,5,7
/proc/25949/task/25972/stat : 25972 (java) S 25946 25949 22562 0 -1 4202560 14495 0 0 0 2371 3 0 0 16 0 22 0 908957945 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 0 0 16800975 18446604466118967616 0 0 -1 3 0 0 0
[pid=25949/tid=25974] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25974/stat : 25974 (java) S 25946 25949 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25976] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25976/stat : 25976 (java) S 25946 25949 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908957945 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25977] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25977/stat : 25977 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908957947 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917217713 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25979] ppid=25946 vsize=10560584 CPUtime=0.99 cores=1,3,5,7
/proc/25949/task/25979/stat : 25979 (java) S 25946 25949 22562 0 -1 4202560 12766 0 0 0 98 1 0 0 15 0 22 0 908957947 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25981] ppid=25946 vsize=10560584 CPUtime=1.36 cores=1,3,5,7
/proc/25949/task/25981/stat : 25981 (java) S 25946 25949 22562 0 -1 4202560 5747 0 0 0 136 0 0 0 15 0 22 0 908957948 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25983] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25983/stat : 25983 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908957948 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25985] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25985/stat : 25985 (java) S 25946 25949 22562 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 908957948 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25987] ppid=25946 vsize=10560584 CPUtime=137.65 cores=1,3,5,7
/proc/25949/task/25987/stat : 25987 (java) R 25946 25949 22562 0 -1 4202560 561 0 0 0 13764 1 0 0 24 0 22 0 908957974 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505670238 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25949/tid=25988] ppid=25946 vsize=10560584 CPUtime=137.39 cores=1,3,5,7
/proc/25949/task/25988/stat : 25988 (java) R 25946 25949 22562 0 -1 4202560 83710 0 0 0 13728 11 0 0 24 0 22 0 908957974 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505843576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25949/tid=25989] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25989/stat : 25989 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25990] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25990/stat : 25990 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908957974 10814038016 122102 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 304.4
Current children cumulated vsize (KiB) 10560584

[startup+162.902 s]
/proc/loadavg: 3.59 2.21 1.67 3/526 26047
/proc/meminfo: memFree=23814212/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10560584 CPUtime=304.68 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 133610 0 1 0 30444 24 0 0 20 0 20 0 908957941 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2640146 122103 2261 9 0 2630880 0
[pid=25949/tid=25951] ppid=25946 vsize=10560584 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13433 0 1 0 28 2 0 0 15 0 20 0 908957942 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25956] ppid=25946 vsize=10560584 CPUtime=0.4 cores=1,3,5,7
/proc/25949/task/25956/stat : 25956 (java) S 25946 25949 22562 0 -1 4202560 237 0 0 0 40 0 0 0 15 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25958] ppid=25946 vsize=10560584 CPUtime=0.36 cores=1,3,5,7
/proc/25949/task/25958/stat : 25958 (java) S 25946 25949 22562 0 -1 4202560 243 0 0 0 36 0 0 0 15 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25959] ppid=25946 vsize=10560584 CPUtime=0.39 cores=1,3,5,7
/proc/25949/task/25959/stat : 25959 (java) S 25946 25949 22562 0 -1 4202560 294 0 0 0 39 0 0 0 16 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25961] ppid=25946 vsize=10560584 CPUtime=0.32 cores=1,3,5,7
/proc/25949/task/25961/stat : 25961 (java) S 25946 25949 22562 0 -1 4202560 323 0 0 0 32 0 0 0 15 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25964] ppid=25946 vsize=10560584 CPUtime=0.32 cores=1,3,5,7
/proc/25949/task/25964/stat : 25964 (java) S 25946 25949 22562 0 -1 4202560 150 0 0 0 32 0 0 0 16 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25966] ppid=25946 vsize=10560584 CPUtime=0.35 cores=1,3,5,7
/proc/25949/task/25966/stat : 25966 (java) S 25946 25949 22562 0 -1 4202560 148 0 0 0 35 0 0 0 16 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25968] ppid=25946 vsize=10560584 CPUtime=0.36 cores=1,3,5,7
/proc/25949/task/25968/stat : 25968 (java) S 25946 25949 22562 0 -1 4202560 294 0 0 0 36 0 0 0 16 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25970] ppid=25946 vsize=10560584 CPUtime=0.33 cores=1,3,5,7
/proc/25949/task/25970/stat : 25970 (java) S 25946 25949 22562 0 -1 4202560 42 0 0 0 33 0 0 0 15 0 20 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25972] ppid=25946 vsize=10560584 CPUtime=23.74 cores=1,3,5,7
/proc/25949/task/25972/stat : 25972 (java) S 25946 25949 22562 0 -1 4202560 14495 0 0 0 2371 3 0 0 16 0 20 0 908957945 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 0 0 16800975 18446604466118967616 0 0 -1 3 0 0 0
[pid=25949/tid=25974] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25974/stat : 25974 (java) S 25946 25949 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 908957945 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25976] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25976/stat : 25976 (java) S 25946 25949 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 908957945 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25977] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25977/stat : 25977 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 908957947 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917217713 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25979] ppid=25946 vsize=10560584 CPUtime=0.99 cores=1,3,5,7
/proc/25949/task/25979/stat : 25979 (java) S 25946 25949 22562 0 -1 4202560 12766 0 0 0 98 1 0 0 15 0 20 0 908957947 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25981] ppid=25946 vsize=10560584 CPUtime=1.36 cores=1,3,5,7
/proc/25949/task/25981/stat : 25981 (java) S 25946 25949 22562 0 -1 4202560 5747 0 0 0 136 0 0 0 15 0 20 0 908957948 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25983] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25983/stat : 25983 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 908957948 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25985] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25985/stat : 25985 (java) S 25946 25949 22562 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 20 0 908957948 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25988] ppid=25946 vsize=10560584 CPUtime=137.57 cores=1,3,5,7
/proc/25949/task/25988/stat : 25988 (java) R 25946 25949 22562 0 -1 4202560 83710 0 0 0 13746 11 0 0 24 0 20 0 908957974 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 46912505786746 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25949/tid=25990] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25990/stat : 25990 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 908957974 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 304.68
Current children cumulated vsize (KiB) 10560584

[startup+163.002 s]
/proc/loadavg: 3.59 2.21 1.67 3/526 26047
/proc/meminfo: memFree=23814212/32950928 swapFree=61542356/67111528
[pid=25949] ppid=25946 vsize=10560584 CPUtime=304.7 cores=1,3,5,7
/proc/25949/stat : 25949 (java) S 25946 25949 22562 0 -1 4202496 133610 0 1 0 30446 24 0 0 20 0 19 0 908957941 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25949/statm: 2640146 122103 2261 9 0 2630880 0
[pid=25949/tid=25951] ppid=25946 vsize=10560584 CPUtime=0.3 cores=1,3,5,7
/proc/25949/task/25951/stat : 25951 (java) S 25946 25949 22562 0 -1 4202560 13433 0 1 0 28 2 0 0 15 0 19 0 908957942 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25956] ppid=25946 vsize=10560584 CPUtime=0.4 cores=1,3,5,7
/proc/25949/task/25956/stat : 25956 (java) S 25946 25949 22562 0 -1 4202560 237 0 0 0 40 0 0 0 15 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25958] ppid=25946 vsize=10560584 CPUtime=0.36 cores=1,3,5,7
/proc/25949/task/25958/stat : 25958 (java) S 25946 25949 22562 0 -1 4202560 243 0 0 0 36 0 0 0 15 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25959] ppid=25946 vsize=10560584 CPUtime=0.39 cores=1,3,5,7
/proc/25949/task/25959/stat : 25959 (java) S 25946 25949 22562 0 -1 4202560 294 0 0 0 39 0 0 0 16 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 7 0 0 0
[pid=25949/tid=25961] ppid=25946 vsize=10560584 CPUtime=0.32 cores=1,3,5,7
/proc/25949/task/25961/stat : 25961 (java) S 25946 25949 22562 0 -1 4202560 323 0 0 0 32 0 0 0 15 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25964] ppid=25946 vsize=10560584 CPUtime=0.32 cores=1,3,5,7
/proc/25949/task/25964/stat : 25964 (java) S 25946 25949 22562 0 -1 4202560 150 0 0 0 32 0 0 0 16 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25966] ppid=25946 vsize=10560584 CPUtime=0.35 cores=1,3,5,7
/proc/25949/task/25966/stat : 25966 (java) S 25946 25949 22562 0 -1 4202560 148 0 0 0 35 0 0 0 16 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25968] ppid=25946 vsize=10560584 CPUtime=0.36 cores=1,3,5,7
/proc/25949/task/25968/stat : 25968 (java) S 25946 25949 22562 0 -1 4202560 294 0 0 0 36 0 0 0 16 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25970] ppid=25946 vsize=10560584 CPUtime=0.33 cores=1,3,5,7
/proc/25949/task/25970/stat : 25970 (java) S 25946 25949 22562 0 -1 4202560 42 0 0 0 33 0 0 0 15 0 19 0 908957944 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25972] ppid=25946 vsize=10560584 CPUtime=23.74 cores=1,3,5,7
/proc/25949/task/25972/stat : 25972 (java) S 25946 25949 22562 0 -1 4202560 14495 0 0 0 2371 3 0 0 16 0 19 0 908957945 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 0 0 16800975 18446604466118967616 0 0 -1 3 0 0 0
[pid=25949/tid=25974] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25974/stat : 25974 (java) S 25946 25949 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 908957945 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25976] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25976/stat : 25976 (java) S 25946 25949 22562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 908957945 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25977] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25977/stat : 25977 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 908957947 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917217713 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25979] ppid=25946 vsize=10560584 CPUtime=0.99 cores=1,3,5,7
/proc/25949/task/25979/stat : 25979 (java) S 25946 25949 22562 0 -1 4202560 12766 0 0 0 98 1 0 0 15 0 19 0 908957947 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
[pid=25949/tid=25981] ppid=25946 vsize=10560584 CPUtime=1.36 cores=1,3,5,7
/proc/25949/task/25981/stat : 25981 (java) S 25946 25949 22562 0 -1 4202560 5747 0 0 0 136 0 0 0 15 0 19 0 908957948 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25983] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25983/stat : 25983 (java) S 25946 25949 22562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 908957948 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210009 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25985] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25985/stat : 25985 (java) S 25946 25949 22562 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 908957948 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 5 0 0 0
[pid=25949/tid=25990] ppid=25946 vsize=10560584 CPUtime=0 cores=1,3,5,7
/proc/25949/task/25990/stat : 25990 (java) S 25946 25949 22562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 908957974 10814038016 122103 33554432000 1073741824 1073778376 140735393016336 18446744073709551615 260917210624 0 4 0 16800975 18446604466118967616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 304.7
Current children cumulated vsize (KiB) 10560584

Child status: 20
Real time (s): 163.043
CPU time (s): 304.746
CPU user time (s): 304.48
CPU system time (s): 0.265959
CPU usage (%): 186.911
Max. virtual memory (cumulated for all children) (KiB): 10561512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 304.48
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133624
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= 11962
involuntary context switches= 6763

runsolver used 0.819875 second user time and 1.90071 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 13:34:33
IDJOB=3454848
IDBENCH=1309
IDSOLVER=1950
FILE ID=node116/3454848-1307187273
RUNJOBID= node116-1307187273-25932
PBS_JOBID= 13508818
Free space on /tmp= 73888 MiB

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

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

MD5SUM BENCH= 4a96a2353b6045ef15a9bfabac06d14b
RANDOM SEED=716467355

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24793488 kB
Buffers:        276504 kB
Cached:         501696 kB
SwapCached:      12580 kB
Active:        7495072 kB
Inactive:       392288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24793488 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             776 kB
Writeback:           0 kB
AnonPages:     7106976 kB
Mapped:          21968 kB
Slab:           140264 kB
PageTables:      62572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139579980 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= 73888 MiB
End job on node116 at 2011-06-04 13:37:16