Trace number 2658547

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-26SAT (TO)76 1800.2 1791.29

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_5.opb
MD5SUM2dd6cc5a7b1f8311eff7b566cf3505ea
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6270
Sum of products size (including duplicates)12540
Number of different products6270
Sum of products size12540

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.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658547-1276658326.opb
0.08/0.20	c reading problem ... 
8.94/8.16	c ... done. Wall clock time 7.958s.
8.94/8.16	c #vars     6770
8.94/8.16	c #constraints  13040
8.94/8.16	c constraints type 
8.94/8.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6770
8.94/8.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
9.52/8.49	c SATISFIABLE
9.52/8.49	c OPTIMIZING...
9.52/8.49	c Got one! Elapsed wall clock time (in seconds):8.285
9.52/8.49	o 89
9.81/8.62	c Got one! Elapsed wall clock time (in seconds):8.416
9.81/8.62	o 88
9.98/8.81	c Got one! Elapsed wall clock time (in seconds):8.598
9.98/8.81	o 87
10.15/8.89	c Got one! Elapsed wall clock time (in seconds):8.681
10.15/8.89	o 86
10.43/9.08	c Got one! Elapsed wall clock time (in seconds):8.88
10.43/9.08	o 80
12.78/11.12	c Got one! Elapsed wall clock time (in seconds):10.913
12.78/11.12	o 79
13.63/11.90	c cleaning 2495 clauses out of 5002 with flag 5002/5002
14.10/12.26	c Got one! Elapsed wall clock time (in seconds):12.054
14.10/12.26	o 78
17.13/15.26	c cleaning 4247 clauses out of 8505 with flag 11000/11000
18.85/16.92	c Got one! Elapsed wall clock time (in seconds):16.717
18.85/16.92	o 77
21.41/19.47	c cleaning 5626 clauses out of 11259 with flag 18001/18001
26.05/24.01	c cleaning 6813 clauses out of 13633 with flag 26001/26001
31.41/29.31	c cleaning 7905 clauses out of 15819 with flag 35000/35000
37.95/35.89	c cleaning 8955 clauses out of 17915 with flag 45001/45001
44.30/42.20	c cleaning 9977 clauses out of 19960 with flag 56001/56001
51.23/49.09	c cleaning 10984 clauses out of 21982 with flag 68000/68000
58.88/56.62	c cleaning 11992 clauses out of 23999 with flag 81001/81001
67.13/64.85	c cleaning 12993 clauses out of 26006 with flag 95000/95000
76.86/74.54	c cleaning 13497 clauses out of 27013 with flag 109000/109000
86.03/83.63	c cleaning 13756 clauses out of 27516 with flag 123000/123000
95.36/92.90	c cleaning 13872 clauses out of 27762 with flag 137002/137002
105.75/103.22	c cleaning 13933 clauses out of 27888 with flag 151000/151000
114.22/111.63	c cleaning 13965 clauses out of 27955 with flag 165000/165000
122.77/120.15	c cleaning 13989 clauses out of 27992 with flag 179002/179002
131.42/128.75	c cleaning 13995 clauses out of 28001 with flag 193000/193000
131.91/129.27	c Got one! Elapsed wall clock time (in seconds):129.07
131.91/129.27	o 76
139.06/136.33	c cleaning 13996 clauses out of 28007 with flag 207001/207001
147.38/144.69	c cleaning 13996 clauses out of 28010 with flag 221000/221000
156.41/153.62	c cleaning 14001 clauses out of 28014 with flag 235000/235000
167.06/164.30	c cleaning 14000 clauses out of 28013 with flag 249000/249000
177.89/175.05	c cleaning 14001 clauses out of 28013 with flag 263000/263000
186.04/183.17	c cleaning 14004 clauses out of 28014 with flag 277002/277002
195.19/192.28	c cleaning 13995 clauses out of 28008 with flag 291000/291000
203.92/200.94	c cleaning 13999 clauses out of 28013 with flag 305000/305000
212.36/209.39	c cleaning 13999 clauses out of 28014 with flag 319000/319000
222.02/218.98	c cleaning 14001 clauses out of 28015 with flag 333000/333000
231.75/228.66	c cleaning 14001 clauses out of 28015 with flag 347001/347001
241.91/238.73	c cleaning 13999 clauses out of 28013 with flag 361000/361000
253.12/249.96	c cleaning 14002 clauses out of 28015 with flag 375001/375001
264.06/260.86	c cleaning 13995 clauses out of 28012 with flag 389000/389000
273.32/270.08	c cleaning 14004 clauses out of 28017 with flag 403000/403000
282.67/279.34	c cleaning 13997 clauses out of 28013 with flag 417000/417000
291.70/288.35	c cleaning 14003 clauses out of 28017 with flag 431001/431001
301.46/298.08	c cleaning 14003 clauses out of 28013 with flag 445000/445000
311.18/307.70	c cleaning 13995 clauses out of 28011 with flag 459001/459001
321.12/317.68	c cleaning 13996 clauses out of 28015 with flag 473000/473000
330.44/326.95	c cleaning 14007 clauses out of 28019 with flag 487000/487000
339.68/336.10	c cleaning 13997 clauses out of 28013 with flag 501001/501001
349.41/345.86	c cleaning 13996 clauses out of 28016 with flag 515001/515001
358.54/354.91	c cleaning 13999 clauses out of 28020 with flag 529001/529001
368.37/364.74	c cleaning 13999 clauses out of 28020 with flag 543000/543000
378.00/374.33	c cleaning 13997 clauses out of 28022 with flag 557001/557001
387.92/384.24	c cleaning 14005 clauses out of 28024 with flag 571000/571000
398.16/394.40	c cleaning 14000 clauses out of 28020 with flag 585001/585001
407.20/403.41	c cleaning 13999 clauses out of 28020 with flag 599001/599001
415.76/411.99	c cleaning 13999 clauses out of 28021 with flag 613001/613001
425.22/421.34	c cleaning 14005 clauses out of 28023 with flag 627002/627002
434.55/430.67	c cleaning 14005 clauses out of 28017 with flag 641001/641001
443.59/439.67	c cleaning 13997 clauses out of 28011 with flag 655000/655000
453.23/449.27	c cleaning 14001 clauses out of 28014 with flag 669000/669000
463.06/459.04	c cleaning 14001 clauses out of 28013 with flag 683000/683000
473.11/469.10	c cleaning 13995 clauses out of 28013 with flag 697001/697001
483.14/479.00	c cleaning 14004 clauses out of 28017 with flag 711000/711000
492.97/488.90	c cleaning 14005 clauses out of 28013 with flag 725000/725000
502.31/498.14	c cleaning 13990 clauses out of 28008 with flag 739000/739000
512.04/507.85	c cleaning 13998 clauses out of 28018 with flag 753000/753000
522.06/517.87	c cleaning 13999 clauses out of 28022 with flag 767002/767002
532.00/527.70	c cleaning 14000 clauses out of 28021 with flag 781000/781000
541.16/536.86	c cleaning 14002 clauses out of 28022 with flag 795001/795001
550.78/546.43	c cleaning 14001 clauses out of 28019 with flag 809000/809000
560.42/556.08	c cleaning 14003 clauses out of 28018 with flag 823000/823000
570.56/566.12	c cleaning 13997 clauses out of 28015 with flag 837000/837000
580.81/576.38	c cleaning 13996 clauses out of 28018 with flag 851000/851000
590.92/586.41	c cleaning 14001 clauses out of 28022 with flag 865000/865000
600.36/595.81	c cleaning 14000 clauses out of 28021 with flag 879000/879000
610.02/605.43	c cleaning 14007 clauses out of 28021 with flag 893000/893000
619.38/614.75	c cleaning 14004 clauses out of 28015 with flag 907001/907001
628.83/624.19	c cleaning 13995 clauses out of 28011 with flag 921001/921001
638.78/634.03	c cleaning 14001 clauses out of 28016 with flag 935001/935001
647.82/643.02	c cleaning 14002 clauses out of 28014 with flag 949000/949000
657.55/652.74	c cleaning 13998 clauses out of 28013 with flag 963001/963001
667.40/662.56	c cleaning 13999 clauses out of 28016 with flag 977002/977002
678.64/673.71	c cleaning 14003 clauses out of 28016 with flag 991001/991001
689.97/685.04	c cleaning 13994 clauses out of 28012 with flag 1005000/1005000
701.21/696.27	c cleaning 14004 clauses out of 28019 with flag 1019001/1019001
712.24/707.30	c cleaning 14000 clauses out of 28015 with flag 1033001/1033001
722.77/717.71	c cleaning 13995 clauses out of 28015 with flag 1047001/1047001
733.10/728.02	c cleaning 13998 clauses out of 28019 with flag 1061000/1061000
743.93/738.87	c cleaning 13997 clauses out of 28021 with flag 1075000/1075000
754.47/749.34	c cleaning 14005 clauses out of 28024 with flag 1089000/1089000
764.92/759.73	c cleaning 14001 clauses out of 28019 with flag 1103000/1103000
776.16/770.97	c cleaning 13997 clauses out of 28018 with flag 1117000/1117000
786.80/781.50	c cleaning 14001 clauses out of 28021 with flag 1131000/1131000
798.35/793.06	c cleaning 14000 clauses out of 28020 with flag 1145000/1145000
810.09/804.77	c cleaning 14001 clauses out of 28021 with flag 1159001/1159001
820.22/814.88	c cleaning 14001 clauses out of 28020 with flag 1173001/1173001
830.48/825.02	c cleaning 14002 clauses out of 28018 with flag 1187000/1187000
840.40/834.99	c cleaning 13999 clauses out of 28017 with flag 1201001/1201001
850.94/845.44	c cleaning 13992 clauses out of 28017 with flag 1215000/1215000
861.78/856.29	c cleaning 14005 clauses out of 28026 with flag 1229001/1229001
872.71/867.10	c cleaning 14000 clauses out of 28021 with flag 1243001/1243001
883.45/877.86	c cleaning 14003 clauses out of 28020 with flag 1257000/1257000
894.39/888.79	c cleaning 13995 clauses out of 28017 with flag 1271000/1271000
904.61/898.91	c cleaning 13999 clauses out of 28023 with flag 1285001/1285001
914.65/908.98	c cleaning 14002 clauses out of 28023 with flag 1299000/1299000
924.48/918.76	c cleaning 13996 clauses out of 28021 with flag 1313000/1313000
934.31/928.59	c cleaning 14000 clauses out of 28028 with flag 1327003/1327003
943.16/937.38	c cleaning 14007 clauses out of 28025 with flag 1341000/1341000
952.52/946.63	c cleaning 14003 clauses out of 28018 with flag 1355000/1355000
961.47/955.50	c cleaning 13998 clauses out of 28015 with flag 1369000/1369000
971.31/965.39	c cleaning 14001 clauses out of 28018 with flag 1383001/1383001
981.57/975.56	c cleaning 14003 clauses out of 28017 with flag 1397001/1397001
992.92/986.81	c cleaning 13999 clauses out of 28013 with flag 1411000/1411000
1003.36/997.29	c cleaning 13996 clauses out of 28014 with flag 1425000/1425000
1013.88/1007.79	c cleaning 14000 clauses out of 28018 with flag 1439000/1439000
1024.52/1018.37	c cleaning 14003 clauses out of 28019 with flag 1453001/1453001
1034.07/1027.88	c cleaning 13996 clauses out of 28015 with flag 1467000/1467000
1043.00/1036.73	c cleaning 14004 clauses out of 28020 with flag 1481001/1481001
1052.43/1046.18	c cleaning 13998 clauses out of 28015 with flag 1495000/1495000
1062.06/1055.76	c cleaning 14001 clauses out of 28017 with flag 1509000/1509000
1071.88/1065.58	c cleaning 13996 clauses out of 28016 with flag 1523000/1523000
1081.63/1075.24	c cleaning 14003 clauses out of 28020 with flag 1537000/1537000
1092.19/1085.71	c cleaning 14000 clauses out of 28018 with flag 1551001/1551001
1102.22/1095.78	c cleaning 14001 clauses out of 28017 with flag 1565000/1565000
1112.76/1106.20	c cleaning 13991 clauses out of 28016 with flag 1579000/1579000
1122.89/1116.31	c cleaning 14000 clauses out of 28025 with flag 1593000/1593000
1133.02/1126.47	c cleaning 14003 clauses out of 28026 with flag 1607001/1607001
1144.05/1137.46	c cleaning 13998 clauses out of 28022 with flag 1621000/1621000
1153.79/1147.16	c cleaning 14007 clauses out of 28025 with flag 1635001/1635001
1163.53/1156.86	c cleaning 14001 clauses out of 28018 with flag 1649001/1649001
1173.36/1166.68	c cleaning 13998 clauses out of 28017 with flag 1663001/1663001
1183.49/1176.71	c cleaning 13999 clauses out of 28019 with flag 1677001/1677001
1192.93/1186.13	c cleaning 14001 clauses out of 28019 with flag 1691000/1691000
1202.76/1195.94	c cleaning 14002 clauses out of 28019 with flag 1705001/1705001
1211.68/1204.87	c cleaning 13999 clauses out of 28017 with flag 1719001/1719001
1221.11/1214.20	c cleaning 13998 clauses out of 28018 with flag 1733001/1733001
1230.64/1223.71	c cleaning 14003 clauses out of 28020 with flag 1747001/1747001
1239.77/1232.81	c cleaning 13996 clauses out of 28016 with flag 1761000/1761000
1248.69/1241.74	c cleaning 14003 clauses out of 28020 with flag 1775000/1775000
1257.32/1250.31	c cleaning 14002 clauses out of 28018 with flag 1789001/1789001
1265.95/1258.95	c cleaning 13995 clauses out of 28015 with flag 1803000/1803000
1274.36/1267.36	c cleaning 14002 clauses out of 28021 with flag 1817001/1817001
1283.17/1276.12	c cleaning 14001 clauses out of 28018 with flag 1831000/1831000
1291.81/1284.74	c cleaning 14000 clauses out of 28017 with flag 1845000/1845000
1300.34/1293.25	c cleaning 13996 clauses out of 28017 with flag 1859000/1859000
1308.38/1301.24	c cleaning 13998 clauses out of 28021 with flag 1873000/1873000
1316.90/1309.73	c cleaning 14005 clauses out of 28023 with flag 1887000/1887000
1325.32/1318.18	c cleaning 14000 clauses out of 28018 with flag 1901000/1901000
1333.95/1326.76	c cleaning 14003 clauses out of 28020 with flag 1915002/1915002
1342.48/1335.22	c cleaning 14000 clauses out of 28015 with flag 1929000/1929000
1351.31/1344.07	c cleaning 13998 clauses out of 28015 with flag 1943000/1943000
1360.44/1353.16	c cleaning 14004 clauses out of 28017 with flag 1957000/1957000
1369.35/1362.07	c cleaning 13991 clauses out of 28013 with flag 1971000/1971000
1377.86/1370.57	c cleaning 13995 clauses out of 28022 with flag 1985000/1985000
1386.80/1379.47	c cleaning 14008 clauses out of 28027 with flag 1999000/1999000
1396.57/1389.12	c cleaning 14006 clauses out of 28020 with flag 2013001/2013001
1406.02/1398.51	c cleaning 13996 clauses out of 28013 with flag 2027000/2027000
1414.98/1407.48	c cleaning 13997 clauses out of 28018 with flag 2041001/2041001
1423.52/1415.94	c cleaning 14001 clauses out of 28020 with flag 2055000/2055000
1432.85/1425.20	c cleaning 14000 clauses out of 28020 with flag 2069001/2069001
1442.38/1434.78	c cleaning 14010 clauses out of 28021 with flag 2083002/2083002
1452.82/1445.14	c cleaning 13993 clauses out of 28009 with flag 2097000/2097000
1462.97/1455.28	c cleaning 13999 clauses out of 28019 with flag 2111003/2111003
1472.90/1465.19	c cleaning 13999 clauses out of 28020 with flag 2125003/2125003
1481.55/1473.76	c cleaning 14005 clauses out of 28019 with flag 2139001/2139001
1490.69/1482.81	c cleaning 13999 clauses out of 28014 with flag 2153001/2153001
1499.62/1491.78	c cleaning 13994 clauses out of 28014 with flag 2167000/2167000
1508.84/1500.96	c cleaning 14005 clauses out of 28021 with flag 2181001/2181001
1517.57/1509.64	c cleaning 14000 clauses out of 28015 with flag 2195000/2195000
1525.51/1517.58	c cleaning 13996 clauses out of 28016 with flag 2209001/2209001
1534.85/1526.87	c cleaning 14003 clauses out of 28019 with flag 2223000/2223000
1544.57/1536.51	c cleaning 14001 clauses out of 28017 with flag 2237001/2237001
1553.61/1545.52	c cleaning 13993 clauses out of 28016 with flag 2251001/2251001
1562.04/1553.93	c cleaning 14001 clauses out of 28022 with flag 2265000/2265000
1570.87/1562.76	c cleaning 14004 clauses out of 28022 with flag 2279001/2279001
1579.30/1571.10	c cleaning 14004 clauses out of 28018 with flag 2293001/2293001
1587.94/1579.79	c cleaning 13997 clauses out of 28014 with flag 2307001/2307001
1595.76/1587.57	c cleaning 14002 clauses out of 28017 with flag 2321001/2321001
1604.79/1596.50	c cleaning 13999 clauses out of 28015 with flag 2335001/2335001
1612.43/1604.13	c cleaning 13999 clauses out of 28015 with flag 2349000/2349000
1620.55/1612.29	c cleaning 13997 clauses out of 28016 with flag 2363000/2363000
1628.68/1620.36	c cleaning 13997 clauses out of 28020 with flag 2377001/2377001
1637.41/1629.01	c cleaning 14001 clauses out of 28022 with flag 2391000/2391000
1646.23/1637.88	c cleaning 13999 clauses out of 28021 with flag 2405000/2405000
1655.35/1646.96	c cleaning 14003 clauses out of 28022 with flag 2419000/2419000
1663.28/1654.89	c cleaning 13995 clauses out of 28019 with flag 2433000/2433000
1671.63/1663.14	c cleaning 14000 clauses out of 28026 with flag 2447002/2447002
1681.57/1673.03	c cleaning 14003 clauses out of 28024 with flag 2461000/2461000
1691.07/1682.58	c cleaning 14002 clauses out of 28022 with flag 2475001/2475001
1701.20/1692.64	c cleaning 14002 clauses out of 28019 with flag 2489000/2489000
1710.92/1702.36	c cleaning 14001 clauses out of 28019 with flag 2503002/2503002
1720.74/1712.17	c cleaning 13997 clauses out of 28017 with flag 2517001/2517001
1730.38/1721.75	c cleaning 14001 clauses out of 28019 with flag 2531000/2531000
1740.42/1731.77	c cleaning 13998 clauses out of 28019 with flag 2545001/2545001
1750.54/1741.81	c cleaning 14000 clauses out of 28021 with flag 2559001/2559001
1759.99/1751.29	c cleaning 13998 clauses out of 28022 with flag 2573002/2573002
1769.61/1760.85	c cleaning 13996 clauses out of 28022 with flag 2587000/2587000
1779.62/1770.82	c cleaning 14003 clauses out of 28026 with flag 2601000/2601000
1789.96/1781.12	c cleaning 14006 clauses out of 28024 with flag 2615001/2615001
1799.69/1790.82	c cleaning 13997 clauses out of 28017 with flag 2629000/2629000
1800.09/1791.22	c starts		: 239
1800.09/1791.22	c conflicts		: 2629495
1800.09/1791.22	c decisions		: 4208749
1800.09/1791.22	c propagations		: 317458279
1800.09/1791.22	c inspects		: 3137758104
1800.09/1791.22	c learnt literals	: 0
1800.09/1791.22	c learnt binary clauses	: 0
1800.09/1791.22	c learnt ternary clauses	: 0
1800.09/1791.22	c learnt clauses	: 2629494
1800.09/1791.22	c ignored clauses	: 0
1800.09/1791.22	c root simplifications	: 0
1800.09/1791.22	c removed literals (reason simplification)	: 2284085
1800.09/1791.22	c reason swapping (by a shorter reason)	: 0
1800.09/1791.22	c Calls to reduceDB	: 191
1800.09/1791.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.22	c number of learned constraints concerned by reduction	: 0
1800.09/1791.22	c number of learning phase by resolution	: 0
1800.09/1791.22	c number of learning phase by cutting planes	: 0
1800.09/1791.22	c speed (assignments/second)	: 191016.57579902053
1800.09/1791.22	c non guided choices	6854
1800.09/1791.24	c learnt constraints type 
1800.09/1791.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14534
1800.09/1791.24	c constraints type 
1800.09/1791.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6770
1800.09/1791.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1791.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
1800.09/1791.24	s SATISFIABLE
1800.09/1791.24	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 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 x444 -x445 x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 x497 -x498 x499 -x500 
1800.09/1791.24	c objective function=76
1800.09/1791.24	c Total wall clock time (in seconds): 1791.036

