Trace number 3731248

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
PB11: Sat4j Res//CP 2.3.0OPT30 189.068 99.3201

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark8.29974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No 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-3731248-1338680511.opb
0.10/0.12	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.06s.
0.10/0.18	c #vars     45
0.10/0.18	c #constraints  331
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.10/0.18	c  And the winner is CuttingPlanes
0.22/0.68	c SATISFIABLE
0.22/0.68	c OPTIMIZING...
0.22/0.68	c Got one! Elapsed wall clock time (in seconds):0.562
0.22/0.68	o 33
0.22/0.69	c  And the winner is Resolution
0.22/1.18	c Got one! Elapsed wall clock time (in seconds):1.064
0.22/1.18	o 32
0.26/1.21	c  And the winner is Resolution
0.41/1.68	c Got one! Elapsed wall clock time (in seconds):1.565
0.41/1.68	o 31
1.26/1.98	c cleaning 2571 clauses out of 5142 with flag 5001/5142
2.05/2.13	c  And the winner is Resolution
2.05/2.18	c Got one! Elapsed wall clock time (in seconds):2.066
2.05/2.18	o 30
2.35/2.26	c cleaning 4143 clauses out of 8288 with flag 2000/10859
2.94/2.47	c cleaning 5072 clauses out of 10146 with flag 8001/16860
3.58/2.72	c cleaning 6035 clauses out of 12073 with flag 15000/23859
4.21/3.04	c cleaning 7019 clauses out of 14038 with flag 23000/31859
5.10/3.47	c cleaning 8008 clauses out of 16019 with flag 32000/40859
6.08/3.95	c cleaning 9002 clauses out of 18011 with flag 42000/50859
7.07/4.42	c cleaning 9504 clauses out of 19010 with flag 52001/60860
8.03/4.92	c cleaning 9751 clauses out of 19505 with flag 62000/70859
9.02/5.43	c cleaning 9875 clauses out of 19754 with flag 72000/80859
10.00/5.92	c cleaning 9940 clauses out of 19880 with flag 82001/90860
10.97/6.46	c cleaning 9965 clauses out of 19939 with flag 92000/100859
12.14/7.05	c cleaning 9985 clauses out of 19974 with flag 102000/110859
13.13/7.58	c cleaning 9993 clauses out of 19989 with flag 112000/120859
14.31/8.12	c cleaning 9992 clauses out of 19996 with flag 122000/130859
15.50/8.70	c cleaning 9996 clauses out of 20004 with flag 132000/140859
16.74/9.31	c cleaning 10004 clauses out of 20009 with flag 142001/150860
17.76/9.85	c cleaning 10000 clauses out of 20005 with flag 152001/160860
18.93/10.44	c cleaning 9999 clauses out of 20004 with flag 162000/170859
19.91/10.96	c cleaning 10001 clauses out of 20005 with flag 172000/180859
20.86/11.47	c cleaning 10001 clauses out of 20004 with flag 182000/190859
21.83/11.97	c cleaning 10000 clauses out of 20003 with flag 192000/200859
23.00/12.51	c cleaning 9993 clauses out of 20004 with flag 202001/210860
23.97/13.09	c cleaning 10004 clauses out of 20010 with flag 212000/220859
25.14/13.68	c cleaning 10003 clauses out of 20006 with flag 222000/230859
26.32/14.22	c cleaning 9998 clauses out of 20003 with flag 232000/240859
27.27/14.75	c cleaning 10001 clauses out of 20005 with flag 242000/250859
28.45/15.33	c cleaning 9993 clauses out of 20005 with flag 252001/260860
29.40/15.84	c cleaning 10000 clauses out of 20012 with flag 262001/270860
30.36/16.36	c cleaning 10001 clauses out of 20011 with flag 272000/280859
31.34/16.88	c cleaning 10000 clauses out of 20010 with flag 282000/290859
31.71/17.07	c cleaning 0 clauses out of 5628 with flag 0/5630
32.96/17.53	c cleaning 9999 clauses out of 20010 with flag 292000/300859
34.25/18.13	c cleaning 10001 clauses out of 20011 with flag 302000/310859
35.22/18.67	c cleaning 9997 clauses out of 20010 with flag 312000/320859
36.58/19.31	c cleaning 10005 clauses out of 20015 with flag 322002/330861
37.73/19.90	c cleaning 10004 clauses out of 20009 with flag 332001/340860
38.69/20.48	c cleaning 9999 clauses out of 20004 with flag 342000/350859
39.86/21.09	c cleaning 10002 clauses out of 20006 with flag 352001/360860
41.22/21.70	c cleaning 10000 clauses out of 20003 with flag 362000/370859
42.38/22.34	c cleaning 10001 clauses out of 20003 with flag 372000/380859
43.75/23.01	c cleaning 9993 clauses out of 20002 with flag 382000/390859
44.71/23.58	c cleaning 9998 clauses out of 20010 with flag 392001/400860
45.89/24.19	c cleaning 10006 clauses out of 20011 with flag 402000/410859
47.02/24.79	c cleaning 10000 clauses out of 20006 with flag 412001/420860
48.38/25.41	c cleaning 9993 clauses out of 20005 with flag 422000/430859
49.54/26.07	c cleaning 10007 clauses out of 20013 with flag 432001/440860
50.72/26.66	c cleaning 10000 clauses out of 20005 with flag 442000/450859
51.87/27.29	c cleaning 9998 clauses out of 20005 with flag 452000/460859
53.24/27.90	c cleaning 9998 clauses out of 20008 with flag 462001/470860
54.20/28.47	c cleaning 10000 clauses out of 20009 with flag 472000/480859
55.36/29.08	c cleaning 10000 clauses out of 20009 with flag 482000/490859
56.72/29.71	c cleaning 9999 clauses out of 20009 with flag 492000/500859
57.87/30.34	c cleaning 10003 clauses out of 20010 with flag 502000/510859
59.03/30.93	c cleaning 10003 clauses out of 20007 with flag 512000/520859
60.19/31.53	c cleaning 9996 clauses out of 20004 with flag 522000/530859
61.34/32.12	c cleaning 9997 clauses out of 20009 with flag 532001/540860
62.30/32.69	c cleaning 10002 clauses out of 20012 with flag 542001/550860
63.46/33.27	c cleaning 10002 clauses out of 20010 with flag 552001/560860
64.61/33.86	c cleaning 9999 clauses out of 20007 with flag 562000/570859
65.76/34.43	c cleaning 9992 clauses out of 20008 with flag 572000/580859
66.72/34.99	c cleaning 9999 clauses out of 20016 with flag 582000/590859
67.88/35.50	c cleaning 10008 clauses out of 20018 with flag 592001/600860
68.84/36.02	c cleaning 10001 clauses out of 20010 with flag 602001/610860
69.78/36.59	c cleaning 10004 clauses out of 20008 with flag 612000/620859
70.94/37.13	c cleaning 9999 clauses out of 20005 with flag 622001/630860
72.10/37.70	c cleaning 9997 clauses out of 20006 with flag 632001/640860
73.06/38.22	c cleaning 9998 clauses out of 20008 with flag 642000/650859
74.00/38.77	c cleaning 10002 clauses out of 20010 with flag 652000/660859
75.16/39.32	c cleaning 10003 clauses out of 20009 with flag 662001/670860
76.13/39.84	c cleaning 10001 clauses out of 20005 with flag 672000/680859
77.09/40.39	c cleaning 9998 clauses out of 20004 with flag 682000/690859
78.23/40.97	c cleaning 9992 clauses out of 20006 with flag 692000/700859
79.38/41.53	c cleaning 10002 clauses out of 20015 with flag 702001/710860
80.34/42.06	c cleaning 10004 clauses out of 20013 with flag 712001/720860
81.50/42.62	c cleaning 9999 clauses out of 20009 with flag 722001/730860
82.66/43.22	c cleaning 10006 clauses out of 20011 with flag 732002/740861
83.62/43.77	c cleaning 10002 clauses out of 20004 with flag 742001/750860
84.79/44.35	c cleaning 9994 clauses out of 20002 with flag 752001/760860
85.95/44.92	c cleaning 10003 clauses out of 20008 with flag 762001/770860
87.12/45.50	c cleaning 9996 clauses out of 20004 with flag 772000/780859
88.07/46.05	c cleaning 9999 clauses out of 20008 with flag 782000/790859
89.23/46.63	c cleaning 10002 clauses out of 20010 with flag 792001/800860
90.19/47.20	c cleaning 10003 clauses out of 20008 with flag 802001/810860
91.33/47.77	c cleaning 9998 clauses out of 20004 with flag 812000/820859
92.50/48.35	c cleaning 9996 clauses out of 20007 with flag 822001/830860
93.64/48.91	c cleaning 10001 clauses out of 20010 with flag 832000/840859
94.82/49.53	c cleaning 10003 clauses out of 20009 with flag 842000/850859
95.94/50.17	c cleaning 10001 clauses out of 20006 with flag 852000/860859
97.11/50.79	c cleaning 9995 clauses out of 20006 with flag 862001/870860
98.28/51.39	c cleaning 10002 clauses out of 20011 with flag 872001/880860
99.42/51.97	c cleaning 9992 clauses out of 20008 with flag 882000/890859
100.56/52.57	c cleaning 10007 clauses out of 20016 with flag 892000/900859
101.72/53.11	c cleaning 9999 clauses out of 20010 with flag 902001/910860
102.87/53.70	c cleaning 10002 clauses out of 20011 with flag 912001/920860
104.04/54.34	c cleaning 10000 clauses out of 20009 with flag 922001/930860
105.19/54.96	c cleaning 10003 clauses out of 20009 with flag 932001/940860
106.33/55.54	c cleaning 10001 clauses out of 20006 with flag 942001/950860
107.31/56.09	c cleaning 9996 clauses out of 20004 with flag 952000/960859
108.45/56.62	c cleaning 9995 clauses out of 20008 with flag 962000/970859
109.60/57.24	c cleaning 10004 clauses out of 20013 with flag 972000/980859
110.74/57.85	c cleaning 10004 clauses out of 20010 with flag 982001/990860
111.90/58.43	c cleaning 9997 clauses out of 20006 with flag 992001/1000860
113.05/59.04	c cleaning 10002 clauses out of 20008 with flag 1002000/1010859
114.19/59.64	c cleaning 10001 clauses out of 20007 with flag 1012001/1020860
115.34/60.24	c cleaning 9996 clauses out of 20007 with flag 1022002/1030861
116.49/60.83	c cleaning 10000 clauses out of 20011 with flag 1032002/1040861
117.64/61.47	c cleaning 10002 clauses out of 20010 with flag 1042001/1050860
118.98/62.12	c cleaning 10001 clauses out of 20007 with flag 1052000/1060859
120.14/62.74	c cleaning 9996 clauses out of 20006 with flag 1062000/1070859
121.28/63.35	c cleaning 9999 clauses out of 20010 with flag 1072000/1080859
122.44/63.98	c cleaning 10002 clauses out of 20011 with flag 1082000/1090859
123.79/64.62	c cleaning 10005 clauses out of 20010 with flag 1092001/1100860
124.94/65.26	c cleaning 9999 clauses out of 20005 with flag 1102001/1110860
126.09/65.89	c cleaning 10002 clauses out of 20006 with flag 1112001/1120860
127.25/66.50	c cleaning 9995 clauses out of 20003 with flag 1122000/1130859
128.58/67.13	c cleaning 10001 clauses out of 20009 with flag 1132001/1140860
129.72/67.74	c cleaning 9999 clauses out of 20008 with flag 1142001/1150860
130.88/68.37	c cleaning 9999 clauses out of 20008 with flag 1152000/1160859
132.23/69.03	c cleaning 10000 clauses out of 20009 with flag 1162000/1170859
133.37/69.66	c cleaning 10001 clauses out of 20010 with flag 1172001/1180860
134.74/70.32	c cleaning 10000 clauses out of 20009 with flag 1182001/1190860
135.89/70.93	c cleaning 9999 clauses out of 20008 with flag 1192000/1200859
137.06/71.56	c cleaning 10004 clauses out of 20010 with flag 1202001/1210860
138.18/72.17	c cleaning 9998 clauses out of 20005 with flag 1212000/1220859
139.53/72.80	c cleaning 10001 clauses out of 20007 with flag 1222000/1230859
140.68/73.42	c cleaning 9998 clauses out of 20006 with flag 1232000/1240859
141.83/74.08	c cleaning 10003 clauses out of 20008 with flag 1242000/1250859
143.17/74.70	c cleaning 9993 clauses out of 20005 with flag 1252000/1260859
144.50/75.41	c cleaning 10002 clauses out of 20012 with flag 1262000/1270859
145.65/76.06	c cleaning 10003 clauses out of 20011 with flag 1272001/1280860
147.00/76.70	c cleaning 10002 clauses out of 20007 with flag 1282000/1290859
148.14/77.38	c cleaning 10002 clauses out of 20006 with flag 1292001/1300860
149.30/78.00	c cleaning 9991 clauses out of 20004 with flag 1302002/1310861
150.66/78.61	c cleaning 10001 clauses out of 20012 with flag 1312001/1320860
151.61/79.20	c cleaning 10004 clauses out of 20011 with flag 1322001/1330860
152.92/79.84	c cleaning 10000 clauses out of 20006 with flag 1332000/1340859
154.08/80.44	c cleaning 10000 clauses out of 20006 with flag 1342000/1350859
155.25/81.03	c cleaning 10000 clauses out of 20006 with flag 1352000/1360859
156.20/81.58	c cleaning 9997 clauses out of 20005 with flag 1362000/1370859
157.33/82.17	c cleaning 9997 clauses out of 20008 with flag 1372000/1380859
158.47/82.72	c cleaning 10001 clauses out of 20011 with flag 1382000/1390859
159.43/83.27	c cleaning 10003 clauses out of 20011 with flag 1392001/1400860
160.59/83.81	c cleaning 9999 clauses out of 20007 with flag 1402000/1410859
161.51/84.36	c cleaning 10000 clauses out of 20008 with flag 1412000/1420859
162.46/84.89	c cleaning 9994 clauses out of 20007 with flag 1422000/1430859
163.61/85.45	c cleaning 10001 clauses out of 20013 with flag 1432000/1440859
164.76/86.03	c cleaning 9995 clauses out of 20012 with flag 1442000/1450859
165.89/86.60	c cleaning 9998 clauses out of 20017 with flag 1452000/1460859
166.85/87.14	c cleaning 10006 clauses out of 20019 with flag 1462000/1470859
167.80/87.67	c cleaning 10003 clauses out of 20013 with flag 1472000/1480859
168.94/88.20	c cleaning 10002 clauses out of 20010 with flag 1482000/1490859
169.89/88.74	c cleaning 9999 clauses out of 20007 with flag 1492000/1500859
171.03/89.30	c cleaning 9997 clauses out of 20008 with flag 1502000/1510859
171.98/89.84	c cleaning 10003 clauses out of 20012 with flag 1512001/1520860
172.93/90.39	c cleaning 10001 clauses out of 20008 with flag 1522000/1530859
174.06/90.95	c cleaning 9999 clauses out of 20007 with flag 1532000/1540859
175.00/91.49	c cleaning 9999 clauses out of 20008 with flag 1542000/1550859
175.96/91.92	c cleaning 0 clauses out of 11629 with flag 0/11631
176.32/92.10	c cleaning 10002 clauses out of 20008 with flag 1552000/1560859
177.26/92.67	c cleaning 10000 clauses out of 20006 with flag 1562000/1570859
178.41/93.22	c cleaning 9995 clauses out of 20006 with flag 1572001/1580860
179.36/93.79	c cleaning 9999 clauses out of 20010 with flag 1582000/1590859
180.51/94.34	c cleaning 10005 clauses out of 20012 with flag 1592001/1600860
181.44/94.88	c cleaning 10000 clauses out of 20005 with flag 1602000/1610859
182.59/95.44	c cleaning 10002 clauses out of 20005 with flag 1612000/1620859
183.54/95.95	c cleaning 9997 clauses out of 20003 with flag 1622001/1630860
184.48/96.49	c cleaning 10001 clauses out of 20005 with flag 1632000/1640859
185.61/97.04	c cleaning 10000 clauses out of 20002 with flag 1642000/1650859
186.56/97.55	c cleaning 9999 clauses out of 20002 with flag 1652001/1660860
187.51/98.07	c cleaning 10000 clauses out of 20001 with flag 1662001/1670860
188.26/98.42	c  And the winner is Resolution
188.61/99.31	c starts		: 194
188.61/99.31	c conflicts		: 1678424
188.61/99.31	c decisions		: 1763076
188.61/99.31	c propagations		: 7879283
188.61/99.31	c inspects		: 1214105607
188.61/99.31	c shortcuts		: 0
188.61/99.31	c learnt literals	: 29
188.61/99.31	c learnt binary clauses	: 389
188.61/99.31	c learnt ternary clauses	: 3199
188.61/99.31	c learnt constraints	: 1678394
188.61/99.31	c ignored constraints	: 0
188.61/99.31	c root simplifications	: 0
188.61/99.31	c removed literals (reason simplification)	: 10869994
188.61/99.31	c reason swapping (by a shorter reason)	: 0
188.61/99.31	c Calls to reduceDB	: 169
188.61/99.31	c number of reductions to clauses (during analyze)	: 0
188.61/99.31	c number of learned constraints concerned by reduction	: 0
188.61/99.31	c number of learning phase by resolution	: 0
188.61/99.31	c number of learning phase by cutting planes	: 0
188.61/99.31	c speed (assignments/second)	: 81122.67317354419
188.61/99.31	c non guided choices	0
188.61/99.31	c learnt constraints type 
188.61/99.31	c constraints type 
188.61/99.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
188.61/99.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
188.61/99.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
188.61/99.31	c constraints type 
188.61/99.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
188.61/99.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
188.61/99.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
188.61/99.31	s OPTIMUM FOUND
188.61/99.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 
188.61/99.31	c objective function=30
188.61/99.31	c Total wall clock time (in seconds): 99.194

