Trace number 2698682

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 PB Resolution 2.2.1OPTIMUM 144.401 141.987

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
MD5SUMcbb94832f8cf89251c53c05bd4717107
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark144.401
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1788
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
Top cost 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.1.v20100705
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.08	c java.vm.version	11.2-b01
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	32
0.04/0.08	c java.version		1.6.0_12
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		i386
0.04/0.08	c Free memory 		1393557488
0.04/0.08	c Max memory 		1395916800
0.04/0.08	c Total memory 		1395916800
0.04/0.08	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698682-1278326013.wbo
0.04/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.197s.
0.27/0.29	c #vars     2019
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 => 2603
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1.11/0.54	c SATISFIABLE
1.11/0.54	c OPTIMIZING...
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.448
1.11/0.54	o 251
1.42/0.67	c Got one! Elapsed wall clock time (in seconds):0.575
1.42/0.67	o 242
1.72/0.75	c Got one! Elapsed wall clock time (in seconds):0.655
1.72/0.75	o 205
1.72/0.78	c Got one! Elapsed wall clock time (in seconds):0.686
1.72/0.78	o 170
2.01/0.87	c Got one! Elapsed wall clock time (in seconds):0.772
2.01/0.87	o 154
2.24/0.92	c Got one! Elapsed wall clock time (in seconds):0.826
2.24/0.92	o 138
2.24/0.99	c Got one! Elapsed wall clock time (in seconds):0.896
2.24/0.99	o 87
2.36/1.06	c Got one! Elapsed wall clock time (in seconds):0.961
2.36/1.06	o 81
2.48/1.14	c Got one! Elapsed wall clock time (in seconds):1.041
2.48/1.14	o 71
2.48/1.18	c Got one! Elapsed wall clock time (in seconds):1.083
2.48/1.18	o 59
2.89/1.51	c Got one! Elapsed wall clock time (in seconds):1.411
2.89/1.51	o 52
2.89/1.57	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.00/1.68	c Got one! Elapsed wall clock time (in seconds):1.587
3.00/1.68	o 46
3.10/1.74	c Got one! Elapsed wall clock time (in seconds):1.642
3.10/1.74	o 43
3.20/1.81	c Got one! Elapsed wall clock time (in seconds):1.711
3.20/1.81	o 41
3.30/1.91	c Got one! Elapsed wall clock time (in seconds):1.816
3.30/1.91	o 28
3.63/2.28	c Got one! Elapsed wall clock time (in seconds):2.181
3.63/2.28	o 23
3.73/2.32	c cleaning 4249 clauses out of 8502 with flag 11000/11000
3.83/2.43	c Got one! Elapsed wall clock time (in seconds):2.331
3.83/2.43	o 22
4.43/3.04	c Got one! Elapsed wall clock time (in seconds):2.947
4.43/3.04	o 20
4.53/3.20	c cleaning 5625 clauses out of 11255 with flag 18002/18002
4.74/3.35	c Got one! Elapsed wall clock time (in seconds):3.256
4.74/3.35	o 11
5.45/4.08	c cleaning 6811 clauses out of 13630 with flag 26002/26002
5.88/4.48	c Got one! Elapsed wall clock time (in seconds):4.383
5.88/4.48	o 6
6.47/5.02	c cleaning 7908 clauses out of 15820 with flag 35003/35003
7.37/5.96	c cleaning 8952 clauses out of 17911 with flag 45002/45002
8.28/6.89	c cleaning 9476 clauses out of 18958 with flag 55001/55001
9.28/7.84	c cleaning 9737 clauses out of 19484 with flag 65003/65003
10.08/8.63	c cleaning 9863 clauses out of 19744 with flag 75000/75000
10.91/9.47	c cleaning 9937 clauses out of 19881 with flag 85000/85000
11.84/10.31	c cleaning 9967 clauses out of 19946 with flag 95002/95002
12.55/11.07	c cleaning 9985 clauses out of 19977 with flag 105000/105000
13.34/11.86	c cleaning 9988 clauses out of 19995 with flag 115003/115003
14.25/12.70	c cleaning 10000 clauses out of 20006 with flag 125002/125002
14.95/13.43	c cleaning 9992 clauses out of 20004 with flag 135000/135000
15.65/14.19	c cleaning 9999 clauses out of 20013 with flag 145001/145001
16.46/14.98	c cleaning 10000 clauses out of 20014 with flag 155001/155001
17.16/15.63	c cleaning 10004 clauses out of 20015 with flag 165002/165002
17.87/16.31	c cleaning 9998 clauses out of 20009 with flag 175000/175000
18.57/17.04	c cleaning 10001 clauses out of 20013 with flag 185002/185002
19.27/17.74	c cleaning 9998 clauses out of 20010 with flag 195000/195000
19.87/18.38	c cleaning 10000 clauses out of 20012 with flag 205000/205000
20.58/19.01	c cleaning 9996 clauses out of 20012 with flag 215000/215000
21.28/19.75	c cleaning 10004 clauses out of 20017 with flag 225001/225001
21.98/20.43	c cleaning 9998 clauses out of 20012 with flag 235000/235000
22.69/21.10	c cleaning 10001 clauses out of 20015 with flag 245001/245001
23.29/21.76	c cleaning 9998 clauses out of 20013 with flag 255000/255000
23.99/22.41	c cleaning 10003 clauses out of 20016 with flag 265001/265001
24.60/23.07	c cleaning 9999 clauses out of 20012 with flag 275000/275000
25.29/23.78	c cleaning 9996 clauses out of 20013 with flag 285000/285000
26.00/24.40	c cleaning 10002 clauses out of 20017 with flag 295000/295000
26.70/25.10	c cleaning 10001 clauses out of 20016 with flag 305001/305001
27.31/25.78	c cleaning 10002 clauses out of 20014 with flag 315000/315000
28.02/26.46	c cleaning 10002 clauses out of 20013 with flag 325001/325001
28.71/27.13	c cleaning 9999 clauses out of 20011 with flag 335001/335001
29.42/27.82	c cleaning 10001 clauses out of 20012 with flag 345001/345001
30.02/28.50	c cleaning 10001 clauses out of 20011 with flag 355001/355001
30.52/28.95	c Got one! Elapsed wall clock time (in seconds):28.858
30.52/28.95	o 3
30.82/29.27	c cleaning 9995 clauses out of 20011 with flag 365002/365002
31.72/30.19	c cleaning 9999 clauses out of 20014 with flag 375000/375000
32.63/31.00	c cleaning 10003 clauses out of 20015 with flag 385000/385000
33.33/31.73	c cleaning 9999 clauses out of 20014 with flag 395002/395002
34.13/32.50	c cleaning 10004 clauses out of 20014 with flag 405001/405001
34.74/33.19	c cleaning 9999 clauses out of 20010 with flag 415001/415001
35.44/33.80	c cleaning 9997 clauses out of 20010 with flag 425000/425000
36.15/34.53	c cleaning 10001 clauses out of 20013 with flag 435000/435000
36.76/35.18	c cleaning 10005 clauses out of 20013 with flag 445001/445001
37.46/35.85	c cleaning 9994 clauses out of 20008 with flag 455001/455001
38.06/36.48	c cleaning 10003 clauses out of 20014 with flag 465001/465001
38.86/37.21	c cleaning 10003 clauses out of 20017 with flag 475007/475007
39.47/37.86	c cleaning 10000 clauses out of 20008 with flag 485001/485001
40.07/38.50	c cleaning 9999 clauses out of 20007 with flag 495000/495000
40.77/39.18	c cleaning 9999 clauses out of 20008 with flag 505000/505000
40.98/39.31	c Got one! Elapsed wall clock time (in seconds):39.217
40.98/39.31	o 2
41.70/40.08	c cleaning 9999 clauses out of 20009 with flag 515000/515000
42.71/41.01	c cleaning 10002 clauses out of 20011 with flag 525001/525001
43.41/41.78	c cleaning 9999 clauses out of 20011 with flag 535003/535003
44.21/42.54	c cleaning 10000 clauses out of 20011 with flag 545002/545002
44.91/43.27	c cleaning 9997 clauses out of 20009 with flag 555000/555000
45.62/43.91	c cleaning 9999 clauses out of 20015 with flag 565003/565003
46.22/44.53	c cleaning 9999 clauses out of 20013 with flag 575000/575000
46.83/45.15	c cleaning 10001 clauses out of 20014 with flag 585000/585000
47.42/45.79	c cleaning 10002 clauses out of 20014 with flag 595001/595001
48.12/46.40	c cleaning 10000 clauses out of 20011 with flag 605000/605000
48.82/47.13	c cleaning 10000 clauses out of 20012 with flag 615001/615001
49.53/47.86	c cleaning 10002 clauses out of 20012 with flag 625001/625001
50.13/48.50	c cleaning 9997 clauses out of 20009 with flag 635000/635000
50.83/49.18	c cleaning 9999 clauses out of 20012 with flag 645000/645000
51.53/49.84	c cleaning 10003 clauses out of 20015 with flag 655002/655002
52.24/50.53	c cleaning 10003 clauses out of 20013 with flag 665003/665003
52.84/51.17	c cleaning 9999 clauses out of 20008 with flag 675001/675001
53.54/51.83	c cleaning 9995 clauses out of 20008 with flag 685000/685000
54.15/52.47	c cleaning 10002 clauses out of 20013 with flag 695000/695000
54.85/53.10	c cleaning 9996 clauses out of 20011 with flag 705000/705000
55.46/53.70	c cleaning 10000 clauses out of 20016 with flag 715001/715001
55.96/54.29	c cleaning 10002 clauses out of 20015 with flag 725000/725000
56.68/54.92	c cleaning 10002 clauses out of 20013 with flag 735000/735000
57.27/55.54	c cleaning 10000 clauses out of 20011 with flag 745000/745000
57.97/56.20	c cleaning 9998 clauses out of 20012 with flag 755001/755001
58.48/56.79	c cleaning 9997 clauses out of 20013 with flag 765000/765000
59.08/57.36	c cleaning 9996 clauses out of 20016 with flag 775000/775000
59.68/57.92	c cleaning 10006 clauses out of 20021 with flag 785001/785001
60.28/58.50	c cleaning 10002 clauses out of 20014 with flag 795000/795000
60.88/59.13	c cleaning 9997 clauses out of 20013 with flag 805001/805001
61.48/59.76	c cleaning 10007 clauses out of 20019 with flag 815004/815004
62.19/60.42	c cleaning 10001 clauses out of 20008 with flag 825000/825000
62.79/61.06	c cleaning 10000 clauses out of 20008 with flag 835001/835001
63.49/61.72	c cleaning 10000 clauses out of 20009 with flag 845002/845002
64.09/62.33	c cleaning 9995 clauses out of 20009 with flag 855002/855002
64.70/62.97	c cleaning 9997 clauses out of 20014 with flag 865002/865002
65.40/63.65	c cleaning 10002 clauses out of 20017 with flag 875002/875002
66.11/64.36	c cleaning 10000 clauses out of 20015 with flag 885002/885002
66.81/65.01	c cleaning 10000 clauses out of 20015 with flag 895002/895002
67.41/65.66	c cleaning 10005 clauses out of 20015 with flag 905002/905002
68.12/66.31	c cleaning 9999 clauses out of 20009 with flag 915001/915001
68.72/66.94	c cleaning 9998 clauses out of 20009 with flag 925000/925000
69.32/67.54	c cleaning 9999 clauses out of 20011 with flag 935000/935000
69.92/68.17	c cleaning 9998 clauses out of 20012 with flag 945000/945000
70.62/68.84	c cleaning 10002 clauses out of 20014 with flag 955000/955000
71.22/69.43	c cleaning 9999 clauses out of 20012 with flag 965000/965000
71.82/70.06	c cleaning 10003 clauses out of 20015 with flag 975002/975002
72.52/70.72	c cleaning 9996 clauses out of 20010 with flag 985000/985000
73.22/71.41	c cleaning 10003 clauses out of 20017 with flag 995003/995003
73.82/72.05	c cleaning 9999 clauses out of 20012 with flag 1005001/1005001
74.53/72.73	c cleaning 9995 clauses out of 20012 with flag 1015000/1015000
75.13/73.35	c cleaning 9999 clauses out of 20018 with flag 1025001/1025001
75.74/73.96	c cleaning 10005 clauses out of 20020 with flag 1035002/1035002
76.44/74.63	c cleaning 9999 clauses out of 20013 with flag 1045000/1045000
77.15/75.33	c cleaning 10003 clauses out of 20015 with flag 1055001/1055001
77.76/75.99	c cleaning 10002 clauses out of 20014 with flag 1065003/1065003
78.45/76.63	c cleaning 9991 clauses out of 20009 with flag 1075000/1075000
79.05/77.27	c cleaning 10005 clauses out of 20019 with flag 1085001/1085001
79.75/77.96	c cleaning 10002 clauses out of 20014 with flag 1095001/1095001
80.36/78.60	c cleaning 10002 clauses out of 20011 with flag 1105000/1105000
81.06/79.21	c cleaning 10003 clauses out of 20018 with flag 1115009/1115009
81.66/79.80	c cleaning 9996 clauses out of 20006 with flag 1125000/1125000
82.26/80.43	c cleaning 10001 clauses out of 20011 with flag 1135001/1135001
82.86/81.05	c cleaning 9992 clauses out of 20009 with flag 1145000/1145000
83.58/81.70	c cleaning 10003 clauses out of 20019 with flag 1155002/1155002
84.18/82.32	c cleaning 10003 clauses out of 20015 with flag 1165001/1165001
84.78/82.97	c cleaning 10003 clauses out of 20015 with flag 1175004/1175004
85.49/83.62	c cleaning 9996 clauses out of 20008 with flag 1185000/1185000
86.08/84.23	c cleaning 10000 clauses out of 20013 with flag 1195001/1195001
86.69/84.85	c cleaning 10000 clauses out of 20012 with flag 1205000/1205000
87.39/85.50	c cleaning 10002 clauses out of 20014 with flag 1215002/1215002
87.99/86.15	c cleaning 10001 clauses out of 20011 with flag 1225001/1225001
88.70/86.83	c cleaning 9999 clauses out of 20010 with flag 1235001/1235001
89.29/87.49	c cleaning 10003 clauses out of 20014 with flag 1245004/1245004
89.99/88.13	c cleaning 9995 clauses out of 20008 with flag 1255001/1255001
90.59/88.77	c cleaning 10000 clauses out of 20012 with flag 1265000/1265000
91.29/89.45	c cleaning 9999 clauses out of 20014 with flag 1275002/1275002
92.01/90.20	c cleaning 9997 clauses out of 20014 with flag 1285001/1285001
92.80/90.91	c cleaning 10004 clauses out of 20020 with flag 1295004/1295004
93.50/91.65	c cleaning 10000 clauses out of 20013 with flag 1305001/1305001
94.22/92.36	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
95.02/93.13	c cleaning 9998 clauses out of 20013 with flag 1325000/1325000
95.73/93.83	c cleaning 10003 clauses out of 20017 with flag 1335002/1335002
96.33/94.48	c cleaning 9996 clauses out of 20012 with flag 1345000/1345000
97.03/95.11	c cleaning 9999 clauses out of 20016 with flag 1355000/1355000
97.73/95.82	c cleaning 10002 clauses out of 20018 with flag 1365001/1365001
98.33/96.47	c cleaning 10005 clauses out of 20019 with flag 1375004/1375004
99.03/97.12	c cleaning 9999 clauses out of 20010 with flag 1385000/1385000
99.64/97.75	c cleaning 10000 clauses out of 20011 with flag 1395000/1395000
100.34/98.45	c cleaning 10000 clauses out of 20013 with flag 1405002/1405002
101.14/99.21	c cleaning 10000 clauses out of 20011 with flag 1415000/1415000
101.75/99.84	c cleaning 9995 clauses out of 20011 with flag 1425000/1425000
102.45/100.52	c cleaning 10003 clauses out of 20019 with flag 1435003/1435003
103.06/101.17	c cleaning 10004 clauses out of 20014 with flag 1445001/1445001
103.76/101.81	c cleaning 10000 clauses out of 20012 with flag 1455003/1455003
104.37/102.49	c cleaning 9997 clauses out of 20009 with flag 1465000/1465000
105.07/103.14	c cleaning 10003 clauses out of 20014 with flag 1475002/1475002
105.67/103.78	c cleaning 9997 clauses out of 20010 with flag 1485001/1485001
106.37/104.41	c cleaning 10000 clauses out of 20012 with flag 1495000/1495000
106.97/105.03	c cleaning 10005 clauses out of 20014 with flag 1505002/1505002
107.67/105.75	c cleaning 9999 clauses out of 20009 with flag 1515002/1515002
108.28/106.37	c cleaning 9995 clauses out of 20008 with flag 1525000/1525000
108.88/106.96	c cleaning 10001 clauses out of 20015 with flag 1535002/1535002
109.58/107.65	c cleaning 10001 clauses out of 20012 with flag 1545000/1545000
110.29/108.38	c cleaning 9999 clauses out of 20012 with flag 1555001/1555001
110.90/108.99	c cleaning 10001 clauses out of 20013 with flag 1565001/1565001
111.60/109.66	c cleaning 9999 clauses out of 20011 with flag 1575000/1575000
112.31/110.31	c cleaning 10000 clauses out of 20012 with flag 1585000/1585000
112.91/110.97	c cleaning 10001 clauses out of 20014 with flag 1595002/1595002
113.51/111.56	c cleaning 10001 clauses out of 20012 with flag 1605001/1605001
114.22/112.21	c cleaning 9999 clauses out of 20010 with flag 1615000/1615000
114.83/112.84	c cleaning 10001 clauses out of 20011 with flag 1625000/1625000
115.53/113.54	c cleaning 10003 clauses out of 20013 with flag 1635003/1635003
116.13/114.19	c cleaning 9996 clauses out of 20007 with flag 1645000/1645000
116.84/114.88	c cleaning 10003 clauses out of 20014 with flag 1655003/1655003
117.45/115.50	c cleaning 10003 clauses out of 20009 with flag 1665001/1665001
118.14/116.13	c cleaning 9997 clauses out of 20006 with flag 1675001/1675001
118.75/116.76	c cleaning 9999 clauses out of 20008 with flag 1685000/1685000
119.36/117.36	c cleaning 9999 clauses out of 20010 with flag 1695001/1695001
120.06/118.00	c cleaning 9999 clauses out of 20011 with flag 1705001/1705001
120.66/118.62	c cleaning 10001 clauses out of 20014 with flag 1715003/1715003
121.26/119.25	c cleaning 10001 clauses out of 20011 with flag 1725001/1725001
121.86/119.87	c cleaning 10002 clauses out of 20011 with flag 1735002/1735002
122.46/120.47	c cleaning 9998 clauses out of 20008 with flag 1745001/1745001
123.07/121.07	c cleaning 9998 clauses out of 20009 with flag 1755000/1755000
123.77/121.79	c cleaning 10000 clauses out of 20012 with flag 1765001/1765001
124.47/122.47	c cleaning 9995 clauses out of 20011 with flag 1775000/1775000
125.19/123.12	c cleaning 10001 clauses out of 20017 with flag 1785001/1785001
125.78/123.77	c cleaning 10000 clauses out of 20017 with flag 1795002/1795002
126.48/124.41	c cleaning 10002 clauses out of 20015 with flag 1805000/1805000
127.08/125.06	c cleaning 10003 clauses out of 20013 with flag 1815000/1815000
127.69/125.67	c cleaning 10003 clauses out of 20010 with flag 1825000/1825000
128.39/126.34	c cleaning 9998 clauses out of 20007 with flag 1835000/1835000
129.09/127.03	c cleaning 9999 clauses out of 20009 with flag 1845000/1845000
129.70/127.67	c cleaning 10001 clauses out of 20011 with flag 1855001/1855001
130.50/128.40	c cleaning 9997 clauses out of 20010 with flag 1865001/1865001
131.10/129.02	c cleaning 9998 clauses out of 20014 with flag 1875002/1875002
131.71/129.65	c cleaning 10004 clauses out of 20017 with flag 1885003/1885003
132.42/130.30	c cleaning 10003 clauses out of 20010 with flag 1895000/1895000
133.02/130.98	c cleaning 10002 clauses out of 20009 with flag 1905002/1905002
133.92/131.81	c cleaning 9996 clauses out of 20005 with flag 1915000/1915000
134.53/132.45	c cleaning 9996 clauses out of 20011 with flag 1925002/1925002
135.28/133.13	c cleaning 9994 clauses out of 20013 with flag 1935000/1935000
136.25/133.90	c cleaning 10000 clauses out of 20019 with flag 1945000/1945000
137.05/134.74	c cleaning 10000 clauses out of 20021 with flag 1955002/1955002
137.86/135.52	c cleaning 10003 clauses out of 20020 with flag 1965001/1965001
138.56/136.23	c cleaning 9992 clauses out of 20016 with flag 1975000/1975000
139.36/137.05	c cleaning 9995 clauses out of 20024 with flag 1985000/1985000
140.38/138.00	c cleaning 10010 clauses out of 20030 with flag 1995001/1995001
141.02/138.68	c cleaning 10006 clauses out of 20019 with flag 2005001/2005001
141.73/139.34	c cleaning 10000 clauses out of 20012 with flag 2015000/2015000
142.43/140.00	c cleaning 10005 clauses out of 20015 with flag 2025003/2025003
143.04/140.70	c cleaning 9999 clauses out of 20008 with flag 2035001/2035001
144.04/141.61	c cleaning 9985 clauses out of 20008 with flag 2045000/2045000
144.36/141.93	c starts		: 232
144.36/141.93	c conflicts		: 2049395
144.36/141.93	c decisions		: 3130543
144.36/141.93	c propagations		: 106049101
144.36/141.93	c inspects		: 1029282592
144.36/141.93	c learnt literals	: 6
144.36/141.93	c learnt binary clauses	: 29
144.36/141.93	c learnt ternary clauses	: 495
144.36/141.93	c learnt clauses	: 2049388
144.36/141.93	c ignored clauses	: 0
144.36/141.93	c root simplifications	: 0
144.36/141.93	c removed literals (reason simplification)	: 9660692
144.36/141.93	c reason swapping (by a shorter reason)	: 0
144.36/141.93	c Calls to reduceDB	: 206
144.36/141.93	c number of reductions to clauses (during analyze)	: 0
144.36/141.93	c number of learned constraints concerned by reduction	: 0
144.36/141.93	c number of learning phase by resolution	: 0
144.36/141.93	c number of learning phase by cutting planes	: 0
144.36/141.93	c speed (assignments/second)	: 1033405.4530749067
144.36/141.93	c non guided choices	3075
144.36/141.93	c learnt constraints type 
144.36/141.93	c constraints type 
144.36/141.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
144.36/141.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
144.36/141.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
144.36/141.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
144.36/141.93	s OPTIMUM FOUND
144.36/141.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 
144.36/141.93	c objective function=2
144.36/141.93	c Total wall clock time (in seconds): 141.84

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698682-1278326013/watcher-2698682-1278326013 -o /tmp/evaluation-result-2698682-1278326013/solver-2698682-1278326013 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698682-1278326013.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.79 3/196 4249
/proc/meminfo: memFree=32373696/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=13164 CPUtime=0
/proc/4249/stat : 4249 (java) R 4247 4249 3779 0 -1 4194304 768 0 0 0 0 0 0 0 25 0 1 0 814843 13479936 341 4089446400 134512640 134550932 4291279376 18446744073709551615 9660037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4249/statm: 3291 348 141 10 0 1121 0