Verifier Data

OK	76

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658547-1276658326/watcher-2658547-1276658326 -o /tmp/evaluation-result-2658547-1276658326/solver-2658547-1276658326 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658547-1276658326.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: 1.87 1.98 1.67 3/106 15726
/proc/meminfo: memFree=1820352/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1832 CPUtime=0
/proc/15726/stat : 15726 (java6) S 15724 15726 15701 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 7127630 1875968 152 1992294400 134512640 134550932 4291962016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/15726/statm: 458 152 116 10 0 63 0

[startup+0.0196371 s]
/proc/loadavg: 1.87 1.98 1.67 3/106 15726
/proc/meminfo: memFree=1820352/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=13684 CPUtime=0.01
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 1184 0 0 0 0 1 0 0 18 0 2 0 7127630 14012416 631 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.101569 s]
/proc/loadavg: 1.87 1.98 1.67 3/106 15726
/proc/meminfo: memFree=1820352/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1524184 CPUtime=0.08
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 7127630 1560764416 3404 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300048 s]
/proc/loadavg: 1.87 1.98 1.67 3/106 15726
/proc/meminfo: memFree=1820352/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1526224 CPUtime=0.36
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 5318 0 1 0 33 3 0 0 18 0 12 0 7127630 1562853376 4755 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 381556 4755 1362 10 0 378858 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526224

