Trace number 2698567

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 146.454 144.274

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567135--soft-66-100-0.wbo
MD5SUM32795eb517f73910564f73a4c3c20f9d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark144.309
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
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@15a3d6b
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 solving HOME/instance-2698567-1278325654.wbo
0.11/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.2s.
0.50/0.30	c #vars     1135
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
0.74/0.43	c SATISFIABLE
0.74/0.43	c OPTIMIZING...
0.74/0.43	c Got one! Elapsed wall clock time (in seconds):0.336
0.74/0.43	o 327
0.74/0.48	c Got one! Elapsed wall clock time (in seconds):0.388
0.74/0.48	o 308
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.457
1.04/0.55	o 259
1.34/0.61	c Got one! Elapsed wall clock time (in seconds):0.516
1.34/0.61	o 210
1.34/0.68	c Got one! Elapsed wall clock time (in seconds):0.582
1.34/0.68	o 193
1.64/0.75	c Got one! Elapsed wall clock time (in seconds):0.648
1.64/0.75	o 184
1.64/0.77	c Got one! Elapsed wall clock time (in seconds):0.675
1.64/0.77	o 156
1.94/0.85	c Got one! Elapsed wall clock time (in seconds):0.754
1.94/0.85	o 139
1.94/0.90	c Got one! Elapsed wall clock time (in seconds):0.799
1.94/0.90	o 135
2.16/0.97	c Got one! Elapsed wall clock time (in seconds):0.869
2.16/0.97	o 85
2.38/1.18	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.51/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
2.51/1.29	o 78
2.61/1.39	c Got one! Elapsed wall clock time (in seconds):1.298
2.61/1.39	o 68
3.15/1.81	c cleaning 4248 clauses out of 8502 with flag 11000/11000
3.15/1.90	c Got one! Elapsed wall clock time (in seconds):1.799
3.15/1.90	o 64
3.56/2.25	c Got one! Elapsed wall clock time (in seconds):2.156
3.56/2.25	o 38
3.86/2.56	c cleaning 5626 clauses out of 11258 with flag 18004/18004
4.26/2.99	c Got one! Elapsed wall clock time (in seconds):2.897
4.26/2.99	o 29
4.57/3.25	c cleaning 6812 clauses out of 13628 with flag 26000/26000
5.39/4.01	c cleaning 7906 clauses out of 15816 with flag 35000/35000
5.70/4.36	c Got one! Elapsed wall clock time (in seconds):4.265
5.70/4.36	o 13
6.30/4.98	c cleaning 8951 clauses out of 17911 with flag 45001/45001
7.21/5.88	c cleaning 9472 clauses out of 18960 with flag 55001/55001
8.04/6.69	c cleaning 9739 clauses out of 19488 with flag 65001/65001
8.73/7.30	c Got one! Elapsed wall clock time (in seconds):7.204
8.73/7.30	o 12
8.83/7.45	c cleaning 9870 clauses out of 19750 with flag 75002/75002
9.73/8.36	c cleaning 9935 clauses out of 19879 with flag 85001/85001
10.53/9.14	c cleaning 9967 clauses out of 19944 with flag 95001/95001
11.35/9.94	c cleaning 9983 clauses out of 19977 with flag 105001/105001
12.15/10.75	c cleaning 9993 clauses out of 19994 with flag 115001/115001
12.95/11.55	c cleaning 9998 clauses out of 20003 with flag 125003/125003
13.35/11.91	c Got one! Elapsed wall clock time (in seconds):11.818
13.35/11.91	o 11
13.85/12.47	c cleaning 9997 clauses out of 20004 with flag 135002/135002
14.75/13.36	c cleaning 10000 clauses out of 20007 with flag 145002/145002
15.25/13.85	c Got one! Elapsed wall clock time (in seconds):13.753
15.25/13.85	o 7
15.66/14.30	c cleaning 10000 clauses out of 20006 with flag 155001/155001
16.55/15.14	c cleaning 9994 clauses out of 20005 with flag 165000/165000
17.35/15.92	c cleaning 10002 clauses out of 20018 with flag 175007/175007
18.15/16.71	c cleaning 9998 clauses out of 20009 with flag 185000/185000
18.86/17.44	c cleaning 9990 clauses out of 20011 with flag 195000/195000
19.56/18.18	c cleaning 10006 clauses out of 20022 with flag 205001/205001
20.36/18.91	c cleaning 10000 clauses out of 20015 with flag 215000/215000
21.07/19.61	c cleaning 10004 clauses out of 20015 with flag 225000/225000
21.67/20.26	c cleaning 9996 clauses out of 20011 with flag 235000/235000
22.38/20.94	c cleaning 10000 clauses out of 20017 with flag 245002/245002
23.08/21.62	c cleaning 10006 clauses out of 20016 with flag 255001/255001
23.68/22.26	c cleaning 9992 clauses out of 20009 with flag 265000/265000
24.38/22.95	c cleaning 10003 clauses out of 20019 with flag 275002/275002
25.09/23.63	c cleaning 10000 clauses out of 20014 with flag 285000/285000
25.79/24.31	c cleaning 10000 clauses out of 20014 with flag 295000/295000
26.39/24.96	c cleaning 10003 clauses out of 20015 with flag 305001/305001
27.00/25.59	c cleaning 10002 clauses out of 20013 with flag 315002/315002
27.70/26.23	c cleaning 10000 clauses out of 20010 with flag 325001/325001
28.30/26.89	c cleaning 10001 clauses out of 20014 with flag 335005/335005
29.01/27.54	c cleaning 10000 clauses out of 20012 with flag 345004/345004
29.61/28.19	c cleaning 9995 clauses out of 20008 with flag 355000/355000
30.32/28.82	c cleaning 9993 clauses out of 20013 with flag 365000/365000
30.92/29.46	c cleaning 10004 clauses out of 20021 with flag 375001/375001
31.62/30.12	c cleaning 10005 clauses out of 20018 with flag 385002/385002
32.23/30.74	c cleaning 9995 clauses out of 20011 with flag 395000/395000
32.93/31.40	c cleaning 9991 clauses out of 20016 with flag 405000/405000
33.63/32.19	c cleaning 10008 clauses out of 20025 with flag 415000/415000
34.33/32.86	c cleaning 10005 clauses out of 20017 with flag 425000/425000
35.13/33.61	c cleaning 9995 clauses out of 20012 with flag 435000/435000
35.73/34.28	c cleaning 10007 clauses out of 20019 with flag 445002/445002
36.44/34.90	c cleaning 9999 clauses out of 20010 with flag 455000/455000
37.04/35.56	c cleaning 9998 clauses out of 20011 with flag 465000/465000
37.75/36.22	c cleaning 10004 clauses out of 20013 with flag 475000/475000
38.34/36.87	c cleaning 10003 clauses out of 20014 with flag 485005/485005
38.95/37.49	c cleaning 9999 clauses out of 20008 with flag 495002/495002
39.55/38.08	c cleaning 9999 clauses out of 20008 with flag 505001/505001
40.25/38.77	c cleaning 9998 clauses out of 20008 with flag 515000/515000
40.95/39.47	c cleaning 10001 clauses out of 20011 with flag 525001/525001
41.76/40.20	c cleaning 9989 clauses out of 20009 with flag 535000/535000
42.48/40.97	c cleaning 10006 clauses out of 20020 with flag 545000/545000
43.18/41.65	c cleaning 10001 clauses out of 20014 with flag 555000/555000
43.88/42.37	c cleaning 9995 clauses out of 20013 with flag 565000/565000
44.58/43.03	c cleaning 10006 clauses out of 20019 with flag 575001/575001
45.38/43.81	c cleaning 9994 clauses out of 20012 with flag 585000/585000
46.09/44.52	c cleaning 9999 clauses out of 20018 with flag 595000/595000
46.39/44.80	c Got one! Elapsed wall clock time (in seconds):44.702
46.39/44.80	o 5
46.79/45.26	c cleaning 10005 clauses out of 20019 with flag 605000/605000
47.49/45.91	c cleaning 10002 clauses out of 20014 with flag 615000/615000
48.10/46.55	c cleaning 10004 clauses out of 20014 with flag 625002/625002
48.81/47.21	c cleaning 10001 clauses out of 20009 with flag 635001/635001
49.41/47.84	c cleaning 9993 clauses out of 20008 with flag 645001/645001
50.02/48.47	c cleaning 10002 clauses out of 20015 with flag 655001/655001
50.71/49.10	c cleaning 10002 clauses out of 20012 with flag 665000/665000
51.31/49.74	c cleaning 9993 clauses out of 20012 with flag 675002/675002
51.92/50.38	c cleaning 10004 clauses out of 20018 with flag 685001/685001
52.62/51.00	c cleaning 10000 clauses out of 20016 with flag 695003/695003
53.12/51.55	c cleaning 10002 clauses out of 20016 with flag 705003/705003
53.73/52.13	c cleaning 9997 clauses out of 20011 with flag 715000/715000
54.34/52.72	c cleaning 10000 clauses out of 20014 with flag 725000/725000
54.94/53.33	c cleaning 10002 clauses out of 20016 with flag 735002/735002
55.55/53.98	c cleaning 10004 clauses out of 20014 with flag 745002/745002
56.24/54.61	c cleaning 9998 clauses out of 20008 with flag 755000/755000
56.85/55.22	c cleaning 10000 clauses out of 20012 with flag 765002/765002
57.45/55.83	c cleaning 9998 clauses out of 20011 with flag 775001/775001
58.05/56.45	c cleaning 9996 clauses out of 20012 with flag 785000/785000
58.76/57.15	c cleaning 10004 clauses out of 20016 with flag 795000/795000
59.26/57.63	c Got one! Elapsed wall clock time (in seconds):57.529
59.26/57.63	o 4
59.46/57.89	c cleaning 10003 clauses out of 20013 with flag 805001/805001
60.36/58.71	c cleaning 10002 clauses out of 20010 with flag 815001/815001
61.07/59.48	c cleaning 10000 clauses out of 20007 with flag 825000/825000
61.77/60.18	c cleaning 9991 clauses out of 20009 with flag 835002/835002
62.47/60.87	c cleaning 10007 clauses out of 20019 with flag 845003/845003
63.18/61.52	c cleaning 9998 clauses out of 20012 with flag 855003/855003
63.87/62.27	c cleaning 10001 clauses out of 20013 with flag 865002/865002
64.58/62.91	c cleaning 9999 clauses out of 20012 with flag 875002/875002
65.29/63.67	c cleaning 10003 clauses out of 20011 with flag 885000/885000
65.99/64.31	c cleaning 9996 clauses out of 20008 with flag 895000/895000
66.60/64.96	c cleaning 9999 clauses out of 20012 with flag 905000/905000
67.30/65.60	c cleaning 10005 clauses out of 20014 with flag 915001/915001
67.90/66.26	c cleaning 9995 clauses out of 20009 with flag 925001/925001
68.81/66.95	c cleaning 9997 clauses out of 20013 with flag 935000/935000
69.51/67.64	c cleaning 10001 clauses out of 20017 with flag 945001/945001
70.13/68.22	c cleaning 9997 clauses out of 20016 with flag 955001/955001
70.72/68.84	c cleaning 10004 clauses out of 20019 with flag 965001/965001
71.42/69.51	c cleaning 10002 clauses out of 20014 with flag 975000/975000
72.12/70.22	c cleaning 9998 clauses out of 20012 with flag 985000/985000
72.72/70.89	c cleaning 9996 clauses out of 20014 with flag 995000/995000
73.44/71.52	c cleaning 10006 clauses out of 20019 with flag 1005001/1005001
73.93/72.09	c cleaning 9997 clauses out of 20012 with flag 1015000/1015000
74.54/72.68	c cleaning 10003 clauses out of 20015 with flag 1025000/1025000
75.15/73.28	c cleaning 10001 clauses out of 20013 with flag 1035001/1035001
75.85/73.97	c cleaning 10003 clauses out of 20011 with flag 1045000/1045000
76.55/74.61	c cleaning 10000 clauses out of 20010 with flag 1055002/1055002
77.15/75.25	c cleaning 9996 clauses out of 20008 with flag 1065000/1065000
77.76/75.88	c cleaning 9998 clauses out of 20012 with flag 1075000/1075000
78.35/76.49	c cleaning 10004 clauses out of 20017 with flag 1085003/1085003
79.05/77.18	c cleaning 9996 clauses out of 20012 with flag 1095002/1095002
79.76/77.81	c cleaning 9999 clauses out of 20014 with flag 1105000/1105000
80.36/78.49	c cleaning 10005 clauses out of 20015 with flag 1115000/1115000
81.06/79.19	c cleaning 9995 clauses out of 20010 with flag 1125000/1125000
81.66/79.79	c cleaning 10001 clauses out of 20016 with flag 1135001/1135001
82.46/80.51	c cleaning 10003 clauses out of 20015 with flag 1145001/1145001
83.07/81.17	c cleaning 9994 clauses out of 20011 with flag 1155000/1155000
83.77/81.84	c cleaning 10004 clauses out of 20017 with flag 1165000/1165000
84.48/82.55	c cleaning 9996 clauses out of 20013 with flag 1175000/1175000
85.18/83.24	c cleaning 9999 clauses out of 20018 with flag 1185001/1185001
85.59/83.65	c Got one! Elapsed wall clock time (in seconds):83.554
85.59/83.65	o 2
85.98/84.02	c cleaning 10008 clauses out of 20019 with flag 1195001/1195001
86.78/84.83	c cleaning 9993 clauses out of 20010 with flag 1205000/1205000
87.49/85.59	c cleaning 10004 clauses out of 20017 with flag 1215000/1215000
88.29/86.30	c cleaning 10003 clauses out of 20013 with flag 1225000/1225000
88.90/86.95	c cleaning 9999 clauses out of 20013 with flag 1235003/1235003
89.60/87.66	c cleaning 10002 clauses out of 20013 with flag 1245002/1245002
90.40/88.43	c cleaning 9996 clauses out of 20010 with flag 1255001/1255001
91.12/89.17	c cleaning 9998 clauses out of 20018 with flag 1265005/1265005
92.02/90.04	c cleaning 9997 clauses out of 20015 with flag 1275000/1275000
92.72/90.77	c cleaning 9997 clauses out of 20019 with flag 1285001/1285001
93.42/91.46	c cleaning 10002 clauses out of 20022 with flag 1295001/1295001
94.12/92.15	c cleaning 10008 clauses out of 20022 with flag 1305003/1305003
94.73/92.79	c cleaning 10001 clauses out of 20013 with flag 1315002/1315002
95.44/93.44	c cleaning 9992 clauses out of 20012 with flag 1325002/1325002
96.03/94.09	c cleaning 10004 clauses out of 20020 with flag 1335002/1335002
96.93/94.92	c cleaning 9999 clauses out of 20016 with flag 1345002/1345002
97.53/95.56	c cleaning 9995 clauses out of 20015 with flag 1355000/1355000
98.13/96.17	c cleaning 10007 clauses out of 20020 with flag 1365000/1365000
98.74/96.79	c cleaning 9999 clauses out of 20013 with flag 1375000/1375000
99.43/97.44	c cleaning 10006 clauses out of 20017 with flag 1385003/1385003
100.04/98.03	c cleaning 10002 clauses out of 20011 with flag 1395003/1395003
100.74/98.71	c cleaning 9994 clauses out of 20008 with flag 1405002/1405002
101.34/99.35	c cleaning 9999 clauses out of 20012 with flag 1415000/1415000
101.94/100.00	c cleaning 10001 clauses out of 20013 with flag 1425000/1425000
102.64/100.67	c cleaning 10000 clauses out of 20013 with flag 1435001/1435001
103.34/101.35	c cleaning 9995 clauses out of 20012 with flag 1445000/1445000
104.04/102.03	c cleaning 10006 clauses out of 20018 with flag 1455001/1455001
104.74/102.70	c cleaning 9999 clauses out of 20011 with flag 1465000/1465000
105.35/103.37	c cleaning 10005 clauses out of 20015 with flag 1475003/1475003
106.14/104.10	c cleaning 9994 clauses out of 20007 with flag 1485000/1485000
106.74/104.73	c cleaning 10003 clauses out of 20015 with flag 1495002/1495002
107.45/105.41	c cleaning 9993 clauses out of 20010 with flag 1505000/1505000
108.06/106.08	c cleaning 10005 clauses out of 20018 with flag 1515001/1515001
108.76/106.73	c cleaning 10000 clauses out of 20016 with flag 1525004/1525004
109.56/107.50	c cleaning 9998 clauses out of 20012 with flag 1535000/1535000
110.16/108.16	c cleaning 10003 clauses out of 20014 with flag 1545000/1545000
110.97/108.91	c cleaning 10002 clauses out of 20013 with flag 1555002/1555002
111.57/109.59	c cleaning 9995 clauses out of 20009 with flag 1565000/1565000
112.27/110.24	c cleaning 9999 clauses out of 20017 with flag 1575003/1575003
112.87/110.89	c cleaning 10004 clauses out of 20017 with flag 1585002/1585002
113.57/111.56	c cleaning 10004 clauses out of 20015 with flag 1595004/1595004
114.17/112.19	c cleaning 9998 clauses out of 20007 with flag 1605000/1605000
114.87/112.85	c cleaning 9999 clauses out of 20011 with flag 1615002/1615002
115.47/113.49	c cleaning 9993 clauses out of 20010 with flag 1625000/1625000
116.17/114.14	c cleaning 10009 clauses out of 20020 with flag 1635003/1635003
116.88/114.89	c cleaning 10002 clauses out of 20010 with flag 1645002/1645002
117.58/115.56	c cleaning 9998 clauses out of 20007 with flag 1655001/1655001
118.28/116.20	c cleaning 10000 clauses out of 20012 with flag 1665004/1665004
118.99/116.90	c cleaning 9997 clauses out of 20009 with flag 1675001/1675001
119.59/117.52	c cleaning 10002 clauses out of 20012 with flag 1685001/1685001
120.19/118.13	c cleaning 9998 clauses out of 20009 with flag 1695000/1695000
120.80/118.80	c cleaning 9997 clauses out of 20011 with flag 1705000/1705000
121.60/119.59	c cleaning 9997 clauses out of 20015 with flag 1715001/1715001
122.40/120.35	c cleaning 10004 clauses out of 20020 with flag 1725003/1725003
123.10/121.00	c cleaning 10004 clauses out of 20016 with flag 1735003/1735003
123.70/121.63	c cleaning 9999 clauses out of 20010 with flag 1745001/1745001
124.30/122.26	c cleaning 10001 clauses out of 20012 with flag 1755002/1755002
125.01/122.94	c cleaning 10001 clauses out of 20010 with flag 1765001/1765001
125.70/123.69	c cleaning 10002 clauses out of 20011 with flag 1775003/1775003
126.51/124.42	c cleaning 9991 clauses out of 20006 with flag 1785000/1785000
127.11/125.06	c cleaning 9998 clauses out of 20017 with flag 1795002/1795002
127.81/125.79	c cleaning 10002 clauses out of 20017 with flag 1805000/1805000
128.52/126.47	c cleaning 9998 clauses out of 20015 with flag 1815000/1815000
129.21/127.17	c cleaning 10000 clauses out of 20017 with flag 1825000/1825000
129.92/127.84	c cleaning 10003 clauses out of 20021 with flag 1835004/1835004
130.63/128.55	c cleaning 10006 clauses out of 20017 with flag 1845003/1845003
131.33/129.20	c cleaning 9998 clauses out of 20008 with flag 1855000/1855000
131.93/129.81	c cleaning 9993 clauses out of 20010 with flag 1865000/1865000
132.53/130.48	c cleaning 10003 clauses out of 20024 with flag 1875007/1875007
133.24/131.10	c cleaning 9999 clauses out of 20015 with flag 1885001/1885001
133.84/131.75	c cleaning 10003 clauses out of 20016 with flag 1895001/1895001
134.44/132.35	c cleaning 9998 clauses out of 20012 with flag 1905000/1905000
135.15/133.01	c cleaning 10004 clauses out of 20016 with flag 1915002/1915002
135.75/133.67	c cleaning 9992 clauses out of 20010 with flag 1925000/1925000
136.35/134.29	c cleaning 10004 clauses out of 20018 with flag 1935000/1935000
137.05/134.97	c cleaning 9997 clauses out of 20015 with flag 1945001/1945001
137.75/135.64	c cleaning 10003 clauses out of 20017 with flag 1955000/1955000
138.35/136.30	c cleaning 9997 clauses out of 20014 with flag 1965000/1965000
139.05/136.97	c cleaning 9993 clauses out of 20019 with flag 1975002/1975002
139.66/137.60	c cleaning 10004 clauses out of 20026 with flag 1985002/1985002
140.39/138.30	c cleaning 10005 clauses out of 20019 with flag 1995000/1995000
141.20/139.05	c cleaning 10002 clauses out of 20017 with flag 2005003/2005003
142.00/139.80	c cleaning 10000 clauses out of 20012 with flag 2015000/2015000
142.70/140.55	c cleaning 9992 clauses out of 20012 with flag 2025000/2025000
143.50/141.30	c cleaning 10003 clauses out of 20020 with flag 2035000/2035000
144.20/142.02	c cleaning 10000 clauses out of 20018 with flag 2045001/2045001
144.90/142.72	c cleaning 10000 clauses out of 20019 with flag 2055002/2055002
145.61/143.49	c cleaning 9998 clauses out of 20018 with flag 2065001/2065001
146.42/144.22	c starts		: 232
146.42/144.22	c conflicts		: 2074746
146.42/144.22	c decisions		: 3288508
146.42/144.22	c propagations		: 104517472
146.42/144.22	c inspects		: 1093787153
146.42/144.22	c learnt literals	: 5
146.42/144.22	c learnt binary clauses	: 23
146.42/144.22	c learnt ternary clauses	: 732
146.42/144.22	c learnt clauses	: 2074740
146.42/144.22	c ignored clauses	: 0
146.42/144.22	c root simplifications	: 0
146.42/144.22	c removed literals (reason simplification)	: 10151843
146.42/144.22	c reason swapping (by a shorter reason)	: 0
146.42/144.22	c Calls to reduceDB	: 208
146.42/144.22	c number of reductions to clauses (during analyze)	: 0
146.42/144.22	c number of learned constraints concerned by reduction	: 0
146.42/144.22	c number of learning phase by resolution	: 0
146.42/144.22	c number of learning phase by cutting planes	: 0
146.42/144.22	c speed (assignments/second)	: 1725735.9487484314
146.42/144.22	c non guided choices	3086
146.42/144.22	c learnt constraints type 
146.42/144.22	c constraints type 
146.42/144.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
146.42/144.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
146.42/144.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
146.42/144.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
146.42/144.22	s OPTIMUM FOUND
146.42/144.22	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 
146.42/144.22	c objective function=2
146.42/144.22	c Total wall clock time (in seconds): 144.12

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698567-1278325654/watcher-2698567-1278325654 -o /tmp/evaluation-result-2698567-1278325654/solver-2698567-1278325654 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698567-1278325654.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: 1.98 1.97 1.71 3/196 4347
/proc/meminfo: memFree=32324880/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=248 CPUtime=0
/proc/4347/stat : 4347 (java) R 4345 4347 3809 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 780141 253952 28 4089446400 134512640 134550932 4288018224 18446744073709551615 10314206 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4347/statm: 62 28 21 10 0 23 0