Verifier Data

OK	30

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3731248-1338680511/watcher-3731248-1338680511 -o /tmp/evaluation-result-3731248-1338680511/solver-3731248-1338680511 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731248-1338680511.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: 3.61 3.90 3.41 4/197 7075
/proc/meminfo: memFree=26623472/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7075/stat : 7075 (java) R 7073 7075 5561 0 -1 4202496 946 0 0 0 0 0 0 0 20 0 1 0 334175433 23793664 675 33554432000 1073741824 1073778376 140735840800416 140735840789480 209874631233 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 5809 689 505 9 0 128 0

[startup+0.064891 s]
/proc/loadavg: 3.61 3.90 3.41 4/197 7075
/proc/meminfo: memFree=26623472/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 4322 0 1 0 4 1 0 0 20 0 13 0 334175433 11523600384 12685 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2813379 12685 1715 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100253 s]
/proc/loadavg: 3.61 3.90 3.41 4/197 7075
/proc/meminfo: memFree=26623472/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 5260 0 1 0 8 2 0 0 20 0 18 0 334175433 11864465408 13620 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2896598 13620 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300294 s]
/proc/loadavg: 3.61 3.90 3.41 4/197 7075
/proc/meminfo: memFree=26623472/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 5684 0 1 0 20 2 0 0 20 0 19 0 334175433 12137111552 15498 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 15498 2200 9 0 2953849 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11852648

