Trace number 3190597

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 core 2.3.0 SNAPSHOT 2011-02-06SAT 167.534 167.025

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
MD5SUMe6534afa60eb38f9c39ca12382cdd578
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3190597-1302601934.cnf
0.00/0.09	c reading problem ... 
0.05/0.11	c ... done. Wall clock time 0.021s.
0.05/0.11	c #vars     350
0.05/0.11	c #constraints  1491
0.05/0.11	c constraints type 
0.05/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
0.75/0.54	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.36/0.95	c cleaning 4247 clauses out of 8504 with flag 11001/11001
1.87/1.46	c cleaning 5626 clauses out of 11258 with flag 18002/18002
2.57/2.11	c cleaning 6809 clauses out of 13631 with flag 26001/26001
3.26/2.87	c cleaning 7905 clauses out of 15823 with flag 35002/35002
4.16/3.79	c cleaning 8954 clauses out of 17916 with flag 45000/45000
5.16/4.77	c cleaning 9476 clauses out of 18962 with flag 55000/55000
6.16/5.74	c cleaning 9741 clauses out of 19488 with flag 65002/65002
7.17/6.73	c cleaning 9867 clauses out of 19745 with flag 75000/75000
8.17/7.72	c cleaning 9936 clauses out of 19879 with flag 85001/85001
9.16/8.70	c cleaning 9966 clauses out of 19942 with flag 95000/95000
10.16/9.70	c cleaning 9982 clauses out of 19976 with flag 105000/105000
11.16/10.71	c cleaning 9991 clauses out of 19995 with flag 115001/115001
12.16/11.73	c cleaning 9994 clauses out of 20003 with flag 125000/125000
13.16/12.72	c cleaning 10003 clauses out of 20009 with flag 135000/135000
14.16/13.72	c cleaning 9999 clauses out of 20007 with flag 145001/145001
15.16/14.71	c cleaning 9996 clauses out of 20007 with flag 155000/155000
16.06/15.68	c cleaning 9998 clauses out of 20011 with flag 165000/165000
17.07/16.68	c cleaning 9999 clauses out of 20013 with flag 175000/175000
18.07/17.69	c cleaning 10001 clauses out of 20015 with flag 185001/185001
19.06/18.69	c cleaning 10003 clauses out of 20013 with flag 195000/195000
20.06/19.67	c cleaning 9996 clauses out of 20010 with flag 205000/205000
21.16/20.71	c cleaning 10004 clauses out of 20015 with flag 215001/215001
22.16/21.71	c cleaning 10000 clauses out of 20010 with flag 225000/225000
23.06/22.68	c cleaning 9990 clauses out of 20010 with flag 235000/235000
24.06/23.67	c cleaning 10005 clauses out of 20020 with flag 245000/245000
25.06/24.65	c cleaning 10004 clauses out of 20018 with flag 255003/255003
26.06/25.63	c cleaning 10001 clauses out of 20012 with flag 265001/265001
27.06/26.65	c cleaning 9999 clauses out of 20011 with flag 275001/275001
27.97/27.59	c cleaning 9997 clauses out of 20011 with flag 285000/285000
29.07/28.63	c cleaning 10004 clauses out of 20014 with flag 295000/295000
30.06/29.64	c cleaning 10002 clauses out of 20011 with flag 305001/305001
31.06/30.60	c cleaning 10001 clauses out of 20011 with flag 315003/315003
31.96/31.58	c cleaning 9996 clauses out of 20008 with flag 325001/325001
32.96/32.58	c cleaning 9997 clauses out of 20011 with flag 335000/335000
33.96/33.52	c cleaning 10002 clauses out of 20014 with flag 345000/345000
34.96/34.51	c cleaning 9997 clauses out of 20012 with flag 355000/355000
35.97/35.52	c cleaning 10002 clauses out of 20015 with flag 365000/365000
36.97/36.54	c cleaning 9996 clauses out of 20014 with flag 375001/375001
37.97/37.50	c cleaning 10005 clauses out of 20018 with flag 385001/385001
38.87/38.42	c cleaning 10005 clauses out of 20015 with flag 395003/395003
39.77/39.39	c cleaning 10001 clauses out of 20007 with flag 405000/405000
40.77/40.39	c cleaning 9994 clauses out of 20006 with flag 415000/415000
41.77/41.33	c cleaning 10004 clauses out of 20013 with flag 425001/425001
42.68/42.29	c cleaning 10000 clauses out of 20010 with flag 435002/435002
43.68/43.22	c cleaning 9998 clauses out of 20008 with flag 445000/445000
44.68/44.22	c cleaning 9998 clauses out of 20010 with flag 455000/455000
45.68/45.21	c cleaning 9997 clauses out of 20012 with flag 465000/465000
46.58/46.15	c cleaning 10001 clauses out of 20015 with flag 475000/475000
47.48/47.06	c cleaning 10000 clauses out of 20014 with flag 485000/485000
48.38/47.98	c cleaning 10003 clauses out of 20016 with flag 495002/495002
49.38/48.99	c cleaning 10003 clauses out of 20013 with flag 505002/505002
50.38/49.97	c cleaning 9996 clauses out of 20010 with flag 515002/515002
51.38/50.93	c cleaning 9994 clauses out of 20012 with flag 525000/525000
52.28/51.89	c cleaning 10004 clauses out of 20018 with flag 535000/535000
53.28/52.85	c cleaning 10006 clauses out of 20015 with flag 545001/545001
54.28/53.81	c cleaning 9998 clauses out of 20008 with flag 555000/555000
55.18/54.74	c cleaning 10000 clauses out of 20010 with flag 565000/565000
56.08/55.68	c cleaning 10000 clauses out of 20010 with flag 575000/575000
57.08/56.66	c cleaning 9998 clauses out of 20011 with flag 585001/585001
57.98/57.59	c cleaning 10003 clauses out of 20013 with flag 595001/595001
58.98/58.58	c cleaning 9997 clauses out of 20009 with flag 605000/605000
59.98/59.58	c cleaning 10003 clauses out of 20012 with flag 615000/615000
60.98/60.54	c cleaning 10000 clauses out of 20010 with flag 625001/625001
61.98/61.51	c cleaning 9995 clauses out of 20010 with flag 635001/635001
62.88/62.44	c cleaning 9995 clauses out of 20014 with flag 645000/645000
63.78/63.39	c cleaning 10005 clauses out of 20020 with flag 655001/655001
64.78/64.37	c cleaning 10004 clauses out of 20017 with flag 665003/665003
65.78/65.33	c cleaning 10005 clauses out of 20010 with flag 675000/675000
66.78/66.31	c cleaning 10001 clauses out of 20007 with flag 685002/685002
67.68/67.26	c cleaning 9998 clauses out of 20004 with flag 695000/695000
68.68/68.21	c cleaning 9999 clauses out of 20007 with flag 705001/705001
69.58/69.16	c cleaning 9997 clauses out of 20008 with flag 715001/715001
70.58/70.12	c cleaning 9997 clauses out of 20012 with flag 725002/725002
71.59/71.11	c cleaning 10003 clauses out of 20014 with flag 735001/735001
72.49/72.08	c cleaning 10000 clauses out of 20010 with flag 745000/745000
73.49/73.05	c cleaning 10004 clauses out of 20011 with flag 755001/755001
74.49/74.03	c cleaning 9999 clauses out of 20009 with flag 765003/765003
75.40/74.99	c cleaning 9996 clauses out of 20007 with flag 775000/775000
76.39/75.94	c cleaning 10000 clauses out of 20012 with flag 785001/785001
77.29/76.87	c cleaning 9999 clauses out of 20011 with flag 795000/795000
78.29/77.83	c cleaning 9997 clauses out of 20012 with flag 805000/805000
79.19/78.78	c cleaning 10000 clauses out of 20016 with flag 815001/815001
80.19/79.70	c cleaning 9993 clauses out of 20016 with flag 825001/825001
81.19/80.71	c cleaning 10007 clauses out of 20022 with flag 835000/835000
82.09/81.67	c cleaning 10000 clauses out of 20015 with flag 845000/845000
83.09/82.64	c cleaning 10001 clauses out of 20016 with flag 855001/855001
84.09/83.63	c cleaning 9999 clauses out of 20014 with flag 865000/865000
84.99/84.58	c cleaning 9999 clauses out of 20015 with flag 875000/875000
85.99/85.53	c cleaning 10005 clauses out of 20017 with flag 885001/885001
86.99/86.50	c cleaning 10002 clauses out of 20011 with flag 895000/895000
87.89/87.44	c cleaning 9994 clauses out of 20010 with flag 905001/905001
88.89/88.41	c cleaning 10001 clauses out of 20017 with flag 915002/915002
89.79/89.36	c cleaning 9998 clauses out of 20014 with flag 925000/925000
90.69/90.30	c cleaning 9996 clauses out of 20016 with flag 935000/935000
91.69/91.25	c cleaning 10002 clauses out of 20020 with flag 945000/945000
92.69/92.20	c cleaning 10002 clauses out of 20018 with flag 955000/955000
93.59/93.15	c cleaning 10001 clauses out of 20016 with flag 965000/965000
94.49/94.08	c cleaning 10002 clauses out of 20016 with flag 975001/975001
95.49/95.05	c cleaning 10002 clauses out of 20013 with flag 985000/985000
96.49/96.07	c cleaning 9996 clauses out of 20011 with flag 995000/995000
97.49/97.01	c cleaning 10003 clauses out of 20016 with flag 1005001/1005001
98.49/98.02	c cleaning 9999 clauses out of 20012 with flag 1015000/1015000
99.39/98.96	c cleaning 10003 clauses out of 20013 with flag 1025000/1025000
100.39/99.92	c cleaning 10002 clauses out of 20011 with flag 1035001/1035001
101.29/100.87	c cleaning 10001 clauses out of 20009 with flag 1045001/1045001
102.19/101.79	c cleaning 9998 clauses out of 20007 with flag 1055000/1055000
103.19/102.73	c cleaning 10000 clauses out of 20009 with flag 1065000/1065000
104.09/103.67	c cleaning 10000 clauses out of 20010 with flag 1075001/1075001
105.09/104.64	c cleaning 9996 clauses out of 20009 with flag 1085000/1085000
106.09/105.60	c cleaning 9998 clauses out of 20014 with flag 1095001/1095001
106.99/106.58	c cleaning 10001 clauses out of 20015 with flag 1105000/1105000
107.99/107.52	c cleaning 10008 clauses out of 20017 with flag 1115003/1115003
108.89/108.50	c cleaning 10000 clauses out of 20007 with flag 1125001/1125001
109.89/109.46	c cleaning 10000 clauses out of 20007 with flag 1135001/1135001
110.89/110.42	c cleaning 9998 clauses out of 20007 with flag 1145001/1145001
111.79/111.37	c cleaning 10003 clauses out of 20011 with flag 1155003/1155003
112.79/112.38	c cleaning 10000 clauses out of 20006 with flag 1165001/1165001
113.79/113.34	c cleaning 9999 clauses out of 20008 with flag 1175003/1175003
114.69/114.29	c cleaning 9995 clauses out of 20006 with flag 1185000/1185000
115.69/115.25	c cleaning 9999 clauses out of 20012 with flag 1195001/1195001
116.59/116.19	c cleaning 9997 clauses out of 20013 with flag 1205001/1205001
117.69/117.20	c cleaning 10001 clauses out of 20015 with flag 1215000/1215000
118.59/118.14	c cleaning 10002 clauses out of 20016 with flag 1225002/1225002
119.59/119.12	c cleaning 10003 clauses out of 20013 with flag 1235001/1235001
120.49/120.06	c cleaning 10002 clauses out of 20009 with flag 1245000/1245000
121.49/121.03	c cleaning 9994 clauses out of 20008 with flag 1255001/1255001
122.39/121.98	c cleaning 9997 clauses out of 20014 with flag 1265001/1265001
123.39/122.95	c cleaning 10002 clauses out of 20016 with flag 1275000/1275000
124.39/123.91	c cleaning 9999 clauses out of 20014 with flag 1285000/1285000
125.29/124.87	c cleaning 10000 clauses out of 20016 with flag 1295001/1295001
126.29/125.83	c cleaning 9996 clauses out of 20015 with flag 1305000/1305000
127.29/126.82	c cleaning 10003 clauses out of 20020 with flag 1315001/1315001
128.20/127.79	c cleaning 10000 clauses out of 20017 with flag 1325001/1325001
129.20/128.73	c cleaning 10005 clauses out of 20016 with flag 1335000/1335000
130.20/129.71	c cleaning 10001 clauses out of 20013 with flag 1345002/1345002
131.10/130.66	c cleaning 9999 clauses out of 20011 with flag 1355001/1355001
132.10/131.65	c cleaning 10003 clauses out of 20011 with flag 1365000/1365000
133.00/132.59	c cleaning 10000 clauses out of 20008 with flag 1375000/1375000
134.00/133.56	c cleaning 9996 clauses out of 20010 with flag 1385002/1385002
135.00/134.53	c cleaning 10002 clauses out of 20013 with flag 1395001/1395001
135.90/135.47	c cleaning 10002 clauses out of 20010 with flag 1405000/1405000
136.80/136.40	c cleaning 9994 clauses out of 20008 with flag 1415000/1415000
137.80/137.35	c cleaning 9998 clauses out of 20014 with flag 1425000/1425000
138.80/138.30	c cleaning 9992 clauses out of 20016 with flag 1435000/1435000
139.70/139.26	c cleaning 10006 clauses out of 20025 with flag 1445001/1445001
140.60/140.20	c cleaning 10000 clauses out of 20018 with flag 1455000/1455000
141.60/141.16	c cleaning 9999 clauses out of 20018 with flag 1465000/1465000
142.60/142.11	c cleaning 10000 clauses out of 20019 with flag 1475000/1475000
143.60/143.11	c cleaning 10002 clauses out of 20021 with flag 1485002/1485002
144.50/144.05	c cleaning 10000 clauses out of 20018 with flag 1495001/1495001
145.50/145.05	c cleaning 10002 clauses out of 20017 with flag 1505000/1505000
146.40/145.99	c cleaning 10006 clauses out of 20016 with flag 1515001/1515001
147.40/146.98	c cleaning 9997 clauses out of 20009 with flag 1525000/1525000
148.40/147.90	c cleaning 10003 clauses out of 20014 with flag 1535002/1535002
149.30/148.84	c cleaning 10001 clauses out of 20010 with flag 1545001/1545001
150.20/149.78	c cleaning 9999 clauses out of 20008 with flag 1555000/1555000
151.20/150.77	c cleaning 9999 clauses out of 20011 with flag 1565002/1565002
152.20/151.72	c cleaning 9998 clauses out of 20010 with flag 1575000/1575000
153.10/152.61	c cleaning 10000 clauses out of 20013 with flag 1585001/1585001
154.00/153.57	c cleaning 9999 clauses out of 20012 with flag 1595000/1595000
155.00/154.51	c cleaning 9995 clauses out of 20013 with flag 1605000/1605000
155.90/155.44	c cleaning 9998 clauses out of 20018 with flag 1615000/1615000
156.81/156.34	c cleaning 10007 clauses out of 20021 with flag 1625001/1625001
157.80/157.32	c cleaning 10005 clauses out of 20015 with flag 1635002/1635002
158.70/158.26	c cleaning 9995 clauses out of 20008 with flag 1645000/1645000
159.70/159.21	c cleaning 9999 clauses out of 20013 with flag 1655000/1655000
160.60/160.19	c cleaning 9996 clauses out of 20014 with flag 1665000/1665000
161.60/161.14	c cleaning 10002 clauses out of 20018 with flag 1675000/1675000
162.60/162.10	c cleaning 10002 clauses out of 20018 with flag 1685002/1685002
163.50/163.05	c cleaning 10003 clauses out of 20016 with flag 1695002/1695002
164.50/164.05	c cleaning 10001 clauses out of 20011 with flag 1705000/1705000
165.50/165.01	c cleaning 9997 clauses out of 20011 with flag 1715001/1715001
166.40/165.97	c cleaning 10000 clauses out of 20015 with flag 1725002/1725002
167.40/166.92	c cleaning 10005 clauses out of 20015 with flag 1735002/1735002
167.50/167.00	c starts		: 1478
167.50/167.00	c conflicts		: 1735995
167.50/167.00	c decisions		: 2037272
167.50/167.00	c propagations		: 93296946
167.50/167.00	c inspects		: 2553903113
167.50/167.00	c shortcuts		: 0
167.50/167.00	c learnt literals	: 0
167.50/167.00	c learnt binary clauses	: 0
167.50/167.00	c learnt ternary clauses	: 86
167.50/167.00	c learnt constraints	: 1735995
167.50/167.01	c ignored constraints	: 0
167.50/167.01	c root simplifications	: 1478
167.50/167.01	c removed literals (reason simplification)	: 11214410
167.50/167.01	c reason swapping (by a shorter reason)	: 0
167.50/167.01	c Calls to reduceDB	: 175
167.50/167.01	c speed (assignments/second)	: 559002.4266172955
167.50/167.01	c non guided choices	38
167.50/167.02	c learnt constraints type 
167.50/167.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11003
167.50/167.02	c constraints type 
167.50/167.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
167.50/167.02	s SATISFIABLE
167.50/167.02	v 1 2 -3 -4 5 -6 -7 8 -9 10 -11 -12 -13 14 -15 -16 -17 18 19 -20 -21 -22 23 -24 25 26 27 -28 29 -30 31 -32 -33 34 35 36 -37 -38 39 -40 41 42 -43 -44 45 46 47 48 -49 -50 -51 52 -53 -54 55 -56 -57 58 59 -60 -61 62 -63 -64 -65 -66 67 -68 -69 70 -71 -72 -73 -74 75 -76 -77 78 -79 80 -81 -82 83 -84 -85 86 -87 -88 -89 -90 -91 92 -93 -94 95 96 -97 98 -99 -100 -101 102 -103 104 -105 106 107 -108 -109 110 111 112 -113 114 -115 -116 -117 -118 -119 120 -121 122 123 124 125 126 127 -128 129 -130 -131 -132 -133 134 -135 136 -137 -138 -139 140 141 -142 -143 144 -145 -146 -147 148 149 150 -151 152 153 -154 155 -156 -157 -158 -159 160 -161 162 163 164 -165 166 167 -168 -169 170 171 -172 -173 174 -175 -176 177 -178 179 180 -181 -182 -183 -184 185 186 187 188 189 190 191 192 -193 -194 -195 196 -197 198 199 -200 201 -202 203 -204 205 206 207 -208 -209 210 211 212 213 214 -215 -216 -217 218 -219 220 -221 -222 223 -224 -225 -226 227 -228 229 230 -231 -232 -233 -234 -235 236 237 -238 239 240 241 -242 243 244 -245 -246 247 248 -249 -250 -251 252 253 -254 -255 256 257 -258 -259 -260 261 -262 -263 -264 -265 266 -267 268 -269 270 271 272 -273 -274 275 -276 -277 278 -279 280 -281 282 -283 284 285 -286 287 288 -289 290 -291 292 293 -294 295 296 -297 298 299 -300 301 -302 -303 -304 -305 306 307 -308 309 310 311 312 313 -314 315 -316 -317 318 319 320 321 -322 -323 -324 -325 326 327 -328 329 -330 331 332 333 -334 -335 -336 337 -338 339 -340 341 -342 343 344 -345 346 -347 -348 -349 -350 0
167.50/167.02	c Total wall clock time (in seconds) : 166.919

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190597-1302601934/watcher-3190597-1302601934 -o /tmp/evaluation-result-3190597-1302601934/solver-3190597-1302601934 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190597-1302601934.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.15 4.11 4.03 4/203 29916
/proc/meminfo: memFree=16309992/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=30540 CPUtime=0 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 1252 0 0 0 0 0 0 0 25 0 2 0 371791367 31272960 969 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 7635 969 741 9 0 386 0
[pid=29916/tid=29925] ppid=29914 vsize=30540 CPUtime=0 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 371791368 31272960 969 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228122713915 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.071257 s]
/proc/loadavg: 4.15 4.11 4.03 4/203 29916
/proc/meminfo: memFree=16309992/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7569940 CPUtime=0.05 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 9439 0 1 0 5 0 0 0 25 0 18 0 371791367 7751618560 9133 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1909137 10184 2093 9 0 1899875 0
[pid=29916/tid=29925] ppid=29914 vsize=7636548 CPUtime=0.08 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8612 0 1 0 8 0 0 0 18 0 18 0 371791368 7819825152 10184 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.224329 s]
/proc/loadavg: 4.15 4.11 4.03 4/203 29916
/proc/meminfo: memFree=16309992/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7643624 CPUtime=0.32 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 12809 0 1 0 31 1 0 0 25 0 19 0 371791367 7827070976 11776 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1910906 11776 2184 9 0 1901644 0
[pid=29916/tid=29925] ppid=29914 vsize=7643624 CPUtime=0.2 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8695 0 1 0 20 0 0 0 19 0 19 0 371791368 7827070976 11776 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505217871 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 7643624

