Trace number 2694363

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31Wrong Opt. 475.306 252.507

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM5b6bb33016643c054f0ad34369984077
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark59.6679
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694363-1277929548.wbo
0.11/0.10	c reading problem ... 
0.52/0.37	c ... done. Wall clock time 0.264s.
0.52/0.37	c #vars     2938
0.52/0.37	c #constraints  2707
0.52/0.37	c constraints type 
0.52/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.52/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 2684
0.52/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.52/0.37	c constraints type 
0.52/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.52/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
0.52/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.03/0.70	c And the winner is Resolution
2.49/1.38	c SATISFIABLE
2.49/1.38	c OPTIMIZING...
2.49/1.38	c Got one! Elapsed wall clock time (in seconds):1.276
2.49/1.38	o 376
2.56/1.43	c And the winner is Resolution
2.82/2.40	c Got one! Elapsed wall clock time (in seconds):2.295
2.82/2.40	o 313
2.83/2.42	c And the winner is Resolution
2.90/3.41	c Got one! Elapsed wall clock time (in seconds):3.311
2.90/3.41	o 203
2.90/3.44	c And the winner is Resolution
3.04/4.43	c Got one! Elapsed wall clock time (in seconds):4.326
3.04/4.43	o 179
3.29/4.52	c And the winner is Resolution
3.53/5.44	c Got one! Elapsed wall clock time (in seconds):5.342
3.53/5.44	o 176
3.53/5.48	c And the winner is Resolution
3.69/6.45	c Got one! Elapsed wall clock time (in seconds):6.352
3.69/6.45	o 171
3.69/6.48	c And the winner is Resolution
3.76/7.46	c Got one! Elapsed wall clock time (in seconds):7.362
3.76/7.46	o 90
4.93/8.06	c cleaning 2498 clauses out of 5001 with flag 5001/5001
7.20/9.14	c cleaning 4248 clauses out of 8503 with flag 11001/11001
8.18/9.61	c And the winner is Resolution
8.70/10.48	c Got one! Elapsed wall clock time (in seconds):10.375
8.70/10.48	o 71
8.75/10.52	c And the winner is Resolution
9.04/11.49	c Got one! Elapsed wall clock time (in seconds):11.386
9.04/11.49	o 63
10.09/12.04	c cleaning 5623 clauses out of 11255 with flag 18001/18001
12.08/13.02	c cleaning 6813 clauses out of 13631 with flag 26000/26000
12.26/13.16	c And the winner is Resolution
12.61/13.50	c Got one! Elapsed wall clock time (in seconds):13.398
12.61/13.50	o 51
14.45/14.49	c cleaning 7908 clauses out of 15819 with flag 35001/35001
16.83/15.62	c cleaning 8955 clauses out of 17913 with flag 45003/45003
19.21/16.87	c cleaning 9474 clauses out of 18956 with flag 55001/55001
21.59/18.07	c cleaning 9736 clauses out of 19481 with flag 65000/65000
23.76/19.18	c cleaning 9864 clauses out of 19745 with flag 75000/75000
26.36/20.42	c cleaning 9937 clauses out of 19881 with flag 85000/85000
28.54/21.56	c cleaning 9967 clauses out of 19944 with flag 95000/95000
30.91/22.72	c cleaning 9987 clauses out of 19980 with flag 105003/105003
33.06/23.84	c cleaning 9992 clauses out of 19990 with flag 115000/115000
35.04/24.86	c cleaning 9994 clauses out of 19998 with flag 125000/125000
37.01/25.84	c cleaning 9998 clauses out of 20004 with flag 135000/135000
39.17/26.91	c cleaning 9998 clauses out of 20006 with flag 145000/145000
41.34/28.07	c cleaning 10000 clauses out of 20008 with flag 155000/155000
43.52/29.16	c cleaning 10001 clauses out of 20009 with flag 165001/165001
45.49/30.14	c cleaning 9996 clauses out of 20007 with flag 175000/175000
47.46/31.18	c cleaning 10002 clauses out of 20013 with flag 185002/185002
49.42/32.19	c cleaning 10003 clauses out of 20010 with flag 195001/195001
51.40/33.12	c cleaning 9995 clauses out of 20007 with flag 205001/205001
53.56/34.23	c cleaning 10001 clauses out of 20012 with flag 215001/215001
55.54/35.23	c cleaning 9999 clauses out of 20010 with flag 225000/225000
57.29/36.17	c cleaning 9993 clauses out of 20011 with flag 235000/235000
59.47/37.22	c cleaning 10004 clauses out of 20018 with flag 245000/245000
61.44/38.25	c cleaning 9989 clauses out of 20015 with flag 255001/255001
63.61/39.30	c cleaning 10008 clauses out of 20025 with flag 265000/265000
65.78/40.48	c cleaning 10006 clauses out of 20018 with flag 275001/275001
67.96/41.50	c cleaning 10002 clauses out of 20014 with flag 285003/285003
69.93/42.52	c cleaning 10003 clauses out of 20011 with flag 295002/295002
71.90/43.56	c cleaning 10003 clauses out of 20009 with flag 305003/305003
75.08/45.13	c cleaning 9995 clauses out of 20004 with flag 315001/315001
77.65/46.42	c cleaning 9997 clauses out of 20010 with flag 325002/325002
80.22/47.77	c cleaning 10002 clauses out of 20012 with flag 335001/335001
82.80/49.10	c cleaning 10004 clauses out of 20013 with flag 345004/345004
85.36/50.39	c cleaning 9990 clauses out of 20005 with flag 355000/355000
87.73/51.60	c cleaning 10004 clauses out of 20017 with flag 365002/365002
90.32/52.82	c cleaning 9996 clauses out of 20011 with flag 375000/375000
92.68/54.04	c cleaning 10000 clauses out of 20015 with flag 385000/385000
94.84/55.13	c cleaning 10001 clauses out of 20015 with flag 395000/395000
96.81/56.15	c cleaning 10003 clauses out of 20016 with flag 405002/405002
98.98/57.30	c cleaning 10005 clauses out of 20015 with flag 415004/415004
101.16/58.31	c cleaning 9999 clauses out of 20007 with flag 425001/425001
102.90/59.25	c cleaning 9999 clauses out of 20007 with flag 435000/435000
105.09/60.30	c cleaning 9999 clauses out of 20010 with flag 445002/445002
106.88/61.24	c cleaning 10000 clauses out of 20009 with flag 455000/455000
108.65/62.12	c cleaning 9994 clauses out of 20010 with flag 465001/465001
110.40/63.08	c cleaning 10004 clauses out of 20017 with flag 475002/475002
112.36/64.03	c cleaning 10001 clauses out of 20012 with flag 485001/485001
114.15/64.99	c cleaning 10000 clauses out of 20010 with flag 495000/495000
115.91/65.90	c cleaning 9995 clauses out of 20010 with flag 505000/505000
117.86/66.81	c cleaning 9998 clauses out of 20017 with flag 515002/515002
119.62/67.70	c cleaning 10002 clauses out of 20017 with flag 525000/525000
121.59/68.70	c cleaning 9998 clauses out of 20015 with flag 535000/535000
123.55/69.73	c cleaning 10004 clauses out of 20017 with flag 545000/545000
125.51/70.79	c cleaning 10001 clauses out of 20015 with flag 555002/555002
127.88/71.92	c cleaning 9997 clauses out of 20012 with flag 565000/565000
129.84/72.93	c cleaning 10004 clauses out of 20015 with flag 575000/575000
131.80/73.92	c cleaning 10000 clauses out of 20013 with flag 585002/585002
133.77/74.92	c cleaning 10004 clauses out of 20013 with flag 595002/595002
135.75/75.98	c cleaning 9994 clauses out of 20007 with flag 605000/605000
138.09/77.12	c cleaning 10001 clauses out of 20014 with flag 615001/615001
140.06/78.18	c cleaning 10001 clauses out of 20015 with flag 625003/625003
142.20/79.25	c cleaning 9994 clauses out of 20011 with flag 635000/635000
144.16/80.28	c cleaning 10002 clauses out of 20017 with flag 645000/645000
146.09/81.27	c cleaning 10000 clauses out of 20017 with flag 655002/655002
148.47/82.44	c cleaning 10002 clauses out of 20015 with flag 665000/665000
150.62/83.51	c cleaning 10001 clauses out of 20016 with flag 675003/675003
152.56/84.57	c cleaning 9999 clauses out of 20013 with flag 685001/685001
154.72/85.67	c cleaning 10001 clauses out of 20013 with flag 695000/695000
156.67/86.68	c cleaning 10001 clauses out of 20013 with flag 705001/705001
158.81/87.71	c cleaning 10002 clauses out of 20013 with flag 715002/715002
160.55/88.67	c cleaning 10001 clauses out of 20011 with flag 725002/725002
162.29/89.58	c cleaning 10001 clauses out of 20009 with flag 735001/735001
164.25/90.54	c cleaning 9997 clauses out of 20007 with flag 745000/745000
166.17/91.52	c cleaning 10001 clauses out of 20011 with flag 755001/755001
168.13/92.54	c cleaning 9998 clauses out of 20013 with flag 765004/765004
170.10/93.56	c cleaning 10000 clauses out of 20012 with flag 775001/775001
172.05/94.53	c cleaning 9997 clauses out of 20013 with flag 785002/785002
173.98/95.58	c cleaning 10005 clauses out of 20017 with flag 795003/795003
176.15/96.63	c cleaning 10001 clauses out of 20009 with flag 805000/805000
178.10/97.64	c cleaning 10000 clauses out of 20009 with flag 815001/815001
180.04/98.65	c cleaning 9994 clauses out of 20008 with flag 825000/825000
181.97/99.66	c cleaning 10004 clauses out of 20014 with flag 835000/835000
183.92/100.64	c cleaning 10001 clauses out of 20012 with flag 845002/845002
185.66/101.57	c cleaning 10005 clauses out of 20013 with flag 855004/855004
187.60/102.58	c cleaning 9993 clauses out of 20004 with flag 865000/865000
189.74/103.69	c cleaning 9994 clauses out of 20012 with flag 875001/875001
191.68/104.64	c cleaning 10003 clauses out of 20017 with flag 885000/885000
193.65/105.64	c cleaning 10000 clauses out of 20014 with flag 895000/895000
195.59/106.65	c cleaning 9998 clauses out of 20014 with flag 905000/905000
197.92/107.81	c cleaning 10006 clauses out of 20018 with flag 915002/915002
199.86/108.87	c cleaning 10000 clauses out of 20014 with flag 925004/925004
201.80/109.86	c cleaning 10001 clauses out of 20011 with flag 935001/935001
203.94/110.95	c cleaning 9996 clauses out of 20009 with flag 945000/945000
206.07/112.09	c cleaning 9999 clauses out of 20013 with flag 955000/955000
208.40/113.21	c cleaning 9992 clauses out of 20016 with flag 965002/965002
210.75/114.41	c cleaning 10009 clauses out of 20023 with flag 975001/975001
212.70/115.44	c cleaning 9998 clauses out of 20014 with flag 985001/985001
214.82/116.52	c cleaning 10003 clauses out of 20017 with flag 995002/995002
217.20/117.74	c cleaning 10001 clauses out of 20012 with flag 1005000/1005000
219.33/118.77	c cleaning 9997 clauses out of 20013 with flag 1015002/1015002
221.25/119.71	c cleaning 10002 clauses out of 20018 with flag 1025004/1025004
222.98/120.60	c cleaning 10005 clauses out of 20018 with flag 1035006/1035006
224.71/121.54	c cleaning 9997 clauses out of 20008 with flag 1045001/1045001
226.85/122.65	c cleaning 10000 clauses out of 20011 with flag 1055001/1055001
228.77/123.67	c cleaning 9999 clauses out of 20011 with flag 1065001/1065001
230.70/124.67	c cleaning 9994 clauses out of 20012 with flag 1075001/1075001
232.64/125.64	c cleaning 9996 clauses out of 20017 with flag 1085000/1085000
234.57/126.64	c cleaning 10003 clauses out of 20023 with flag 1095002/1095002
236.31/127.59	c cleaning 10006 clauses out of 20020 with flag 1105002/1105002
238.42/128.66	c cleaning 9996 clauses out of 20012 with flag 1115000/1115000
240.34/129.62	c cleaning 10004 clauses out of 20016 with flag 1125000/1125000
242.29/130.64	c cleaning 10001 clauses out of 20012 with flag 1135000/1135000
244.21/131.65	c cleaning 9997 clauses out of 20011 with flag 1145000/1145000
246.15/132.65	c cleaning 10004 clauses out of 20017 with flag 1155003/1155003
248.08/133.69	c cleaning 10002 clauses out of 20011 with flag 1165001/1165001
250.21/134.75	c cleaning 10003 clauses out of 20014 with flag 1175006/1175006
252.16/135.76	c cleaning 10001 clauses out of 20009 with flag 1185004/1185004
254.49/136.96	c cleaning 9999 clauses out of 20004 with flag 1195000/1195000
256.82/138.13	c cleaning 9996 clauses out of 20006 with flag 1205001/1205001
258.94/139.21	c cleaning 9990 clauses out of 20011 with flag 1215002/1215002
261.08/140.33	c cleaning 10004 clauses out of 20021 with flag 1225002/1225002
263.18/141.46	c cleaning 10000 clauses out of 20016 with flag 1235001/1235001
265.31/142.54	c cleaning 10000 clauses out of 20015 with flag 1245000/1245000
267.25/143.53	c cleaning 9998 clauses out of 20015 with flag 1255000/1255000
269.38/144.61	c cleaning 10003 clauses out of 20019 with flag 1265002/1265002
271.49/145.70	c cleaning 10002 clauses out of 20016 with flag 1275002/1275002
273.63/146.83	c cleaning 9998 clauses out of 20012 with flag 1285000/1285000
275.97/148.02	c cleaning 10001 clauses out of 20015 with flag 1295001/1295001
278.51/149.30	c cleaning 9998 clauses out of 20016 with flag 1305003/1305003
280.82/150.57	c cleaning 10001 clauses out of 20016 with flag 1315001/1315001
283.38/151.84	c cleaning 9999 clauses out of 20014 with flag 1325000/1325000
285.49/152.99	c cleaning 10003 clauses out of 20016 with flag 1335001/1335001
287.62/154.08	c cleaning 10003 clauses out of 20012 with flag 1345000/1345000
289.93/155.24	c cleaning 10001 clauses out of 20009 with flag 1355000/1355000
292.06/156.32	c cleaning 9998 clauses out of 20009 with flag 1365001/1365001
293.79/157.30	c cleaning 10000 clauses out of 20013 with flag 1375003/1375003
295.52/158.17	c cleaning 9994 clauses out of 20010 with flag 1385000/1385000
297.42/159.14	c cleaning 10005 clauses out of 20019 with flag 1395003/1395003
299.15/160.09	c cleaning 10001 clauses out of 20013 with flag 1405002/1405002
301.68/161.36	c cleaning 9997 clauses out of 20011 with flag 1415001/1415001
303.81/162.41	c cleaning 10003 clauses out of 20013 with flag 1425000/1425000
305.92/163.52	c cleaning 10002 clauses out of 20010 with flag 1435000/1435000
308.06/164.61	c cleaning 10001 clauses out of 20010 with flag 1445002/1445002
309.98/165.60	c cleaning 10000 clauses out of 20007 with flag 1455000/1455000
311.91/166.63	c cleaning 9999 clauses out of 20007 with flag 1465000/1465000
314.02/167.71	c cleaning 9997 clauses out of 20011 with flag 1475003/1475003
315.96/168.77	c cleaning 9998 clauses out of 20011 with flag 1485000/1485000
318.30/169.99	c cleaning 10000 clauses out of 20013 with flag 1495000/1495000
320.42/171.09	c cleaning 10004 clauses out of 20016 with flag 1505003/1505003
322.32/172.09	c cleaning 9995 clauses out of 20009 with flag 1515000/1515000
324.45/173.11	c cleaning 10000 clauses out of 20015 with flag 1525001/1525001
326.37/174.13	c cleaning 10004 clauses out of 20016 with flag 1535002/1535002
328.32/175.18	c cleaning 10000 clauses out of 20010 with flag 1545000/1545000
330.42/176.23	c cleaning 10002 clauses out of 20010 with flag 1555000/1555000
332.35/177.29	c cleaning 9999 clauses out of 20008 with flag 1565000/1565000
334.51/178.32	c cleaning 9994 clauses out of 20010 with flag 1575001/1575001
336.45/179.34	c cleaning 10003 clauses out of 20016 with flag 1585001/1585001
338.54/180.45	c cleaning 9996 clauses out of 20016 with flag 1595004/1595004
340.47/181.48	c cleaning 9996 clauses out of 20016 with flag 1605000/1605000
342.59/182.59	c cleaning 10001 clauses out of 20021 with flag 1615001/1615001
344.72/183.62	c cleaning 10006 clauses out of 20019 with flag 1625000/1625000
346.82/184.72	c cleaning 9996 clauses out of 20015 with flag 1635002/1635002
348.53/185.67	c cleaning 10002 clauses out of 20019 with flag 1645002/1645002
350.67/186.71	c cleaning 10004 clauses out of 20016 with flag 1655001/1655001
353.00/187.98	c cleaning 9997 clauses out of 20011 with flag 1665000/1665000
355.11/189.04	c cleaning 9998 clauses out of 20016 with flag 1675002/1675002
357.42/190.22	c cleaning 10002 clauses out of 20016 with flag 1685000/1685000
359.54/191.36	c cleaning 10003 clauses out of 20015 with flag 1695001/1695001
361.67/192.46	c cleaning 9998 clauses out of 20012 with flag 1705001/1705001
364.15/193.77	c cleaning 9995 clauses out of 20013 with flag 1715000/1715000
366.26/194.85	c cleaning 10005 clauses out of 20018 with flag 1725000/1725000
368.39/195.90	c cleaning 9997 clauses out of 20014 with flag 1735001/1735001
370.52/197.09	c cleaning 10002 clauses out of 20016 with flag 1745000/1745000
372.82/198.29	c cleaning 10002 clauses out of 20015 with flag 1755001/1755001
374.73/199.28	c cleaning 10000 clauses out of 20013 with flag 1765001/1765001
376.85/200.39	c cleaning 10000 clauses out of 20012 with flag 1775000/1775000
378.96/201.48	c cleaning 9997 clauses out of 20013 with flag 1785001/1785001
381.27/202.63	c cleaning 9997 clauses out of 20015 with flag 1795000/1795000
383.38/203.71	c cleaning 10004 clauses out of 20021 with flag 1805003/1805003
385.32/204.79	c cleaning 10001 clauses out of 20014 with flag 1815000/1815000
387.64/205.94	c cleaning 10001 clauses out of 20014 with flag 1825001/1825001
389.94/207.10	c cleaning 10000 clauses out of 20012 with flag 1835000/1835000
392.06/208.23	c cleaning 9999 clauses out of 20012 with flag 1845000/1845000
394.39/209.41	c cleaning 9993 clauses out of 20015 with flag 1855002/1855002
396.30/210.48	c cleaning 10007 clauses out of 20021 with flag 1865001/1865001
398.60/211.63	c cleaning 10003 clauses out of 20024 with flag 1875011/1875011
400.72/212.71	c cleaning 9999 clauses out of 20010 with flag 1885000/1885000
402.82/213.83	c cleaning 9998 clauses out of 20011 with flag 1895000/1895000
404.94/214.90	c cleaning 10003 clauses out of 20013 with flag 1905000/1905000
407.04/216.04	c cleaning 10002 clauses out of 20013 with flag 1915003/1915003
409.16/217.12	c cleaning 10000 clauses out of 20009 with flag 1925001/1925001
411.06/218.18	c cleaning 9996 clauses out of 20008 with flag 1935000/1935000
413.18/219.30	c cleaning 9996 clauses out of 20012 with flag 1945000/1945000
415.46/220.40	c cleaning 9998 clauses out of 20016 with flag 1955000/1955000
417.38/221.49	c cleaning 10003 clauses out of 20019 with flag 1965001/1965001
419.48/222.55	c cleaning 10000 clauses out of 20015 with flag 1975000/1975000
421.41/223.59	c cleaning 10003 clauses out of 20017 with flag 1985002/1985002
423.69/224.77	c cleaning 9996 clauses out of 20013 with flag 1995001/1995001
426.02/225.94	c cleaning 9999 clauses out of 20018 with flag 2005002/2005002
428.13/227.02	c cleaning 10004 clauses out of 20018 with flag 2015001/2015001
430.24/228.13	c cleaning 10003 clauses out of 20013 with flag 2025000/2025000
432.55/229.34	c cleaning 9995 clauses out of 20010 with flag 2035000/2035000
434.67/230.42	c cleaning 10002 clauses out of 20018 with flag 2045003/2045003
436.76/231.55	c cleaning 10006 clauses out of 20015 with flag 2055002/2055002
438.88/232.69	c cleaning 10001 clauses out of 20008 with flag 2065001/2065001
441.17/233.83	c cleaning 9997 clauses out of 20008 with flag 2075002/2075002
443.28/234.91	c cleaning 9997 clauses out of 20011 with flag 2085002/2085002
445.17/235.96	c cleaning 10000 clauses out of 20016 with flag 2095004/2095004
447.28/237.09	c cleaning 10003 clauses out of 20013 with flag 2105001/2105001
449.43/238.16	c cleaning 10001 clauses out of 20010 with flag 2115001/2115001
451.53/239.22	c cleaning 9999 clauses out of 20008 with flag 2125000/2125000
453.44/240.26	c cleaning 10003 clauses out of 20011 with flag 2135002/2135002
455.74/241.43	c cleaning 9994 clauses out of 20007 with flag 2145001/2145001
458.23/242.73	c cleaning 10001 clauses out of 20013 with flag 2155001/2155001
460.33/243.88	c cleaning 10002 clauses out of 20012 with flag 2165001/2165001
462.65/245.09	c cleaning 10000 clauses out of 20009 with flag 2175000/2175000
465.16/246.35	c cleaning 10001 clauses out of 20009 with flag 2185000/2185000
467.44/247.50	c cleaning 9997 clauses out of 20009 with flag 2195001/2195001
469.35/248.53	c cleaning 9996 clauses out of 20011 with flag 2205000/2205000
471.67/249.75	c cleaning 10001 clauses out of 20016 with flag 2215001/2215001
473.99/250.93	c cleaning 10006 clauses out of 20013 with flag 2225001/2225001
474.88/251.42	c And the winner is Resolution
475.19/252.49	c starts		: 238
475.19/252.49	c conflicts		: 2228224
475.19/252.49	c decisions		: 3801181
475.19/252.49	c propagations		: 327095396
475.19/252.49	c inspects		: 1242930905
475.19/252.49	c learnt literals	: 9
475.19/252.49	c learnt binary clauses	: 38
475.19/252.49	c learnt ternary clauses	: 488
475.19/252.49	c learnt clauses	: 2228214
475.19/252.49	c ignored clauses	: 0
475.19/252.49	c root simplifications	: 0
475.19/252.49	c removed literals (reason simplification)	: 11917964
475.19/252.49	c reason swapping (by a shorter reason)	: 0
475.19/252.49	c Calls to reduceDB	: 224
475.19/252.49	c number of reductions to clauses (during analyze)	: 0
475.19/252.49	c number of learned constraints concerned by reduction	: 0
475.19/252.49	c number of learning phase by resolution	: 0
475.19/252.49	c number of learning phase by cutting planes	: 0
475.19/252.49	c speed (assignments/second)	: 1368703.0655028413
475.19/252.49	c non guided choices	1917
475.19/252.49	c learnt constraints type 
475.19/252.49	c constraints type 
475.19/252.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
475.19/252.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 2684
475.19/252.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
475.19/252.49	c constraints type 
475.19/252.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
475.19/252.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
475.19/252.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
475.19/252.49	s OPTIMUM FOUND
475.19/252.49	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
475.19/252.49	c objective function=51
475.19/252.49	c Total wall clock time (in seconds): 252.387