[startup+0.0905761 s]
/proc/loadavg: 1.98 1.97 1.71 3/196 4347
/proc/meminfo: memFree=32324880/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1530032 CPUtime=0.1
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 5144 0 1 0 9 1 0 0 18 0 18 0 780141 1566752768 4580 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 382508 4581 1345 10 0 379811 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530032

[startup+0.100714 s]
/proc/loadavg: 1.98 1.97 1.71 3/196 4347
/proc/meminfo: memFree=32324880/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1530032 CPUtime=0.11
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 5229 0 1 0 10 1 0 0 18 0 18 0 780141 1566752768 4665 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 382508 4665 1345 10 0 379811 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530032

[startup+0.300714 s]
/proc/loadavg: 1.98 1.97 1.71 3/196 4347
/proc/meminfo: memFree=32324880/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1531744 CPUtime=0.5
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 7420 0 1 0 49 1 0 0 18 0 18 0 780141 1568505856 6727 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 382936 6727 1409 10 0 380239 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 1531744

[startup+0.700639 s]
/proc/loadavg: 1.98 1.97 1.71 3/196 4347
/proc/meminfo: memFree=32324880/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1550588 CPUtime=1.64
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 15320 0 1 0 162 2 0 0 18 0 19 0 780141 1587802112 12758 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 387647 12758 1425 10 0 384950 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1550588

