Trace number 2658669

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)-33 1800.22 1795.19

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1789.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2658669-1276674884.opb
0.24/0.21	c reading problem ... 
2.03/1.39	c ... done. Wall clock time 1.185s.
2.03/1.39	c #vars     2882
2.03/1.39	c #constraints  5566
2.03/1.39	c constraints type 
2.03/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
2.03/1.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.03/1.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.03/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
9.19/7.21	c cleaning 2495 clauses out of 5001 with flag 5001/5001
10.39/8.45	c SATISFIABLE
10.39/8.45	c OPTIMIZING...
10.39/8.45	c Got one! Elapsed wall clock time (in seconds):8.24
10.39/8.45	o -32
14.78/12.75	c cleaning 4249 clauses out of 8505 with flag 11000/11000
15.35/13.18	c Got one! Elapsed wall clock time (in seconds):12.969
15.35/13.18	o -33
21.89/19.52	c cleaning 5623 clauses out of 11256 with flag 18000/18000
30.53/28.09	c cleaning 6753 clauses out of 13633 with flag 26000/26000
37.23/34.69	c cleaning 7923 clauses out of 15880 with flag 35000/35000
45.35/42.75	c cleaning 8971 clauses out of 17957 with flag 45000/45000
52.86/50.20	c cleaning 9472 clauses out of 18986 with flag 55000/55000
61.18/58.52	c cleaning 9619 clauses out of 19514 with flag 65000/65000
68.90/66.21	c cleaning 9903 clauses out of 19895 with flag 75000/75000
76.31/73.67	c cleaning 9949 clauses out of 19992 with flag 85000/85000
83.62/80.93	c cleaning 9921 clauses out of 20043 with flag 95000/95000
91.74/89.06	c cleaning 10018 clauses out of 20122 with flag 105000/105000
99.44/96.72	c cleaning 9917 clauses out of 20104 with flag 115000/115000
107.05/104.40	c cleaning 9981 clauses out of 20187 with flag 125000/125000
116.87/114.16	c cleaning 9960 clauses out of 20206 with flag 135000/135000
125.99/123.29	c cleaning 9983 clauses out of 20246 with flag 145000/145000
134.47/131.63	c cleaning 10099 clauses out of 20263 with flag 155000/155000
143.04/140.13	c cleaning 10050 clauses out of 20164 with flag 165000/165000
152.75/149.85	c cleaning 9948 clauses out of 20114 with flag 175000/175000
163.47/160.60	c cleaning 9960 clauses out of 20166 with flag 185000/185000
173.77/170.80	c cleaning 10022 clauses out of 20206 with flag 195000/195000
182.99/180.06	c cleaning 10016 clauses out of 20184 with flag 205000/205000
192.01/189.04	c cleaning 10021 clauses out of 20168 with flag 215000/215000
201.43/198.41	c cleaning 10010 clauses out of 20147 with flag 225000/225000
210.64/207.63	c cleaning 9947 clauses out of 20137 with flag 235000/235000
219.35/216.36	c cleaning 10082 clauses out of 20190 with flag 245000/245000
228.56/225.60	c cleaning 9947 clauses out of 20108 with flag 255000/255000
237.46/234.47	c cleaning 9995 clauses out of 20161 with flag 265000/265000
248.16/245.13	c cleaning 10026 clauses out of 20166 with flag 275000/275000
258.68/255.65	c cleaning 9919 clauses out of 20140 with flag 285000/285000
268.79/265.78	c cleaning 10005 clauses out of 20221 with flag 295000/295000
281.00/277.95	c cleaning 9981 clauses out of 20216 with flag 305000/305000
291.71/288.63	c cleaning 10001 clauses out of 20235 with flag 315000/315000
302.44/299.32	c cleaning 9996 clauses out of 20234 with flag 325000/325000
313.05/309.93	c cleaning 10056 clauses out of 20238 with flag 335000/335000
322.76/319.60	c cleaning 9997 clauses out of 20182 with flag 345000/345000
331.67/328.57	c cleaning 10058 clauses out of 20185 with flag 355000/355000
340.28/337.11	c cleaning 9959 clauses out of 20127 with flag 365000/365000
348.70/345.59	c cleaning 10025 clauses out of 20168 with flag 375000/375000
356.30/353.17	c cleaning 9974 clauses out of 20143 with flag 385000/385000
364.91/361.70	c cleaning 9995 clauses out of 20169 with flag 395000/395000
375.94/372.76	c cleaning 9960 clauses out of 20174 with flag 405000/405000
385.14/381.95	c cleaning 9996 clauses out of 20214 with flag 415000/415000
395.14/391.93	c cleaning 9991 clauses out of 20218 with flag 425000/425000
406.16/402.93	c cleaning 10051 clauses out of 20227 with flag 435000/435000
416.17/412.96	c cleaning 10053 clauses out of 20176 with flag 445000/445000
425.98/422.70	c cleaning 10001 clauses out of 20123 with flag 455000/455000
435.90/432.67	c cleaning 9946 clauses out of 20122 with flag 465000/465000
446.31/443.07	c cleaning 10033 clauses out of 20176 with flag 475000/475000
456.54/453.27	c cleaning 10036 clauses out of 20143 with flag 485000/485000
467.34/464.02	c cleaning 9940 clauses out of 20107 with flag 495000/495000
477.26/473.91	c cleaning 9972 clauses out of 20167 with flag 505000/505000
487.48/484.11	c cleaning 9997 clauses out of 20195 with flag 515000/515000
498.50/495.17	c cleaning 10065 clauses out of 20198 with flag 525000/525000
509.59/506.28	c cleaning 9910 clauses out of 20133 with flag 535000/535000
520.31/516.95	c cleaning 10038 clauses out of 20223 with flag 545000/545000
530.63/527.24	c cleaning 10005 clauses out of 20185 with flag 555000/555000
540.34/536.95	c cleaning 10011 clauses out of 20180 with flag 565000/565000
550.34/546.99	c cleaning 9976 clauses out of 20169 with flag 575000/575000
559.75/556.36	c cleaning 10079 clauses out of 20193 with flag 585000/585000
569.68/566.27	c cleaning 10008 clauses out of 20114 with flag 595000/595000
580.59/577.15	c cleaning 9926 clauses out of 20106 with flag 605000/605000
592.22/588.78	c cleaning 9971 clauses out of 20180 with flag 615000/615000
602.93/599.47	c cleaning 9954 clauses out of 20209 with flag 625000/625000
613.36/609.87	c cleaning 10083 clauses out of 20255 with flag 635000/635000
625.27/621.75	c cleaning 9950 clauses out of 20172 with flag 645000/645000
635.47/631.95	c cleaning 10006 clauses out of 20222 with flag 655000/655000
645.48/641.94	c cleaning 10037 clauses out of 20216 with flag 665000/665000
656.10/652.59	c cleaning 9970 clauses out of 20179 with flag 675000/675000
665.61/662.06	c cleaning 10027 clauses out of 20209 with flag 685000/685000
675.13/671.60	c cleaning 9985 clauses out of 20182 with flag 695000/695000
684.33/680.71	c cleaning 10012 clauses out of 20197 with flag 705000/705000
693.24/689.61	c cleaning 10012 clauses out of 20185 with flag 715000/715000
701.97/698.30	c cleaning 9924 clauses out of 20173 with flag 725000/725000
711.59/707.98	c cleaning 10021 clauses out of 20249 with flag 735000/735000
723.39/719.71	c cleaning 9988 clauses out of 20228 with flag 745000/745000
734.21/730.51	c cleaning 10058 clauses out of 20240 with flag 755000/755000
744.32/740.69	c cleaning 10024 clauses out of 20182 with flag 765000/765000
753.63/749.94	c cleaning 10031 clauses out of 20158 with flag 775000/775000
763.14/759.41	c cleaning 9938 clauses out of 20127 with flag 785000/785000
773.95/770.23	c cleaning 10027 clauses out of 20189 with flag 795000/795000
783.67/779.96	c cleaning 9977 clauses out of 20162 with flag 805000/805000
793.97/790.26	c cleaning 9994 clauses out of 20185 with flag 815000/815000
802.89/799.16	c cleaning 10007 clauses out of 20191 with flag 825000/825000
813.12/809.36	c cleaning 10057 clauses out of 20184 with flag 835000/835000
821.92/818.14	c cleaning 9959 clauses out of 20127 with flag 845000/845000
832.14/828.36	c cleaning 9993 clauses out of 20168 with flag 855000/855000
840.85/837.07	c cleaning 10017 clauses out of 20175 with flag 865000/865000
849.58/845.74	c cleaning 10053 clauses out of 20158 with flag 875000/875000
859.38/855.56	c cleaning 9964 clauses out of 20105 with flag 885000/885000
869.61/865.79	c cleaning 9961 clauses out of 20141 with flag 895000/895000
878.53/874.65	c cleaning 10019 clauses out of 20180 with flag 905000/905000
888.04/884.18	c cleaning 10000 clauses out of 20161 with flag 915000/915000
897.46/893.59	c cleaning 9977 clauses out of 20161 with flag 925000/925000
908.18/904.22	c cleaning 9972 clauses out of 20184 with flag 935000/935000
918.58/914.60	c cleaning 10062 clauses out of 20212 with flag 945000/945000
928.59/924.64	c cleaning 9976 clauses out of 20150 with flag 955000/955000
938.60/934.60	c cleaning 9985 clauses out of 20174 with flag 965000/965000
948.61/944.62	c cleaning 9985 clauses out of 20189 with flag 975000/975000
960.74/956.78	c cleaning 10063 clauses out of 20204 with flag 985000/985000
969.86/965.81	c cleaning 10020 clauses out of 20141 with flag 995000/995000
979.16/975.11	c cleaning 9920 clauses out of 20121 with flag 1005000/1005000
989.48/985.46	c cleaning 10078 clauses out of 20201 with flag 1015000/1015000
997.99/993.94	c cleaning 9974 clauses out of 20123 with flag 1025000/1025000
1007.81/1003.72	c cleaning 9971 clauses out of 20149 with flag 1035000/1035000
1017.23/1013.14	c cleaning 10003 clauses out of 20178 with flag 1045000/1045000
1026.93/1022.86	c cleaning 10008 clauses out of 20175 with flag 1055000/1055000
1035.55/1031.42	c cleaning 9980 clauses out of 20167 with flag 1065000/1065000
1044.37/1040.27	c cleaning 10009 clauses out of 20187 with flag 1075000/1075000
1053.58/1049.49	c cleaning 10010 clauses out of 20178 with flag 1085000/1085000
1063.39/1059.30	c cleaning 9927 clauses out of 20168 with flag 1095000/1095000
1072.40/1068.23	c cleaning 10024 clauses out of 20241 with flag 1105000/1105000
1081.12/1076.98	c cleaning 9964 clauses out of 20217 with flag 1115000/1115000
1090.74/1086.50	c cleaning 9997 clauses out of 20253 with flag 1125000/1125000
1099.75/1095.55	c cleaning 9997 clauses out of 20256 with flag 1135000/1135000
1108.36/1104.15	c cleaning 10013 clauses out of 20259 with flag 1145000/1145000
1117.48/1113.21	c cleaning 10066 clauses out of 20246 with flag 1155000/1155000
1128.19/1123.95	c cleaning 10012 clauses out of 20180 with flag 1165000/1165000
1138.79/1134.51	c cleaning 9969 clauses out of 20168 with flag 1175000/1175000
1149.61/1145.36	c cleaning 10023 clauses out of 20199 with flag 1185000/1185000
1157.62/1153.35	c cleaning 10042 clauses out of 20176 with flag 1195000/1195000
1166.83/1162.54	c cleaning 9927 clauses out of 20134 with flag 1205000/1205000
1175.74/1171.43	c cleaning 9979 clauses out of 20207 with flag 1215000/1215000
1183.94/1179.61	c cleaning 10006 clauses out of 20228 with flag 1225000/1225000
1192.94/1188.65	c cleaning 10036 clauses out of 20222 with flag 1235000/1235000
1202.06/1197.74	c cleaning 9996 clauses out of 20186 with flag 1245000/1245000
1210.98/1206.66	c cleaning 9976 clauses out of 20190 with flag 1255000/1255000
1219.78/1215.43	c cleaning 10034 clauses out of 20214 with flag 1265000/1265000
1229.50/1225.17	c cleaning 10022 clauses out of 20180 with flag 1275000/1275000
1239.12/1234.76	c cleaning 9986 clauses out of 20158 with flag 1285000/1285000
1248.42/1244.05	c cleaning 9986 clauses out of 20172 with flag 1295000/1295000
1257.72/1253.33	c cleaning 10016 clauses out of 20186 with flag 1305000/1305000
1266.93/1262.55	c cleaning 9994 clauses out of 20170 with flag 1315000/1315000
1276.83/1272.49	c cleaning 10053 clauses out of 20176 with flag 1325000/1325000
1287.06/1282.64	c cleaning 10006 clauses out of 20123 with flag 1335000/1335000
1294.67/1290.28	c cleaning 9909 clauses out of 20117 with flag 1345000/1345000
1304.08/1299.69	c cleaning 10023 clauses out of 20208 with flag 1355000/1355000
1313.19/1308.78	c cleaning 9974 clauses out of 20185 with flag 1365000/1365000
1322.41/1317.94	c cleaning 10011 clauses out of 20211 with flag 1375000/1375000
1331.91/1327.48	c cleaning 10030 clauses out of 20200 with flag 1385000/1385000
1341.72/1337.22	c cleaning 9954 clauses out of 20170 with flag 1395000/1395000
1350.53/1346.07	c cleaning 9974 clauses out of 20216 with flag 1405000/1405000
1359.55/1355.08	c cleaning 10030 clauses out of 20242 with flag 1415000/1415000
1369.56/1365.03	c cleaning 10036 clauses out of 20212 with flag 1425000/1425000
1380.58/1376.07	c cleaning 10018 clauses out of 20176 with flag 1435000/1435000
1391.09/1386.52	c cleaning 9962 clauses out of 20158 with flag 1445000/1445000
1402.71/1398.12	c cleaning 9982 clauses out of 20196 with flag 1455000/1455000
1412.82/1408.20	c cleaning 10072 clauses out of 20214 with flag 1465000/1465000
1422.54/1417.99	c cleaning 9932 clauses out of 20142 with flag 1475000/1475000
1432.74/1428.18	c cleaning 10025 clauses out of 20210 with flag 1485000/1485000
1443.34/1438.72	c cleaning 9992 clauses out of 20185 with flag 1495000/1495000
1453.36/1448.74	c cleaning 9997 clauses out of 20193 with flag 1505000/1505000
1464.15/1459.51	c cleaning 9977 clauses out of 20196 with flag 1515000/1515000
1474.17/1469.50	c cleaning 10022 clauses out of 20219 with flag 1525000/1525000
1484.28/1479.65	c cleaning 9989 clauses out of 20197 with flag 1535000/1535000
1493.99/1489.32	c cleaning 9980 clauses out of 20208 with flag 1545000/1545000
1504.40/1499.72	c cleaning 9968 clauses out of 20228 with flag 1555000/1555000
1514.41/1509.75	c cleaning 10047 clauses out of 20260 with flag 1565000/1565000
1524.72/1520.06	c cleaning 10006 clauses out of 20213 with flag 1575000/1575000
1534.52/1529.86	c cleaning 9994 clauses out of 20207 with flag 1585000/1585000
1545.24/1540.52	c cleaning 9999 clauses out of 20213 with flag 1595000/1595000
1556.15/1551.45	c cleaning 10057 clauses out of 20214 with flag 1605000/1605000
1566.26/1561.59	c cleaning 9955 clauses out of 20157 with flag 1615000/1615000
1577.67/1572.97	c cleaning 10003 clauses out of 20202 with flag 1625000/1625000
1586.77/1582.04	c cleaning 10078 clauses out of 20199 with flag 1635000/1635000
1596.59/1591.81	c cleaning 9965 clauses out of 20121 with flag 1645000/1645000
1605.80/1601.10	c cleaning 9962 clauses out of 20156 with flag 1655000/1655000
1614.81/1610.09	c cleaning 9980 clauses out of 20194 with flag 1665000/1665000
1624.03/1619.24	c cleaning 9992 clauses out of 20214 with flag 1675000/1675000
1632.73/1627.95	c cleaning 10008 clauses out of 20222 with flag 1685000/1685000
1642.44/1637.62	c cleaning 10064 clauses out of 20214 with flag 1695000/1695000
1652.05/1647.20	c cleaning 9988 clauses out of 20150 with flag 1705000/1705000
1661.58/1656.72	c cleaning 10009 clauses out of 20162 with flag 1715000/1715000
1671.88/1667.05	c cleaning 10073 clauses out of 20155 with flag 1725002/1725002
1682.20/1677.32	c cleaning 9965 clauses out of 20080 with flag 1735000/1735000
1692.61/1687.72	c cleaning 10026 clauses out of 20115 with flag 1745000/1745000
1703.12/1698.27	c cleaning 9954 clauses out of 20089 with flag 1755000/1755000
1712.92/1708.02	c cleaning 10013 clauses out of 20135 with flag 1765000/1765000
1723.13/1718.23	c cleaning 9983 clauses out of 20122 with flag 1775000/1775000
1733.33/1728.40	c cleaning 10037 clauses out of 20139 with flag 1785000/1785000
1743.24/1738.32	c cleaning 9986 clauses out of 20102 with flag 1795000/1795000
1752.95/1748.06	c cleaning 9971 clauses out of 20116 with flag 1805000/1805000
1762.85/1757.93	c cleaning 10018 clauses out of 20145 with flag 1815000/1815000
1772.15/1767.23	c cleaning 10019 clauses out of 20127 with flag 1825000/1825000
1782.07/1777.14	c cleaning 9977 clauses out of 20108 with flag 1835000/1835000
1791.86/1786.90	c cleaning 9987 clauses out of 20131 with flag 1845000/1845000
1800.08/1795.11	c starts		: 212
1800.08/1795.11	c conflicts		: 1853247
1800.08/1795.11	c decisions		: 1890472
1800.08/1795.11	c propagations		: 72258185
1800.08/1795.11	c inspects		: 883367572
1800.08/1795.11	c learnt literals	: 0
1800.08/1795.11	c learnt binary clauses	: 0
1800.08/1795.11	c learnt ternary clauses	: 291
1800.08/1795.11	c learnt clauses	: 1853247
1800.08/1795.11	c ignored clauses	: 0
1800.08/1795.11	c root simplifications	: 0
1800.08/1795.11	c removed literals (reason simplification)	: 216398227
1800.08/1795.11	c reason swapping (by a shorter reason)	: 0
1800.08/1795.11	c Calls to reduceDB	: 186
1800.08/1795.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.11	c number of learned constraints concerned by reduction	: 0
1800.08/1795.11	c number of learning phase by resolution	: 0
1800.08/1795.11	c number of learning phase by cutting planes	: 0
1800.08/1795.11	c speed (assignments/second)	: 40550.33901291739
1800.08/1795.11	c non guided choices	0
1800.08/1795.14	c learnt constraints type 
1800.08/1795.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18405
1800.08/1795.14	c constraints type 
1800.08/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
1800.08/1795.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.08/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.08/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.08/1795.14	s SATISFIABLE
1800.08/1795.14	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 
1800.08/1795.14	c objective function=-33
1800.08/1795.14	c Total wall clock time (in seconds): 1794.934