Verifier Data

OK	51

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.11 3/182 16066
/proc/meminfo: memFree=31288808/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=13164 CPUtime=0
/proc/16066/stat : 16066 (java) R 16064 16066 14634 0 -1 4194304 800 0 0 0 0 0 0 0 23 0 1 0 134250947 13479936 357 4089446400 134512640 134550932 4287389696 18446744073709551615 1840773 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16066/statm: 3291 362 142 10 0 1121 0

[startup+0.0310549 s]
/proc/loadavg: 2.00 2.02 2.11 3/182 16066
/proc/meminfo: memFree=31288808/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1526332 CPUtime=0.01
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 3692 0 1 0 1 0 0 0 23 0 13 0 134250947 1562963968 3133 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 381583 3134 1033 10 0 378893 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1526332

[startup+0.10104 s]
/proc/loadavg: 2.00 2.02 2.11 3/182 16066
/proc/meminfo: memFree=31288808/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1529700 CPUtime=0.11
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 5232 0 1 0 10 1 0 0 23 0 18 0 134250947 1566412800 4669 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 382425 4669 1346 10 0 379728 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529700

[startup+0.301004 s]
/proc/loadavg: 2.00 2.02 2.11 3/182 16066
/proc/meminfo: memFree=31288808/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1532336 CPUtime=0.52
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 12316 0 1 0 49 3 0 0 23 0 18 0 134250947 1569112064 11588 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 383084 11589 1403 10 0 380387 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532336