[startup+0.700261 s]
/proc/loadavg: 3.61 3.90 3.41 4/197 7075
/proc/meminfo: memFree=26623472/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 5746 0 1 0 20 2 0 0 20 0 19 0 334175433 12137111552 16554 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 16554 2200 9 0 2953849 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11852648

[startup+1.50066 s]
/proc/loadavg: 3.61 3.90 3.41 3/216 7100
/proc/meminfo: memFree=26565872/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 8022 0 1 0 37 4 0 0 20 0 19 0 334175433 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 18857 2233 9 0 2953849 0
[pid=7075/tid=7077] ppid=7073 vsize=11852648 CPUtime=0.15 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7073 7075 5561 0 -1 4202560 3380 0 1 0 14 1 0 0 20 0 19 0 334175433 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144552039576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7078] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144520448680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7079] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144519396136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7080] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144518343592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7081] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144517291048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7082] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144516237480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7083] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144383330600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7084] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140144382278056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7085] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7073 7075 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334175435 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143910447656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7086] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334175436 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143898249832 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7087] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7073 7075 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334175437 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143897196152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7088] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7073 7075 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334175437 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143896143496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7073 7075 5561 0 -1 4202560 1354 0 0 0 9 0 0 0 20 0 19 0 334175439 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143894038584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 1971 0 0 0 6 0 0 0 20 0 19 0 334175439 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334175501 12137111552 18857 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 11852648