[startup+0.30031 s]
/proc/loadavg: 4.15 4.11 4.03 4/203 29916
/proc/meminfo: memFree=16309992/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7643624 CPUtime=0.48 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 12903 0 1 0 47 1 0 0 25 0 19 0 371791367 7827070976 11870 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1910906 11870 2199 9 0 1901644 0
[pid=29916/tid=29925] ppid=29914 vsize=7643624 CPUtime=0.26 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8739 0 1 0 26 0 0 0 19 0 19 0 371791368 7827070976 11870 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505217056 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7643624

[startup+0.750277 s]
/proc/loadavg: 4.15 4.11 4.03 4/203 29916
/proc/meminfo: memFree=16309992/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7663432 CPUtime=1.21 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 20493 0 1 0 119 2 0 0 25 0 19 0 371791367 7847354368 17514 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1915858 17514 2236 9 0 1906596 0
[pid=29916/tid=29925] ppid=29914 vsize=7663432 CPUtime=0.69 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8936 0 1 0 69 0 0 0 19 0 19 0 371791368 7847354368 17514 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 7663432

[startup+1.50112 s]
/proc/loadavg: 4.15 4.11 4.03 8/262 29980
/proc/meminfo: memFree=16132848/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7663432 CPUtime=1.97 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 20998 0 1 0 195 2 0 0 25 0 19 0 371791367 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1915858 18009 2239 9 0 1906596 0
[pid=29916/tid=29925] ppid=29914 vsize=7663432 CPUtime=1.38 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8938 0 1 0 138 0 0 0 20 0 19 0 371791368 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29916/tid=29928] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7663432 CPUtime=0.03 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 452 0 0 0 3 0 0 0 15 0 19 0 371791370 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7663432 CPUtime=0.06 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 419 0 0 0 6 0 0 0 15 0 19 0 371791372 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7663432 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29949] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29949/stat : 29949 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29950] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29950/stat : 29950 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791372 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29973] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29973/stat : 29973 (java) S 29914 29916 28928 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371791378 7847354368 18009 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 7663432