[startup+0.700044 s]
/proc/loadavg: 1.87 1.98 1.67 3/106 15726
/proc/meminfo: memFree=1820352/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1527996 CPUtime=1.09
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 6655 0 1 0 105 4 0 0 18 0 12 0 7127630 1564667904 6051 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 381999 6052 1396 10 0 379301 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527996

[startup+1.50104 s]
/proc/loadavg: 1.87 1.98 1.67 4/118 15738
/proc/meminfo: memFree=1799300/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1529744 CPUtime=2.2
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 8125 0 1 0 215 5 0 0 18 0 12 0 7127630 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 382436 7154 1407 10 0 379738 0
[pid=15726/tid=15728] ppid=15724 vsize=1529744 CPUtime=1.47
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 5149 0 1 0 144 3 0 0 20 0 12 0 7127631 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4109419725 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7127633 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7127633 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7127634 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7127635 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7127635 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7127639 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1529744 CPUtime=0.41
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 990 0 0 0 41 0 0 0 23 0 12 0 7127639 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1529744 CPUtime=0.29
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 920 0 0 0 29 0 0 0 23 0 12 0 7127639 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7127639 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7127639 1566457856 7154 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1529744

[startup+3.10102 s]
/proc/loadavg: 1.87 1.98 1.67 2/118 15738
/proc/meminfo: memFree=1795580/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1529744 CPUtime=3.84
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 8651 0 1 0 378 6 0 0 18 0 12 0 7127630 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 382436 7680 1407 10 0 379738 0
[pid=15726/tid=15728] ppid=15724 vsize=1529744 CPUtime=3.07
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 5665 0 1 0 303 4 0 0 25 0 12 0 7127631 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4109419393 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7127633 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7127633 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7127634 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7127635 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7127635 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7127639 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1529744 CPUtime=0.42
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 991 0 0 0 42 0 0 0 15 0 12 0 7127639 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1529744 CPUtime=0.31
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 929 0 0 0 31 0 0 0 17 0 12 0 7127639 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7127639 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7127639 1566457856 7680 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1529744