[startup+3.10064 s]
/proc/loadavg: 3.61 3.90 3.41 7/219 7106
/proc/meminfo: memFree=26439264/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=4.46 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 24785 0 1 0 431 15 0 0 20 0 22 0 334175433 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 91251 2280 9 0 2953849 0
[pid=7075/tid=7077] ppid=7073 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7073 7075 5561 0 -1 4202560 3380 0 1 0 14 2 0 0 20 0 22 0 334175433 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144552039576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7078] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7073 7075 5561 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144520448680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7079] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7073 7075 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144519396136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7080] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144518343592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7081] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7073 7075 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144517291048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7082] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7073 7075 5561 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144516237480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7083] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7073 7075 5561 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144383330600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7084] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7073 7075 5561 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140144382278056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7085] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7073 7075 5561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143910447656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7086] ppid=7073 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7073 7075 5561 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 22 0 334175436 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143898249832 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7087] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7073 7075 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334175437 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143897196152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7088] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7073 7075 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334175437 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143896143496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) R 7073 7075 5561 0 -1 4202560 11709 0 0 0 84 2 0 0 20 0 22 0 334175439 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143894014184 140144559013240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 8156 0 0 0 70 2 0 0 20 0 22 0 334175439 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334175501 12137111552 91251 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 11852648

