Trace number 3458129

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT3 162.566 161.325

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
MD5SUM6d677c4de75200a225209ed048e7b96e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.149976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.10	c version 2.3.1.v20110525
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.10	c java.vm.version	19.1-b02
0.02/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.10	c sun.arch.data.model	64
0.02/0.10	c java.version		1.6.0_24
0.02/0.10	c os.name		Linux
0.02/0.10	c os.version		2.6.18-164.el5
0.02/0.10	c os.arch		amd64
0.02/0.10	c Free memory 		12995394264
0.02/0.10	c Max memory 		13063553024
0.02/0.10	c Total memory 		13063553024
0.02/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3458129-1307158130.opb
0.10/0.12	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.073s.
0.10/0.19	c #vars     540
0.10/0.19	c #constraints  826
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.96/0.79	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.75/1.45	c cleaning 4250 clauses out of 8500 with flag 11000/11000
2.75/2.46	c cleaning 5625 clauses out of 11250 with flag 18000/18000
4.00/3.64	c cleaning 6813 clauses out of 13626 with flag 26001/26001
5.19/4.88	c cleaning 7896 clauses out of 15812 with flag 35000/35000
6.39/6.10	c cleaning 8955 clauses out of 17916 with flag 45000/45000
8.14/7.72	c cleaning 9480 clauses out of 18961 with flag 55000/55000
9.43/9.05	c cleaning 9735 clauses out of 19483 with flag 65002/65002
10.63/10.21	c cleaning 9867 clauses out of 19747 with flag 75001/75001
11.93/11.51	c cleaning 9933 clauses out of 19880 with flag 85001/85001
13.03/12.66	c cleaning 9965 clauses out of 19946 with flag 95000/95000
14.04/13.61	c cleaning 9986 clauses out of 19982 with flag 105001/105001
15.44/15.02	c cleaning 9997 clauses out of 19996 with flag 115001/115001
16.54/16.10	c cleaning 9996 clauses out of 19998 with flag 125000/125000
17.45/17.08	c cleaning 10000 clauses out of 20002 with flag 135000/135000
18.45/18.09	c cleaning 9992 clauses out of 20002 with flag 145000/145000
18.86/18.44	c SATISFIABLE
18.86/18.44	c OPTIMIZING...
18.86/18.44	c Got one! Elapsed wall clock time (in seconds):18.322
18.86/18.44	o 295
18.96/18.53	c cleaning 7865 clauses out of 15753 with flag 1001/150743
19.46/19.02	c cleaning 6933 clauses out of 13888 with flag 7001/156743
19.96/19.59	c cleaning 6973 clauses out of 13955 with flag 14001/163743
20.76/20.38	c cleaning 7481 clauses out of 14981 with flag 22000/171742
21.66/21.25	c cleaning 8242 clauses out of 16501 with flag 31001/180743
22.92/22.41	c cleaning 9123 clauses out of 18258 with flag 41000/190742
24.06/23.59	c cleaning 9555 clauses out of 19136 with flag 51001/200743
25.33/24.42	c cleaning 9788 clauses out of 19581 with flag 61001/210743
26.73/25.87	c cleaning 9887 clauses out of 19792 with flag 71000/220742
27.53/26.67	c cleaning 9939 clauses out of 19906 with flag 81001/230743
28.45/27.55	c cleaning 9976 clauses out of 19966 with flag 91000/240742
28.54/27.61	c Got one! Elapsed wall clock time (in seconds):27.487
28.54/27.61	o 257
28.94/28.07	c cleaning 7709 clauses out of 15450 with flag 5001/246202
29.74/28.82	c cleaning 6857 clauses out of 13741 with flag 11001/252202
30.66/29.78	c cleaning 6926 clauses out of 13884 with flag 18001/259202
31.76/30.86	c cleaning 7463 clauses out of 14957 with flag 26000/267201
32.75/31.83	c cleaning 8243 clauses out of 16494 with flag 35000/276201
33.54/32.66	c Got one! Elapsed wall clock time (in seconds):32.539
33.54/32.66	o 25
34.04/33.18	c cleaning 11458 clauses out of 22926 with flag 5003/290876
34.85/33.91	c cleaning 8722 clauses out of 17466 with flag 11001/296874
35.65/34.77	c cleaning 7864 clauses out of 15744 with flag 18001/303874
36.55/35.62	c cleaning 7934 clauses out of 15879 with flag 26000/311873
37.20/36.29	c cleaning 8457 clauses out of 16944 with flag 35000/320873
38.10/37.10	c cleaning 9232 clauses out of 18487 with flag 45000/330873
38.42/37.47	c Got one! Elapsed wall clock time (in seconds):37.353
38.42/37.47	o 3
38.50/37.56	c cleaning 7615 clauses out of 15249 with flag 1001/336867
39.00/38.04	c cleaning 6804 clauses out of 13633 with flag 7000/342866
39.70/38.71	c cleaning 6908 clauses out of 13829 with flag 14000/349866
40.41/39.46	c cleaning 7456 clauses out of 14922 with flag 22001/357867
41.21/40.24	c cleaning 8234 clauses out of 16467 with flag 31002/366868
42.41/41.44	c cleaning 9109 clauses out of 18232 with flag 41001/376867
43.62/42.61	c cleaning 9559 clauses out of 19122 with flag 51000/386866
44.82/43.85	c cleaning 9777 clauses out of 19564 with flag 61001/396867
46.22/45.23	c cleaning 9886 clauses out of 19786 with flag 71000/406866
47.13/46.16	c cleaning 9947 clauses out of 19900 with flag 81000/416866
48.23/47.26	c cleaning 9973 clauses out of 19954 with flag 91001/426867
49.52/48.51	c cleaning 9986 clauses out of 19980 with flag 101000/436866
50.83/49.81	c cleaning 9991 clauses out of 19994 with flag 111000/446866
52.03/51.06	c cleaning 10000 clauses out of 20003 with flag 121000/456866
53.33/52.30	c cleaning 9995 clauses out of 20003 with flag 131000/466866
54.34/53.36	c cleaning 9997 clauses out of 20009 with flag 141001/476867
55.34/54.36	c cleaning 9996 clauses out of 20011 with flag 151000/486866
56.24/55.26	c cleaning 10005 clauses out of 20016 with flag 161001/496867
57.55/56.57	c cleaning 10003 clauses out of 20011 with flag 171001/506867
58.85/57.89	c cleaning 9999 clauses out of 20007 with flag 181000/516866
60.06/59.08	c cleaning 10003 clauses out of 20009 with flag 191001/526867
61.36/60.33	c cleaning 10002 clauses out of 20006 with flag 201001/536867
62.16/61.16	c cleaning 9982 clauses out of 20004 with flag 211001/546867
62.96/61.95	c cleaning 9998 clauses out of 20022 with flag 221001/556867
63.67/62.65	c cleaning 10006 clauses out of 20023 with flag 231000/566866
64.36/63.31	c cleaning 9999 clauses out of 20017 with flag 241000/576866
64.96/63.98	c cleaning 9999 clauses out of 20019 with flag 251001/586867
65.77/64.81	c cleaning 10001 clauses out of 20021 with flag 261002/596868
66.58/65.55	c cleaning 10003 clauses out of 20018 with flag 271000/606866
67.69/66.69	c cleaning 9993 clauses out of 20016 with flag 281001/616867
68.89/67.86	c cleaning 10007 clauses out of 20022 with flag 291000/626866
69.99/68.91	c cleaning 9999 clauses out of 20016 with flag 301001/636867
70.80/69.71	c cleaning 10003 clauses out of 20016 with flag 311000/646866
71.90/70.88	c cleaning 9997 clauses out of 20013 with flag 321000/656866
72.90/71.84	c cleaning 10001 clauses out of 20016 with flag 331000/666866
74.11/73.02	c cleaning 10003 clauses out of 20015 with flag 341000/676866
75.31/74.20	c cleaning 10001 clauses out of 20012 with flag 351000/686866
76.52/75.46	c cleaning 10001 clauses out of 20011 with flag 361000/696866
77.42/76.33	c cleaning 9991 clauses out of 20010 with flag 371000/706866
78.22/77.19	c cleaning 9997 clauses out of 20019 with flag 381000/716866
79.24/78.18	c cleaning 9997 clauses out of 20022 with flag 391000/726866
80.34/79.23	c cleaning 9998 clauses out of 20025 with flag 401000/736866
81.52/80.45	c cleaning 10004 clauses out of 20026 with flag 411000/746866
82.55/81.48	c cleaning 10003 clauses out of 20023 with flag 421001/756867
83.65/82.54	c cleaning 9997 clauses out of 20020 with flag 431001/766867
84.53/83.45	c cleaning 10005 clauses out of 20023 with flag 441001/776867
85.43/84.32	c cleaning 10002 clauses out of 20019 with flag 451002/786868
86.33/85.28	c cleaning 10002 clauses out of 20015 with flag 461000/796866
87.24/86.14	c cleaning 10003 clauses out of 20014 with flag 471001/806867
88.24/87.15	c cleaning 10003 clauses out of 20011 with flag 481001/816867
89.24/88.17	c cleaning 9998 clauses out of 20007 with flag 491000/826866
90.16/89.11	c cleaning 10002 clauses out of 20009 with flag 501000/836866
91.05/89.99	c cleaning 9998 clauses out of 20009 with flag 511002/846868
91.95/90.86	c cleaning 9996 clauses out of 20010 with flag 521001/856867
92.95/91.82	c cleaning 9998 clauses out of 20014 with flag 531001/866867
93.95/92.82	c cleaning 10001 clauses out of 20017 with flag 541002/876868
94.86/93.79	c cleaning 10000 clauses out of 20013 with flag 551001/886867
95.78/94.67	c cleaning 9997 clauses out of 20012 with flag 561000/896866
96.56/95.45	c cleaning 9999 clauses out of 20015 with flag 571000/906866
97.46/96.33	c cleaning 10002 clauses out of 20018 with flag 581002/916868
98.26/97.11	c cleaning 9997 clauses out of 20014 with flag 591000/926866
98.97/97.90	c cleaning 9999 clauses out of 20017 with flag 601000/936866
99.86/98.78	c cleaning 10000 clauses out of 20018 with flag 611000/946866
100.86/99.70	c cleaning 9999 clauses out of 20019 with flag 621001/956867
101.76/100.63	c cleaning 10001 clauses out of 20020 with flag 631001/966867
102.57/101.47	c cleaning 9998 clauses out of 20018 with flag 641000/976866
103.57/102.41	c cleaning 10008 clauses out of 20020 with flag 651000/986866
104.67/103.54	c cleaning 10004 clauses out of 20013 with flag 661001/996867
105.69/104.56	c cleaning 9996 clauses out of 20009 with flag 671001/1006867
106.79/105.65	c cleaning 10001 clauses out of 20015 with flag 681003/1016869
107.67/106.61	c cleaning 9997 clauses out of 20011 with flag 691000/1026866
108.77/107.65	c cleaning 10001 clauses out of 20015 with flag 701001/1036867
109.87/108.74	c cleaning 10000 clauses out of 20013 with flag 711000/1046866
110.87/109.79	c cleaning 9999 clauses out of 20014 with flag 721001/1056867
112.07/110.90	c cleaning 10005 clauses out of 20015 with flag 731001/1066867
113.17/112.02	c cleaning 10000 clauses out of 20009 with flag 741000/1076866
114.17/113.02	c cleaning 10000 clauses out of 20010 with flag 751001/1086867
115.18/114.07	c cleaning 9998 clauses out of 20009 with flag 761000/1096866
116.18/115.03	c cleaning 10000 clauses out of 20011 with flag 771000/1106866
117.18/116.09	c cleaning 9997 clauses out of 20011 with flag 781000/1116866
118.28/117.18	c cleaning 10003 clauses out of 20015 with flag 791001/1126867
119.38/118.25	c cleaning 9999 clauses out of 20012 with flag 801001/1136867
120.48/119.32	c cleaning 10002 clauses out of 20013 with flag 811001/1146867
121.38/120.25	c cleaning 10001 clauses out of 20012 with flag 821002/1156868
122.38/121.20	c cleaning 10001 clauses out of 20009 with flag 831000/1166866
123.38/122.20	c cleaning 9998 clauses out of 20009 with flag 841001/1176867
124.08/122.93	c cleaning 9992 clauses out of 20012 with flag 851002/1186868
124.68/123.59	c cleaning 9994 clauses out of 20018 with flag 861000/1196866
125.40/124.30	c cleaning 9995 clauses out of 20025 with flag 871001/1206867
126.09/124.98	c cleaning 10001 clauses out of 20029 with flag 881000/1216866
126.78/125.67	c cleaning 10008 clauses out of 20029 with flag 891001/1226867
127.49/126.39	c cleaning 10002 clauses out of 20020 with flag 901000/1236866
128.29/127.10	c cleaning 10001 clauses out of 20019 with flag 911001/1246867
128.99/127.82	c cleaning 10001 clauses out of 20018 with flag 921001/1256867
129.90/128.77	c cleaning 10000 clauses out of 20016 with flag 931000/1266866
130.69/129.57	c cleaning 10004 clauses out of 20017 with flag 941001/1276867
131.69/130.55	c cleaning 10004 clauses out of 20013 with flag 951001/1286867
132.69/131.56	c cleaning 10001 clauses out of 20008 with flag 961000/1296866
133.69/132.54	c cleaning 9999 clauses out of 20006 with flag 971000/1306866
134.39/133.25	c cleaning 9998 clauses out of 20008 with flag 981001/1316867
135.09/133.97	c cleaning 9999 clauses out of 20009 with flag 991000/1326866
135.89/134.74	c cleaning 9998 clauses out of 20010 with flag 1001000/1336866
136.59/135.46	c cleaning 10000 clauses out of 20012 with flag 1011000/1346866
137.30/136.14	c cleaning 9999 clauses out of 20012 with flag 1021000/1356866
138.00/136.80	c cleaning 10002 clauses out of 20013 with flag 1031000/1366866
138.80/137.67	c cleaning 9999 clauses out of 20011 with flag 1041000/1376866
139.50/138.37	c cleaning 10001 clauses out of 20014 with flag 1051002/1386868
140.40/139.22	c cleaning 10000 clauses out of 20011 with flag 1061000/1396866
141.20/140.09	c cleaning 9998 clauses out of 20012 with flag 1071001/1406867
142.20/141.00	c cleaning 10001 clauses out of 20014 with flag 1081001/1416867
143.02/141.88	c cleaning 10001 clauses out of 20013 with flag 1091001/1426867
143.91/142.71	c cleaning 10001 clauses out of 20012 with flag 1101001/1436867
144.81/143.63	c cleaning 10001 clauses out of 20010 with flag 1111000/1446866
145.81/144.66	c cleaning 10003 clauses out of 20009 with flag 1121000/1456866
147.01/145.81	c cleaning 9999 clauses out of 20006 with flag 1131000/1466866
148.12/146.98	c cleaning 9999 clauses out of 20007 with flag 1141000/1476866
149.22/148.03	c cleaning 10000 clauses out of 20008 with flag 1151000/1486866
150.22/149.04	c cleaning 10002 clauses out of 20009 with flag 1161001/1496867
151.22/150.01	c cleaning 10002 clauses out of 20007 with flag 1171001/1506867
152.12/150.97	c cleaning 10000 clauses out of 20005 with flag 1181001/1516867
153.22/152.01	c cleaning 9997 clauses out of 20006 with flag 1191002/1526868
154.15/152.99	c cleaning 10002 clauses out of 20008 with flag 1201001/1536867
155.14/153.97	c cleaning 10000 clauses out of 20006 with flag 1211001/1546867
156.13/154.98	c cleaning 9998 clauses out of 20006 with flag 1221001/1556867
157.13/155.98	c cleaning 9999 clauses out of 20008 with flag 1231001/1566867
158.13/156.98	c cleaning 10000 clauses out of 20009 with flag 1241001/1576867
159.23/158.00	c cleaning 10001 clauses out of 20010 with flag 1251002/1586868
160.13/158.97	c cleaning 9999 clauses out of 20008 with flag 1261001/1596867
161.23/160.02	c cleaning 10001 clauses out of 20009 with flag 1271001/1606867
162.23/161.04	c cleaning 10002 clauses out of 20006 with flag 1281000/1616866
162.54/161.31	c starts		: 211
162.54/161.31	c conflicts		: 1619603
162.54/161.31	c decisions		: 1657163
162.54/161.31	c propagations		: 36268975
162.54/161.31	c inspects		: 1163584121
162.54/161.31	c shortcuts		: 0
162.54/161.31	c learnt literals	: 20
162.54/161.31	c learnt binary clauses	: 82
162.54/161.31	c learnt ternary clauses	: 251
162.54/161.31	c learnt constraints	: 1619582
162.54/161.31	c ignored constraints	: 0
162.54/161.31	c root simplifications	: 0
162.54/161.31	c removed literals (reason simplification)	: 69113124
162.54/161.31	c reason swapping (by a shorter reason)	: 0
162.54/161.31	c Calls to reduceDB	: 168
162.54/161.31	c number of reductions to clauses (during analyze)	: 0
162.54/161.31	c number of learned constraints concerned by reduction	: 0
162.54/161.31	c number of learning phase by resolution	: 0
162.54/161.31	c number of learning phase by cutting planes	: 0
162.54/161.31	c speed (assignments/second)	: 292864.90043765446
162.54/161.31	c non guided choices	4303
162.54/161.31	c learnt constraints type 
162.54/161.31	c constraints type 
162.54/161.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
162.54/161.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
162.54/161.31	s OPTIMUM FOUND
162.54/161.31	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 
162.54/161.31	c objective function=3
162.54/161.31	c Total wall clock time (in seconds): 161.196

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458129-1307158130/watcher-3458129-1307158130 -o /tmp/evaluation-result-3458129-1307158130/solver-3458129-1307158130 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458129-1307158130.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.08 2.02 2/533 15323
/proc/meminfo: memFree=23039604/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 4031 0 1 0 0 0 0 0 25 0 2 0 906043698 13850947584 3733 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3381579 3747 917 9 0 3372735 0
[pid=15323/tid=15324] ppid=15321 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 7531 0 1 0 0 0 0 0 25 0 2 0 906043699 13850947584 8347 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0361 s]
/proc/loadavg: 2.16 2.08 2.02 2/533 15323
/proc/meminfo: memFree=23039604/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 13318 0 1 0 1 1 0 0 25 0 10 0 906043698 13861900288 13017 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3384253 13019 1515 9 0 3375001 0
[pid=15323/tid=15324] ppid=15321 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 12202 0 1 0 1 1 0 0 25 0 10 0 906043699 13861900288 13023 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256415052485 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.106101 s]
/proc/loadavg: 2.16 2.08 2.02 2/533 15323
/proc/meminfo: memFree=23039604/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13556952 CPUtime=0.1 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 15481 0 1 0 8 2 0 0 25 0 18 0 906043698 13882318848 15178 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3389238 15179 2093 9 0 3379972 0
[pid=15323/tid=15324] ppid=15321 vsize=13556952 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 13551 0 1 0 7 2 0 0 25 0 18 0 906043699 13882318848 15179 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 47521992238133 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13556952