[startup+3.10083 s]
/proc/loadavg: 4.15 4.11 4.03 5/262 29980
/proc/meminfo: memFree=16127268/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7663432 CPUtime=3.56 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 21207 0 1 0 354 2 0 0 25 0 19 0 371791367 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1915858 18151 2239 9 0 1906596 0
[pid=29916/tid=29925] ppid=29914 vsize=7663432 CPUtime=2.93 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8940 0 1 0 293 0 0 0 25 0 19 0 371791368 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505536034 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29916/tid=29928] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 254 0 0 0 0 0 0 0 16 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 277 0 0 0 0 0 0 0 15 0 19 0 371791369 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7663432 CPUtime=0.05 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 500 0 0 0 5 0 0 0 15 0 19 0 371791370 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7663432 CPUtime=0.08 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 494 0 0 0 8 0 0 0 15 0 19 0 371791372 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7663432 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29949] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29949/stat : 29949 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29950] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29950/stat : 29950 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791372 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29973] ppid=29914 vsize=7663432 CPUtime=0 cores=1,3
/proc/29916/task/29973/stat : 29973 (java) S 29914 29916 28928 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371791378 7847354368 18151 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 7663432

[startup+6.30125 s]
/proc/loadavg: 4.13 4.11 4.03 5/262 29980
/proc/meminfo: memFree=16134348/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7655560 CPUtime=6.76 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 21375 0 1 0 674 2 0 0 25 0 19 0 371791367 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1913890 16477 2239 9 0 1904628 0
[pid=29916/tid=29925] ppid=29914 vsize=7655560 CPUtime=6.09 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 8944 0 1 0 609 0 0 0 25 0 19 0 371791368 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505536021 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29916/tid=29928] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 277 0 0 0 0 0 0 0 15 0 19 0 371791369 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7655560 CPUtime=0.09 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 653 0 0 0 9 0 0 0 15 0 19 0 371791370 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7655560 CPUtime=0.08 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 494 0 0 0 8 0 0 0 15 0 19 0 371791372 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7655560 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7839293440 16477 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0

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

