Trace number 2658517

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)74 1800.19 1790.9

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_2.opb
MD5SUMf7e9965e006e5669c3252afd9a68998d
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.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 67
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)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658517-1276654758.opb
0.23/0.21	c reading problem ... 
9.10/8.38	c ... done. Wall clock time 8.174s.
9.10/8.38	c #vars     6828
9.10/8.38	c #constraints  13156
9.10/8.38	c constraints type 
9.10/8.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
9.10/8.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
9.58/8.65	c SATISFIABLE
9.58/8.65	c OPTIMIZING...
9.58/8.65	c Got one! Elapsed wall clock time (in seconds):8.443
9.58/8.65	o 83
10.29/9.02	c Got one! Elapsed wall clock time (in seconds):8.817
10.29/9.02	o 82
10.64/9.32	c Got one! Elapsed wall clock time (in seconds):9.115
10.64/9.32	o 81
10.75/9.44	c Got one! Elapsed wall clock time (in seconds):9.237
10.75/9.44	o 75
13.58/12.10	c cleaning 2495 clauses out of 5000 with flag 5000/5000
14.76/13.02	c Got one! Elapsed wall clock time (in seconds):12.817
14.76/13.02	o 74
17.56/15.70	c cleaning 4246 clauses out of 8506 with flag 11001/11001
21.72/19.89	c cleaning 5626 clauses out of 11261 with flag 18002/18002
26.63/24.80	c cleaning 6810 clauses out of 13633 with flag 26000/26000
32.43/30.45	c cleaning 7907 clauses out of 15825 with flag 35002/35002
38.88/36.80	c cleaning 8949 clauses out of 17917 with flag 45001/45001
45.12/43.09	c cleaning 9976 clauses out of 19970 with flag 56003/56003
53.36/51.26	c cleaning 10987 clauses out of 21992 with flag 68001/68001
61.54/59.37	c cleaning 11998 clauses out of 24005 with flag 81001/81001
70.21/67.95	c cleaning 12996 clauses out of 26007 with flag 95001/95001
79.24/76.91	c cleaning 13498 clauses out of 27011 with flag 109001/109001
88.10/85.71	c cleaning 13751 clauses out of 27513 with flag 123001/123001
97.45/95.03	c cleaning 13871 clauses out of 27761 with flag 137000/137000
106.78/104.31	c cleaning 13939 clauses out of 27891 with flag 151001/151001
116.51/114.07	c cleaning 13966 clauses out of 27952 with flag 165001/165001
126.17/123.62	c cleaning 13983 clauses out of 27985 with flag 179000/179000
136.23/133.65	c cleaning 13994 clauses out of 28002 with flag 193000/193000
145.47/142.83	c cleaning 13995 clauses out of 28008 with flag 207000/207000
155.81/153.10	c cleaning 13999 clauses out of 28013 with flag 221000/221000
165.86/163.10	c cleaning 13998 clauses out of 28015 with flag 235001/235001
175.40/172.69	c cleaning 13999 clauses out of 28016 with flag 249000/249000
184.74/181.94	c cleaning 14005 clauses out of 28018 with flag 263001/263001
193.59/190.70	c cleaning 14000 clauses out of 28014 with flag 277002/277002
202.73/199.89	c cleaning 13995 clauses out of 28013 with flag 291001/291001
211.15/208.24	c cleaning 14002 clauses out of 28018 with flag 305001/305001
220.30/217.33	c cleaning 14003 clauses out of 28016 with flag 319001/319001
230.03/227.04	c cleaning 13998 clauses out of 28012 with flag 333000/333000
239.98/236.94	c cleaning 14001 clauses out of 28014 with flag 347000/347000
248.72/245.61	c cleaning 13998 clauses out of 28013 with flag 361000/361000
257.34/254.24	c cleaning 13999 clauses out of 28017 with flag 375002/375002
266.87/263.74	c cleaning 14001 clauses out of 28017 with flag 389001/389001
275.63/272.48	c cleaning 14004 clauses out of 28016 with flag 403001/403001
284.88/281.65	c cleaning 13997 clauses out of 28011 with flag 417000/417000
296.03/292.77	c cleaning 14001 clauses out of 28015 with flag 431001/431001
305.77/302.43	c cleaning 13995 clauses out of 28013 with flag 445000/445000
314.71/311.34	c cleaning 14001 clauses out of 28018 with flag 459000/459000
324.24/320.85	c cleaning 14000 clauses out of 28017 with flag 473000/473000
333.39/329.94	c cleaning 14000 clauses out of 28017 with flag 487000/487000
342.90/339.46	c cleaning 13997 clauses out of 28017 with flag 501000/501000
352.84/349.37	c cleaning 13999 clauses out of 28020 with flag 515000/515000
362.18/358.65	c cleaning 14005 clauses out of 28022 with flag 529001/529001
371.81/368.21	c cleaning 13999 clauses out of 28017 with flag 543001/543001
381.24/377.67	c cleaning 14004 clauses out of 28018 with flag 557001/557001
391.38/387.74	c cleaning 13993 clauses out of 28014 with flag 571001/571001
401.11/397.46	c cleaning 13997 clauses out of 28021 with flag 585001/585001
409.87/406.12	c cleaning 14008 clauses out of 28024 with flag 599001/599001
418.91/415.12	c cleaning 14002 clauses out of 28016 with flag 613001/613001
427.55/423.71	c cleaning 14000 clauses out of 28014 with flag 627001/627001
436.59/432.72	c cleaning 13997 clauses out of 28013 with flag 641000/641000
445.43/441.59	c cleaning 14001 clauses out of 28017 with flag 655001/655001
455.07/451.16	c cleaning 13997 clauses out of 28016 with flag 669001/669001
464.92/460.98	c cleaning 14002 clauses out of 28018 with flag 683000/683000
476.45/472.44	c cleaning 13993 clauses out of 28016 with flag 697000/697000
487.80/483.75	c cleaning 13999 clauses out of 28023 with flag 711000/711000
498.75/494.60	c cleaning 14006 clauses out of 28024 with flag 725000/725000
511.40/507.24	c cleaning 14001 clauses out of 28018 with flag 739000/739000
523.94/519.78	c cleaning 14003 clauses out of 28017 with flag 753000/753000
536.79/532.52	c cleaning 14002 clauses out of 28014 with flag 767000/767000
549.03/544.71	c cleaning 13999 clauses out of 28013 with flag 781001/781001
560.37/556.09	c cleaning 13998 clauses out of 28014 with flag 795001/795001
572.11/567.72	c cleaning 14001 clauses out of 28015 with flag 809000/809000
583.65/579.26	c cleaning 13998 clauses out of 28015 with flag 823001/823001
595.69/591.22	c cleaning 13996 clauses out of 28016 with flag 837000/837000
607.44/602.97	c cleaning 13998 clauses out of 28020 with flag 851000/851000
618.89/614.34	c cleaning 13999 clauses out of 28024 with flag 865002/865002
631.02/626.45	c cleaning 14002 clauses out of 28023 with flag 879000/879000
640.58/635.96	c cleaning 14001 clauses out of 28022 with flag 893001/893001
650.35/645.69	c cleaning 14003 clauses out of 28020 with flag 907000/907000
659.88/655.14	c cleaning 14002 clauses out of 28017 with flag 921000/921000
668.83/664.04	c cleaning 13998 clauses out of 28015 with flag 935000/935000
677.97/673.18	c cleaning 14003 clauses out of 28017 with flag 949000/949000
688.02/683.14	c cleaning 14002 clauses out of 28014 with flag 963000/963000
697.57/692.67	c cleaning 13996 clauses out of 28013 with flag 977001/977001
708.72/703.76	c cleaning 14002 clauses out of 28016 with flag 991000/991000
719.45/714.44	c cleaning 13995 clauses out of 28014 with flag 1005000/1005000
729.40/724.32	c cleaning 14003 clauses out of 28019 with flag 1019000/1019000
741.24/736.19	c cleaning 14005 clauses out of 28017 with flag 1033001/1033001
752.68/747.50	c cleaning 14000 clauses out of 28013 with flag 1047002/1047002
764.43/759.24	c cleaning 13997 clauses out of 28012 with flag 1061001/1061001
776.07/770.84	c cleaning 13995 clauses out of 28015 with flag 1075001/1075001
785.70/780.42	c cleaning 14002 clauses out of 28019 with flag 1089000/1089000
795.14/789.81	c cleaning 13998 clauses out of 28018 with flag 1103001/1103001
803.87/798.59	c cleaning 14004 clauses out of 28020 with flag 1117001/1117001
813.71/808.36	c cleaning 13996 clauses out of 28015 with flag 1131000/1131000
823.34/817.94	c cleaning 14002 clauses out of 28019 with flag 1145000/1145000
832.69/827.26	c cleaning 14002 clauses out of 28018 with flag 1159001/1159001
842.42/836.96	c cleaning 13995 clauses out of 28016 with flag 1173001/1173001
852.37/846.86	c cleaning 13999 clauses out of 28020 with flag 1187000/1187000
862.12/856.53	c cleaning 14002 clauses out of 28021 with flag 1201000/1201000
872.14/866.58	c cleaning 14000 clauses out of 28019 with flag 1215000/1215000
882.48/876.84	c cleaning 13994 clauses out of 28019 with flag 1229000/1229000
893.12/887.43	c cleaning 14002 clauses out of 28025 with flag 1243000/1243000
903.76/898.00	c cleaning 14003 clauses out of 28023 with flag 1257000/1257000
914.30/908.54	c cleaning 13999 clauses out of 28020 with flag 1271000/1271000
925.32/919.53	c cleaning 13998 clauses out of 28022 with flag 1285001/1285001
936.54/930.70	c cleaning 14000 clauses out of 28023 with flag 1299000/1299000
947.07/941.22	c cleaning 14000 clauses out of 28023 with flag 1313000/1313000
957.31/951.49	c cleaning 14004 clauses out of 28023 with flag 1327000/1327000
965.67/959.72	c cleaning 14002 clauses out of 28020 with flag 1341001/1341001
975.14/969.15	c cleaning 14004 clauses out of 28018 with flag 1355001/1355001
984.88/978.89	c cleaning 14002 clauses out of 28013 with flag 1369000/1369000
994.92/988.81	c cleaning 13998 clauses out of 28013 with flag 1383002/1383002
1005.47/999.36	c cleaning 13996 clauses out of 28013 with flag 1397000/1397000
1016.21/1010.05	c cleaning 14001 clauses out of 28017 with flag 1411000/1411000
1026.25/1020.09	c cleaning 14003 clauses out of 28016 with flag 1425000/1425000
1036.90/1030.68	c cleaning 14000 clauses out of 28014 with flag 1439001/1439001
1048.12/1041.87	c cleaning 13998 clauses out of 28014 with flag 1453001/1453001
1056.88/1050.54	c cleaning 13998 clauses out of 28015 with flag 1467000/1467000
1065.28/1058.94	c cleaning 13997 clauses out of 28017 with flag 1481000/1481000
1074.82/1068.41	c cleaning 14002 clauses out of 28020 with flag 1495000/1495000
1084.66/1078.25	c cleaning 14000 clauses out of 28018 with flag 1509000/1509000
1094.89/1088.48	c cleaning 14005 clauses out of 28019 with flag 1523001/1523001
1103.94/1097.50	c cleaning 14000 clauses out of 28014 with flag 1537001/1537001
1113.37/1106.83	c cleaning 13997 clauses out of 28013 with flag 1551000/1551000
1123.30/1116.71	c cleaning 13998 clauses out of 28017 with flag 1565001/1565001
1133.03/1126.45	c cleaning 14004 clauses out of 28019 with flag 1579001/1579001
1142.97/1136.34	c cleaning 13991 clauses out of 28014 with flag 1593000/1593000
1152.67/1146.03	c cleaning 14005 clauses out of 28024 with flag 1607001/1607001
1162.10/1155.43	c cleaning 14004 clauses out of 28019 with flag 1621001/1621001
1171.94/1165.29	c cleaning 13997 clauses out of 28014 with flag 1635000/1635000
1181.27/1174.54	c cleaning 14001 clauses out of 28017 with flag 1649000/1649000
1191.61/1184.87	c cleaning 13999 clauses out of 28016 with flag 1663000/1663000
1201.74/1194.92	c cleaning 14000 clauses out of 28018 with flag 1677001/1677001
1211.88/1205.09	c cleaning 13995 clauses out of 28018 with flag 1691001/1691001
1222.20/1215.34	c cleaning 14004 clauses out of 28022 with flag 1705000/1705000
1233.24/1226.35	c cleaning 13994 clauses out of 28018 with flag 1719000/1719000
1243.75/1236.82	c cleaning 14002 clauses out of 28024 with flag 1733000/1733000
1254.48/1247.52	c cleaning 14008 clauses out of 28023 with flag 1747001/1747001
1264.73/1257.70	c cleaning 14001 clauses out of 28014 with flag 1761000/1761000
1274.36/1267.37	c cleaning 13999 clauses out of 28014 with flag 1775001/1775001
1284.40/1277.39	c cleaning 13997 clauses out of 28014 with flag 1789000/1789000
1294.04/1286.99	c cleaning 13998 clauses out of 28017 with flag 1803000/1803000
1303.77/1296.63	c cleaning 14006 clauses out of 28019 with flag 1817000/1817000
1313.11/1305.95	c cleaning 13996 clauses out of 28014 with flag 1831001/1831001
1322.04/1314.89	c cleaning 13998 clauses out of 28017 with flag 1845000/1845000
1331.77/1324.51	c cleaning 13997 clauses out of 28019 with flag 1859000/1859000
1341.30/1334.07	c cleaning 14001 clauses out of 28023 with flag 1873001/1873001
1350.63/1343.39	c cleaning 13998 clauses out of 28022 with flag 1887001/1887001
1360.37/1353.06	c cleaning 14004 clauses out of 28024 with flag 1901001/1901001
1369.90/1362.59	c cleaning 13998 clauses out of 28019 with flag 1915000/1915000
1380.03/1372.70	c cleaning 14004 clauses out of 28021 with flag 1929000/1929000
1389.76/1382.37	c cleaning 14001 clauses out of 28017 with flag 1943000/1943000
1399.69/1392.27	c cleaning 13998 clauses out of 28017 with flag 1957001/1957001
1409.34/1401.84	c cleaning 13996 clauses out of 28018 with flag 1971000/1971000
1418.66/1411.13	c cleaning 14006 clauses out of 28023 with flag 1985001/1985001
1427.43/1419.85	c cleaning 14002 clauses out of 28017 with flag 1999001/1999001
1436.78/1429.19	c cleaning 13997 clauses out of 28014 with flag 2013000/2013000
1446.43/1438.72	c cleaning 14001 clauses out of 28018 with flag 2027001/2027001
1455.07/1447.33	c cleaning 14001 clauses out of 28017 with flag 2041001/2041001
1463.92/1456.17	c cleaning 13998 clauses out of 28015 with flag 2055000/2055000
1474.68/1466.89	c cleaning 14000 clauses out of 28017 with flag 2069000/2069000
1484.73/1476.82	c cleaning 14004 clauses out of 28018 with flag 2083001/2083001
1493.69/1485.72	c cleaning 13997 clauses out of 28015 with flag 2097002/2097002
1503.02/1495.04	c cleaning 13998 clauses out of 28017 with flag 2111001/2111001
1511.86/1503.86	c cleaning 14003 clauses out of 28018 with flag 2125000/2125000
1521.81/1513.75	c cleaning 14001 clauses out of 28015 with flag 2139000/2139000
1532.15/1524.02	c cleaning 13998 clauses out of 28014 with flag 2153000/2153000
1543.48/1535.35	c cleaning 13991 clauses out of 28016 with flag 2167000/2167000
1553.51/1545.39	c cleaning 14006 clauses out of 28026 with flag 2181001/2181001
1563.36/1555.17	c cleaning 14001 clauses out of 28020 with flag 2195001/2195001
1574.42/1566.19	c cleaning 13998 clauses out of 28018 with flag 2209000/2209000
1585.37/1577.04	c cleaning 13996 clauses out of 28020 with flag 2223000/2223000
1596.32/1587.93	c cleaning 14003 clauses out of 28024 with flag 2237000/2237000
1607.58/1599.17	c cleaning 14003 clauses out of 28023 with flag 2251002/2251002
1619.02/1610.56	c cleaning 13995 clauses out of 28018 with flag 2265000/2265000
1629.97/1621.46	c cleaning 14003 clauses out of 28023 with flag 2279000/2279000
1640.11/1631.57	c cleaning 14000 clauses out of 28020 with flag 2293000/2293000
1649.86/1641.29	c cleaning 14001 clauses out of 28020 with flag 2307000/2307000
1660.00/1651.33	c cleaning 14004 clauses out of 28020 with flag 2321001/2321001
1670.13/1661.43	c cleaning 13996 clauses out of 28016 with flag 2335001/2335001
1680.37/1671.60	c cleaning 13999 clauses out of 28019 with flag 2349000/2349000
1690.73/1681.91	c cleaning 13998 clauses out of 28020 with flag 2363000/2363000
1701.35/1692.55	c cleaning 14002 clauses out of 28023 with flag 2377001/2377001
1711.69/1702.82	c cleaning 13999 clauses out of 28021 with flag 2391001/2391001
1722.12/1713.23	c cleaning 14003 clauses out of 28021 with flag 2405000/2405000
1732.56/1723.61	c cleaning 13999 clauses out of 28019 with flag 2419001/2419001
1742.20/1733.26	c cleaning 14002 clauses out of 28019 with flag 2433000/2433000
1752.05/1743.08	c cleaning 14004 clauses out of 28017 with flag 2447000/2447000
1762.39/1753.33	c cleaning 13995 clauses out of 28013 with flag 2461000/2461000
1772.72/1763.63	c cleaning 13999 clauses out of 28018 with flag 2475000/2475000
1783.27/1774.18	c cleaning 13996 clauses out of 28020 with flag 2489001/2489001
1793.42/1784.24	c cleaning 14001 clauses out of 28024 with flag 2503001/2503001
1800.05/1790.82	c starts		: 235
1800.05/1790.82	c conflicts		: 2512877
1800.05/1790.82	c decisions		: 4090768
1800.05/1790.82	c propagations		: 324880515
1800.05/1790.82	c inspects		: 3324291217
1800.05/1790.82	c learnt literals	: 0
1800.05/1790.82	c learnt binary clauses	: 0
1800.05/1790.82	c learnt ternary clauses	: 0
1800.05/1790.82	c learnt clauses	: 2512878
1800.05/1790.82	c ignored clauses	: 0
1800.05/1790.82	c root simplifications	: 0
1800.05/1790.82	c removed literals (reason simplification)	: 1943327
1800.05/1790.82	c reason swapping (by a shorter reason)	: 0
1800.05/1790.82	c Calls to reduceDB	: 182
1800.05/1790.82	c number of reductions to clauses (during analyze)	: 0
1800.05/1790.82	c number of learned constraints concerned by reduction	: 0
1800.05/1790.82	c number of learning phase by resolution	: 0
1800.05/1790.82	c number of learning phase by cutting planes	: 0
1800.05/1790.82	c speed (assignments/second)	: 182743.51387898275
1800.05/1790.82	c non guided choices	5684
1800.05/1790.85	c learnt constraints type 
1800.05/1790.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 23917
1800.05/1790.85	c constraints type 
1800.05/1790.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
1800.05/1790.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1790.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.05/1790.85	s SATISFIABLE
1800.05/1790.85	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.05/1790.85	c objective function=74
1800.05/1790.85	c Total wall clock time (in seconds): 1790.646