[startup+0.30098 s]
/proc/loadavg: 2.16 2.08 2.02 2/533 15323
/proc/meminfo: memFree=23039604/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13626256 CPUtime=0.51 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 18819 0 1 0 48 3 0 0 25 0 19 0 906043698 13953286144 17375 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3406564 17375 2215 9 0 3397298 0
[pid=15323/tid=15324] ppid=15321 vsize=13626256 CPUtime=0.28 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14251 0 1 0 26 2 0 0 19 0 19 0 906043699 13953286144 17375 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505613063 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13626256

[startup+0.700982 s]
/proc/loadavg: 2.16 2.08 2.02 2/533 15323
/proc/meminfo: memFree=23039604/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13626256 CPUtime=0.96 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 19348 0 1 0 93 3 0 0 25 0 19 0 906043698 13953286144 17829 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3406564 17829 2216 9 0 3397298 0
[pid=15323/tid=15324] ppid=15321 vsize=13626256 CPUtime=0.68 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14695 0 1 0 66 2 0 0 19 0 19 0 906043699 13953286144 17829 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505540744 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13626256

[startup+1.50083 s]
/proc/loadavg: 2.16 2.08 2.02 3/552 15342
/proc/meminfo: memFree=22972004/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13626420 CPUtime=1.85 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 20973 0 1 0 182 3 0 0 25 0 19 0 906043698 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3406605 19442 2248 9 0 3397339 0
[pid=15323/tid=15324] ppid=15321 vsize=13626420 CPUtime=1.44 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14747 0 1 0 142 2 0 0 20 0 19 0 906043699 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505540769 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 256 0 0 0 0 0 0 0 16 0 19 0 906043701 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13626420 CPUtime=0.02 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 707 0 0 0 2 0 0 0 16 0 19 0 906043702 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13626420 CPUtime=0.18 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 1486 0 0 0 18 0 0 0 15 0 19 0 906043705 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13626420 CPUtime=0.17 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 2078 0 0 0 17 0 0 0 15 0 19 0 906043705 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15340] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15340/stat : 15340 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15341] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15341/stat : 15341 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906043705 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15342] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15342/stat : 15342 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906043718 13953454080 19442 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13626420