[startup+6.30084 s]
/proc/loadavg: 3.64 3.90 3.41 5/219 7109
/proc/meminfo: memFree=26172024/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=10.77 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 25262 0 1 0 1060 17 0 0 20 0 22 0 334175433 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 117054 2280 9 0 2953849 0
[pid=7075/tid=7077] ppid=7073 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7073 7075 5561 0 -1 4202560 3380 0 1 0 14 2 0 0 20 0 22 0 334175433 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144552039576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7078] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7073 7075 5561 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144520448680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7079] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7073 7075 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144519396136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7080] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7073 7075 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144518343592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7081] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7073 7075 5561 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144517291048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7082] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7073 7075 5561 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144516237480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7083] ppid=7073 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7073 7075 5561 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144383330600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7084] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7073 7075 5561 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140144382278056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7085] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7073 7075 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334175435 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143910447656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7086] ppid=7073 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7073 7075 5561 0 -1 4202560 32 0 0 0 22 0 0 0 20 0 22 0 334175436 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143898249832 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7087] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7073 7075 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334175437 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143897196152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7088] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7073 7075 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334175437 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143896143496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7073 7075 5561 0 -1 4202560 12114 0 0 0 89 2 0 0 20 0 22 0 334175439 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143894038584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 8156 0 0 0 70 2 0 0 20 0 22 0 334175439 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334175501 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7107] ppid=7073 vsize=11852648 CPUtime=3.82 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) R 7073 7075 5561 0 -1 4202560 8 0 0 0 382 0 0 0 20 0 22 0 334175651 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143888716088 140144397424176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7108] ppid=7073 vsize=11852648 CPUtime=3.82 cores=0,2,4,6
/proc/7075/task/7108/stat : 7108 (java) R 7073 7075 5561 0 -1 4202560 131 0 0 0 378 4 0 0 20 0 22 0 334175651 12137111552 117054 33554432000 1073741824 1073778376 140735840800416 140143887661536 140144397595101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7073 7075 5561 0 -1 4202560 13022 0 0 0 146 2 0 0 20 0 22 0 334175439 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143894038584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 8162 0 0 0 78 2 0 0 20 0 22 0 334175439 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 22 0 334175439 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334175501 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7107] ppid=7073 vsize=11852648 CPUtime=85.86 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) R 7073 7075 5561 0 -1 4202560 125 0 0 0 8585 1 0 0 20 0 22 0 334175651 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143888715968 140144397425920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7108] ppid=7073 vsize=11852648 CPUtime=85.85 cores=0,2,4,6
/proc/7075/task/7108/stat : 7108 (java) R 7073 7075 5561 0 -1 4202560 179 0 0 0 8578 7 0 0 20 0 22 0 334175651 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143887661568 140144397520061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7109] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7109/stat : 7109 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334175651 12137111552 132779 33554432000 1073741824 1073778376 140735840800416 140143889769640 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 186.56
Current children cumulated vsize (KiB) 11852648