[startup+0.700927 s]
/proc/loadavg: 2.00 2.02 2.11 3/182 16066
/proc/meminfo: memFree=31288808/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1553372 CPUtime=2.03
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 26653 0 1 0 198 5 0 0 23 0 22 0 134250947 1590652928 22811 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 388343 22811 1429 10 0 385646 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1553372

[startup+1.50079 s]
/proc/loadavg: 2.00 2.02 2.11 2/202 16088
/proc/meminfo: memFree=31204276/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1550840 CPUtime=2.82
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 29320 0 1 0 276 6 0 0 23 0 20 0 134250947 1588060160 25035 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 387710 25037 1433 10 0 385013 0
[pid=16066/tid=16068] ppid=16064 vsize=1550840 CPUtime=0.36
/proc/16066/task/16068/stat : 16068 (java) S 16064 16066 14634 0 -1 4202560 14724 0 1 0 34 2 0 0 19 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16069] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16069/stat : 16069 (java) S 16064 16066 14634 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16070] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16070/stat : 16070 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16071] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16071/stat : 16071 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16072] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16072/stat : 16072 (java) S 16064 16066 14634 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16073] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16073/stat : 16073 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16074] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16074/stat : 16074 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16075] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16075/stat : 16075 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16076] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16076/stat : 16076 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16077] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16077/stat : 16077 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 134250949 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16078] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16078/stat : 16078 (java) S 16064 16066 14634 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 134250949 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16079] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16079/stat : 16079 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 134250949 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16080] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16080/stat : 16080 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 20 0 134250952 1588060160 25037 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16081] ppid=16064 vsize=1550840 CPUtime=0.81
/proc/16066/task/16081/stat : 16081 (java) R 16064 16066 14634 0 -1 4202560 5891 0 0 0 80 1 0 0 15 0 20 0 134250952 1588060160 25038 4089446400 134512640 134550932 4287389696 18446744073709551615 103392181 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16066/tid=16082] ppid=16064 vsize=1550840 CPUtime=0.86
/proc/16066/task/16082/stat : 16082 (java) S 16064 16066 14634 0 -1 4202560 3475 0 0 0 86 0 0 0 15 0 20 0 134250952 1588060160 25040 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16083] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250952 1588060160 25040 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 134250952 1588060160 25040 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 134250994 1588060160 25040 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 134250995 1588060160 25040 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1550840

