Trace number 2659655

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT36 269.703 268.083

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.12598
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 432
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659655-1276406383.opb
0.22/0.21	c reading problem ... 
0.67/0.54	c ... done. Wall clock time 0.323s.
0.67/0.54	c #vars     432
0.67/0.54	c #constraints  1304
0.67/0.54	c constraints type 
0.67/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.67/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.67/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.91/0.69	c SATISFIABLE
0.91/0.69	c OPTIMIZING...
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.475
0.91/0.69	o 54
2.17/1.35	c cleaning 2497 clauses out of 5000 with flag 5001/5001
2.67/1.67	c Got one! Elapsed wall clock time (in seconds):1.457
2.67/1.67	o 52
2.99/1.81	c Got one! Elapsed wall clock time (in seconds):1.593
2.99/1.81	o 50
2.99/1.87	c cleaning 4246 clauses out of 8502 with flag 11000/11000
3.63/2.45	c cleaning 5618 clauses out of 11256 with flag 18000/18000
4.34/3.20	c cleaning 6805 clauses out of 13638 with flag 26000/26000
5.26/4.09	c cleaning 7910 clauses out of 15833 with flag 35000/35000
6.36/5.13	c cleaning 8957 clauses out of 17923 with flag 45000/45000
7.56/6.36	c cleaning 9474 clauses out of 18967 with flag 55001/55001
7.67/6.42	c Got one! Elapsed wall clock time (in seconds):6.203
7.67/6.42	o 48
8.67/7.47	c cleaning 9727 clauses out of 19492 with flag 65000/65000
9.67/8.47	c cleaning 9870 clauses out of 19766 with flag 75001/75001
10.77/9.53	c cleaning 9931 clauses out of 19896 with flag 85001/85001
11.77/10.53	c cleaning 9970 clauses out of 19964 with flag 95000/95000
12.78/11.51	c cleaning 9986 clauses out of 19994 with flag 105000/105000
13.78/12.59	c cleaning 9999 clauses out of 20008 with flag 115000/115000
14.99/13.73	c cleaning 9996 clauses out of 20010 with flag 125001/125001
15.99/14.73	c cleaning 9991 clauses out of 20013 with flag 135000/135000
16.99/15.71	c cleaning 10000 clauses out of 20022 with flag 145000/145000
17.99/16.71	c cleaning 9996 clauses out of 20022 with flag 155000/155000
18.89/17.64	c cleaning 10001 clauses out of 20027 with flag 165001/165001
19.99/18.73	c cleaning 10004 clauses out of 20027 with flag 175002/175002
21.09/19.82	c cleaning 10009 clauses out of 20022 with flag 185001/185001
22.09/20.84	c cleaning 9989 clauses out of 20012 with flag 195000/195000
23.09/21.90	c cleaning 9996 clauses out of 20023 with flag 205000/205000
24.09/22.84	c cleaning 10001 clauses out of 20028 with flag 215001/215001
25.09/23.86	c cleaning 10002 clauses out of 20026 with flag 225000/225000
25.70/24.47	c Got one! Elapsed wall clock time (in seconds):24.26
25.70/24.47	o 46
26.25/24.90	c cleaning 9998 clauses out of 20024 with flag 235000/235000
27.35/26.06	c cleaning 10001 clauses out of 20027 with flag 245001/245001
28.45/27.10	c cleaning 9999 clauses out of 20027 with flag 255002/255002
29.56/28.25	c cleaning 10004 clauses out of 20027 with flag 265001/265001
30.56/29.29	c cleaning 9995 clauses out of 20022 with flag 275000/275000
31.66/30.30	c cleaning 9997 clauses out of 20027 with flag 285000/285000
32.66/31.32	c cleaning 9993 clauses out of 20031 with flag 295001/295001
33.56/32.28	c cleaning 10004 clauses out of 20038 with flag 305001/305001
33.85/32.56	c Got one! Elapsed wall clock time (in seconds):32.346
33.85/32.56	o 44
34.56/33.25	c cleaning 10002 clauses out of 20034 with flag 315001/315001
35.56/34.23	c cleaning 10007 clauses out of 20032 with flag 325001/325001
36.66/35.32	c cleaning 9991 clauses out of 20024 with flag 335000/335000
37.66/36.31	c cleaning 10003 clauses out of 20034 with flag 345001/345001
38.66/37.33	c cleaning 9992 clauses out of 20030 with flag 355000/355000
39.66/38.32	c cleaning 10012 clauses out of 20039 with flag 365001/365001
40.67/39.34	c cleaning 10000 clauses out of 20026 with flag 375000/375000
41.67/40.38	c cleaning 10002 clauses out of 20026 with flag 385000/385000
42.77/41.43	c cleaning 9993 clauses out of 20024 with flag 395000/395000
43.87/42.52	c cleaning 10011 clauses out of 20031 with flag 405000/405000
44.87/43.53	c cleaning 9993 clauses out of 20020 with flag 415000/415000
45.88/44.58	c cleaning 9993 clauses out of 20026 with flag 425000/425000
46.88/45.59	c cleaning 10006 clauses out of 20033 with flag 435000/435000
47.89/46.56	c cleaning 10001 clauses out of 20027 with flag 445000/445000
48.89/47.53	c cleaning 10003 clauses out of 20029 with flag 455003/455003
49.88/48.55	c cleaning 9995 clauses out of 20024 with flag 465001/465001
50.98/49.61	c cleaning 9994 clauses out of 20028 with flag 475000/475000
51.98/50.69	c cleaning 10004 clauses out of 20035 with flag 485001/485001
53.08/51.71	c cleaning 10001 clauses out of 20030 with flag 495000/495000
54.08/52.72	c cleaning 10000 clauses out of 20029 with flag 505000/505000
55.09/53.71	c cleaning 10001 clauses out of 20030 with flag 515001/515001
56.09/54.79	c cleaning 9996 clauses out of 20028 with flag 525000/525000
57.19/55.86	c cleaning 10006 clauses out of 20033 with flag 535001/535001
58.19/56.88	c cleaning 9991 clauses out of 20026 with flag 545000/545000
59.29/57.91	c cleaning 10006 clauses out of 20035 with flag 555000/555000
60.29/58.98	c cleaning 10001 clauses out of 20030 with flag 565001/565001
61.30/59.98	c cleaning 9995 clauses out of 20028 with flag 575000/575000
62.30/60.92	c cleaning 10002 clauses out of 20033 with flag 585000/585000
63.30/61.94	c cleaning 9998 clauses out of 20031 with flag 595000/595000
64.40/63.04	c cleaning 10005 clauses out of 20032 with flag 605000/605000
65.40/64.04	c cleaning 9993 clauses out of 20027 with flag 615000/615000
66.50/65.12	c cleaning 10007 clauses out of 20034 with flag 625000/625000
67.60/66.20	c cleaning 9999 clauses out of 20027 with flag 635000/635000
68.59/67.21	c cleaning 9996 clauses out of 20028 with flag 645000/645000
69.59/68.26	c cleaning 10007 clauses out of 20032 with flag 655000/655000
70.69/69.32	c cleaning 10001 clauses out of 20025 with flag 665000/665000
71.72/70.36	c cleaning 9997 clauses out of 20025 with flag 675001/675001
72.82/71.44	c cleaning 10001 clauses out of 20027 with flag 685000/685000
73.82/72.47	c cleaning 9999 clauses out of 20026 with flag 695000/695000
74.82/73.45	c cleaning 9995 clauses out of 20027 with flag 705000/705000
75.82/74.48	c cleaning 10001 clauses out of 20032 with flag 715000/715000
76.82/75.45	c cleaning 9997 clauses out of 20031 with flag 725000/725000
77.82/76.40	c cleaning 9998 clauses out of 20035 with flag 735001/735001
78.74/77.36	c cleaning 10002 clauses out of 20036 with flag 745000/745000
79.74/78.31	c cleaning 10008 clauses out of 20034 with flag 755000/755000
80.63/79.21	c cleaning 9995 clauses out of 20027 with flag 765001/765001
81.53/80.16	c cleaning 9999 clauses out of 20032 with flag 775001/775001
82.52/81.13	c cleaning 9995 clauses out of 20032 with flag 785000/785000
82.93/81.53	c Got one! Elapsed wall clock time (in seconds):81.317
82.93/81.53	o 42
82.93/81.55	c Got one! Elapsed wall clock time (in seconds):81.333
82.93/81.55	o 36
83.52/82.10	c cleaning 10009 clauses out of 20038 with flag 795001/795001
84.72/83.23	c cleaning 10006 clauses out of 20028 with flag 805000/805000
85.72/84.29	c cleaning 9999 clauses out of 20023 with flag 815001/815001
86.72/85.23	c cleaning 10004 clauses out of 20023 with flag 825000/825000
87.63/86.16	c cleaning 9996 clauses out of 20020 with flag 835001/835001
88.52/87.05	c cleaning 10000 clauses out of 20025 with flag 845002/845002
89.73/88.25	c cleaning 10010 clauses out of 20025 with flag 855002/855002
91.02/89.55	c cleaning 9996 clauses out of 20014 with flag 865001/865001
92.03/90.54	c cleaning 10002 clauses out of 20018 with flag 875001/875001
92.92/91.49	c cleaning 10002 clauses out of 20015 with flag 885000/885000
93.93/92.42	c cleaning 9993 clauses out of 20013 with flag 895000/895000
94.82/93.37	c cleaning 10001 clauses out of 20021 with flag 905001/905001
95.82/94.39	c cleaning 10006 clauses out of 20019 with flag 915000/915000
96.82/95.37	c cleaning 9994 clauses out of 20013 with flag 925000/925000
97.82/96.30	c cleaning 10005 clauses out of 20019 with flag 935000/935000
98.71/97.21	c cleaning 9991 clauses out of 20014 with flag 945000/945000
99.62/98.20	c cleaning 10003 clauses out of 20023 with flag 955000/955000
100.73/99.23	c cleaning 10005 clauses out of 20021 with flag 965001/965001
101.72/100.30	c cleaning 9993 clauses out of 20016 with flag 975001/975001
102.82/101.33	c cleaning 9997 clauses out of 20022 with flag 985000/985000
103.82/102.39	c cleaning 9995 clauses out of 20025 with flag 995000/995000
104.92/103.42	c cleaning 9999 clauses out of 20031 with flag 1005001/1005001
105.92/104.45	c cleaning 10010 clauses out of 20031 with flag 1015000/1015000
106.92/105.42	c cleaning 9998 clauses out of 20021 with flag 1025000/1025000
107.92/106.42	c cleaning 10000 clauses out of 20024 with flag 1035001/1035001
108.92/107.45	c cleaning 9996 clauses out of 20023 with flag 1045000/1045000
110.02/108.50	c cleaning 9996 clauses out of 20028 with flag 1055001/1055001
111.12/109.62	c cleaning 10010 clauses out of 20031 with flag 1065000/1065000
112.12/110.63	c cleaning 10002 clauses out of 20022 with flag 1075001/1075001
113.22/111.72	c cleaning 10006 clauses out of 20019 with flag 1085000/1085000
114.22/112.75	c cleaning 9993 clauses out of 20013 with flag 1095000/1095000
115.22/113.71	c cleaning 10000 clauses out of 20020 with flag 1105000/1105000
116.23/114.73	c cleaning 9996 clauses out of 20020 with flag 1115000/1115000
117.23/115.75	c cleaning 10001 clauses out of 20024 with flag 1125000/1125000
118.33/116.82	c cleaning 10008 clauses out of 20022 with flag 1135000/1135000
119.34/117.85	c cleaning 9997 clauses out of 20014 with flag 1145000/1145000
120.34/118.86	c cleaning 10003 clauses out of 20017 with flag 1155000/1155000
121.34/119.84	c cleaning 9995 clauses out of 20014 with flag 1165000/1165000
122.34/120.83	c cleaning 10001 clauses out of 20020 with flag 1175001/1175001
123.24/121.78	c cleaning 10004 clauses out of 20019 with flag 1185001/1185001
124.24/122.76	c cleaning 10002 clauses out of 20015 with flag 1195001/1195001
125.24/123.70	c cleaning 9993 clauses out of 20013 with flag 1205001/1205001
126.14/124.69	c cleaning 9998 clauses out of 20020 with flag 1215001/1215001
127.14/125.66	c cleaning 9999 clauses out of 20022 with flag 1225001/1225001
128.04/126.55	c cleaning 9998 clauses out of 20024 with flag 1235002/1235002
129.04/127.58	c cleaning 9995 clauses out of 20024 with flag 1245000/1245000
129.94/128.49	c cleaning 10004 clauses out of 20031 with flag 1255002/1255002
130.94/129.40	c cleaning 9996 clauses out of 20026 with flag 1265001/1265001
131.84/130.38	c cleaning 10003 clauses out of 20029 with flag 1275000/1275000
132.84/131.39	c cleaning 10002 clauses out of 20026 with flag 1285000/1285000
133.75/132.29	c cleaning 9995 clauses out of 20025 with flag 1295001/1295001
134.74/133.24	c cleaning 9998 clauses out of 20029 with flag 1305000/1305000
135.64/134.16	c cleaning 10001 clauses out of 20032 with flag 1315001/1315001
136.64/135.11	c cleaning 10010 clauses out of 20031 with flag 1325001/1325001
137.55/136.06	c cleaning 9993 clauses out of 20021 with flag 1335001/1335001
138.54/137.00	c cleaning 10000 clauses out of 20028 with flag 1345001/1345001
139.55/138.01	c cleaning 9998 clauses out of 20028 with flag 1355001/1355001
140.55/139.05	c cleaning 10001 clauses out of 20029 with flag 1365000/1365000
141.56/140.02	c cleaning 9998 clauses out of 20028 with flag 1375000/1375000
142.45/141.00	c cleaning 10010 clauses out of 20031 with flag 1385001/1385001
143.55/142.06	c cleaning 10001 clauses out of 20020 with flag 1395000/1395000
144.45/142.98	c cleaning 9998 clauses out of 20019 with flag 1405000/1405000
145.45/143.90	c cleaning 9998 clauses out of 20021 with flag 1415000/1415000
146.35/144.82	c cleaning 10000 clauses out of 20023 with flag 1425000/1425000
147.35/145.81	c cleaning 9998 clauses out of 20024 with flag 1435001/1435001
148.35/146.80	c cleaning 9993 clauses out of 20025 with flag 1445000/1445000
149.35/147.87	c cleaning 10000 clauses out of 20033 with flag 1455001/1455001
150.36/148.87	c cleaning 10014 clauses out of 20034 with flag 1465002/1465002
151.46/149.93	c cleaning 9994 clauses out of 20018 with flag 1475000/1475000
152.37/150.86	c cleaning 9998 clauses out of 20026 with flag 1485002/1485002
153.26/151.78	c cleaning 10000 clauses out of 20026 with flag 1495000/1495000
154.27/152.78	c cleaning 10000 clauses out of 20027 with flag 1505001/1505001
155.26/153.74	c cleaning 10006 clauses out of 20027 with flag 1515001/1515001
156.26/154.76	c cleaning 10002 clauses out of 20021 with flag 1525001/1525001
157.26/155.78	c cleaning 10002 clauses out of 20018 with flag 1535000/1535000
158.36/156.86	c cleaning 9997 clauses out of 20016 with flag 1545000/1545000
159.26/157.79	c cleaning 9997 clauses out of 20020 with flag 1555001/1555001
160.27/158.78	c cleaning 10000 clauses out of 20022 with flag 1565000/1565000
161.27/159.76	c cleaning 10004 clauses out of 20022 with flag 1575000/1575000
162.17/160.67	c cleaning 9991 clauses out of 20018 with flag 1585000/1585000
163.17/161.60	c cleaning 9998 clauses out of 20027 with flag 1595000/1595000
163.97/162.48	c cleaning 10007 clauses out of 20030 with flag 1605001/1605001
164.86/163.35	c cleaning 9992 clauses out of 20022 with flag 1615000/1615000
165.68/164.17	c cleaning 10001 clauses out of 20031 with flag 1625001/1625001
166.58/165.08	c cleaning 10003 clauses out of 20030 with flag 1635001/1635001
167.58/166.05	c cleaning 10000 clauses out of 20027 with flag 1645001/1645001
168.68/167.10	c cleaning 9998 clauses out of 20027 with flag 1655001/1655001
169.68/168.11	c cleaning 10001 clauses out of 20029 with flag 1665001/1665001
170.68/169.10	c cleaning 10001 clauses out of 20028 with flag 1675001/1675001
171.67/170.19	c cleaning 10001 clauses out of 20027 with flag 1685001/1685001
172.67/171.18	c cleaning 9999 clauses out of 20026 with flag 1695001/1695001
173.77/172.23	c cleaning 9999 clauses out of 20026 with flag 1705000/1705000
174.87/173.33	c cleaning 10000 clauses out of 20027 with flag 1715000/1715000
175.97/174.41	c cleaning 10000 clauses out of 20028 with flag 1725001/1725001
176.88/175.36	c cleaning 9994 clauses out of 20027 with flag 1735000/1735000
177.98/176.43	c cleaning 9998 clauses out of 20033 with flag 1745000/1745000
178.99/177.41	c cleaning 10006 clauses out of 20035 with flag 1755000/1755000
179.99/178.42	c cleaning 10004 clauses out of 20029 with flag 1765000/1765000
180.99/179.43	c cleaning 9999 clauses out of 20025 with flag 1775000/1775000
181.99/180.48	c cleaning 9998 clauses out of 20027 with flag 1785001/1785001
183.09/181.58	c cleaning 9998 clauses out of 20030 with flag 1795002/1795002
184.09/182.52	c cleaning 10000 clauses out of 20031 with flag 1805001/1805001
184.99/183.46	c cleaning 10005 clauses out of 20030 with flag 1815000/1815000
185.99/184.45	c cleaning 9997 clauses out of 20025 with flag 1825000/1825000
186.89/185.37	c cleaning 10005 clauses out of 20029 with flag 1835001/1835001
187.80/186.28	c cleaning 9997 clauses out of 20023 with flag 1845000/1845000
188.80/187.27	c cleaning 9996 clauses out of 20027 with flag 1855001/1855001
189.79/188.26	c cleaning 10002 clauses out of 20030 with flag 1865000/1865000
190.79/189.29	c cleaning 10006 clauses out of 20029 with flag 1875001/1875001
191.79/190.25	c cleaning 10000 clauses out of 20022 with flag 1885000/1885000
192.79/191.21	c cleaning 9995 clauses out of 20022 with flag 1895000/1895000
193.60/192.10	c cleaning 10008 clauses out of 20028 with flag 1905001/1905001
194.60/193.06	c cleaning 9995 clauses out of 20019 with flag 1915000/1915000
195.60/194.06	c cleaning 10002 clauses out of 20024 with flag 1925000/1925000
196.60/195.06	c cleaning 10001 clauses out of 20023 with flag 1935001/1935001
197.50/195.98	c cleaning 9993 clauses out of 20022 with flag 1945001/1945001
198.60/197.02	c cleaning 10001 clauses out of 20029 with flag 1955001/1955001
199.69/198.13	c cleaning 10005 clauses out of 20027 with flag 1965000/1965000
200.69/199.12	c cleaning 10000 clauses out of 20022 with flag 1975000/1975000
201.59/200.06	c cleaning 9994 clauses out of 20022 with flag 1985000/1985000
202.49/200.98	c cleaning 10001 clauses out of 20029 with flag 1995001/1995001
203.49/201.91	c cleaning 10001 clauses out of 20028 with flag 2005001/2005001
204.39/202.86	c cleaning 10006 clauses out of 20027 with flag 2015001/2015001
205.40/203.86	c cleaning 9997 clauses out of 20020 with flag 2025000/2025000
206.40/204.82	c cleaning 9999 clauses out of 20023 with flag 2035000/2035000
207.30/205.76	c cleaning 10006 clauses out of 20024 with flag 2045000/2045000
208.20/206.65	c cleaning 9998 clauses out of 20019 with flag 2055001/2055001
209.10/207.58	c cleaning 9996 clauses out of 20020 with flag 2065000/2065000
210.10/208.58	c cleaning 10001 clauses out of 20025 with flag 2075001/2075001
211.20/209.63	c cleaning 10001 clauses out of 20023 with flag 2085000/2085000
212.20/210.60	c cleaning 9988 clauses out of 20022 with flag 2095000/2095000
213.20/211.61	c cleaning 10004 clauses out of 20034 with flag 2105000/2105000
214.29/212.77	c cleaning 10014 clauses out of 20030 with flag 2115000/2115000
215.39/213.83	c cleaning 10001 clauses out of 20017 with flag 2125001/2125001
216.40/214.83	c cleaning 9994 clauses out of 20016 with flag 2135001/2135001
217.29/215.77	c cleaning 9999 clauses out of 20021 with flag 2145000/2145000
218.29/216.71	c cleaning 9998 clauses out of 20022 with flag 2155000/2155000
219.19/217.67	c cleaning 9999 clauses out of 20024 with flag 2165000/2165000
220.20/218.60	c cleaning 10006 clauses out of 20025 with flag 2175000/2175000
221.10/219.55	c cleaning 10000 clauses out of 20020 with flag 2185001/2185001
222.10/220.56	c cleaning 10001 clauses out of 20019 with flag 2195000/2195000
223.10/221.55	c cleaning 9999 clauses out of 20019 with flag 2205001/2205001
224.01/222.47	c cleaning 10001 clauses out of 20019 with flag 2215000/2215000
224.90/223.38	c cleaning 9996 clauses out of 20018 with flag 2225000/2225000
225.90/224.38	c cleaning 10000 clauses out of 20022 with flag 2235000/2235000
227.10/225.50	c cleaning 10005 clauses out of 20023 with flag 2245001/2245001
228.10/226.58	c cleaning 9996 clauses out of 20018 with flag 2255001/2255001
229.20/227.68	c cleaning 10001 clauses out of 20021 with flag 2265000/2265000
230.30/228.79	c cleaning 9996 clauses out of 20021 with flag 2275001/2275001
231.50/229.97	c cleaning 10003 clauses out of 20025 with flag 2285001/2285001
232.60/231.01	c cleaning 9997 clauses out of 20022 with flag 2295001/2295001
233.60/232.05	c cleaning 10005 clauses out of 20025 with flag 2305001/2305001
234.61/233.09	c cleaning 10004 clauses out of 20019 with flag 2315000/2315000
235.71/234.10	c cleaning 9999 clauses out of 20015 with flag 2325000/2325000
236.71/235.11	c cleaning 10000 clauses out of 20017 with flag 2335001/2335001
237.61/236.09	c cleaning 10004 clauses out of 20016 with flag 2345000/2345000
238.61/237.07	c cleaning 9998 clauses out of 20012 with flag 2355000/2355000
239.61/238.07	c cleaning 9997 clauses out of 20014 with flag 2365000/2365000
240.71/239.12	c cleaning 9997 clauses out of 20017 with flag 2375000/2375000
241.72/240.14	c cleaning 10005 clauses out of 20021 with flag 2385001/2385001
242.81/241.25	c cleaning 9999 clauses out of 20015 with flag 2395000/2395000
243.91/242.31	c cleaning 9993 clauses out of 20016 with flag 2405000/2405000
244.91/243.37	c cleaning 9994 clauses out of 20023 with flag 2415000/2415000
245.90/244.37	c cleaning 10012 clauses out of 20030 with flag 2425001/2425001
246.91/245.33	c cleaning 9994 clauses out of 20018 with flag 2435001/2435001
247.90/246.32	c cleaning 10004 clauses out of 20023 with flag 2445000/2445000
248.90/247.38	c cleaning 10000 clauses out of 20020 with flag 2455001/2455001
250.00/248.44	c cleaning 9999 clauses out of 20019 with flag 2465000/2465000
251.00/249.47	c cleaning 10002 clauses out of 20022 with flag 2475002/2475002
252.00/250.40	c cleaning 9999 clauses out of 20018 with flag 2485000/2485000
252.90/251.37	c cleaning 10002 clauses out of 20019 with flag 2495000/2495000
254.00/252.43	c cleaning 10002 clauses out of 20018 with flag 2505001/2505001
255.01/253.44	c cleaning 9995 clauses out of 20015 with flag 2515000/2515000
256.02/254.44	c cleaning 10007 clauses out of 20021 with flag 2525001/2525001
257.01/255.47	c cleaning 9991 clauses out of 20013 with flag 2535000/2535000
258.01/256.49	c cleaning 10001 clauses out of 20023 with flag 2545001/2545001
259.11/257.60	c cleaning 10003 clauses out of 20022 with flag 2555001/2555001
260.20/258.65	c cleaning 9997 clauses out of 20019 with flag 2565001/2565001
261.30/259.72	c cleaning 9994 clauses out of 20021 with flag 2575000/2575000
262.40/260.83	c cleaning 10003 clauses out of 20028 with flag 2585001/2585001
263.50/261.98	c cleaning 10010 clauses out of 20024 with flag 2595000/2595000
264.50/262.97	c cleaning 9995 clauses out of 20014 with flag 2605000/2605000
265.49/263.94	c cleaning 10003 clauses out of 20020 with flag 2615001/2615001
266.50/264.92	c cleaning 10001 clauses out of 20016 with flag 2625000/2625000
267.41/265.88	c cleaning 10001 clauses out of 20016 with flag 2635001/2635001
268.41/266.83	c cleaning 10000 clauses out of 20015 with flag 2645001/2645001
269.42/267.88	c cleaning 10001 clauses out of 20010 with flag 2655000/2655000
269.62/268.06	c starts		: 238
269.62/268.06	c conflicts		: 2656551
269.62/268.06	c decisions		: 2833611
269.62/268.06	c propagations		: 61760535
269.62/268.06	c inspects		: 609136490
269.62/268.06	c learnt literals	: 23
269.62/268.06	c learnt binary clauses	: 148
269.62/268.06	c learnt ternary clauses	: 494
269.62/268.06	c learnt clauses	: 2656527
269.62/268.06	c ignored clauses	: 0
269.62/268.06	c root simplifications	: 0
269.62/268.06	c removed literals (reason simplification)	: 24493171
269.62/268.06	c reason swapping (by a shorter reason)	: 0
269.62/268.06	c Calls to reduceDB	: 267
269.62/268.06	c number of reductions to clauses (during analyze)	: 0
269.62/268.06	c number of learned constraints concerned by reduction	: 0
269.62/268.06	c number of learning phase by resolution	: 0
269.62/268.06	c number of learning phase by cutting planes	: 0
269.62/268.06	c speed (assignments/second)	: 331136.15282744716
269.62/268.06	c non guided choices	515
269.62/268.06	c learnt constraints type 
269.62/268.06	c constraints type 
269.62/268.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
269.62/268.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
269.62/268.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
269.62/268.06	s OPTIMUM FOUND
269.62/268.06	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 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 
269.62/268.06	c objective function=36
269.62/268.06	c Total wall clock time (in seconds): 267.85