[startup+98.3008 s]
/proc/loadavg: 3.82 3.90 3.45 4/219 7109
/proc/meminfo: memFree=26062220/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=188.06 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 26768 0 1 0 18778 28 0 0 20 0 22 0 334175433 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 132788 2283 9 0 2953849 0
[pid=7075/tid=7077] ppid=7073 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7073 7075 5561 0 -1 4202560 3408 0 1 0 14 2 0 0 20 0 22 0 334175433 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144552039576 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7078] ppid=7073 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7073 7075 5561 0 -1 4202560 66 0 0 0 32 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144520448680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7079] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7073 7075 5561 0 -1 4202560 58 0 0 0 34 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144519396136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7080] ppid=7073 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7073 7075 5561 0 -1 4202560 42 0 0 0 31 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144518343592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7081] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7073 7075 5561 0 -1 4202560 45 0 0 0 34 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144517291048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7082] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7073 7075 5561 0 -1 4202560 50 0 0 0 34 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144516237480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7083] ppid=7073 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7073 7075 5561 0 -1 4202560 60 0 0 0 35 2 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144383330600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7084] ppid=7073 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7073 7075 5561 0 -1 4202560 50 0 0 0 30 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140144382278056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7085] ppid=7073 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7073 7075 5561 0 -1 4202560 48 0 0 0 31 0 0 0 20 0 22 0 334175435 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143910447656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7086] ppid=7073 vsize=11852648 CPUtime=8.4 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7073 7075 5561 0 -1 4202560 77 0 0 0 838 2 0 0 20 0 22 0 334175436 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143898249832 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7087] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7073 7075 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334175437 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143897196152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7088] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7073 7075 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334175437 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143896143496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7073 7075 5561 0 -1 4202560 13022 0 0 0 146 2 0 0 20 0 22 0 334175439 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143894038584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 8162 0 0 0 78 2 0 0 20 0 22 0 334175439 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334175439 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 22 0 334175439 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334175501 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7107] ppid=7073 vsize=11852648 CPUtime=86.52 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) R 7073 7075 5561 0 -1 4202560 125 0 0 0 8651 1 0 0 20 0 22 0 334175651 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143888716088 140144397426112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7108] ppid=7073 vsize=11852648 CPUtime=86.52 cores=0,2,4,6
/proc/7075/task/7108/stat : 7108 (java) R 7073 7075 5561 0 -1 4202560 179 0 0 0 8645 7 0 0 20 0 22 0 334175651 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143887661688 140144397483005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7109] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7109/stat : 7109 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334175651 12137111552 132788 33554432000 1073741824 1073778376 140735840800416 140143889769640 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 188.06
Current children cumulated vsize (KiB) 11852648