[startup+0.047128 s]
/proc/loadavg: 2.00 1.99 1.79 3/196 4249
/proc/meminfo: memFree=32373696/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1527692 CPUtime=0.04
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 3981 0 1 0 3 1 0 0 25 0 18 0 814843 1564356608 3421 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 381923 3423 1075 10 0 379226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1527692

[startup+0.101034 s]
/proc/loadavg: 2.00 1.99 1.79 3/196 4249
/proc/meminfo: memFree=32373696/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1530016 CPUtime=0.11
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 5215 0 1 0 10 1 0 0 25 0 18 0 814843 1566736384 4653 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 382504 4653 1347 10 0 379807 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530016

[startup+0.300995 s]
/proc/loadavg: 2.00 1.99 1.79 3/196 4249
/proc/meminfo: memFree=32373696/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1531704 CPUtime=0.52
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 7696 0 1 0 51 1 0 0 25 0 18 0 814843 1568464896 6929 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 382926 6929 1410 10 0 380229 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1531704

[startup+0.700925 s]
/proc/loadavg: 2.00 1.99 1.79 3/196 4249
/proc/meminfo: memFree=32373696/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1547756 CPUtime=1.72
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 16345 0 1 0 169 3 0 0 25 0 19 0 814843 1584902144 12524 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 386939 12525 1428 10 0 384242 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1547756