[startup+1.50154 s]
/proc/loadavg: 1.98 1.97 1.71 3/215 4366
/proc/meminfo: memFree=32271540/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1547676 CPUtime=2.82
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 19231 0 1 0 279 3 0 0 18 0 19 0 780141 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386919 15444 1445 10 0 384222 0
[pid=4347/tid=4349] ppid=4345 vsize=1547676 CPUtime=1.46
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9129 0 1 0 145 1 0 0 18 0 19 0 780141 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4109696919 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 155 0 0 0 0 0 0 0 18 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 35 0 0 0 0 0 0 0 18 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 168 0 0 0 0 0 0 0 18 0 19 0 780142 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 348 0 0 0 0 0 0 0 16 0 19 0 780143 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1547676 CPUtime=0.64
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2938 0 0 0 64 0 0 0 15 0 19 0 780145 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1547676 CPUtime=0.67
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5388 0 0 0 67 0 0 0 15 0 19 0 780145 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) R 4345 4347 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780145 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1584820224 15444 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1547676

[startup+3.10125 s]
/proc/loadavg: 1.98 1.97 1.71 3/215 4366
/proc/meminfo: memFree=32264968/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1547676 CPUtime=4.46
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 20075 0 1 0 443 3 0 0 18 0 19 0 780141 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386919 16286 1445 10 0 384222 0
[pid=4347/tid=4349] ppid=4345 vsize=1547676 CPUtime=3.04
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9133 0 1 0 303 1 0 0 19 0 19 0 780141 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4109665924 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 323 0 0 0 0 0 0 0 15 0 19 0 780142 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1547676 CPUtime=0.02
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 672 0 0 0 2 0 0 0 15 0 19 0 780143 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1547676 CPUtime=0.65
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2939 0 0 0 65 0 0 0 16 0 19 0 780145 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1547676 CPUtime=0.7
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5392 0 0 0 70 0 0 0 15 0 19 0 780145 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) S 4345 4347 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780145 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1547676 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1584820224 16286 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1547676