[startup+3.10151 s]
/proc/loadavg: 1.92 2.00 2.11 2/202 16090
/proc/meminfo: memFree=31195144/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1550840 CPUtime=2.9
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 31469 0 1 0 284 6 0 0 23 0 20 0 134250947 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 387710 27183 1433 10 0 385013 0
[pid=16066/tid=16068] ppid=16064 vsize=1550840 CPUtime=0.38
/proc/16066/task/16068/stat : 16068 (java) S 16064 16066 14634 0 -1 4202560 15020 0 1 0 36 2 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16069] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16069/stat : 16069 (java) S 16064 16066 14634 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16070] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16070/stat : 16070 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16071] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16071/stat : 16071 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16072] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16072/stat : 16072 (java) S 16064 16066 14634 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16073] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16073/stat : 16073 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16074] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16074/stat : 16074 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16075] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16075/stat : 16075 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16076] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16076/stat : 16076 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16077] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16077/stat : 16077 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 134250949 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16078] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16078/stat : 16078 (java) S 16064 16066 14634 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 134250949 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16079] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16079/stat : 16079 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 134250949 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16080] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16080/stat : 16080 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 20 0 134250952 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16081] ppid=16064 vsize=1550840 CPUtime=0.83
/proc/16066/task/16081/stat : 16081 (java) S 16064 16066 14634 0 -1 4202560 5895 0 0 0 82 1 0 0 15 0 20 0 134250952 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16082] ppid=16064 vsize=1550840 CPUtime=0.86
/proc/16066/task/16082/stat : 16082 (java) S 16064 16066 14634 0 -1 4202560 3475 0 0 0 86 0 0 0 15 0 20 0 134250952 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16083] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250952 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 134250952 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 134250994 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1550840 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 134250995 1588060160 27183 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 1550840