[startup+1.50084 s]
/proc/loadavg: 2.16 2.03 1.80 5/215 4268
/proc/meminfo: memFree=32317148/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1547756 CPUtime=2.89
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 22120 0 1 0 285 4 0 0 25 0 19 0 814843 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 386939 18166 1430 10 0 384242 0
[pid=4249/tid=4251] ppid=4247 vsize=1547756 CPUtime=1.48
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3779 0 -1 4202560 12482 0 1 0 146 2 0 0 25 0 19 0 814843 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4109398129 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 814844 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 814845 1584902144 18166 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 814845 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814845 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1547756 CPUtime=0.69
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 5562 0 0 0 69 0 0 0 22 0 19 0 814847 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1547756 CPUtime=0.69
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3005 0 0 0 69 0 0 0 25 0 19 0 814847 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814847 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1584902144 18167 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1547756

[startup+3.10049 s]
/proc/loadavg: 2.16 2.03 1.80 3/215 4268
/proc/meminfo: memFree=32299664/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1547756 CPUtime=4.53
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 24736 0 1 0 449 4 0 0 25 0 19 0 814843 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 386939 20776 1444 10 0 384242 0
[pid=4249/tid=4251] ppid=4247 vsize=1547756 CPUtime=3.04
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3779 0 -1 4202560 13145 0 1 0 302 2 0 0 25 0 19 0 814843 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4109381399 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 0 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 148 0 0 0 0 0 0 0 16 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 5 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 5 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 0 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 19 0 814844 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1547756 CPUtime=0.02
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3779 0 -1 4202560 806 0 0 0 2 0 0 0 15 0 19 0 814845 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814845 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 814845 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1547756 CPUtime=0.72
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 5567 0 0 0 72 0 0 0 15 0 19 0 814847 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1547756 CPUtime=0.7
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3011 0 0 0 70 0 0 0 16 0 19 0 814847 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814847 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1547756 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1584902144 20776 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1547756