[startup+6.30065 s]
/proc/loadavg: 1.98 1.97 1.72 4/215 4366
/proc/meminfo: memFree=32263108/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1547116 CPUtime=7.72
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 20451 0 1 0 769 3 0 0 18 0 19 0 780141 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386779 16579 1445 10 0 384082 0
[pid=4347/tid=4349] ppid=4345 vsize=1547116 CPUtime=6.18
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9137 0 1 0 617 1 0 0 25 0 19 0 780141 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4109669720 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 19 0 780142 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1547116 CPUtime=0.07
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 968 0 0 0 7 0 0 0 16 0 19 0 780143 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1547116 CPUtime=0.66
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2940 0 0 0 66 0 0 0 15 0 19 0 780145 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1547116 CPUtime=0.75
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5402 0 0 0 75 0 0 0 15 0 19 0 780145 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) S 4345 4347 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780145 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1547116 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1584246784 16579 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1547116

[startup+12.7015 s]
/proc/loadavg: 1.98 1.97 1.72 3/215 4366
/proc/meminfo: memFree=32263648/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1546456 CPUtime=14.15
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 20545 0 1 0 1411 4 0 0 18 0 19 0 780141 1583570944 16500 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386614 16500 1445 10 0 383917 0
[pid=4347/tid=4349] ppid=4345 vsize=1546456 CPUtime=12.46
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9145 0 1 0 1245 1 0 0 25 0 19 0 780141 1583570944 16500 4089446400 134512640 134550932 4288018224 18446744073709551615 4109811320 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 19 0 780142 1583570944 16500 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0

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