Verifier Data

OK	36

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659655-1276406383/watcher-2659655-1276406383 -o /tmp/evaluation-result-2659655-1276406383/solver-2659655-1276406383 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659655-1276406383.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 22079
/proc/meminfo: memFree=1790764/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=248 CPUtime=0
/proc/22079/stat : 22079 (java6) R 22077 22079 21942 0 -1 4194304 109 0 0 0 0 0 0 0 24 0 1 0 16239717 253952 28 1992294400 134512640 134550932 4290227696 18446744073709551615 2331220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22079/statm: 62 28 21 10 0 23 0

[startup+0.104667 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 22079
/proc/meminfo: memFree=1790764/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1524184 CPUtime=0.08
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 3965 0 1 0 6 2 0 0 15 0 12 0 16239717 1560764416 3404 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.200665 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 22079
/proc/meminfo: memFree=1790764/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1525944 CPUtime=0.22
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 4998 0 1 0 20 2 0 0 15 0 12 0 16239717 1562566656 4435 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 381486 4435 1343 10 0 378788 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1525944

[startup+0.300662 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 22079
/proc/meminfo: memFree=1790764/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1526100 CPUtime=0.33
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 5267 0 1 0 31 2 0 0 15 0 12 0 16239717 1562726400 4704 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 381525 4704 1361 10 0 378827 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526100

[startup+0.700652 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 22079
/proc/meminfo: memFree=1790764/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1528456 CPUtime=1.01
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 7022 0 1 0 98 3 0 0 15 0 13 0 16239717 1565138944 6215 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 382114 6215 1412 10 0 379416 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528456

[startup+1.50163 s]
/proc/loadavg: 0.98 0.99 0.99 4/119 22092
/proc/meminfo: memFree=1769952/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1533148 CPUtime=2.47
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 9351 0 1 0 242 5 0 0 15 0 13 0 16239717 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383287 7717 1437 10 0 380589 0
[pid=22079/tid=22081] ppid=22077 vsize=1533148 CPUtime=1.33
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 4792 0 1 0 131 2 0 0 18 0 13 0 16239719 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4109840620 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 13 0 16239720 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 16239720 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1533148 CPUtime=0.01
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 207 0 0 0 1 0 0 0 16 0 13 0 16239722 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) R 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 16239723 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1533148 CPUtime=0.33
/proc/22079/task/22088/stat : 22088 (java) R 22077 22079 21942 0 -1 4202560 613 0 0 0 33 0 0 0 19 0 13 0 16239727 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1533148 CPUtime=0.76
/proc/22079/task/22089/stat : 22089 (java) R 22077 22079 21942 0 -1 4202560 2465 0 0 0 75 1 0 0 16 0 13 0 16239727 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 104142786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16239727 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1533148 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1569943552 7717 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1533148

[startup+3.10159 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 22092
/proc/meminfo: memFree=1760652/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=4.34
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 10758 0 1 0 428 6 0 0 15 0 13 0 16239717 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 8886 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=2.87
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 4796 0 1 0 285 2 0 0 20 0 13 0 16239719 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4109788351 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 13 0 16239720 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 150 0 0 0 0 0 0 0 16 0 13 0 16239720 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=0.05
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 388 0 0 0 5 0 0 0 16 0 13 0 16239722 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.38
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 634 0 0 0 38 0 0 0 15 0 13 0 16239727 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=0.97
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3475 0 0 0 95 2 0 0 15 0 13 0 16239727 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 8886 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1535396

[startup+6.30196 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 22092
/proc/meminfo: memFree=1758296/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=7.56
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 11215 0 1 0 749 7 0 0 15 0 13 0 16239717 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 9312 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=5.97
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 4799 0 1 0 595 2 0 0 25 0 13 0 16239719 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4109689662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.01
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 13 0 16239720 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.01
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 281 0 0 0 1 0 0 0 16 0 13 0 16239720 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=0.13
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 563 0 0 0 13 0 0 0 15 0 13 0 16239722 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=0.98
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3476 0 0 0 96 2 0 0 15 0 13 0 16239727 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 9312 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1535396

[startup+12.7021 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 22092
/proc/meminfo: memFree=1757180/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=13.99
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 11487 0 1 0 1392 7 0 0 15 0 13 0 16239717 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 9577 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=12.16
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 4806 0 1 0 1214 2 0 0 25 0 13 0 16239719 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4109885503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.03
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 422 0 0 0 3 0 0 0 15 0 13 0 16239720 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.04
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 350 0 0 0 4 0 0 0 16 0 13 0 16239720 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=0.31
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 722 0 0 0 31 0 0 0 16 0 13 0 16239722 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=0.98
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3476 0 0 0 96 2 0 0 15 0 13 0 16239727 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 9577 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 1535396

[startup+25.501 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 22092
/proc/meminfo: memFree=1756436/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=26.85
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 11677 0 1 0 2678 7 0 0 15 0 13 0 16239717 1572245504 9755 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 9755 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=24.58
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 4818 0 1 0 2456 2 0 0 25 0 13 0 16239719 1572245504 9755 1992294400 134512640 134550932 4289851120 18446744073709551615 4109801150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.06
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 427 0 0 0 6 0 0 0 16 0 13 0 16239720 1572245504 9755 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.08
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 354 0 0 0 8 0 0 0 15 0 13 0 16239720 1572245504 9755 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=0.63

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

/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 257.81
Current children cumulated vsize (KiB) 1535396

[startup+262.601 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 22098
/proc/meminfo: memFree=1753584/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=264.2
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 12469 0 1 0 26398 22 0 0 15 0 13 0 16239717 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 10278 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=254.2
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 5055 0 1 0 25412 8 0 0 25 0 13 0 16239719 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4109764728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.58
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 443 0 0 0 55 3 0 0 15 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.62
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 374 0 0 0 59 3 0 0 16 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=7.15
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 1365 0 0 0 712 3 0 0 15 0 13 0 16239722 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=1.18
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3505 0 0 0 116 2 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 264.2
Current children cumulated vsize (KiB) 1535396

[startup+265.802 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 22098
/proc/meminfo: memFree=1753584/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=267.41
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 12472 0 1 0 26718 23 0 0 15 0 13 0 16239717 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 10278 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=257.31
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 5058 0 1 0 25723 8 0 0 25 0 13 0 16239719 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4109969104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.58
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 443 0 0 0 55 3 0 0 16 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.63
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 374 0 0 0 60 3 0 0 15 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=7.23
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 1365 0 0 0 720 3 0 0 16 0 13 0 16239722 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=1.18
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3505 0 0 0 116 2 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 267.41
Current children cumulated vsize (KiB) 1535396

[startup+267.402 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 22098
/proc/meminfo: memFree=1753584/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=269.01
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 12474 0 1 0 26878 23 0 0 15 0 13 0 16239717 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 10278 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=258.85
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 5060 0 1 0 25877 8 0 0 25 0 13 0 16239719 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4109841056 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.59
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 443 0 0 0 56 3 0 0 16 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.63
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 374 0 0 0 60 3 0 0 15 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=7.29
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 1365 0 0 0 726 3 0 0 16 0 13 0 16239722 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=1.18
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3505 0 0 0 116 2 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 269.01
Current children cumulated vsize (KiB) 1535396

[startup+267.802 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 22098
/proc/meminfo: memFree=1753584/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=269.42
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 12474 0 1 0 26919 23 0 0 15 0 13 0 16239717 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 10278 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=259.24
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 5060 0 1 0 25916 8 0 0 25 0 13 0 16239719 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4159852301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.59
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 443 0 0 0 56 3 0 0 16 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.63
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 374 0 0 0 60 3 0 0 15 0 13 0 16239720 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=7.29
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 1365 0 0 0 726 3 0 0 16 0 13 0 16239722 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=1.2
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3505 0 0 0 118 2 0 0 16 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 10278 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 269.42
Current children cumulated vsize (KiB) 1535396

[startup+268.002 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 22098
/proc/meminfo: memFree=1753584/2059040 swapFree=4165864/4192956
[pid=22079] ppid=22077 vsize=1535396 CPUtime=269.62
/proc/22079/stat : 22079 (java) S 22077 22079 21942 0 -1 4202496 12477 0 1 0 26939 23 0 0 15 0 13 0 16239717 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22079/statm: 383849 10279 1443 10 0 381151 0
[pid=22079/tid=22081] ppid=22077 vsize=1535396 CPUtime=259.41
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 21942 0 -1 4202560 5062 0 1 0 25933 8 0 0 25 0 13 0 16239719 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4109768729 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=1535396 CPUtime=0.59
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 21942 0 -1 4202560 443 0 0 0 56 3 0 0 15 0 13 0 16239720 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=1535396 CPUtime=0.64
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 21942 0 -1 4202560 374 0 0 0 61 3 0 0 16 0 13 0 16239720 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=1535396 CPUtime=7.31
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 21942 0 -1 4202560 1366 0 0 0 728 3 0 0 16 0 13 0 16239722 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 0 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16239723 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 21942 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 16239723 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16239727 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=1535396 CPUtime=0.41
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 21942 0 -1 4202560 644 0 0 0 41 0 0 0 16 0 13 0 16239727 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 1 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=1535396 CPUtime=1.2
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 21942 0 -1 4202560 3505 0 0 0 118 2 0 0 16 0 13 0 16239727 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16239727 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 21942 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 16239727 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=1535396 CPUtime=0
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 21942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 16239774 1572245504 10279 1992294400 134512640 134550932 4289851120 18446744073709551615 4294960144 0 4 0 16800975 18446604437869075456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 269.62
Current children cumulated vsize (KiB) 1535396

Child status: 30
Real time (s): 268.083
CPU time (s): 269.703
CPU user time (s): 269.463
CPU system time (s): 0.239963
CPU usage (%): 100.604
Max. virtual memory (cumulated for all children) (KiB): 1536220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.463
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12492
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= 8462
involuntary context switches= 5471

runsolver used 0.595909 second user time and 1.45278 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-13 07:19:43
IDJOB=2659655
IDBENCH=2031
IDSOLVER=1164
FILE ID=node014/2659655-1276406383
PBS_JOBID= 11173281
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659655-1276406383/watcher-2659655-1276406383 -o /tmp/evaluation-result-2659655-1276406383/solver-2659655-1276406383 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659655-1276406383.opb

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=968207131

node014.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1791028 kB
Buffers:         24128 kB
Cached:         132644 kB
SwapCached:       1640 kB
Active:         111256 kB
Inactive:        79780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1791028 kB
SwapTotal:     4192956 kB
SwapFree:      4165864 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:       32600 kB
Mapped:          15024 kB
Slab:            55068 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62464 MiB
End job on node014 at 2010-06-13 07:24:11