[startup+3.10152 s]
/proc/loadavg: 2.15 2.08 2.02 3/552 15342
/proc/meminfo: memFree=22968404/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13626420 CPUtime=3.46 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 21221 0 1 0 343 3 0 0 25 0 19 0 906043698 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3406605 19689 2248 9 0 3397339 0
[pid=15323/tid=15324] ppid=15321 vsize=13626420 CPUtime=3.03 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14748 0 1 0 301 2 0 0 25 0 19 0 906043699 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505584662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13626420 CPUtime=0.04 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 942 0 0 0 4 0 0 0 16 0 19 0 906043702 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13626420 CPUtime=0.18 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 1487 0 0 0 18 0 0 0 15 0 19 0 906043705 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13626420 CPUtime=0.17 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 2079 0 0 0 17 0 0 0 15 0 19 0 906043705 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15340] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15340/stat : 15340 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15341] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15341/stat : 15341 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906043705 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15342] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15342/stat : 15342 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906043718 13953454080 19689 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 13626420

[startup+6.30091 s]
/proc/loadavg: 2.15 2.08 2.02 3/552 15342
/proc/meminfo: memFree=22966272/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13626420 CPUtime=6.71 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 22120 0 1 0 668 3 0 0 25 0 19 0 906043698 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3406605 20294 2250 9 0 3397339 0
[pid=15323/tid=15324] ppid=15321 vsize=13626420 CPUtime=6.17 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14752 0 1 0 615 2 0 0 25 0 19 0 906043699 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505603840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 19 0 906043701 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13626420 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 1407 0 0 0 9 0 0 0 16 0 19 0 906043702 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13626420 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13626420 CPUtime=0.18 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 1487 0 0 0 18 0 0 0 15 0 19 0 906043705 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13626420 CPUtime=0.22 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 2097 0 0 0 22 0 0 0 15 0 19 0 906043705 13953454080 20294 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0

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