/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 295 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 74 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 49 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 18 0 0 0 11 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1546456 CPUtime=0.09
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 42 0 0 0 8 1 0 0 16 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 65 0 0 0 9 2 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1546456 CPUtime=0.07
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 137 0 0 0 7 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 339 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1546456 CPUtime=2.91
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 1686 0 0 0 286 5 0 0 15 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1546456 CPUtime=0.69
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2941 0 0 0 69 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1546456 CPUtime=0.99
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5449 0 0 0 99 0 0 0 16 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) S 4345 4347 3809 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145.31
Current children cumulated vsize (KiB) 1546456

[startup+143.901 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4370
/proc/meminfo: memFree=32256976/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1546456 CPUtime=146.12
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 21510 0 1 0 14592 20 0 0 18 0 19 0 780141 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386614 17254 1445 10 0 383917 0
[pid=4347/tid=4349] ppid=4345 vsize=1546456 CPUtime=140.64
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9340 0 1 0 14062 2 0 0 25 0 19 0 780141 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4109728040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 295 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 74 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 49 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 18 0 0 0 11 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1546456 CPUtime=0.09
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 42 0 0 0 8 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 65 0 0 0 9 2 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1546456 CPUtime=0.07
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 137 0 0 0 7 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 339 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1546456 CPUtime=2.93
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 1686 0 0 0 288 5 0 0 15 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1546456 CPUtime=0.69
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2941 0 0 0 69 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1546456 CPUtime=0.99
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5449 0 0 0 99 0 0 0 16 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) S 4345 4347 3809 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 146.12
Current children cumulated vsize (KiB) 1546456