[startup+6.30093 s]
/proc/loadavg: 2.15 2.03 1.80 3/215 4268
/proc/meminfo: memFree=32295544/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1547156 CPUtime=7.78
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 25189 0 1 0 774 4 0 0 25 0 19 0 814843 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 386789 21035 1444 10 0 384092 0
[pid=4249/tid=4251] ppid=4247 vsize=1547156 CPUtime=6.17
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3779 0 -1 4202560 13148 0 1 0 615 2 0 0 25 0 19 0 814843 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4109417290 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 221 0 0 0 0 0 0 0 16 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1547156 CPUtime=0.08
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3779 0 -1 4202560 1215 0 0 0 8 0 0 0 15 0 19 0 814845 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446604453923838720 0 0 -1 5 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814845 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 814845 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1547156 CPUtime=0.73
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 5567 0 0 0 73 0 0 0 15 0 19 0 814847 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1547156 CPUtime=0.75
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3021 0 0 0 75 0 0 0 15 0 19 0 814847 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814847 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1584287744 21035 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1547156

[startup+12.7008 s]
/proc/loadavg: 2.13 2.03 1.80 3/215 4269
/proc/meminfo: memFree=32294484/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1547156 CPUtime=14.25
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 25326 0 1 0 1420 5 0 0 25 0 19 0 814843 1584287744 21165 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 386789 21165 1444 10 0 384092 0
[pid=4249/tid=4251] ppid=4247 vsize=1547156 CPUtime=12.44
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3779 0 -1 4202560 13153 0 1 0 1242 2 0 0 25 0 19 0 814843 1584287744 21165 4089446400 134512640 134550932 4291279376 18446744073709551615 4109831722 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1547156 CPUtime=0
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 814844 1584287744 21165 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0

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

