Trace number 2658244

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.0 2010-05-26UNSAT 726.731 722.503

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.8869
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658244-1276682825.opb
0.24/0.20	c reading problem ... 
1.08/0.77	c ... done. Wall clock time 0.561s.
1.08/0.77	c #vars     1576
1.08/0.77	c #constraints  3105
1.08/0.77	c constraints type 
1.08/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
1.08/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.08/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.08/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
4.38/3.04	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.89/4.51	c cleaning 4250 clauses out of 8500 with flag 11000/11000
7.29/5.88	c cleaning 5616 clauses out of 11251 with flag 18001/18001
8.90/7.43	c cleaning 6809 clauses out of 13634 with flag 26000/26000
10.96/9.41	c cleaning 7909 clauses out of 15825 with flag 35000/35000
13.58/12.02	c cleaning 8942 clauses out of 17916 with flag 45000/45000
15.79/14.26	c cleaning 9478 clauses out of 18974 with flag 55000/55000
18.20/16.63	c cleaning 9740 clauses out of 19496 with flag 65000/65000
20.90/19.34	c cleaning 9877 clauses out of 19757 with flag 75001/75001
23.21/21.66	c cleaning 9927 clauses out of 19879 with flag 85000/85000
25.51/23.96	c cleaning 9962 clauses out of 19952 with flag 95000/95000
27.92/26.33	c cleaning 9980 clauses out of 19990 with flag 105000/105000
30.24/28.69	c cleaning 9992 clauses out of 20010 with flag 115000/115000
32.73/31.18	c cleaning 9994 clauses out of 20018 with flag 125000/125000
35.13/33.52	c cleaning 9997 clauses out of 20024 with flag 135000/135000
37.63/36.00	c cleaning 10000 clauses out of 20027 with flag 145000/145000
39.94/38.38	c cleaning 10008 clauses out of 20027 with flag 155000/155000
42.35/40.79	c cleaning 10000 clauses out of 20019 with flag 165000/165000
44.97/43.30	c cleaning 9998 clauses out of 20019 with flag 175000/175000
47.27/45.69	c cleaning 10002 clauses out of 20021 with flag 185000/185000
49.58/47.93	c cleaning 9998 clauses out of 20019 with flag 195000/195000
51.89/50.28	c cleaning 10001 clauses out of 20022 with flag 205001/205001
54.19/52.53	c cleaning 9998 clauses out of 20020 with flag 215000/215000
56.40/54.73	c cleaning 9998 clauses out of 20023 with flag 225001/225001
58.80/57.20	c cleaning 9997 clauses out of 20025 with flag 235001/235001
61.00/59.40	c cleaning 10001 clauses out of 20028 with flag 245001/245001
63.21/61.51	c cleaning 10002 clauses out of 20026 with flag 255000/255000
65.42/63.75	c cleaning 10005 clauses out of 20024 with flag 265000/265000
67.83/66.16	c cleaning 9999 clauses out of 20019 with flag 275000/275000
70.13/68.45	c cleaning 9995 clauses out of 20020 with flag 285000/285000
72.43/70.70	c cleaning 10000 clauses out of 20025 with flag 295000/295000
74.54/72.84	c cleaning 10000 clauses out of 20025 with flag 305000/305000
76.66/74.92	c cleaning 10000 clauses out of 20025 with flag 315000/315000
78.66/76.96	c cleaning 10004 clauses out of 20025 with flag 325000/325000
80.56/78.83	c cleaning 9998 clauses out of 20021 with flag 335000/335000
82.87/81.14	c cleaning 10004 clauses out of 20023 with flag 345000/345000
85.07/83.36	c cleaning 9997 clauses out of 20019 with flag 355000/355000
87.18/85.48	c cleaning 9999 clauses out of 20024 with flag 365002/365002
89.18/87.42	c cleaning 10004 clauses out of 20023 with flag 375000/375000
91.19/89.42	c cleaning 10000 clauses out of 20021 with flag 385002/385002
93.20/91.48	c cleaning 10000 clauses out of 20021 with flag 395002/395002
95.30/93.60	c cleaning 9999 clauses out of 20019 with flag 405000/405000
97.70/95.95	c cleaning 10001 clauses out of 20020 with flag 415000/415000
99.82/98.07	c cleaning 9997 clauses out of 20019 with flag 425000/425000
102.11/100.36	c cleaning 9996 clauses out of 20022 with flag 435000/435000
104.32/102.59	c cleaning 10003 clauses out of 20027 with flag 445001/445001
106.92/105.11	c cleaning 10001 clauses out of 20023 with flag 455000/455000
109.32/107.55	c cleaning 10000 clauses out of 20023 with flag 465001/465001
111.74/109.91	c cleaning 9996 clauses out of 20022 with flag 475000/475000
113.94/112.18	c cleaning 10003 clauses out of 20026 with flag 485000/485000
116.25/114.43	c cleaning 9998 clauses out of 20023 with flag 495000/495000
118.34/116.50	c cleaning 10000 clauses out of 20026 with flag 505001/505001
120.44/118.61	c cleaning 9999 clauses out of 20025 with flag 515000/515000
122.86/121.05	c cleaning 10004 clauses out of 20026 with flag 525000/525000
125.16/123.38	c cleaning 9996 clauses out of 20022 with flag 535000/535000
127.76/125.91	c cleaning 10008 clauses out of 20027 with flag 545001/545001
130.07/128.27	c cleaning 9997 clauses out of 20019 with flag 555001/555001
132.17/130.36	c cleaning 9996 clauses out of 20022 with flag 565001/565001
134.47/132.64	c cleaning 10001 clauses out of 20025 with flag 575000/575000
136.68/134.84	c cleaning 10000 clauses out of 20025 with flag 585001/585001
138.88/137.06	c cleaning 10009 clauses out of 20026 with flag 595002/595002
141.28/139.44	c cleaning 9997 clauses out of 20015 with flag 605000/605000
143.69/141.80	c cleaning 9993 clauses out of 20018 with flag 615000/615000
145.90/144.06	c cleaning 9997 clauses out of 20025 with flag 625000/625000
148.21/146.32	c cleaning 10005 clauses out of 20028 with flag 635000/635000
150.42/148.53	c cleaning 9999 clauses out of 20023 with flag 645000/645000
152.72/150.82	c cleaning 10000 clauses out of 20024 with flag 655000/655000
154.82/153.00	c cleaning 10000 clauses out of 20024 with flag 665000/665000
157.13/155.27	c cleaning 9997 clauses out of 20024 with flag 675000/675000
159.43/157.55	c cleaning 10006 clauses out of 20027 with flag 685000/685000
161.63/159.75	c cleaning 10000 clauses out of 20021 with flag 695000/695000
163.74/161.87	c cleaning 9996 clauses out of 20021 with flag 705000/705000
165.95/164.08	c cleaning 10004 clauses out of 20025 with flag 715000/715000
168.46/166.58	c cleaning 10002 clauses out of 20021 with flag 725000/725000
170.66/168.78	c cleaning 10000 clauses out of 20020 with flag 735001/735001
172.89/170.95	c cleaning 9992 clauses out of 20019 with flag 745000/745000
175.09/173.17	c cleaning 9999 clauses out of 20027 with flag 755000/755000
177.19/175.24	c cleaning 10007 clauses out of 20028 with flag 765000/765000
179.30/177.34	c cleaning 10005 clauses out of 20023 with flag 775002/775002
181.41/179.42	c cleaning 9996 clauses out of 20016 with flag 785000/785000
183.81/181.84	c cleaning 10001 clauses out of 20020 with flag 795000/795000
186.02/184.04	c cleaning 10000 clauses out of 20019 with flag 805000/805000
188.13/186.19	c cleaning 9995 clauses out of 20020 with flag 815001/815001
190.43/188.41	c cleaning 10003 clauses out of 20025 with flag 825001/825001
192.54/190.59	c cleaning 9999 clauses out of 20021 with flag 835000/835000
194.65/192.66	c cleaning 10003 clauses out of 20022 with flag 845000/845000
196.76/194.79	c cleaning 9999 clauses out of 20021 with flag 855002/855002
198.85/196.83	c cleaning 9999 clauses out of 20021 with flag 865001/865001
200.76/198.71	c cleaning 9997 clauses out of 20021 with flag 875000/875000
202.86/200.85	c cleaning 10005 clauses out of 20026 with flag 885002/885002
205.17/203.17	c cleaning 9998 clauses out of 20019 with flag 895000/895000
207.38/205.37	c cleaning 9998 clauses out of 20022 with flag 905001/905001
209.67/207.62	c cleaning 9999 clauses out of 20023 with flag 915000/915000
211.97/209.93	c cleaning 9998 clauses out of 20025 with flag 925001/925001
214.07/212.08	c cleaning 10004 clauses out of 20027 with flag 935001/935001
216.39/214.31	c cleaning 10002 clauses out of 20022 with flag 945000/945000
218.59/216.51	c cleaning 10001 clauses out of 20021 with flag 955001/955001
220.69/218.62	c cleaning 9997 clauses out of 20019 with flag 965000/965000
222.90/220.89	c cleaning 10000 clauses out of 20022 with flag 975000/975000
225.10/223.04	c cleaning 10003 clauses out of 20022 with flag 985000/985000
227.11/225.07	c cleaning 9997 clauses out of 20019 with flag 995000/995000
229.21/227.18	c cleaning 9997 clauses out of 20022 with flag 1005000/1005000
231.81/229.71	c cleaning 10000 clauses out of 20025 with flag 1015000/1015000
234.11/232.07	c cleaning 10002 clauses out of 20025 with flag 1025000/1025000
236.44/234.38	c cleaning 10002 clauses out of 20024 with flag 1035001/1035001
238.53/236.47	c cleaning 9998 clauses out of 20022 with flag 1045001/1045001
240.74/238.64	c cleaning 10001 clauses out of 20023 with flag 1055000/1055000
242.94/240.80	c cleaning 9998 clauses out of 20022 with flag 1065000/1065000
245.05/242.97	c cleaning 10003 clauses out of 20024 with flag 1075000/1075000
247.46/245.33	c cleaning 9999 clauses out of 20021 with flag 1085000/1085000
249.56/247.50	c cleaning 9997 clauses out of 20022 with flag 1095000/1095000
251.75/249.64	c cleaning 9992 clauses out of 20025 with flag 1105000/1105000
253.86/251.76	c cleaning 10005 clauses out of 20033 with flag 1115000/1115000
256.06/253.92	c cleaning 10001 clauses out of 20028 with flag 1125000/1125000
258.16/256.04	c cleaning 10004 clauses out of 20027 with flag 1135000/1135000
260.36/258.22	c cleaning 9999 clauses out of 20023 with flag 1145000/1145000
262.37/260.26	c cleaning 9997 clauses out of 20024 with flag 1155000/1155000
264.37/262.24	c cleaning 10000 clauses out of 20028 with flag 1165001/1165001
266.07/264.00	c cleaning 10003 clauses out of 20028 with flag 1175001/1175001
268.39/266.27	c cleaning 10000 clauses out of 20024 with flag 1185000/1185000
270.69/268.53	c cleaning 10001 clauses out of 20024 with flag 1195000/1195000
272.89/270.75	c cleaning 10003 clauses out of 20024 with flag 1205001/1205001
275.19/273.05	c cleaning 10000 clauses out of 20020 with flag 1215000/1215000
277.49/275.33	c cleaning 9997 clauses out of 20021 with flag 1225001/1225001
279.50/277.37	c cleaning 9997 clauses out of 20023 with flag 1235000/1235000
281.40/279.20	c cleaning 10001 clauses out of 20026 with flag 1245000/1245000
283.30/281.17	c cleaning 10008 clauses out of 20025 with flag 1255000/1255000
285.40/283.27	c cleaning 10003 clauses out of 20018 with flag 1265001/1265001
287.51/285.36	c cleaning 9995 clauses out of 20016 with flag 1275002/1275002
289.61/287.40	c cleaning 9998 clauses out of 20019 with flag 1285000/1285000
291.52/289.34	c cleaning 10001 clauses out of 20021 with flag 1295000/1295000
293.41/291.24	c cleaning 9993 clauses out of 20020 with flag 1305000/1305000
295.41/293.21	c cleaning 10000 clauses out of 20027 with flag 1315000/1315000
297.11/294.93	c cleaning 10006 clauses out of 20027 with flag 1325000/1325000
299.11/296.95	c cleaning 9997 clauses out of 20021 with flag 1335000/1335000
301.13/298.90	c cleaning 10001 clauses out of 20024 with flag 1345000/1345000
303.13/300.92	c cleaning 10003 clauses out of 20024 with flag 1355001/1355001
305.03/302.81	c cleaning 9999 clauses out of 20020 with flag 1365000/1365000
306.84/304.69	c cleaning 10002 clauses out of 20021 with flag 1375000/1375000
308.84/306.64	c cleaning 9998 clauses out of 20021 with flag 1385002/1385002
310.65/308.47	c cleaning 10002 clauses out of 20022 with flag 1395001/1395001
312.56/310.33	c cleaning 9999 clauses out of 20019 with flag 1405000/1405000
314.35/312.16	c cleaning 10000 clauses out of 20020 with flag 1415000/1415000
316.26/314.06	c cleaning 10000 clauses out of 20020 with flag 1425000/1425000
318.27/316.05	c cleaning 10000 clauses out of 20020 with flag 1435000/1435000
320.06/317.82	c cleaning 9999 clauses out of 20020 with flag 1445000/1445000
321.87/319.64	c cleaning 10001 clauses out of 20022 with flag 1455001/1455001
323.77/321.57	c cleaning 10001 clauses out of 20020 with flag 1465000/1465000
325.57/323.37	c cleaning 9999 clauses out of 20019 with flag 1475000/1475000
327.47/325.23	c cleaning 10001 clauses out of 20020 with flag 1485000/1485000
329.29/327.02	c cleaning 10001 clauses out of 20021 with flag 1495002/1495002
331.08/328.82	c cleaning 10004 clauses out of 20020 with flag 1505002/1505002
332.99/330.77	c cleaning 10000 clauses out of 20016 with flag 1515002/1515002
334.89/332.61	c cleaning 9995 clauses out of 20015 with flag 1525001/1525001
336.79/334.56	c cleaning 10001 clauses out of 20019 with flag 1535000/1535000
338.90/336.68	c cleaning 10005 clauses out of 20024 with flag 1545006/1545006
341.11/338.86	c cleaning 9998 clauses out of 20014 with flag 1555001/1555001
343.60/341.32	c cleaning 10003 clauses out of 20015 with flag 1565000/1565000
346.00/343.75	c cleaning 9980 clauses out of 20012 with flag 1575000/1575000
348.30/346.07	c cleaning 10009 clauses out of 20034 with flag 1585002/1585002
350.80/348.59	c cleaning 10004 clauses out of 20023 with flag 1595000/1595000
353.42/351.15	c cleaning 9987 clauses out of 20020 with flag 1605001/1605001
355.72/353.49	c cleaning 10012 clauses out of 20032 with flag 1615000/1615000
358.33/356.04	c cleaning 9998 clauses out of 20020 with flag 1625000/1625000
360.73/358.49	c cleaning 10007 clauses out of 20023 with flag 1635001/1635001
363.54/361.22	c cleaning 10003 clauses out of 20017 with flag 1645002/1645002
366.14/363.80	c cleaning 10004 clauses out of 20013 with flag 1655001/1655001
368.55/366.24	c cleaning 9995 clauses out of 20009 with flag 1665001/1665001
371.55/369.30	c cleaning 9994 clauses out of 20013 with flag 1675000/1675000
374.16/371.81	c cleaning 9995 clauses out of 20019 with flag 1685000/1685000
376.86/374.54	c cleaning 10010 clauses out of 20025 with flag 1695001/1695001
379.27/376.99	c cleaning 9989 clauses out of 20017 with flag 1705003/1705003
381.89/379.57	c cleaning 10005 clauses out of 20026 with flag 1715001/1715001
384.29/381.93	c cleaning 10007 clauses out of 20021 with flag 1725001/1725001
386.89/384.57	c cleaning 10004 clauses out of 20014 with flag 1735001/1735001
389.60/387.30	c cleaning 9988 clauses out of 20009 with flag 1745000/1745000
392.30/389.99	c cleaning 10003 clauses out of 20022 with flag 1755001/1755001
394.80/392.48	c cleaning 10004 clauses out of 20018 with flag 1765000/1765000
397.21/394.81	c cleaning 9996 clauses out of 20014 with flag 1775000/1775000
399.62/397.24	c cleaning 10003 clauses out of 20018 with flag 1785000/1785000
402.12/399.73	c cleaning 10004 clauses out of 20015 with flag 1795000/1795000
404.63/402.26	c cleaning 10001 clauses out of 20012 with flag 1805001/1805001
407.04/404.62	c cleaning 9999 clauses out of 20011 with flag 1815001/1815001
409.34/406.92	c cleaning 9984 clauses out of 20012 with flag 1825001/1825001
411.76/409.31	c cleaning 10007 clauses out of 20028 with flag 1835001/1835001
414.06/411.67	c cleaning 10004 clauses out of 20022 with flag 1845002/1845002
416.77/414.33	c cleaning 10002 clauses out of 20017 with flag 1855001/1855001
418.97/416.50	c cleaning 10002 clauses out of 20015 with flag 1865001/1865001
421.48/419.09	c cleaning 9992 clauses out of 20012 with flag 1875000/1875000
423.99/421.51	c cleaning 10001 clauses out of 20021 with flag 1885001/1885001
426.19/423.72	c cleaning 10007 clauses out of 20019 with flag 1895000/1895000
428.89/426.40	c cleaning 9999 clauses out of 20012 with flag 1905000/1905000
431.41/428.91	c cleaning 9993 clauses out of 20014 with flag 1915001/1915001
433.72/431.28	c cleaning 10005 clauses out of 20020 with flag 1925000/1925000
435.93/433.50	c cleaning 9994 clauses out of 20020 with flag 1935005/1935005
438.83/436.35	c cleaning 9997 clauses out of 20021 with flag 1945000/1945000
441.24/438.76	c cleaning 10004 clauses out of 20024 with flag 1955000/1955000
443.85/441.32	c cleaning 10002 clauses out of 20020 with flag 1965000/1965000
446.15/443.61	c cleaning 10002 clauses out of 20019 with flag 1975001/1975001
448.76/446.25	c cleaning 10003 clauses out of 20017 with flag 1985001/1985001
450.68/448.19	c cleaning 9999 clauses out of 20013 with flag 1995000/1995000
452.59/450.09	c cleaning 9999 clauses out of 20014 with flag 2005000/2005000
454.39/451.87	c cleaning 9998 clauses out of 20015 with flag 2015000/2015000
456.19/453.67	c cleaning 10000 clauses out of 20017 with flag 2025000/2025000
458.00/455.50	c cleaning 10002 clauses out of 20018 with flag 2035001/2035001
459.80/457.30	c cleaning 9999 clauses out of 20015 with flag 2045000/2045000
461.50/458.92	c cleaning 10000 clauses out of 20016 with flag 2055000/2055000
463.41/460.87	c cleaning 9998 clauses out of 20018 with flag 2065002/2065002
465.41/462.87	c cleaning 10007 clauses out of 20021 with flag 2075003/2075003
467.52/464.98	c cleaning 9996 clauses out of 20012 with flag 2085001/2085001
469.83/467.21	c cleaning 10001 clauses out of 20015 with flag 2095000/2095000
472.13/469.54	c cleaning 10000 clauses out of 20014 with flag 2105000/2105000
474.24/471.69	c cleaning 10000 clauses out of 20014 with flag 2115000/2115000
476.94/474.38	c cleaning 10003 clauses out of 20014 with flag 2125000/2125000
479.85/477.20	c cleaning 10002 clauses out of 20013 with flag 2135002/2135002
482.87/480.30	c cleaning 10001 clauses out of 20009 with flag 2145000/2145000
485.98/483.35	c cleaning 10000 clauses out of 20009 with flag 2155001/2155001
488.89/486.29	c cleaning 10004 clauses out of 20014 with flag 2165006/2165006
491.89/489.22	c cleaning 9998 clauses out of 20004 with flag 2175000/2175000
494.69/492.05	c cleaning 9997 clauses out of 20006 with flag 2185000/2185000
496.89/494.29	c cleaning 10002 clauses out of 20011 with flag 2195002/2195002
498.90/496.30	c cleaning 9998 clauses out of 20008 with flag 2205001/2205001
501.01/498.39	c cleaning 10004 clauses out of 20012 with flag 2215003/2215003
503.01/500.33	c cleaning 9992 clauses out of 20005 with flag 2225000/2225000
505.02/502.37	c cleaning 9994 clauses out of 20014 with flag 2235001/2235001
507.22/504.59	c cleaning 10000 clauses out of 20019 with flag 2245000/2245000
509.32/506.61	c cleaning 10001 clauses out of 20019 with flag 2255000/2255000
511.43/508.79	c cleaning 10001 clauses out of 20018 with flag 2265000/2265000
513.73/511.03	c cleaning 10003 clauses out of 20017 with flag 2275000/2275000
516.03/513.35	c cleaning 9997 clauses out of 20014 with flag 2285000/2285000
517.94/515.24	c cleaning 10002 clauses out of 20018 with flag 2295001/2295001
519.95/517.24	c cleaning 10002 clauses out of 20015 with flag 2305000/2305000
522.06/519.35	c cleaning 10005 clauses out of 20017 with flag 2315004/2315004
524.55/521.80	c cleaning 9996 clauses out of 20008 with flag 2325000/2325000
526.86/524.18	c cleaning 9991 clauses out of 20015 with flag 2335003/2335003
529.16/526.43	c cleaning 10004 clauses out of 20022 with flag 2345001/2345001
531.47/528.71	c cleaning 10001 clauses out of 20017 with flag 2355000/2355000
533.77/531.06	c cleaning 10003 clauses out of 20016 with flag 2365000/2365000
536.68/533.91	c cleaning 9984 clauses out of 20014 with flag 2375001/2375001
538.99/536.30	c cleaning 10004 clauses out of 20032 with flag 2385003/2385003
541.50/538.76	c cleaning 10004 clauses out of 20030 with flag 2395005/2395005
543.70/540.90	c cleaning 10007 clauses out of 20022 with flag 2405001/2405001
546.11/543.31	c cleaning 9999 clauses out of 20014 with flag 2415000/2415000
548.42/545.60	c cleaning 10003 clauses out of 20016 with flag 2425001/2425001
550.42/547.61	c cleaning 10002 clauses out of 20013 with flag 2435001/2435001
552.22/549.40	c cleaning 10000 clauses out of 20011 with flag 2445001/2445001
554.13/551.33	c cleaning 9998 clauses out of 20010 with flag 2455000/2455000
556.05/553.26	c cleaning 10000 clauses out of 20013 with flag 2465001/2465001
558.05/555.22	c cleaning 10002 clauses out of 20012 with flag 2475000/2475000
560.26/557.45	c cleaning 10000 clauses out of 20010 with flag 2485000/2485000
562.56/559.71	c cleaning 9995 clauses out of 20010 with flag 2495000/2495000
564.57/561.73	c cleaning 10002 clauses out of 20016 with flag 2505001/2505001
566.78/563.91	c cleaning 10000 clauses out of 20013 with flag 2515000/2515000
569.17/566.38	c cleaning 9999 clauses out of 20013 with flag 2525000/2525000
571.48/568.67	c cleaning 10003 clauses out of 20014 with flag 2535000/2535000
573.79/570.92	c cleaning 9996 clauses out of 20013 with flag 2545002/2545002
576.29/573.41	c cleaning 9994 clauses out of 20018 with flag 2555003/2555003
578.81/575.97	c cleaning 9983 clauses out of 20021 with flag 2565000/2565000
581.21/578.34	c cleaning 10014 clauses out of 20042 with flag 2575004/2575004
583.62/580.80	c cleaning 10003 clauses out of 20025 with flag 2585001/2585001
586.03/583.19	c cleaning 9992 clauses out of 20021 with flag 2595000/2595000
588.53/585.61	c cleaning 10002 clauses out of 20031 with flag 2605002/2605002
590.44/587.58	c cleaning 10005 clauses out of 20027 with flag 2615000/2615000
592.64/589.77	c cleaning 9994 clauses out of 20026 with flag 2625004/2625004
595.04/592.16	c cleaning 10005 clauses out of 20030 with flag 2635002/2635002
597.53/594.60	c cleaning 10003 clauses out of 20025 with flag 2645002/2645002
600.04/597.15	c cleaning 9996 clauses out of 20020 with flag 2655000/2655000
602.56/599.63	c cleaning 10005 clauses out of 20025 with flag 2665001/2665001
605.05/602.19	c cleaning 10007 clauses out of 20019 with flag 2675000/2675000
607.75/604.89	c cleaning 10004 clauses out of 20016 with flag 2685004/2685004
610.36/607.44	c cleaning 10000 clauses out of 20008 with flag 2695000/2695000
613.27/610.30	c cleaning 9997 clauses out of 20008 with flag 2705000/2705000
615.97/613.07	c cleaning 9996 clauses out of 20013 with flag 2715002/2715002
618.68/615.79	c cleaning 10005 clauses out of 20017 with flag 2725002/2725002
621.69/618.74	c cleaning 9999 clauses out of 20010 with flag 2735000/2735000
624.49/621.56	c cleaning 9992 clauses out of 20011 with flag 2745000/2745000
627.49/624.50	c cleaning 10006 clauses out of 20020 with flag 2755001/2755001
630.40/627.43	c cleaning 9999 clauses out of 20014 with flag 2765001/2765001
633.50/630.56	c cleaning 10004 clauses out of 20014 with flag 2775000/2775000
636.82/633.80	c cleaning 9998 clauses out of 20013 with flag 2785003/2785003
639.82/636.82	c cleaning 10001 clauses out of 20016 with flag 2795004/2795004
643.24/640.23	c cleaning 9995 clauses out of 20012 with flag 2805001/2805001
646.34/643.32	c cleaning 10003 clauses out of 20016 with flag 2815000/2815000
649.45/646.49	c cleaning 10001 clauses out of 20013 with flag 2825000/2825000
652.55/649.58	c cleaning 10002 clauses out of 20013 with flag 2835001/2835001
655.76/652.73	c cleaning 9992 clauses out of 20010 with flag 2845000/2845000
658.67/655.64	c cleaning 10005 clauses out of 20018 with flag 2855000/2855000
661.99/658.93	c cleaning 9995 clauses out of 20015 with flag 2865002/2865002
665.19/662.12	c cleaning 10003 clauses out of 20021 with flag 2875003/2875003
668.50/665.45	c cleaning 10001 clauses out of 20015 with flag 2885000/2885000
671.40/668.32	c cleaning 10003 clauses out of 20015 with flag 2895001/2895001
674.11/671.07	c cleaning 9994 clauses out of 20013 with flag 2905002/2905002
677.31/674.22	c cleaning 10007 clauses out of 20023 with flag 2915006/2915006
680.02/677.00	c cleaning 9999 clauses out of 20011 with flag 2925001/2925001
683.24/680.14	c cleaning 10000 clauses out of 20011 with flag 2935000/2935000
686.35/683.02	c cleaning 9997 clauses out of 20010 with flag 2945000/2945000
688.55/684.99	c cleaning 9999 clauses out of 20014 with flag 2955001/2955001
690.68/686.89	c cleaning 10003 clauses out of 20015 with flag 2965001/2965001
693.04/688.95	c cleaning 10001 clauses out of 20012 with flag 2975001/2975001
695.24/691.16	c cleaning 9999 clauses out of 20010 with flag 2985000/2985000
697.35/693.26	c cleaning 9998 clauses out of 20012 with flag 2995001/2995001
699.46/695.37	c cleaning 9997 clauses out of 20015 with flag 3005002/3005002
701.47/697.39	c cleaning 10003 clauses out of 20017 with flag 3015001/3015001
703.88/699.73	c cleaning 10000 clauses out of 20014 with flag 3025001/3025001
706.17/702.10	c cleaning 9959 clauses out of 20013 with flag 3035000/3035000
709.28/705.11	c cleaning 9913 clauses out of 20055 with flag 3045001/3045001
711.28/707.17	c cleaning 9964 clauses out of 20144 with flag 3055003/3055003
713.70/709.53	c cleaning 9957 clauses out of 20177 with flag 3065000/3065000
715.91/711.79	c cleaning 9994 clauses out of 20221 with flag 3075001/3075001
718.61/714.42	c cleaning 9859 clauses out of 20227 with flag 3085001/3085001
721.02/716.89	c cleaning 9941 clauses out of 20367 with flag 3095000/3095000
723.52/719.33	c cleaning 9916 clauses out of 20427 with flag 3105001/3105001
726.23/722.02	c cleaning 9905 clauses out of 20510 with flag 3115000/3115000
726.63/722.44	c starts		: 231
726.63/722.44	c conflicts		: 3116988
726.63/722.44	c decisions		: 4265381
726.63/722.44	c propagations		: 149765013
726.63/722.44	c inspects		: 2208589590
726.63/722.44	c learnt literals	: 4
726.63/722.44	c learnt binary clauses	: 783
726.63/722.44	c learnt ternary clauses	: 59649
726.63/722.44	c learnt clauses	: 3116983
726.63/722.44	c ignored clauses	: 0
726.63/722.44	c root simplifications	: 0
726.63/722.44	c removed literals (reason simplification)	: 94424275
726.63/722.44	c reason swapping (by a shorter reason)	: 0
726.63/722.44	c Calls to reduceDB	: 313
726.63/722.44	c number of reductions to clauses (during analyze)	: 0
726.63/722.44	c number of learned constraints concerned by reduction	: 0
726.63/722.44	c number of learning phase by resolution	: 0
726.63/722.44	c number of learning phase by cutting planes	: 0
726.63/722.44	c speed (assignments/second)	: 207525.618357421
726.63/722.44	c non guided choices	1493
726.63/722.46	c learnt constraints type 
726.63/722.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11806
726.63/722.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 783
726.63/722.46	c constraints type 
726.63/722.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
726.63/722.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
726.63/722.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
726.63/722.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
726.63/722.46	s UNSATISFIABLE
726.63/722.46	c Total wall clock time (in seconds): 722.254

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658244-1276682825/watcher-2658244-1276682825 -o /tmp/evaluation-result-2658244-1276682825/solver-2658244-1276682825 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658244-1276682825.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.92 0.98 0.99 3/105 15422
/proc/meminfo: memFree=1730316/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1700 CPUtime=0
/proc/15422/stat : 15422 (java6) R 15420 15422 15298 0 -1 4194304 186 0 0 0 0 0 0 0 25 0 1 0 9576369 1740800 92 1992294400 134512640 134550932 4294613056 18446744073709551615 4160364352 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15422/statm: 425 105 81 10 0 30 0