[startup+144.106 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4370
/proc/meminfo: memFree=32257336/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1546456 CPUtime=146.33
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 21510 0 1 0 14613 20 0 0 18 0 19 0 780141 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386614 17254 1445 10 0 383917 0
[pid=4347/tid=4349] ppid=4345 vsize=1546456 CPUtime=140.85
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9340 0 1 0 14083 2 0 0 25 0 19 0 780141 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4109696895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 295 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 74 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 49 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 18 0 0 0 11 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1546456 CPUtime=0.09
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 42 0 0 0 8 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 65 0 0 0 9 2 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1546456 CPUtime=0.07
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 137 0 0 0 7 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 339 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1546456 CPUtime=2.93
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 1686 0 0 0 288 5 0 0 15 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1546456 CPUtime=0.69
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2941 0 0 0 69 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1546456 CPUtime=0.99
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5449 0 0 0 99 0 0 0 16 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) S 4345 4347 3809 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 146.33
Current children cumulated vsize (KiB) 1546456

[startup+144.201 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4370
/proc/meminfo: memFree=32257336/32951124 swapFree=67111528/67111528
[pid=4347] ppid=4345 vsize=1546456 CPUtime=146.42
/proc/4347/stat : 4347 (java) S 4345 4347 3809 0 -1 4202496 21510 0 1 0 14622 20 0 0 18 0 19 0 780141 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4347/statm: 386614 17254 1445 10 0 383917 0
[pid=4347/tid=4349] ppid=4345 vsize=1546456 CPUtime=140.94
/proc/4347/task/4349/stat : 4349 (java) R 4345 4347 3809 0 -1 4202560 9340 0 1 0 14092 2 0 0 25 0 19 0 780141 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4110169069 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4347/tid=4350] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4350/stat : 4350 (java) S 4345 4347 3809 0 -1 4202560 295 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4351] ppid=4345 vsize=1546456 CPUtime=0.1
/proc/4347/task/4351/stat : 4351 (java) S 4345 4347 3809 0 -1 4202560 74 0 0 0 9 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 7 0 0 0
[pid=4347/tid=4352] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4352/stat : 4352 (java) S 4345 4347 3809 0 -1 4202560 49 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4353] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4353/stat : 4353 (java) S 4345 4347 3809 0 -1 4202560 18 0 0 0 11 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4354] ppid=4345 vsize=1546456 CPUtime=0.09
/proc/4347/task/4354/stat : 4354 (java) S 4345 4347 3809 0 -1 4202560 42 0 0 0 8 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4347/tid=4355] ppid=4345 vsize=1546456 CPUtime=0.11
/proc/4347/task/4355/stat : 4355 (java) S 4345 4347 3809 0 -1 4202560 65 0 0 0 9 2 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4356] ppid=4345 vsize=1546456 CPUtime=0.07
/proc/4347/task/4356/stat : 4356 (java) S 4345 4347 3809 0 -1 4202560 137 0 0 0 7 0 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4357] ppid=4345 vsize=1546456 CPUtime=0.08
/proc/4347/task/4357/stat : 4357 (java) S 4345 4347 3809 0 -1 4202560 339 0 0 0 7 1 0 0 15 0 19 0 780142 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4347/tid=4358] ppid=4345 vsize=1546456 CPUtime=2.93
/proc/4347/task/4358/stat : 4358 (java) S 4345 4347 3809 0 -1 4202560 1686 0 0 0 288 5 0 0 15 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4347/tid=4359] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4359/stat : 4359 (java) S 4345 4347 3809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4360] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4360/stat : 4360 (java) S 4345 4347 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 780143 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4361] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4361/stat : 4361 (java) S 4345 4347 3809 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4362] ppid=4345 vsize=1546456 CPUtime=0.69
/proc/4347/task/4362/stat : 4362 (java) S 4345 4347 3809 0 -1 4202560 2941 0 0 0 69 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4363] ppid=4345 vsize=1546456 CPUtime=0.99
/proc/4347/task/4363/stat : 4363 (java) S 4345 4347 3809 0 -1 4202560 5449 0 0 0 99 0 0 0 16 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4364] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4364/stat : 4364 (java) S 4345 4347 3809 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4347/tid=4365] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4365/stat : 4365 (java) S 4345 4347 3809 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 780145 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4347/tid=4366] ppid=4345 vsize=1546456 CPUtime=0
/proc/4347/task/4366/stat : 4366 (java) S 4345 4347 3809 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 780174 1583570944 17254 4089446400 134512640 134550932 4288018224 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 146.42
Current children cumulated vsize (KiB) 1546456