/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 196 0 0 0 11 0 0 0 15 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 230 0 0 0 10 0 0 0 15 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 155 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 59 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1550228 CPUtime=0.12
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 24 0 0 0 11 1 0 0 16 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 200 0 0 0 10 1 0 0 16 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 146 0 0 0 9 1 0 0 15 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 249 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1550228 CPUtime=3.29
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3779 0 -1 4202560 1973 0 0 0 327 2 0 0 15 0 19 0 814845 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446604453923838720 0 0 -1 5 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1550228 CPUtime=0.98
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 8846 0 0 0 97 1 0 0 15 0 19 0 814847 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1550228 CPUtime=0.84
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3032 0 0 0 84 0 0 0 16 0 19 0 814847 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 814847 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1587433472 22748 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 141.53
Current children cumulated vsize (KiB) 1550228

[startup+140.701 s]
/proc/loadavg: 2.01 2.01 1.82 5/215 4272
/proc/meminfo: memFree=32286716/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1550228 CPUtime=143.15
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 29538 0 1 0 14296 19 0 0 25 0 19 0 814843 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 387557 22758 1444 10 0 384860 0
[pid=4249/tid=4251] ppid=4247 vsize=1550228 CPUtime=137.05
/proc/4249/task/4251/stat : 4251 (java) S 4247 4249 3779 0 -1 4202560 13346 0 1 0 13702 3 0 0 25 0 19 0 814843 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 196 0 0 0 11 0 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 230 0 0 0 10 0 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 155 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 59 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1550228 CPUtime=0.12
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 24 0 0 0 11 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 200 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 146 0 0 0 9 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 249 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1550228 CPUtime=3.33
/proc/4249/task/4260/stat : 4260 (java) R 4247 4249 3779 0 -1 4202560 1983 0 0 0 331 2 0 0 15 0 19 0 814845 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 105696599 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1550228 CPUtime=0.98
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 8846 0 0 0 97 1 0 0 15 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1550228 CPUtime=0.84
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3032 0 0 0 84 0 0 0 16 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 143.15
Current children cumulated vsize (KiB) 1550228