/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 335 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 162 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 218 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 133 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 114 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 363 0 0 0 7 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13631328 CPUtime=3.67 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 4069 0 0 0 365 2 0 0 15 0 19 0 906043702 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13631328 CPUtime=0.27 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 2321 0 0 0 27 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13631328 CPUtime=0.68 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 9084 0 0 0 67 1 0 0 16 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15340] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15340/stat : 15340 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15341] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15341/stat : 15341 (java) S 15321 15323 10738 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15342] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15342/stat : 15342 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906043718 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 13631328

[startup+160.702 s]
/proc/loadavg: 2.09 2.08 2.02 3/552 15714
/proc/meminfo: memFree=22958860/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13631328 CPUtime=161.93 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 33276 0 1 0 16185 8 0 0 25 0 19 0 906043698 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3407832 24721 2251 9 0 3398566 0
[pid=15323/tid=15324] ppid=15321 vsize=13631328 CPUtime=156.56 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14927 0 1 0 15653 3 0 0 25 0 19 0 906043699 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505584576 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 335 0 0 0 8 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 162 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 218 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 133 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 114 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 363 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13631328 CPUtime=3.69 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 4069 0 0 0 367 2 0 0 15 0 19 0 906043702 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13631328 CPUtime=0.27 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 2321 0 0 0 27 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13631328 CPUtime=0.68 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 9084 0 0 0 67 1 0 0 16 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15340] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15340/stat : 15340 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15341] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15341/stat : 15341 (java) S 15321 15323 10738 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15342] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15342/stat : 15342 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906043718 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 13631328