Child status: 30
Real time (s): 144.274
CPU time (s): 146.454
CPU user time (s): 146.25
CPU system time (s): 0.203968
CPU usage (%): 101.511
Max. virtual memory (cumulated for all children) (KiB): 1550588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.25
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21525
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= 9034
involuntary context switches= 50679

runsolver used 0.279957 second user time and 0.52092 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-05 12:27:34
IDJOB=2698567
IDBENCH=78900
IDSOLVER=1211
FILE ID=node108/2698567-1278325654
PBS_JOBID= 11207479
Free space on /tmp= 74160 MiB

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

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

MD5SUM BENCH= 32795eb517f73910564f73a4c3c20f9d
RANDOM SEED=2131980833

node108.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		: 2681.499
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	: 5362.99
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		: 2681.499
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		: 2681.499
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.74
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		: 2681.499
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		: 2681.499
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		: 2681.499
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.69
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		: 2681.499
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		: 2681.499
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:      32325284 kB
Buffers:         32484 kB
Cached:         337848 kB
SwapCached:          0 kB
Active:         250804 kB
Inactive:       274436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32325284 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1104 kB
Writeback:           0 kB
AnonPages:      154776 kB
Mapped:          20340 kB
Slab:            36544 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74160 MiB
End job on node108 at 2010-07-05 12:29:58