[startup+141.501 s]
/proc/loadavg: 2.01 2.01 1.82 5/215 4272
/proc/meminfo: memFree=32286716/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1550228 CPUtime=143.94
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 29539 0 1 0 14375 19 0 0 25 0 19 0 814843 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 387557 22758 1444 10 0 384860 0
[pid=4249/tid=4251] ppid=4247 vsize=1550228 CPUtime=137.83
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3779 0 -1 4202560 13347 0 1 0 13780 3 0 0 25 0 19 0 814843 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4109397718 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 196 0 0 0 11 0 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 230 0 0 0 10 0 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 155 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 59 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1550228 CPUtime=0.12
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 24 0 0 0 11 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 200 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 146 0 0 0 9 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 249 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1550228 CPUtime=3.34
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3779 0 -1 4202560 1983 0 0 0 332 2 0 0 15 0 19 0 814845 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446604453923838720 0 0 -1 5 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1550228 CPUtime=0.98
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 8846 0 0 0 97 1 0 0 15 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1550228 CPUtime=0.84
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3032 0 0 0 84 0 0 0 16 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 814847 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1587433472 22758 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 143.94
Current children cumulated vsize (KiB) 1550228

[startup+141.907 s]
/proc/loadavg: 2.01 2.01 1.82 3/215 4272
/proc/meminfo: memFree=32286592/32950928 swapFree=67111528/67111528
[pid=4249] ppid=4247 vsize=1550228 CPUtime=144.36
/proc/4249/stat : 4249 (java) S 4247 4249 3779 0 -1 4202496 29545 0 1 0 14417 19 0 0 25 0 19 0 814843 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4249/statm: 387557 22763 1444 10 0 384860 0
[pid=4249/tid=4251] ppid=4247 vsize=1550228 CPUtime=138.21
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3779 0 -1 4202560 13348 0 1 0 13818 3 0 0 25 0 19 0 814843 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4109346030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3779 0 -1 4202560 196 0 0 0 11 0 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3779 0 -1 4202560 230 0 0 0 10 0 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3779 0 -1 4202560 155 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3779 0 -1 4202560 59 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1550228 CPUtime=0.13
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3779 0 -1 4202560 25 0 0 0 12 1 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 2 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1550228 CPUtime=0.11
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3779 0 -1 4202560 200 0 0 0 10 1 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1550228 CPUtime=0.1
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3779 0 -1 4202560 146 0 0 0 9 1 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 7 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1550228 CPUtime=0.08
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3779 0 -1 4202560 249 0 0 0 7 1 0 0 15 0 19 0 814844 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1550228 CPUtime=3.36
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3779 0 -1 4202560 1987 0 0 0 334 2 0 0 15 0 19 0 814845 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 0 0 16800975 18446604453923838720 0 0 -1 5 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3779 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3779 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 814845 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4263] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4264] ppid=4247 vsize=1550228 CPUtime=0.99
/proc/4249/task/4264/stat : 4264 (java) S 4247 4249 3779 0 -1 4202560 8846 0 0 0 98 1 0 0 15 0 19 0 814847 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 6 0 0 0
[pid=4249/tid=4265] ppid=4247 vsize=1550228 CPUtime=0.84
/proc/4249/task/4265/stat : 4265 (java) S 4247 4249 3779 0 -1 4202560 3032 0 0 0 84 0 0 0 16 0 19 0 814847 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4266] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4266/stat : 4266 (java) S 4247 4249 3779 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814847 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 4 0 0 0
[pid=4249/tid=4267] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4267/stat : 4267 (java) S 4247 4249 3779 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 814847 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 1 0 0 0
[pid=4249/tid=4268] ppid=4247 vsize=1550228 CPUtime=0
/proc/4249/task/4268/stat : 4268 (java) S 4247 4249 3779 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 814877 1587433472 22763 4089446400 134512640 134550932 4291279376 18446744073709551615 4294960144 0 4 0 16800975 18446604453923838720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 144.36
Current children cumulated vsize (KiB) 1550228