Verifier Data

OK	74

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658517-1276654758/watcher-2658517-1276654758 -o /tmp/evaluation-result-2658517-1276654758/solver-2658517-1276654758 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658517-1276654758.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.00 1.00 1.00 3/105 14440
/proc/meminfo: memFree=1743668/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1832 CPUtime=0
/proc/14440/stat : 14440 (java6) S 14438 14440 11928 0 -1 4194304 253 0 0 0 0 0 0 0 25 0 1 0 6769392 1875968 156 1992294400 134512640 134550932 4287382752 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/14440/statm: 458 156 119 10 0 63 0

[startup+0.06126 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14440
/proc/meminfo: memFree=1743668/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1521664 CPUtime=0.04
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 3621 0 1 0 2 2 0 0 25 0 7 0 6769392 1558183936 3063 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 380416 3063 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.106261 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14440
/proc/meminfo: memFree=1743668/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1524184 CPUtime=0.09
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 3995 0 1 0 6 3 0 0 25 0 12 0 6769392 1560764416 3435 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 381046 3435 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301283 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14440
/proc/meminfo: memFree=1743668/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1526092 CPUtime=0.36
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 5294 0 1 0 33 3 0 0 25 0 12 0 6769392 1562718208 4732 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 381523 4733 1362 10 0 378825 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526092

[startup+0.701333 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 14440
/proc/meminfo: memFree=1743668/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1527976 CPUtime=1.06
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 6627 0 1 0 102 4 0 0 25 0 12 0 6769392 1564647424 6023 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 381994 6023 1396 10 0 379296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1527976

[startup+1.50243 s]
/proc/loadavg: 1.16 1.03 1.01 2/117 14452
/proc/meminfo: memFree=1722928/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1529664 CPUtime=2.19
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 8120 0 1 0 215 4 0 0 25 0 12 0 6769392 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382416 7103 1407 10 0 379718 0
[pid=14440/tid=14442] ppid=14438 vsize=1529664 CPUtime=1.46
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 5112 0 1 0 144 2 0 0 25 0 12 0 6769393 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4108875030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6769395 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6769395 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6769397 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6769397 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6769397 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6769401 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1529664 CPUtime=0.5
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 1409 0 0 0 50 0 0 0 23 0 12 0 6769401 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1529664 CPUtime=0.2
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 537 0 0 0 20 0 0 0 22 0 12 0 6769401 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6769401 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6769401 1566375936 7103 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1529664

[startup+3.10159 s]
/proc/loadavg: 1.16 1.03 1.01 2/117 14452
/proc/meminfo: memFree=1719208/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1529664 CPUtime=3.81
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 8649 0 1 0 376 5 0 0 25 0 12 0 6769392 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382416 7632 1407 10 0 379718 0
[pid=14440/tid=14442] ppid=14438 vsize=1529664 CPUtime=3.05
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 5637 0 1 0 302 3 0 0 25 0 12 0 6769393 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4109194881 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6769395 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6769395 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6769397 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6769397 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6769397 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6769401 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1529664 CPUtime=0.51
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 1410 0 0 0 51 0 0 0 15 0 12 0 6769401 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1529664 CPUtime=0.22
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 540 0 0 0 22 0 0 0 15 0 12 0 6769401 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6769401 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6769401 1566375936 7632 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1529664

[startup+6.30196 s]
/proc/loadavg: 1.16 1.03 1.01 2/117 14452
/proc/meminfo: memFree=1715984/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1529664 CPUtime=7.1
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 9293 0 1 0 704 6 0 0 25 0 12 0 6769392 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382416 8275 1409 10 0 379718 0
[pid=14440/tid=14442] ppid=14438 vsize=1529664 CPUtime=6.24
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 6272 0 1 0 620 4 0 0 25 0 12 0 6769393 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4109195490 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6769395 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6769395 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6769397 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6769397 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6769397 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6769401 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1529664 CPUtime=0.55
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 1415 0 0 0 55 0 0 0 15 0 12 0 6769401 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1529664 CPUtime=0.28
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 544 0 0 0 28 0 0 0 15 0 12 0 6769401 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6769401 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1529664 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6769401 1566375936 8275 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1529664

[startup+12.7017 s]
/proc/loadavg: 1.13 1.03 1.01 2/118 14453
/proc/meminfo: memFree=1598300/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1531396 CPUtime=14.46
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 41502 0 1 0 1427 19 0 0 25 0 13 0 6769392 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382849 39330 1445 10 0 380151 0
[pid=14440/tid=14442] ppid=14438 vsize=1531396 CPUtime=12.14
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 32059 0 1 0 1200 14 0 0 25 0 13 0 6769393 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4109452097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1531396 CPUtime=0.07
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 1595 0 0 0 7 0 0 0 18 0 13 0 6769395 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1531396 CPUtime=0.06
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 1721 0 0 0 5 1 0 0 18 0 13 0 6769395 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1531396 CPUtime=0.05
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 1561 0 0 0 5 0 0 0 16 0 13 0 6769397 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1531396 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1531396 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1531396 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6769401 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1531396 CPUtime=1.26
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 2254 0 0 0 126 0 0 0 16 0 13 0 6769401 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1531396 CPUtime=0.81
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 1247 0 0 0 81 0 0 0 16 0 13 0 6769401 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1531396 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6769401 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1531396 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6769401 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14453] ppid=14438 vsize=1531396 CPUtime=0
/proc/14440/task/14453/stat : 14453 (java) S 14438 14440 11928 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6770235 1568149504 39330 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 1531396

[startup+25.5021 s]
/proc/loadavg: 1.19 1.05 1.01 2/118 14453
/proc/meminfo: memFree=1565440/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1530808 CPUtime=27.51
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 48259 0 1 0 2728 23 0 0 25 0 13 0 6769392 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382702 45665 1445 10 0 380004 0
[pid=14440/tid=14442] ppid=14438 vsize=1530808 CPUtime=24.56
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 34411 0 1 0 2440 16 0 0 25 0 13 0 6769393 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4109451078 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1530808 CPUtime=0.17
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 3755 0 0 0 16 1 0 0 16 0 13 0 6769395 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1530808 CPUtime=0.16
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 3336 0 0 0 14 2 0 0 15 0 13 0 6769395 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1530808 CPUtime=0.23
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2168 0 0 0 23 0 0 0 16 0 13 0 6769397 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 45665 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1530808 CPUtime=0

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

[pid=14440] ppid=14438 vsize=1530808 CPUtime=1610.79
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 62592 0 1 0 160972 107 0 0 25 0 13 0 6769392 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382702 57243 1445 10 0 380004 0
[pid=14440/tid=14442] ppid=14438 vsize=1530808 CPUtime=1577.4
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 35883 0 1 0 157716 24 0 0 25 0 13 0 6769393 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4109381150 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1530808 CPUtime=8.83
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 10435 0 0 0 851 32 0 0 16 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1530808 CPUtime=8.8
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 9254 0 0 0 844 36 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1530808 CPUtime=13.28
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2333 0 0 0 1317 11 0 0 16 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1530808 CPUtime=1.31
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 2256 0 0 0 131 0 0 0 16 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1530808 CPUtime=1.09
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 1276 0 0 0 109 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14453] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14453/stat : 14453 (java) S 14438 14440 11928 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6770235 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.79
Current children cumulated vsize (KiB) 1530808