[startup+6.30099 s]
/proc/loadavg: 1.92 2.00 2.11 2/202 16096
/proc/meminfo: memFree=31154100/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1549708 CPUtime=3.69
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 40752 0 1 0 362 7 0 0 23 0 20 0 134250947 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 387427 34734 1442 10 0 384730 0
[pid=16066/tid=16068] ppid=16064 vsize=1549708 CPUtime=0.41
/proc/16066/task/16068/stat : 16068 (java) S 16064 16066 14634 0 -1 4202560 15613 0 1 0 39 2 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16069] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16069/stat : 16069 (java) S 16064 16066 14634 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16070] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16070/stat : 16070 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16071] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16071/stat : 16071 (java) S 16064 16066 14634 0 -1 4202560 232 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16072] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16072/stat : 16072 (java) S 16064 16066 14634 0 -1 4202560 346 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16073] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16073/stat : 16073 (java) S 16064 16066 14634 0 -1 4202560 83 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16074] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16074/stat : 16074 (java) S 16064 16066 14634 0 -1 4202560 162 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16075] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16075/stat : 16075 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16076] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16076/stat : 16076 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 134250948 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16077] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16077/stat : 16077 (java) S 16064 16066 14634 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 20 0 134250949 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16078] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16078/stat : 16078 (java) S 16064 16066 14634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 134250949 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16079] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16079/stat : 16079 (java) S 16064 16066 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 134250949 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16080] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16080/stat : 16080 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 20 0 134250952 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16081] ppid=16064 vsize=1549708 CPUtime=1.12
/proc/16066/task/16081/stat : 16081 (java) S 16064 16066 14634 0 -1 4202560 7165 0 0 0 111 1 0 0 16 0 20 0 134250952 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16082] ppid=16064 vsize=1549708 CPUtime=1.04
/proc/16066/task/16082/stat : 16082 (java) S 16064 16066 14634 0 -1 4202560 3685 0 0 0 104 0 0 0 15 0 20 0 134250952 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16083] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250952 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 134250952 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 134250994 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1549708 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 134250995 1586900992 34734 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1549708
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 1.78 1.97 2.09 4/204 16106
/proc/meminfo: memFree=31108536/32951124 swapFree=67111528/67111528

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