[startup+6.30099 s]
/proc/loadavg: 1.80 1.96 1.67 2/118 15738
/proc/meminfo: memFree=1792356/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1529744 CPUtime=7.14
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 9282 0 1 0 707 7 0 0 18 0 12 0 7127630 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 382436 8310 1409 10 0 379738 0
[pid=15726/tid=15728] ppid=15724 vsize=1529744 CPUtime=6.27
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 6288 0 1 0 622 5 0 0 25 0 12 0 7127631 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4109420030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7127633 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7127633 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 7127634 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7127635 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7127635 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7127639 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1529744 CPUtime=0.48
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 995 0 0 0 48 0 0 0 15 0 12 0 7127639 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1529744 CPUtime=0.36
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 933 0 0 0 36 0 0 0 15 0 12 0 7127639 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7127639 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1529744 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7127639 1566457856 8310 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1529744

[startup+12.7019 s]
/proc/loadavg: 1.74 1.95 1.66 3/119 15739
/proc/meminfo: memFree=1667232/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1535844 CPUtime=14.6
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 42328 0 1 0 1439 21 0 0 18 0 13 0 7127630 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383961 40270 1445 10 0 381263 0
[pid=15726/tid=15728] ppid=15724 vsize=1535844 CPUtime=12.23
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 32068 0 1 0 1207 16 0 0 25 0 13 0 7127631 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4109709380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1535844 CPUtime=0.06
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 1701 0 0 0 6 0 0 0 18 0 13 0 7127633 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1535844 CPUtime=0.06
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 1618 0 0 0 6 0 0 0 16 0 13 0 7127633 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1535844 CPUtime=0.05
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 1567 0 0 0 5 0 0 0 16 0 13 0 7127634 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1535844 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1535844 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1535844 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1535844 CPUtime=1.03
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 1444 0 0 0 102 1 0 0 15 0 13 0 7127639 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1535844 CPUtime=1.1
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 2864 0 0 0 109 1 0 0 16 0 13 0 7127639 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1535844 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1535844 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7127639 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15739] ppid=15724 vsize=1535844 CPUtime=0
/proc/15726/task/15739/stat : 15739 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7128451 1572704256 40270 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1535844