/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 258 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 26 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7655560 CPUtime=0.01 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 2 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 277 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7655560 CPUtime=2.11 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 789 0 0 0 211 0 0 0 16 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7655560 CPUtime=0.11 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 1056 0 0 0 11 0 0 0 15 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7655560 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29949] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29949/stat : 29949 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29950] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29950/stat : 29950 (java) S 29914 29916 28928 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29973] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29973/stat : 29973 (java) S 29914 29916 28928 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371791378 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 165.3
Current children cumulated vsize (KiB) 7655560

[startup+166.401 s]
/proc/loadavg: 4.13 4.11 4.04 5/262 29984
/proc/meminfo: memFree=16127268/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7655560 CPUtime=166.9 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 22276 0 1 0 16686 4 0 0 25 0 19 0 371791367 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1913890 16914 2243 9 0 1904628 0
[pid=29916/tid=29925] ppid=29914 vsize=7655560 CPUtime=163.9 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 9113 0 1 0 16390 0 0 0 25 0 19 0 371791368 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505536029 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29916/tid=29928] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 258 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 26 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 2 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 277 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7655560 CPUtime=2.13 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 789 0 0 0 213 0 0 0 16 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7655560 CPUtime=0.11 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 1056 0 0 0 11 0 0 0 15 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7655560 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29949] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29949/stat : 29949 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29950] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29950/stat : 29950 (java) S 29914 29916 28928 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29973] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29973/stat : 29973 (java) S 29914 29916 28928 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371791378 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 166.9
Current children cumulated vsize (KiB) 7655560