[pid=16066/tid=16083] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 134250952 1588998144 65153 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 134250952 1588998144 65153 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 134250994 1588998144 65153 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 134250995 1588998144 65153 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16107] ppid=16064 vsize=1551756 CPUtime=214.89
/proc/16066/task/16107/stat : 16107 (java) R 16064 16066 14634 0 -1 4202560 380 0 0 0 21488 1 0 0 25 0 22 0 134252298 1588998144 65153 4089446400 134512640 134550932 4287389696 18446744073709551615 4109654315 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16066/tid=16108] ppid=16064 vsize=1551756 CPUtime=214.93
/proc/16066/task/16108/stat : 16108 (java) R 16064 16066 14634 0 -1 4202560 555 0 0 0 21492 1 0 0 25 0 22 0 134252298 1588998144 65153 4089446400 134512640 134550932 4287389696 18446744073709551615 4109929373 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 471.25
Current children cumulated vsize (KiB) 1551756

[startup+251.101 s]
/proc/loadavg: 3.02 2.52 2.28 4/204 16115
/proc/meminfo: memFree=31034916/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1551756 CPUtime=474.26
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 75184 0 1 0 47282 144 0 0 23 0 22 0 134250947 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 387939 65478 1451 10 0 385242 0
[pid=16066/tid=16068] ppid=16064 vsize=1551756 CPUtime=0.45
/proc/16066/task/16068/stat : 16068 (java) S 16064 16066 14634 0 -1 4202560 15637 0 1 0 43 2 0 0 15 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16069] ppid=16064 vsize=1551756 CPUtime=1.27
/proc/16066/task/16069/stat : 16069 (java) S 16064 16066 14634 0 -1 4202560 2589 0 0 0 112 15 0 0 16 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 2 0 0 0
[pid=16066/tid=16070] ppid=16064 vsize=1551756 CPUtime=1.2
/proc/16066/task/16070/stat : 16070 (java) S 16064 16066 14634 0 -1 4202560 2459 0 0 0 105 15 0 0 16 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16071] ppid=16064 vsize=1551756 CPUtime=1.18
/proc/16066/task/16071/stat : 16071 (java) S 16064 16066 14634 0 -1 4202560 3144 0 0 0 105 13 0 0 16 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 0 0 0 0
[pid=16066/tid=16072] ppid=16064 vsize=1551756 CPUtime=1.21
/proc/16066/task/16072/stat : 16072 (java) S 16064 16066 14634 0 -1 4202560 2470 0 0 0 108 13 0 0 15 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16073] ppid=16064 vsize=1551756 CPUtime=1.2
/proc/16066/task/16073/stat : 16073 (java) S 16064 16066 14634 0 -1 4202560 3267 0 0 0 103 17 0 0 15 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16074] ppid=16064 vsize=1551756 CPUtime=1.23
/proc/16066/task/16074/stat : 16074 (java) S 16064 16066 14634 0 -1 4202560 3187 0 0 0 109 14 0 0 15 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16075] ppid=16064 vsize=1551756 CPUtime=1.11
/proc/16066/task/16075/stat : 16075 (java) S 16064 16066 14634 0 -1 4202560 2284 0 0 0 100 11 0 0 15 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 4 0 0 0
[pid=16066/tid=16076] ppid=16064 vsize=1551756 CPUtime=1.11
/proc/16066/task/16076/stat : 16076 (java) S 16064 16066 14634 0 -1 4202560 2513 0 0 0 98 13 0 0 16 0 22 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16077] ppid=16064 vsize=1551756 CPUtime=19.42
/proc/16066/task/16077/stat : 16077 (java) S 16064 16066 14634 0 -1 4202560 3416 0 0 0 1924 18 0 0 16 0 22 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16078] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16078/stat : 16078 (java) S 16064 16066 14634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16079] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16079/stat : 16079 (java) S 16064 16066 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16080] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16080/stat : 16080 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16081] ppid=16064 vsize=1551756 CPUtime=1.57
/proc/16066/task/16081/stat : 16081 (java) S 16064 16066 14634 0 -1 4202560 7550 0 0 0 156 1 0 0 15 0 22 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16082] ppid=16064 vsize=1551756 CPUtime=1.49
/proc/16066/task/16082/stat : 16082 (java) S 16064 16066 14634 0 -1 4202560 4578 0 0 0 149 0 0 0 15 0 22 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16083] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 134250994 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 134250995 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16107] ppid=16064 vsize=1551756 CPUtime=216.18
/proc/16066/task/16107/stat : 16107 (java) R 16064 16066 14634 0 -1 4202560 382 0 0 0 21617 1 0 0 24 0 22 0 134252298 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4109674038 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16066/tid=16108] ppid=16064 vsize=1551756 CPUtime=216.23
/proc/16066/task/16108/stat : 16108 (java) R 16064 16066 14634 0 -1 4202560 560 0 0 0 21622 1 0 0 24 0 22 0 134252298 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4109715560 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 474.26
Current children cumulated vsize (KiB) 1551756