[startup+0.075933 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 15422
/proc/meminfo: memFree=1730316/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1522364 CPUtime=0.06
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 3734 0 1 0 4 2 0 0 25 0 7 0 9576369 1558900736 3176 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 380591 3176 1036 10 0 377901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1522364

[startup+0.100931 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 15422
/proc/meminfo: memFree=1730316/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1524592 CPUtime=0.08
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 3960 0 1 0 6 2 0 0 25 0 12 0 9576369 1561182208 3400 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 381148 3401 1076 10 0 378450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524592

[startup+0.310094 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 15422
/proc/meminfo: memFree=1730316/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1526140 CPUtime=0.39
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 5444 0 1 0 36 3 0 0 25 0 12 0 9576369 1562767360 4882 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 381535 4882 1365 10 0 378837 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526140

[startup+0.708737 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 15422
/proc/meminfo: memFree=1730316/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1527564 CPUtime=1.08
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 6914 0 1 0 104 4 0 0 25 0 12 0 9576369 1564225536 6240 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 381891 6240 1408 10 0 379193 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1527564

[startup+1.5021 s]
/proc/loadavg: 0.92 0.98 0.99 5/118 15435
/proc/meminfo: memFree=1703552/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1532472 CPUtime=2.57
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 12082 0 1 0 251 6 0 0 25 0 13 0 9576369 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383118 10766 1423 10 0 380420 0
[pid=15422/tid=15424] ppid=15420 vsize=1532472 CPUtime=1.45
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 7989 0 1 0 141 4 0 0 25 0 13 0 9576371 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4109077628 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9576372 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9576372 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 9576374 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576374 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1532472 CPUtime=0.08
/proc/15422/task/15431/stat : 15431 (java) R 15420 15422 15298 0 -1 4202560 54 0 0 0 8 0 0 0 23 0 13 0 9576379 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 106534481 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1532472 CPUtime=1.01
/proc/15422/task/15432/stat : 15432 (java) R 15420 15422 15298 0 -1 4202560 2971 0 0 0 101 0 0 0 16 0 13 0 9576379 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 104164028 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9576379 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1569251328 10766 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1532472

[startup+3.10225 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 15435
/proc/meminfo: memFree=1631384/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1532472 CPUtime=4.53
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 37988 0 1 0 436 17 0 0 25 0 13 0 9576369 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383118 36647 1443 10 0 380420 0
[pid=15422/tid=15424] ppid=15420 vsize=1532472 CPUtime=2.99
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 32046 0 1 0 285 14 0 0 18 0 13 0 9576371 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4109145532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1532472 CPUtime=0.01
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 655 0 0 0 1 0 0 0 15 0 13 0 9576372 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1532472 CPUtime=0.01
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 583 0 0 0 1 0 0 0 16 0 13 0 9576372 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1532472 CPUtime=0.02
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 579 0 0 0 2 0 0 0 16 0 13 0 9576374 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1532472 CPUtime=0.21
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 74 0 0 0 21 0 0 0 15 0 13 0 9576379 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1532472 CPUtime=1.23
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 123 0 0 0 15 0 13 0 9576379 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9576379 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1569251328 36647 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1532472

[startup+6.30156 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 15435
/proc/meminfo: memFree=1587364/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1532472 CPUtime=7.8
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 38396 0 1 0 763 17 0 0 25 0 13 0 9576369 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383118 37050 1443 10 0 380420 0
[pid=15422/tid=15424] ppid=15420 vsize=1532472 CPUtime=6.11
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 32052 0 1 0 597 14 0 0 18 0 13 0 9576371 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4109143166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1532472 CPUtime=0.03
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 661 0 0 0 3 0 0 0 15 0 13 0 9576372 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1532472 CPUtime=0.02
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 585 0 0 0 2 0 0 0 15 0 13 0 9576372 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1532472 CPUtime=0.08
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 967 0 0 0 8 0 0 0 16 0 13 0 9576374 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1532472 CPUtime=0.26
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 80 0 0 0 26 0 0 0 15 0 13 0 9576379 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1532472 CPUtime=1.24
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 124 0 0 0 15 0 13 0 9576379 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9576379 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1569251328 37050 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1532472

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 15435
/proc/meminfo: memFree=1555744/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1532472 CPUtime=14.28
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 46127 0 1 0 1408 20 0 0 25 0 13 0 9576369 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383118 44771 1443 10 0 380420 0
[pid=15422/tid=15424] ppid=15420 vsize=1532472 CPUtime=12.38
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39035 0 1 0 1221 17 0 0 25 0 13 0 9576371 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4109198356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1532472 CPUtime=0.05
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 1003 0 0 0 5 0 0 0 15 0 13 0 9576372 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1532472 CPUtime=0.05
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 938 0 0 0 5 0 0 0 16 0 13 0 9576372 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1532472 CPUtime=0.17
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 1013 0 0 0 17 0 0 0 16 0 13 0 9576374 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1532472 CPUtime=0.32
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 87 0 0 0 32 0 0 0 15 0 13 0 9576379 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1532472 CPUtime=1.25
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 125 0 0 0 15 0 13 0 9576379 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9576379 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1532472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1569251328 44771 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 1532472

[startup+25.5027 s]
/proc/loadavg: 0.95 0.98 0.99 2/118 15437
/proc/meminfo: memFree=1552272/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1532472 CPUtime=27.13
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 47044 0 1 0 2692 21 0 0 25 0 13 0 9576369 1569251328 45630 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383118 45630 1443 10 0 380420 0
[pid=15422/tid=15424] ppid=15420 vsize=1532472 CPUtime=24.98
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39046 0 1 0 2481 17 0 0 25 0 13 0 9576371 1569251328 45630 1992294400 134512640 134550932 4290284944 18446744073709551615 4109236652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1532472 CPUtime=0.09
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 1367 0 0 0 9 0 0 0 15 0 13 0 9576372 1569251328 45630 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1532472 CPUtime=0.11
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 1331 0 0 0 10 1 0 0 16 0 13 0 9576372 1569251328 45630 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1532472 CPUtime=0.32

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

/proc/15422/statm: 383368 47392 1443 10 0 380670 0
[pid=15422/tid=15424] ppid=15420 vsize=1533472 CPUtime=702.92
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39636 0 1 0 70271 21 0 0 25 0 13 0 9576371 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4109295568 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1533472 CPUtime=2.78
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 2055 0 0 0 267 11 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1533472 CPUtime=2.88
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 2137 0 0 0 276 12 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1533472 CPUtime=9.77
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 1228 0 0 0 974 3 0 0 15 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1533472 CPUtime=1.32
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 2189 0 0 0 131 1 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1533472 CPUtime=1.27
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 127 0 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 721.02
Current children cumulated vsize (KiB) 1533472

[startup+720.002 s]
/proc/loadavg: 1.05 1.02 1.00 2/118 15455
/proc/meminfo: memFree=1542848/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1533472 CPUtime=724.22
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 51340 0 1 0 72370 52 0 0 25 0 13 0 9576369 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383368 47392 1443 10 0 380670 0
[pid=15422/tid=15424] ppid=15420 vsize=1533472 CPUtime=706.03
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39639 0 1 0 70582 21 0 0 25 0 13 0 9576371 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4109067009 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1533472 CPUtime=2.79
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 2055 0 0 0 268 11 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1533472 CPUtime=2.9
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 2137 0 0 0 278 12 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1533472 CPUtime=9.84
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 1228 0 0 0 981 3 0 0 16 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1533472 CPUtime=1.32
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 2189 0 0 0 131 1 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1533472 CPUtime=1.27
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 127 0 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 724.22
Current children cumulated vsize (KiB) 1533472

[startup+721.602 s]
/proc/loadavg: 1.04 1.02 1.00 2/118 15455
/proc/meminfo: memFree=1542848/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1533472 CPUtime=725.84
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 51341 0 1 0 72532 52 0 0 25 0 13 0 9576369 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383368 47392 1443 10 0 380670 0
[pid=15422/tid=15424] ppid=15420 vsize=1533472 CPUtime=707.63
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39640 0 1 0 70742 21 0 0 25 0 13 0 9576371 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4109198046 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1533472 CPUtime=2.79
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 2055 0 0 0 268 11 0 0 16 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1533472 CPUtime=2.9
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 2137 0 0 0 278 12 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1533472 CPUtime=9.84
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 1228 0 0 0 981 3 0 0 15 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1533472 CPUtime=1.32
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 2189 0 0 0 131 1 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1533472 CPUtime=1.27
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 127 0 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 725.84
Current children cumulated vsize (KiB) 1533472

[startup+722.002 s]
/proc/loadavg: 1.04 1.02 1.00 2/118 15455
/proc/meminfo: memFree=1542848/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1533472 CPUtime=726.23
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 51341 0 1 0 72571 52 0 0 25 0 13 0 9576369 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383368 47392 1443 10 0 380670 0
[pid=15422/tid=15424] ppid=15420 vsize=1533472 CPUtime=708.03
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39640 0 1 0 70782 21 0 0 25 0 13 0 9576371 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4108789468 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1533472 CPUtime=2.79
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 2055 0 0 0 268 11 0 0 16 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1533472 CPUtime=2.9
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 2137 0 0 0 278 12 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1533472 CPUtime=9.84
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 1228 0 0 0 981 3 0 0 15 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1533472 CPUtime=1.32
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 2189 0 0 0 131 1 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1533472 CPUtime=1.27
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 127 0 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 726.23
Current children cumulated vsize (KiB) 1533472

[startup+722.402 s]
/proc/loadavg: 1.04 1.02 1.00 2/118 15455
/proc/meminfo: memFree=1542848/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=1533472 CPUtime=726.63
/proc/15422/stat : 15422 (java) S 15420 15422 15298 0 -1 4202496 51342 0 1 0 72611 52 0 0 25 0 13 0 9576369 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 383368 47392 1443 10 0 380670 0
[pid=15422/tid=15424] ppid=15420 vsize=1533472 CPUtime=708.39
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4202560 39641 0 1 0 70818 21 0 0 25 0 13 0 9576371 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4109039104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15422/tid=15425] ppid=15420 vsize=1533472 CPUtime=2.79
/proc/15422/task/15425/stat : 15425 (java) S 15420 15422 15298 0 -1 4202560 2055 0 0 0 268 11 0 0 16 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15426] ppid=15420 vsize=1533472 CPUtime=2.9
/proc/15422/task/15426/stat : 15426 (java) S 15420 15422 15298 0 -1 4202560 2137 0 0 0 278 12 0 0 15 0 13 0 9576372 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15427] ppid=15420 vsize=1533472 CPUtime=9.87
/proc/15422/task/15427/stat : 15427 (java) S 15420 15422 15298 0 -1 4202560 1228 0 0 0 984 3 0 0 16 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15428] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15428/stat : 15428 (java) S 15420 15422 15298 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15429] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15420 15422 15298 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9576374 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15430] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15431] ppid=15420 vsize=1533472 CPUtime=1.32
/proc/15422/task/15431/stat : 15431 (java) S 15420 15422 15298 0 -1 4202560 2189 0 0 0 131 1 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15432] ppid=15420 vsize=1533472 CPUtime=1.27
/proc/15422/task/15432/stat : 15432 (java) S 15420 15422 15298 0 -1 4202560 2986 0 0 0 127 0 0 0 16 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15433] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15433/stat : 15433 (java) S 15420 15422 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15422/tid=15434] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15434/stat : 15434 (java) S 15420 15422 15298 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 9576379 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15422/tid=15435] ppid=15420 vsize=1533472 CPUtime=0
/proc/15422/task/15435/stat : 15435 (java) S 15420 15422 15298 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9576447 1570275328 47392 1992294400 134512640 134550932 4290284944 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 726.63
Current children cumulated vsize (KiB) 1533472