[startup+166.801 s]
/proc/loadavg: 4.13 4.11 4.04 5/262 29984
/proc/meminfo: memFree=16127268/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7655560 CPUtime=167.3 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 22276 0 1 0 16726 4 0 0 25 0 19 0 371791367 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1913890 16914 2243 9 0 1904628 0
[pid=29916/tid=29925] ppid=29914 vsize=7655560 CPUtime=164.3 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 9113 0 1 0 16430 0 0 0 25 0 19 0 371791368 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505535950 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29916/tid=29928] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 258 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 26 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 2 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 277 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7655560 CPUtime=2.13 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 789 0 0 0 213 0 0 0 16 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7655560 CPUtime=0.11 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 1056 0 0 0 11 0 0 0 15 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7655560 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29949] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29949/stat : 29949 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29950] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29950/stat : 29950 (java) S 29914 29916 28928 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 371791372 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29973] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29973/stat : 29973 (java) S 29914 29916 28928 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371791378 7839293440 16914 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 167.3
Current children cumulated vsize (KiB) 7655560

[startup+167.001 s]
/proc/loadavg: 4.13 4.11 4.04 5/262 29984
/proc/meminfo: memFree=16127268/32951124 swapFree=67111528/67111528
[pid=29916] ppid=29914 vsize=7655560 CPUtime=167.5 cores=1,3
/proc/29916/stat : 29916 (java) S 29914 29916 28928 0 -1 4202496 22281 0 1 0 16746 4 0 0 25 0 19 0 371791367 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29916/statm: 1913890 16918 2243 9 0 1904628 0
[pid=29916/tid=29925] ppid=29914 vsize=7655560 CPUtime=164.49 cores=1,3
/proc/29916/task/29925/stat : 29925 (java) R 29914 29916 28928 0 -1 4202560 9114 0 1 0 16449 0 0 0 25 0 19 0 371791368 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 46912505550428 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29916/tid=29928] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 28928 0 -1 4202560 258 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29929] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29929/stat : 29929 (java) S 29914 29916 28928 0 -1 4202560 26 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29930] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29930/stat : 29930 (java) S 29914 29916 28928 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29931] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29931/stat : 29931 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29932] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29932/stat : 29932 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29933] ppid=29914 vsize=7655560 CPUtime=0.03 cores=1,3
/proc/29916/task/29933/stat : 29933 (java) S 29914 29916 28928 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29934] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29934/stat : 29934 (java) S 29914 29916 28928 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29935] ppid=29914 vsize=7655560 CPUtime=0.02 cores=1,3
/proc/29916/task/29935/stat : 29935 (java) S 29914 29916 28928 0 -1 4202560 277 0 0 0 2 0 0 0 15 0 19 0 371791369 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29938] ppid=29914 vsize=7655560 CPUtime=2.15 cores=1,3
/proc/29916/task/29938/stat : 29938 (java) S 29914 29916 28928 0 -1 4202560 793 0 0 0 215 0 0 0 16 0 19 0 371791370 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 0 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29939] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29939/stat : 29939 (java) S 29914 29916 28928 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29940] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29940/stat : 29940 (java) S 29914 29916 28928 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371791370 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29946] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29946/stat : 29946 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134537649 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29947] ppid=29914 vsize=7655560 CPUtime=0.11 cores=1,3
/proc/29916/task/29947/stat : 29947 (java) S 29914 29916 28928 0 -1 4202560 1056 0 0 0 11 0 0 0 15 0 19 0 371791372 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 1 0 0 0
[pid=29916/tid=29948] ppid=29914 vsize=7655560 CPUtime=0.46 cores=1,3
/proc/29916/task/29948/stat : 29948 (java) S 29914 29916 28928 0 -1 4202560 9567 0 0 0 45 1 0 0 19 0 19 0 371791372 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29949] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29949/stat : 29949 (java) S 29914 29916 28928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371791372 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134529945 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29950] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29950/stat : 29950 (java) S 29914 29916 28928 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 371791372 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
[pid=29916/tid=29973] ppid=29914 vsize=7655560 CPUtime=0 cores=1,3
/proc/29916/task/29973/stat : 29973 (java) S 29914 29916 28928 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371791378 7839293440 16918 33554432000 1073741824 1073778376 140737001543024 18446744073709551615 228134530560 0 4 0 16800975 18446604458833345472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 167.5
Current children cumulated vsize (KiB) 7655560