Child status: 30
Real time (s): 141.987
CPU time (s): 144.401
CPU user time (s): 144.204
CPU system time (s): 0.19697
CPU usage (%): 101.7
Max. virtual memory (cumulated for all children) (KiB): 1556372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.204
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29561
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= 8823
involuntary context switches= 48312

runsolver used 0.246962 second user time and 0.546916 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-05 12:33:33
IDJOB=2698682
IDBENCH=78958
IDSOLVER=1211
FILE ID=node120/2698682-1278326013
PBS_JOBID= 11207456
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698682-1278326013/watcher-2698682-1278326013 -o /tmp/evaluation-result-2698682-1278326013/solver-2698682-1278326013 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698682-1278326013.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cbb94832f8cf89251c53c05bd4717107
RANDOM SEED=1173001251

node120.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.813
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.62
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.813
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
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.813
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.813
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.813
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.78
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.813
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	: 5363.42
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.813
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.76
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.813
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:     32950928 kB
MemFree:      32374100 kB
Buffers:         23092 kB
Cached:         299084 kB
SwapCached:          0 kB
Active:         236300 kB
Inactive:       241052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32374100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:      155500 kB
Mapped:          20476 kB
Slab:            35692 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1651800 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= 74204 MiB
End job on node120 at 2010-07-05 12:35:55