[startup+251.906 s]
/proc/loadavg: 3.02 2.52 2.29 2/202 16115
/proc/meminfo: memFree=31034436/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1551756 CPUtime=475.02
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 75185 0 1 0 47358 144 0 0 23 0 20 0 134250947 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 387939 65478 1451 10 0 385242 0
[pid=16066/tid=16068] ppid=16064 vsize=1551756 CPUtime=0.45
/proc/16066/task/16068/stat : 16068 (java) S 16064 16066 14634 0 -1 4202560 15637 0 1 0 43 2 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16069] ppid=16064 vsize=1551756 CPUtime=1.27
/proc/16066/task/16069/stat : 16069 (java) S 16064 16066 14634 0 -1 4202560 2589 0 0 0 112 15 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 2 0 0 0
[pid=16066/tid=16070] ppid=16064 vsize=1551756 CPUtime=1.2
/proc/16066/task/16070/stat : 16070 (java) S 16064 16066 14634 0 -1 4202560 2459 0 0 0 105 15 0 0 16 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16071] ppid=16064 vsize=1551756 CPUtime=1.19
/proc/16066/task/16071/stat : 16071 (java) S 16064 16066 14634 0 -1 4202560 3144 0 0 0 106 13 0 0 16 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 0 0 0 0
[pid=16066/tid=16072] ppid=16064 vsize=1551756 CPUtime=1.21
/proc/16066/task/16072/stat : 16072 (java) S 16064 16066 14634 0 -1 4202560 2470 0 0 0 108 13 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16073] ppid=16064 vsize=1551756 CPUtime=1.2
/proc/16066/task/16073/stat : 16073 (java) S 16064 16066 14634 0 -1 4202560 3267 0 0 0 103 17 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16074] ppid=16064 vsize=1551756 CPUtime=1.23
/proc/16066/task/16074/stat : 16074 (java) S 16064 16066 14634 0 -1 4202560 3187 0 0 0 109 14 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16075] ppid=16064 vsize=1551756 CPUtime=1.12
/proc/16066/task/16075/stat : 16075 (java) S 16064 16066 14634 0 -1 4202560 2284 0 0 0 101 11 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 4 0 0 0
[pid=16066/tid=16076] ppid=16064 vsize=1551756 CPUtime=1.11
/proc/16066/task/16076/stat : 16076 (java) S 16064 16066 14634 0 -1 4202560 2513 0 0 0 98 13 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16077] ppid=16064 vsize=1551756 CPUtime=19.42
/proc/16066/task/16077/stat : 16077 (java) S 16064 16066 14634 0 -1 4202560 3416 0 0 0 1924 18 0 0 15 0 20 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16078] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16078/stat : 16078 (java) S 16064 16066 14634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16079] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16079/stat : 16079 (java) S 16064 16066 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16080] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16080/stat : 16080 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16081] ppid=16064 vsize=1551756 CPUtime=1.57
/proc/16066/task/16081/stat : 16081 (java) S 16064 16066 14634 0 -1 4202560 7550 0 0 0 156 1 0 0 15 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16082] ppid=16064 vsize=1551756 CPUtime=1.5
/proc/16066/task/16082/stat : 16082 (java) S 16064 16066 14634 0 -1 4202560 4578 0 0 0 150 0 0 0 15 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16083] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 134250994 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 134250995 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 475.02
Current children cumulated vsize (KiB) 1551756