Child status: 10
Real time (s): 167.025
CPU time (s): 167.534
CPU user time (s): 167.485
CPU system time (s): 0.048992
CPU usage (%): 100.304
Max. virtual memory (cumulated for all children) (KiB): 7663432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.485
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22306
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= 7707
involuntary context switches= 4544

runsolver used 0.284956 second user time and 0.641902 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-12 11:52:14
IDJOB=3190597
IDBENCH=82928
IDSOLVER=1611
FILE ID=node138/3190597-1302601934
RUNJOBID= node138-1302596724-28948
PBS_JOBID= 12958089
Free space on /tmp= 71500 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190597-1302601934/watcher-3190597-1302601934 -o /tmp/evaluation-result-3190597-1302601934/solver-3190597-1302601934 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190597-1302601934.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= e6534afa60eb38f9c39ca12382cdd578
RANDOM SEED=1334822158

node138.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.854
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.70
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.854
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.75
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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:     32951124 kB
MemFree:      16314488 kB
Buffers:        670436 kB
Cached:       15444100 kB
SwapCached:          0 kB
Active:        7651728 kB
Inactive:      8578128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16314488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             564 kB
Writeback:           0 kB
AnonPages:      115316 kB
Mapped:          22944 kB
Slab:           341636 kB
PageTables:       5068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14671564 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= 71500 MiB
End job on node138 at 2011-04-12 11:55:01