[startup+25.5018 s]
/proc/loadavg: 1.57 1.90 1.65 2/119 15739
/proc/meminfo: memFree=1638588/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1534820 CPUtime=27.59
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 49116 0 1 0 2734 25 0 0 18 0 13 0 7127630 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383705 46576 1445 10 0 381007 0
[pid=15726/tid=15728] ppid=15724 vsize=1534820 CPUtime=24.65
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 34388 0 1 0 2447 18 0 0 25 0 13 0 7127631 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4109669261 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1534820 CPUtime=0.16
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 3487 0 0 0 15 1 0 0 16 0 13 0 7127633 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1534820 CPUtime=0.17
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 3437 0 0 0 16 1 0 0 16 0 13 0 7127633 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1534820 CPUtime=0.24
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2406 0 0 0 24 0 0 0 15 0 13 0 7127634 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 46576 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1534820 CPUtime=0

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

[pid=15726] ppid=15724 vsize=1534820 CPUtime=1610.62
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 63349 0 1 0 160935 127 0 0 18 0 13 0 7127630 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383705 58117 1445 10 0 381007 0
[pid=15726/tid=15728] ppid=15724 vsize=1534820 CPUtime=1577.01
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 35676 0 1 0 157651 50 0 0 25 0 13 0 7127631 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4109634753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1534820 CPUtime=8.65
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 10248 0 0 0 836 29 0 0 15 0 13 0 7127633 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1534820 CPUtime=8.62
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 9365 0 0 0 828 34 0 0 15 0 13 0 7127633 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1534820 CPUtime=13.86
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2567 0 0 0 1378 8 0 0 15 0 13 0 7127634 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1534820 CPUtime=1.22
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 1453 0 0 0 121 1 0 0 15 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1534820 CPUtime=1.19
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 2885 0 0 0 118 1 0 0 16 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15739] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15739/stat : 15739 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7128451 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.62
Current children cumulated vsize (KiB) 1534820

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.08 2/119 15786
/proc/meminfo: memFree=1589608/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1534820 CPUtime=1670.81
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 63400 0 1 0 166952 129 0 0 18 0 13 0 7127630 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383705 58117 1445 10 0 381007 0
[pid=15726/tid=15728] ppid=15724 vsize=1534820 CPUtime=1635.94
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 35719 0 1 0 163544 50 0 0 25 0 13 0 7127631 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4109772498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1534820 CPUtime=8.97
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 10248 0 0 0 867 30 0 0 15 0 13 0 7127633 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1534820 CPUtime=8.94
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 9365 0 0 0 859 35 0 0 16 0 13 0 7127633 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1534820 CPUtime=14.48
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2571 0 0 0 1439 9 0 0 16 0 13 0 7127634 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1534820 CPUtime=1.22
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 1453 0 0 0 121 1 0 0 15 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1534820 CPUtime=1.19
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 2885 0 0 0 118 1 0 0 16 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 7127639 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15739] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15739/stat : 15739 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7128451 1571655680 58117 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1670.81
Current children cumulated vsize (KiB) 1534820

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 15788
/proc/meminfo: memFree=1588244/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1534820 CPUtime=1730.98
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 63815 0 1 0 172965 133 0 0 18 0 13 0 7127630 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383705 58451 1445 10 0 381007 0
[pid=15726/tid=15728] ppid=15724 vsize=1534820 CPUtime=1694.85
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 35771 0 1 0 169433 52 0 0 25 0 13 0 7127631 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4109614960 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1534820 CPUtime=9.3
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 10346 0 0 0 898 32 0 0 15 0 13 0 7127633 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1534820 CPUtime=9.26
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 9622 0 0 0 891 35 0 0 15 0 13 0 7127633 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1534820 CPUtime=15.1
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2575 0 0 0 1501 9 0 0 16 0 13 0 7127634 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1534820 CPUtime=1.22
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 1453 0 0 0 121 1 0 0 15 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1534820 CPUtime=1.19
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 2885 0 0 0 118 1 0 0 16 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15739] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15739/stat : 15739 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7128451 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.98
Current children cumulated vsize (KiB) 1534820

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 15788
/proc/meminfo: memFree=1587748/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1534820 CPUtime=1791.16
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 63869 0 1 0 178977 139 0 0 18 0 13 0 7127630 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383705 58451 1445 10 0 381007 0
[pid=15726/tid=15728] ppid=15724 vsize=1534820 CPUtime=1753.9
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 35821 0 1 0 175336 54 0 0 25 0 13 0 7127631 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4109470342 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1534820 CPUtime=9.58
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 10346 0 0 0 924 34 0 0 15 0 13 0 7127633 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1534820 CPUtime=9.58
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 9622 0 0 0 922 36 0 0 15 0 13 0 7127633 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1534820 CPUtime=15.61
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2577 0 0 0 1552 9 0 0 15 0 13 0 7127634 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1534820 CPUtime=1.22
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 1453 0 0 0 121 1 0 0 15 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1534820 CPUtime=1.19
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 2885 0 0 0 118 1 0 0 16 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) S 15724 15726 15701 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15739] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15739/stat : 15739 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7128451 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.16
Current children cumulated vsize (KiB) 1534820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 15788
/proc/meminfo: memFree=1587748/2059040 swapFree=4152912/4192956
[pid=15726] ppid=15724 vsize=1534820 CPUtime=1800.09
/proc/15726/stat : 15726 (java) S 15724 15726 15701 0 -1 4202496 63881 0 1 0 179870 139 0 0 18 0 13 0 7127630 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15726/statm: 383705 58451 1445 10 0 381007 0
[pid=15726/tid=15728] ppid=15724 vsize=1534820 CPUtime=1762.66
/proc/15726/task/15728/stat : 15728 (java) R 15724 15726 15701 0 -1 4202560 35829 0 1 0 176212 54 0 0 25 0 13 0 7127631 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4109689763 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15726/tid=15729] ppid=15724 vsize=1534820 CPUtime=9.64
/proc/15726/task/15729/stat : 15729 (java) S 15724 15726 15701 0 -1 4202560 10346 0 0 0 929 35 0 0 16 0 13 0 7127633 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15730] ppid=15724 vsize=1534820 CPUtime=9.63
/proc/15726/task/15730/stat : 15730 (java) S 15724 15726 15701 0 -1 4202560 9622 0 0 0 927 36 0 0 15 0 13 0 7127633 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15731] ppid=15724 vsize=1534820 CPUtime=15.69
/proc/15726/task/15731/stat : 15731 (java) S 15724 15726 15701 0 -1 4202560 2579 0 0 0 1560 9 0 0 16 0 13 0 7127634 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 0 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15732] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15732/stat : 15732 (java) S 15724 15726 15701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15733] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15733/stat : 15733 (java) S 15724 15726 15701 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7127635 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15734] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15734/stat : 15734 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15735] ppid=15724 vsize=1534820 CPUtime=1.22
/proc/15726/task/15735/stat : 15735 (java) S 15724 15726 15701 0 -1 4202560 1453 0 0 0 121 1 0 0 15 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
[pid=15726/tid=15736] ppid=15724 vsize=1534820 CPUtime=1.19
/proc/15726/task/15736/stat : 15736 (java) S 15724 15726 15701 0 -1 4202560 2885 0 0 0 118 1 0 0 16 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15737] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15737/stat : 15737 (java) S 15724 15726 15701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 0 0 0 0
[pid=15726/tid=15738] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15738/stat : 15738 (java) R 15724 15726 15701 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 7127639 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15726/tid=15739] ppid=15724 vsize=1534820 CPUtime=0
/proc/15726/task/15739/stat : 15739 (java) S 15724 15726 15701 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7128451 1571655680 58451 1992294400 134512640 134550932 4294702464 18446744073709551615 4294960144 0 4 0 16800975 18446604437834687552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1534820

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1791.29
CPU time (s): 1800.2
CPU user time (s): 1798.78
CPU system time (s): 1.42478
CPU usage (%): 100.498
Max. virtual memory (cumulated for all children) (KiB): 1535844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.42478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63901
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= 52556
involuntary context switches= 32952

runsolver used 3.67444 second user time and 9.68553 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 05:18:46
IDJOB=2658547
IDBENCH=48161
IDSOLVER=1164
FILE ID=node035/2658547-1276658326
PBS_JOBID= 11172487
Free space on /tmp= 62460 MiB

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

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

MD5SUM BENCH= 2dd6cc5a7b1f8311eff7b566cf3505ea
RANDOM SEED=1318286728

node035.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.219
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.43
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.219
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:       1820624 kB
Buffers:         34112 kB
Cached:         106620 kB
SwapCached:       2080 kB
Active:          89384 kB
Inactive:        73032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820624 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:       19660 kB
Mapped:          13740 kB
Slab:            54052 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181900 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= 62460 MiB
End job on node035 at 2010-06-16 05:48:40