[startup+1662.3 s]
/proc/loadavg: 1.03 1.07 1.08 2/118 14500
/proc/meminfo: memFree=1516336/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1530808 CPUtime=1671.04
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 62655 0 1 0 166994 110 0 0 25 0 13 0 6769392 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382702 57243 1445 10 0 380004 0
[pid=14440/tid=14442] ppid=14438 vsize=1530808 CPUtime=1636.44
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 35938 0 1 0 163620 24 0 0 25 0 13 0 6769393 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4109518811 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1530808 CPUtime=9.19
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 10435 0 0 0 885 34 0 0 16 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1530808 CPUtime=9.15
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 9254 0 0 0 877 38 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1530808 CPUtime=13.78
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2337 0 0 0 1367 11 0 0 16 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1530808 CPUtime=1.31
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 2256 0 0 0 131 0 0 0 16 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1530808 CPUtime=1.09
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 1276 0 0 0 109 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14453] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14453/stat : 14453 (java) S 14438 14440 11928 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6770235 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1671.04
Current children cumulated vsize (KiB) 1530808

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.08 2/118 14502
/proc/meminfo: memFree=1516212/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1530808 CPUtime=1731.25
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 62718 0 1 0 173010 115 0 0 25 0 13 0 6769392 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382702 57243 1445 10 0 380004 0
[pid=14440/tid=14442] ppid=14438 vsize=1530808 CPUtime=1695.55
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 35993 0 1 0 169531 24 0 0 25 0 13 0 6769393 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4109451537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1530808 CPUtime=9.51
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 10435 0 0 0 916 35 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1530808 CPUtime=9.49
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 9254 0 0 0 909 40 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1530808 CPUtime=14.21
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2341 0 0 0 1410 11 0 0 15 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1530808 CPUtime=1.31
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 2256 0 0 0 131 0 0 0 16 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1530808 CPUtime=1.09
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 1276 0 0 0 109 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14453] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14453/stat : 14453 (java) S 14438 14440 11928 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6770235 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1731.25
Current children cumulated vsize (KiB) 1530808

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 14504
/proc/meminfo: memFree=1516088/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1530808 CPUtime=1791.5
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 62776 0 1 0 179032 118 0 0 25 0 13 0 6769392 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382702 57243 1445 10 0 380004 0
[pid=14440/tid=14442] ppid=14438 vsize=1530808 CPUtime=1754.62
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 36045 0 1 0 175437 25 0 0 25 0 13 0 6769393 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4109546889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1530808 CPUtime=9.85
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 10435 0 0 0 949 36 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1530808 CPUtime=9.81
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 9254 0 0 0 940 41 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1530808 CPUtime=14.73
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2343 0 0 0 1462 11 0 0 15 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1530808 CPUtime=1.31
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 2256 0 0 0 131 0 0 0 16 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1530808 CPUtime=1.09
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 1276 0 0 0 109 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14453] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14453/stat : 14453 (java) S 14438 14440 11928 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6770235 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 1530808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.81 s]
/proc/loadavg: 1.00 1.04 1.07 2/118 14504
/proc/meminfo: memFree=1516088/2059040 swapFree=4192956/4192956
[pid=14440] ppid=14438 vsize=1530808 CPUtime=1800.05
/proc/14440/stat : 14440 (java) S 14438 14440 11928 0 -1 4202496 62785 0 1 0 179887 118 0 0 25 0 13 0 6769392 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14440/statm: 382702 57243 1445 10 0 380004 0
[pid=14440/tid=14442] ppid=14438 vsize=1530808 CPUtime=1763.01
/proc/14440/task/14442/stat : 14442 (java) R 14438 14440 11928 0 -1 4202560 36052 0 1 0 176276 25 0 0 25 0 13 0 6769393 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4109385086 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14440/tid=14443] ppid=14438 vsize=1530808 CPUtime=9.89
/proc/14440/task/14443/stat : 14443 (java) S 14438 14440 11928 0 -1 4202560 10435 0 0 0 953 36 0 0 15 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14444] ppid=14438 vsize=1530808 CPUtime=9.86
/proc/14440/task/14444/stat : 14444 (java) S 14438 14440 11928 0 -1 4202560 9254 0 0 0 945 41 0 0 16 0 13 0 6769395 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14445] ppid=14438 vsize=1530808 CPUtime=14.82
/proc/14440/task/14445/stat : 14445 (java) S 14438 14440 11928 0 -1 4202560 2345 0 0 0 1470 12 0 0 15 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14446] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14446/stat : 14446 (java) S 14438 14440 11928 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14447] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14447/stat : 14447 (java) S 14438 14440 11928 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6769397 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14448] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14448/stat : 14448 (java) S 14438 14440 11928 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14449] ppid=14438 vsize=1530808 CPUtime=1.31
/proc/14440/task/14449/stat : 14449 (java) S 14438 14440 11928 0 -1 4202560 2256 0 0 0 131 0 0 0 16 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14450] ppid=14438 vsize=1530808 CPUtime=1.09
/proc/14440/task/14450/stat : 14450 (java) S 14438 14440 11928 0 -1 4202560 1276 0 0 0 109 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
[pid=14440/tid=14451] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14451/stat : 14451 (java) S 14438 14440 11928 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14452] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14452/stat : 14452 (java) S 14438 14440 11928 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 6769401 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 0 0 0 0
[pid=14440/tid=14453] ppid=14438 vsize=1530808 CPUtime=0
/proc/14440/task/14453/stat : 14453 (java) S 14438 14440 11928 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6770235 1567547392 57243 1992294400 134512640 134550932 4292706768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842503616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1530808

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): 1790.9
CPU time (s): 1800.19
CPU user time (s): 1798.98
CPU system time (s): 1.21181
CPU usage (%): 100.519
Max. virtual memory (cumulated for all children) (KiB): 1531848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62806
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= 54190
involuntary context switches= 30018

runsolver used 3.55546 second user time and 9.58254 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-16 04:19:18
IDJOB=2658517
IDBENCH=48131
IDSOLVER=1164
FILE ID=node088/2658517-1276654758
PBS_JOBID= 11172418
Free space on /tmp= 62564 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_2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658517-1276654758/watcher-2658517-1276654758 -o /tmp/evaluation-result-2658517-1276654758/solver-2658517-1276654758 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658517-1276654758.opb

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

MD5SUM BENCH= f7e9965e006e5669c3252afd9a68998d
RANDOM SEED=1088398715

node088.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.217
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.217
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.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1744064 kB
Buffers:         40376 kB
Cached:         137184 kB
SwapCached:          0 kB
Active:          91320 kB
Inactive:       146344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       60008 kB
Mapped:          15532 kB
Slab:            55488 kB
PageTables:       3924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180720 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= 62564 MiB
End job on node088 at 2010-06-16 04:49:11