[startup+99.1006 s]
/proc/loadavg: 3.82 3.90 3.45 4/216 7109
/proc/meminfo: memFree=26060048/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=188.41 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 26769 0 1 0 18810 31 0 0 20 0 19 0 334175433 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 132778 2283 9 0 2953849 0
[pid=7075/tid=7077] ppid=7073 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7073 7075 5561 0 -1 4202560 3408 0 1 0 60 2 0 0 20 0 19 0 334175433 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144552039192 140144397845781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7078] ppid=7073 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7073 7075 5561 0 -1 4202560 66 0 0 0 32 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144520448680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7079] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7073 7075 5561 0 -1 4202560 58 0 0 0 34 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144519396136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7080] ppid=7073 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7073 7075 5561 0 -1 4202560 42 0 0 0 31 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144518343592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7081] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7073 7075 5561 0 -1 4202560 45 0 0 0 34 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144517291048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7082] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7073 7075 5561 0 -1 4202560 50 0 0 0 34 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144516237480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7083] ppid=7073 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7073 7075 5561 0 -1 4202560 60 0 0 0 35 2 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144383330600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7084] ppid=7073 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7073 7075 5561 0 -1 4202560 50 0 0 0 30 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144382278056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7085] ppid=7073 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7073 7075 5561 0 -1 4202560 48 0 0 0 31 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143910447656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7086] ppid=7073 vsize=11852648 CPUtime=8.4 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7073 7075 5561 0 -1 4202560 77 0 0 0 838 2 0 0 20 0 19 0 334175436 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143898249832 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7087] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7073 7075 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334175437 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143897196152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7088] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7073 7075 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334175437 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143896143496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7073 7075 5561 0 -1 4202560 13022 0 0 0 148 2 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143894038584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 8163 0 0 0 78 2 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334175501 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 188.41
Current children cumulated vsize (KiB) 11852648