[startup+252.301 s]
/proc/loadavg: 3.02 2.52 2.29 2/202 16115
/proc/meminfo: memFree=31034436/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=1551756 CPUtime=475.09
/proc/16066/stat : 16066 (java) S 16064 16066 14634 0 -1 4202496 75185 0 1 0 47365 144 0 0 23 0 20 0 134250947 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 387939 65478 1451 10 0 385242 0
[pid=16066/tid=16068] ppid=16064 vsize=1551756 CPUtime=0.52
/proc/16066/task/16068/stat : 16068 (java) R 16064 16066 14634 0 -1 4202560 15637 0 1 0 50 2 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4110085366 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=16066/tid=16069] ppid=16064 vsize=1551756 CPUtime=1.27
/proc/16066/task/16069/stat : 16069 (java) S 16064 16066 14634 0 -1 4202560 2589 0 0 0 112 15 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 2 0 0 0
[pid=16066/tid=16070] ppid=16064 vsize=1551756 CPUtime=1.2
/proc/16066/task/16070/stat : 16070 (java) S 16064 16066 14634 0 -1 4202560 2459 0 0 0 105 15 0 0 16 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 7 0 0 0
[pid=16066/tid=16071] ppid=16064 vsize=1551756 CPUtime=1.19
/proc/16066/task/16071/stat : 16071 (java) S 16064 16066 14634 0 -1 4202560 3144 0 0 0 106 13 0 0 16 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 0 0 0 0
[pid=16066/tid=16072] ppid=16064 vsize=1551756 CPUtime=1.21
/proc/16066/task/16072/stat : 16072 (java) S 16064 16066 14634 0 -1 4202560 2470 0 0 0 108 13 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16073] ppid=16064 vsize=1551756 CPUtime=1.2
/proc/16066/task/16073/stat : 16073 (java) S 16064 16066 14634 0 -1 4202560 3267 0 0 0 103 17 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16074] ppid=16064 vsize=1551756 CPUtime=1.23
/proc/16066/task/16074/stat : 16074 (java) S 16064 16066 14634 0 -1 4202560 3187 0 0 0 109 14 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16075] ppid=16064 vsize=1551756 CPUtime=1.12
/proc/16066/task/16075/stat : 16075 (java) S 16064 16066 14634 0 -1 4202560 2284 0 0 0 101 11 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 4 0 0 0
[pid=16066/tid=16076] ppid=16064 vsize=1551756 CPUtime=1.11
/proc/16066/task/16076/stat : 16076 (java) S 16064 16066 14634 0 -1 4202560 2513 0 0 0 98 13 0 0 15 0 20 0 134250948 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16077] ppid=16064 vsize=1551756 CPUtime=19.42
/proc/16066/task/16077/stat : 16077 (java) S 16064 16066 14634 0 -1 4202560 3416 0 0 0 1924 18 0 0 15 0 20 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 0 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16078] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16078/stat : 16078 (java) S 16064 16066 14634 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16079] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16079/stat : 16079 (java) S 16064 16066 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 134250949 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16080] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16080/stat : 16080 (java) S 16064 16066 14634 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16081] ppid=16064 vsize=1551756 CPUtime=1.57
/proc/16066/task/16081/stat : 16081 (java) S 16064 16066 14634 0 -1 4202560 7550 0 0 0 156 1 0 0 15 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16082] ppid=16064 vsize=1551756 CPUtime=1.5
/proc/16066/task/16082/stat : 16082 (java) S 16064 16066 14634 0 -1 4202560 4578 0 0 0 150 0 0 0 15 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 5 0 0 0
[pid=16066/tid=16083] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16083/stat : 16083 (java) S 16064 16066 14634 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 3 0 0 0
[pid=16066/tid=16084] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16084/stat : 16084 (java) S 16064 16066 14634 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 20 0 134250952 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16087] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16087/stat : 16087 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 134250994 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=1551756 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) S 16064 16066 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 134250995 1588998144 65478 4089446400 134512640 134550932 4287389696 18446744073709551615 4294960144 0 4 0 16800975 18446604471130825984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 475.09
Current children cumulated vsize (KiB) 1551756

[startup+252.501 s]
/proc/loadavg: 3.02 2.52 2.29 2/202 16115
/proc/meminfo: memFree=31034436/32951124 swapFree=67111528/67111528
[pid=16066] ppid=16064 vsize=0 CPUtime=475.29
/proc/16066/stat : 16066 (java) Z 16064 16066 14634 0 -1 4203548 75195 0 1 0 47384 145 0 0 18 0 2 0 134250947 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/16066/statm: 0 0 0 0 0 0 0
[pid=16066/tid=16088] ppid=16064 vsize=0 CPUtime=0
/proc/16066/task/16088/stat : 16088 (java) R 16064 16066 14634 0 -1 4203588 4 0 0 0 0 0 0 0 18 0 2 0 134250995 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 475.29
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 252.507
CPU time (s): 475.306
CPU user time (s): 473.849
CPU system time (s): 1.45678
CPU usage (%): 188.235
Max. virtual memory (cumulated for all children) (KiB): 1553372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 473.849
system time used= 1.45678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75195
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= 31301
involuntary context switches= 325775

runsolver used 0.441932 second user time and 0.963853 second system time

The end

Launcher Data

Begin job on node132 at 2010-06-30 22:25:48
IDJOB=2694363
IDBENCH=79298
IDSOLVER=1207
FILE ID=node132/2694363-1277929548
PBS_JOBID= 11197348
Free space on /tmp= 74136 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694363-1277929548/watcher-2694363-1277929548 -o /tmp/evaluation-result-2694363-1277929548/solver-2694363-1277929548 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694363-1277929548.wbo

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=350479935

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31289576 kB
Buffers:        211916 kB
Cached:        1217136 kB
SwapCached:          0 kB
Active:         623528 kB
Inactive:       890740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31289576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:       85616 kB
Mapped:          15668 kB
Slab:            82556 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74136 MiB
End job on node132 at 2010-06-30 22:30:01