[startup+722.501 s]
/proc/loadavg: 1.04 1.02 1.00 2/118 15455
/proc/meminfo: memFree=1542848/2059040 swapFree=4164948/4192956
[pid=15422] ppid=15420 vsize=0 CPUtime=726.72
/proc/15422/stat : 15422 (java) Z 15420 15422 15298 0 -1 4203548 51359 0 1 0 72618 54 0 0 18 0 2 0 9576369 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15422/statm: 0 0 0 0 0 0 0
[pid=15422/tid=15424] ppid=15420 vsize=0 CPUtime=708.45
/proc/15422/task/15424/stat : 15424 (java) R 15420 15422 15298 0 -1 4203588 39647 0 1 0 70822 23 0 0 25 0 2 0 9576371 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 726.72
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 722.503
CPU time (s): 726.731
CPU user time (s): 726.185
CPU system time (s): 0.545917
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 1537756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 726.185
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51359
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= 21855
involuntary context switches= 11298

runsolver used 1.45278 second user time and 3.89341 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 12:07:05
IDJOB=2658244
IDBENCH=48363
IDSOLVER=1164
FILE ID=node084/2658244-1276682825
PBS_JOBID= 11172572
Free space on /tmp= 62512 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658244-1276682825/watcher-2658244-1276682825 -o /tmp/evaluation-result-2658244-1276682825/solver-2658244-1276682825 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658244-1276682825.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=983334185

node084.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.229
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.45
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.229
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1730588 kB
Buffers:        105984 kB
Cached:         122992 kB
SwapCached:       1440 kB
Active:          94868 kB
Inactive:       167256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1730588 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       31760 kB
Mapped:          15152 kB
Slab:            44528 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179748 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= 62512 MiB
End job on node084 at 2010-06-16 12:19:08