Verifier Data

OK	-33

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14119
/proc/meminfo: memFree=1724240/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1832 CPUtime=0
/proc/14119/stat : 14119 (java6) R 14117 14119 14015 0 -1 4194304 224 0 0 0 0 0 0 0 19 0 1 0 8780311 1875968 128 1992294400 134512640 134550932 4290430816 18446744073709551615 4386512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14119/statm: 458 130 94 10 0 63 0

[startup+0.106581 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14119
/proc/meminfo: memFree=1724240/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1524184 CPUtime=0.08
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 3976 0 1 0 6 2 0 0 18 0 12 0 8780311 1560764416 3416 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 381046 3416 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.209316 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14119
/proc/meminfo: memFree=1724240/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1526216 CPUtime=0.24
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 5125 0 1 0 21 3 0 0 18 0 12 0 8780311 1562845184 4563 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 381554 4564 1347 10 0 378856 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526216

[startup+0.300314 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14119
/proc/meminfo: memFree=1724240/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1526364 CPUtime=0.37
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 5349 0 1 0 34 3 0 0 18 0 12 0 8780311 1562996736 4787 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 381591 4787 1363 10 0 378893 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526364

[startup+0.700304 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 14119
/proc/meminfo: memFree=1724240/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1528968 CPUtime=1.1
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 7302 0 1 0 105 5 0 0 18 0 12 0 8780311 1565663232 6608 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 382242 6612 1404 10 0 379544 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528968

[startup+1.50129 s]
/proc/loadavg: 0.99 0.98 0.99 2/118 14131
/proc/meminfo: memFree=1697360/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1529732 CPUtime=2.39
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 10394 0 1 0 233 6 0 0 18 0 13 0 8780311 1566445568 9319 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 382433 9319 1416 10 0 379735 0
[pid=14119/tid=14121] ppid=14117 vsize=1529732 CPUtime=1.47
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 7422 0 1 0 143 4 0 0 20 0 13 0 8780313 1566445568 9320 1992294400 134512640 134550932 4291810416 18446744073709551615 4108655476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 8780314 1566445568 9320 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8780314 1566445568 9320 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8780316 1566445568 9320 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8780316 1566445568 9320 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 8780316 1566445568 9320 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1566445568 9321 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1529732 CPUtime=0.5
/proc/14119/task/14128/stat : 14128 (java) R 14117 14119 14015 0 -1 4202560 901 0 0 0 50 0 0 0 23 0 13 0 8780321 1566445568 9321 1992294400 134512640 134550932 4291810416 18446744073709551615 105872104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1529732 CPUtime=0.39
/proc/14119/task/14129/stat : 14129 (java) R 14117 14119 14015 0 -1 4202560 1003 0 0 0 39 0 0 0 23 0 13 0 8780321 1566445568 9321 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1566445568 9321 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1529732 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8780321 1566445568 9321 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1529732

[startup+3.10125 s]
/proc/loadavg: 0.99 0.98 0.99 4/119 14132
/proc/meminfo: memFree=1670320/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=4.88
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 37723 0 1 0 472 16 0 0 18 0 13 0 8780311 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 35799 1434 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=3.05
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 32082 0 1 0 292 13 0 0 25 0 13 0 8780313 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4109187800 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=0.01
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 300 0 0 0 1 0 0 0 18 0 13 0 8780314 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=0.01
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 296 0 0 0 1 0 0 0 18 0 13 0 8780314 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 8780316 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=0.9
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1768 0 0 0 90 0 0 0 19 0 13 0 8780321 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=0.86
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2204 0 0 0 86 0 0 0 19 0 13 0 8780321 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 35799 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 1534760

[startup+6.30117 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14132
/proc/meminfo: memFree=1582156/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=8.22
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 39443 0 1 0 805 17 0 0 18 0 13 0 8780311 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 37498 1438 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=6.19
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 32089 0 1 0 605 14 0 0 25 0 13 0 8780313 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4109190899 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=0.05
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 1248 0 0 0 5 0 0 0 15 0 13 0 8780314 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=0.05
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 1039 0 0 0 5 0 0 0 16 0 13 0 8780314 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 13 0 8780316 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.01
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1780 0 0 0 101 0 0 0 15 0 13 0 8780321 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=0.86
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2204 0 0 0 86 0 0 0 15 0 13 0 8780321 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 37498 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 1534760

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14132
/proc/meminfo: memFree=1546692/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=14.78
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 47665 0 1 0 1457 21 0 0 18 0 13 0 8780311 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 45554 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=12.51
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 38503 0 1 0 1235 16 0 0 25 0 13 0 8780313 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4109329437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=0.08
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 1974 0 0 0 8 0 0 0 16 0 13 0 8780314 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=0.08
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 2032 0 0 0 7 1 0 0 16 0 13 0 8780314 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=0.03
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 96 0 0 0 3 0 0 0 15 0 13 0 8780316 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.09
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1788 0 0 0 109 0 0 0 15 0 13 0 8780321 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=0.91
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2206 0 0 0 91 0 0 0 15 0 13 0 8780321 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 45554 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1534760

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14134
/proc/meminfo: memFree=1540988/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=28.03
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 49126 0 1 0 2781 22 0 0 18 0 13 0 8780311 1571594240 46934 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 46934 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=25.2
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 38635 0 1 0 2503 17 0 0 25 0 13 0 8780313 1571594240 46934 1992294400 134512640 134550932 4291810416 18446744073709551615 4109137068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=0.12
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 2598 0 0 0 12 0 0 0 15 0 13 0 8780314 1571594240 46934 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=0.11
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 2549 0 0 0 10 1 0 0 16 0 13 0 8780314 1571594240 46934 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=0.1
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 173 0 0 0 10 0 0 0 15 0 13 0 8780316 1571594240 46934 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0

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

[pid=14119] ppid=14117 vsize=1534760 CPUtime=1607.1
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 56065 0 1 0 160646 64 0 0 18 0 13 0 8780311 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 51802 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=1591.16
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 39178 0 1 0 159081 35 0 0 25 0 13 0 8780313 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4109174700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=3.17
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 5869 0 0 0 308 9 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=3.16
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 5456 0 0 0 305 11 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=6.86
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 290 0 0 0 682 4 0 0 15 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.32
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1876 0 0 0 132 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=1.36
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2237 0 0 0 136 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.1
Current children cumulated vsize (KiB) 1534760

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14185
/proc/meminfo: memFree=1518916/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=1667.18
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 56088 0 1 0 166653 65 0 0 18 0 13 0 8780311 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 51802 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=1650.75
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 39197 0 1 0 165040 35 0 0 25 0 13 0 8780313 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4109137087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=3.28
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 5869 0 0 0 319 9 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=3.28
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 5456 0 0 0 317 11 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=7.12
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 292 0 0 0 707 5 0 0 15 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.32
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1876 0 0 0 132 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=1.36
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2237 0 0 0 136 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.18
Current children cumulated vsize (KiB) 1534760

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14187
/proc/meminfo: memFree=1518792/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=1727.23
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 56110 0 1 0 172658 65 0 0 18 0 13 0 8780311 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 51802 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=1710.4
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 39211 0 1 0 171004 36 0 0 25 0 13 0 8780313 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4109299179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=3.36
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 5869 0 0 0 327 9 0 0 16 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=3.36
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 5456 0 0 0 325 11 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=7.36
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 296 0 0 0 731 5 0 0 15 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.32
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1876 0 0 0 132 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=1.36
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2237 0 0 0 136 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.23
Current children cumulated vsize (KiB) 1534760

[startup+1782.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/119 14189
/proc/meminfo: memFree=1518544/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=1787.27
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 56130 0 1 0 178661 66 0 0 18 0 13 0 8780311 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 51802 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=1770.05
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 39223 0 1 0 176969 36 0 0 25 0 13 0 8780313 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4109102276 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=3.43
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 5869 0 0 0 334 9 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=3.44
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 5456 0 0 0 332 12 0 0 16 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=7.61
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 300 0 0 0 756 5 0 0 15 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.32
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1876 0 0 0 132 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=1.36
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2237 0 0 0 136 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) S 14117 14119 14015 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.27
Current children cumulated vsize (KiB) 1534760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.03 1.00 1.00 2/119 14189
/proc/meminfo: memFree=1518544/2059040 swapFree=4187148/4192956
[pid=14119] ppid=14117 vsize=1534760 CPUtime=1800.08
/proc/14119/stat : 14119 (java) S 14117 14119 14015 0 -1 4202496 56133 0 1 0 179942 66 0 0 18 0 13 0 8780311 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14119/statm: 383690 51802 1443 10 0 380992 0
[pid=14119/tid=14121] ppid=14117 vsize=1534760 CPUtime=1782.79
/proc/14119/task/14121/stat : 14121 (java) R 14117 14119 14015 0 -1 4202560 39226 0 1 0 178243 36 0 0 25 0 13 0 8780313 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4109177161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14119/tid=14122] ppid=14117 vsize=1534760 CPUtime=3.44
/proc/14119/task/14122/stat : 14122 (java) S 14117 14119 14015 0 -1 4202560 5869 0 0 0 335 9 0 0 15 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14123] ppid=14117 vsize=1534760 CPUtime=3.45
/proc/14119/task/14123/stat : 14123 (java) S 14117 14119 14015 0 -1 4202560 5456 0 0 0 333 12 0 0 16 0 13 0 8780314 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14124] ppid=14117 vsize=1534760 CPUtime=7.66
/proc/14119/task/14124/stat : 14124 (java) S 14117 14119 14015 0 -1 4202560 300 0 0 0 761 5 0 0 16 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 0 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14125] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14125/stat : 14125 (java) S 14117 14119 14015 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14126] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14126/stat : 14126 (java) S 14117 14119 14015 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8780316 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14127] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14127/stat : 14127 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14128] ppid=14117 vsize=1534760 CPUtime=1.32
/proc/14119/task/14128/stat : 14128 (java) S 14117 14119 14015 0 -1 4202560 1876 0 0 0 132 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14129] ppid=14117 vsize=1534760 CPUtime=1.36
/proc/14119/task/14129/stat : 14129 (java) S 14117 14119 14015 0 -1 4202560 2237 0 0 0 136 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 1 0 0 0
[pid=14119/tid=14130] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14130/stat : 14130 (java) S 14117 14119 14015 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
[pid=14119/tid=14131] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14131/stat : 14131 (java) R 14117 14119 14015 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8780321 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14119/tid=14132] ppid=14117 vsize=1534760 CPUtime=0
/proc/14119/task/14132/stat : 14132 (java) S 14117 14119 14015 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8780453 1571594240 51802 1992294400 134512640 134550932 4291810416 18446744073709551615 4294960144 0 4 0 16800975 18446604437835477248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1534760

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): 1795.19
CPU time (s): 1800.22
CPU user time (s): 1799.54
CPU system time (s): 0.684895
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 1535940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56156
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= 43199
involuntary context switches= 21840

runsolver used 3.77243 second user time and 9.49056 second system time

The end

Launcher Data

Begin job on node048 at 2010-06-16 09:54:44
IDJOB=2658669
IDBENCH=48283
IDSOLVER=1164
FILE ID=node048/2658669-1276674884
PBS_JOBID= 11172550
Free space on /tmp= 62456 MiB

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

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=2119939819

node048.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.212
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.42
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.212
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724636 kB
Buffers:         85656 kB
Cached:         129120 kB
SwapCached:        280 kB
Active:          96256 kB
Inactive:       172312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724636 kB
SwapTotal:     4192956 kB
SwapFree:      4187148 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       53548 kB
Mapped:          15400 kB
Slab:            43844 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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= 62456 MiB
End job on node048 at 2010-06-16 10:24:41