[startup+161.102 s]
/proc/loadavg: 2.09 2.08 2.02 3/552 15714
/proc/meminfo: memFree=22958860/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13631328 CPUtime=162.34 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 33279 0 1 0 16226 8 0 0 25 0 19 0 906043698 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3407832 24721 2251 9 0 3398566 0
[pid=15323/tid=15324] ppid=15321 vsize=13631328 CPUtime=156.93 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14928 0 1 0 15690 3 0 0 25 0 19 0 906043699 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505649433 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 335 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 162 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 218 0 0 0 9 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 133 0 0 0 9 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 114 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 363 0 0 0 7 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13631328 CPUtime=3.72 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 4071 0 0 0 370 2 0 0 15 0 19 0 906043702 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13631328 CPUtime=0.27 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 2321 0 0 0 27 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13631328 CPUtime=0.68 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 9084 0 0 0 67 1 0 0 16 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15340] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15340/stat : 15340 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15341] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15341/stat : 15341 (java) S 15321 15323 10738 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15342] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15342/stat : 15342 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906043718 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 13631328

[startup+161.301 s]
/proc/loadavg: 2.09 2.08 2.02 3/552 15714
/proc/meminfo: memFree=22958860/32950928 swapFree=58671692/67111528
[pid=15323] ppid=15321 vsize=13631328 CPUtime=162.54 cores=0,2,4,6
/proc/15323/stat : 15323 (java) S 15321 15323 10738 0 -1 4202496 33279 0 1 0 16246 8 0 0 25 0 19 0 906043698 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 3407832 24721 2251 9 0 3398566 0
[pid=15323/tid=15324] ppid=15321 vsize=13631328 CPUtime=157.13 cores=0,2,4,6
/proc/15323/task/15324/stat : 15324 (java) R 15321 15323 10738 0 -1 4202560 14928 0 1 0 15710 3 0 0 25 0 19 0 906043699 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 46912505531391 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 10738 0 -1 4202560 335 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 10738 0 -1 4202560 216 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=13631328 CPUtime=0.08 cores=0,2,4,6
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 10738 0 -1 4202560 162 0 0 0 8 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 10738 0 -1 4202560 218 0 0 0 9 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 10738 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=13631328 CPUtime=0.09 cores=0,2,4,6
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 10738 0 -1 4202560 133 0 0 0 9 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 10738 0 -1 4202560 114 0 0 0 7 0 0 0 15 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=13631328 CPUtime=0.07 cores=0,2,4,6
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 10738 0 -1 4202560 363 0 0 0 7 0 0 0 16 0 19 0 906043701 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=13631328 CPUtime=3.72 cores=0,2,4,6
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 10738 0 -1 4202560 4071 0 0 0 370 2 0 0 15 0 19 0 906043702 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 0 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 10738 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 10738 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906043703 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 0 0 0 0
[pid=15323/tid=15337] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15337/stat : 15337 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427215281 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15338] ppid=15321 vsize=13631328 CPUtime=0.27 cores=0,2,4,6
/proc/15323/task/15338/stat : 15338 (java) S 15321 15323 10738 0 -1 4202560 2321 0 0 0 27 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15339] ppid=15321 vsize=13631328 CPUtime=0.68 cores=0,2,4,6
/proc/15323/task/15339/stat : 15339 (java) S 15321 15323 10738 0 -1 4202560 9084 0 0 0 67 1 0 0 16 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 4 0 0 0
[pid=15323/tid=15340] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15340/stat : 15340 (java) S 15321 15323 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427207577 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
[pid=15323/tid=15341] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15341/stat : 15341 (java) S 15321 15323 10738 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906043705 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 2 0 0 0
[pid=15323/tid=15342] ppid=15321 vsize=13631328 CPUtime=0 cores=0,2,4,6
/proc/15323/task/15342/stat : 15342 (java) S 15321 15323 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906043718 13958479872 24721 33554432000 1073741824 1073778376 140735104411952 18446744073709551615 256427208192 0 4 0 16800975 18446604451522837568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.54
Current children cumulated vsize (KiB) 13631328