[startup+99.3006 s]
/proc/loadavg: 3.82 3.90 3.45 4/216 7109
/proc/meminfo: memFree=26060048/32873844 swapFree=7632/7632
[pid=7075] ppid=7073 vsize=11852648 CPUtime=188.61 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7073 7075 5561 0 -1 4202496 26770 0 1 0 18830 31 0 0 20 0 19 0 334175433 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140735840791552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7075/statm: 2963162 132778 2283 9 0 2953849 0
[pid=7075/tid=7077] ppid=7073 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7073 7075 5561 0 -1 4202560 3409 0 1 0 80 2 0 0 20 0 19 0 334175433 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144552037192 140144397845770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7078] ppid=7073 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7073 7075 5561 0 -1 4202560 66 0 0 0 32 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144520448680 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7079] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7073 7075 5561 0 -1 4202560 58 0 0 0 34 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144519396136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7080] ppid=7073 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7073 7075 5561 0 -1 4202560 42 0 0 0 31 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144518343592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7081] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7073 7075 5561 0 -1 4202560 45 0 0 0 34 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144517291048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7082] ppid=7073 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7073 7075 5561 0 -1 4202560 50 0 0 0 34 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144516237480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7083] ppid=7073 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7073 7075 5561 0 -1 4202560 60 0 0 0 35 2 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144383330600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7084] ppid=7073 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7073 7075 5561 0 -1 4202560 50 0 0 0 30 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140144382278056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7085] ppid=7073 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7073 7075 5561 0 -1 4202560 48 0 0 0 31 0 0 0 20 0 19 0 334175435 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143910447656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7075/tid=7086] ppid=7073 vsize=11852648 CPUtime=8.4 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7073 7075 5561 0 -1 4202560 77 0 0 0 838 2 0 0 20 0 19 0 334175436 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143898249832 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7087] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7073 7075 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334175437 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143897196152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7088] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7073 7075 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334175437 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143896143496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7089] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143895092240 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7090] ppid=7073 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7073 7075 5561 0 -1 4202560 13022 0 0 0 148 2 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143894038584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7075/tid=7091] ppid=7073 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/7075/task/7091/stat : 7091 (java) S 7073 7075 5561 0 -1 4202560 8163 0 0 0 78 2 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143892986040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7092] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7092/stat : 7092 (java) S 7073 7075 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143891933688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7075/tid=7093] ppid=7073 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/7075/task/7093/stat : 7093 (java) S 7073 7075 5561 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 334175439 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143890881352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7075/tid=7100] ppid=7073 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7100/stat : 7100 (java) S 7073 7075 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334175501 12137111552 132778 33554432000 1073741824 1073778376 140735840800416 140143886611496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 188.61
Current children cumulated vsize (KiB) 11852648

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.330002
#  lost CPU user time (s): 0.360001
#  lost CPU system time (s): -0.03

Real time (s): 99.3201
CPU time (s): 189.068
CPU user time (s): 188.685
CPU system time (s): 0.382937
CPU usage (%): 190.363
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.325
system time used= 0.412937
maximum resident set size= 531152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26773
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7342
involuntary context switches= 6609

runsolver used 0.210967 second user time and 0.543917 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 01:41:51
IDJOB=3731248
IDBENCH=1865
IDSOLVER=2328
FILE ID=node141/3731248-1338680511
RUNJOBID= node141-1338678623-5580
PBS_JOBID= 14636672
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731248-1338680511/watcher-3731248-1338680511 -o /tmp/evaluation-result-3731248-1338680511/solver-3731248-1338680511 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3731248-1338680511.opb

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=914570935

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26623736 kB
Buffers:          388292 kB
Cached:          3128868 kB
SwapCached:          216 kB
Active:          3048376 kB
Inactive:        2313012 kB
Active(anon):    1835068 kB
Inactive(anon):    11300 kB
Active(file):    1213308 kB
Inactive(file):  2301712 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:       1900820 kB
Mapped:            18876 kB
Shmem:               172 kB
Slab:             739960 kB
SReclaimable:     181652 kB
SUnreclaim:       558308 kB
KernelStack:        1784 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1839104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70720 MiB
End job on node141 at 2012-06-03 01:43:30