Child status: 30
Real time (s): 161.325
CPU time (s): 162.566
CPU user time (s): 162.476
CPU system time (s): 0.089986
CPU usage (%): 100.77
Max. virtual memory (cumulated for all children) (KiB): 13646556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.476
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33306
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= 7998
involuntary context switches= 5162

runsolver used 0.926859 second user time and 1.88071 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 05:28:50
IDJOB=3458129
IDBENCH=47949
IDSOLVER=1952
FILE ID=node115/3458129-1307158130
RUNJOBID= node115-1307156270-14440
PBS_JOBID= 13508801
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458129-1307158130/watcher-3458129-1307158130 -o /tmp/evaluation-result-3458129-1307158130/solver-3458129-1307158130 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458129-1307158130.opb

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

MD5SUM BENCH= 6d677c4de75200a225209ed048e7b96e
RANDOM SEED=824523671

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23039744 kB
Buffers:        177196 kB
Cached:         304296 kB
SwapCached:      65796 kB
Active:        1169784 kB
Inactive:      8499072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23039744 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             904 kB
Writeback:           0 kB
AnonPages:     9125604 kB
Mapped:          35752 kB
Slab:            96932 kB
PageTables:      75956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165265540 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= 73840 MiB
End job on node115 at 2011-06-04 05:31:32