Trace number 2658626

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)-34 1800.24 1795.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
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.6
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
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)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

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.09/0.21	c Pseudo Boolean Optimization
0.09/0.21	c --- Begin Solver configuration ---
0.09/0.21	c Stops conflict analysis at the first Unique Implication Point
0.09/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.21	c Learn all clauses as in MiniSAT
0.09/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.21	c Expensive reason simplification
0.09/0.21	c Armin Biere (Picosat) restarts strategy
0.09/0.21	c Glucose learned constraints deletion strategy
0.09/0.21	c timeout=2147483s
0.09/0.21	c DB Simplification allowed=false
0.09/0.21	c --- End Solver configuration ---
0.09/0.21	c solving HOME/instance-2658626-1276668316.opb
0.09/0.21	c reading problem ... 
2.29/1.55	c ... done. Wall clock time 1.325s.
2.29/1.55	c #vars     2924
2.29/1.55	c #constraints  5650
2.29/1.55	c constraints type 
2.29/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
2.29/1.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.29/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.29/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
9.35/7.48	c cleaning 2497 clauses out of 5001 with flag 5001/5001
12.76/10.61	c SATISFIABLE
12.76/10.61	c OPTIMIZING...
12.76/10.61	c Got one! Elapsed wall clock time (in seconds):10.402
12.76/10.61	o -29
13.72/11.53	c Got one! Elapsed wall clock time (in seconds):11.322
13.72/11.53	o -34
15.59/13.36	c cleaning 4252 clauses out of 8503 with flag 11000/11000
22.20/19.93	c cleaning 5620 clauses out of 11251 with flag 18000/18000
27.71/25.46	c cleaning 6712 clauses out of 13631 with flag 26000/26000
35.61/33.26	c cleaning 7951 clauses out of 15919 with flag 35000/35000
44.03/41.67	c cleaning 8984 clauses out of 17968 with flag 45000/45000
51.55/49.13	c cleaning 9458 clauses out of 18984 with flag 55000/55000
58.86/56.47	c cleaning 9663 clauses out of 19526 with flag 65000/65000
66.47/64.09	c cleaning 9899 clauses out of 19863 with flag 75000/75000
73.68/71.27	c cleaning 9964 clauses out of 19964 with flag 85000/85000
80.99/78.56	c cleaning 9988 clauses out of 20000 with flag 95000/95000
89.50/87.09	c cleaning 9927 clauses out of 20012 with flag 105000/105000
97.41/94.91	c cleaning 9933 clauses out of 20085 with flag 115000/115000
104.93/102.47	c cleaning 9976 clauses out of 20152 with flag 125000/125000
112.44/109.94	c cleaning 10082 clauses out of 20176 with flag 135000/135000
121.94/119.41	c cleaning 9911 clauses out of 20094 with flag 145000/145000
131.35/128.81	c cleaning 10006 clauses out of 20183 with flag 155000/155000
139.67/137.10	c cleaning 10049 clauses out of 20178 with flag 165001/165001
148.19/145.69	c cleaning 10025 clauses out of 20128 with flag 175000/175000
156.41/153.88	c cleaning 9900 clauses out of 20103 with flag 185000/185000
164.23/161.68	c cleaning 9985 clauses out of 20203 with flag 195000/195000
172.13/169.55	c cleaning 10057 clauses out of 20218 with flag 205000/205000
180.03/177.42	c cleaning 10076 clauses out of 20161 with flag 215000/215000
190.04/187.41	c cleaning 9917 clauses out of 20085 with flag 225000/225000
198.47/195.86	c cleaning 9966 clauses out of 20168 with flag 235000/235000
207.18/204.52	c cleaning 10053 clauses out of 20202 with flag 245000/245000
215.28/212.64	c cleaning 10032 clauses out of 20149 with flag 255000/255000
223.59/220.93	c cleaning 10046 clauses out of 20117 with flag 265000/265000
232.09/229.48	c cleaning 9992 clauses out of 20071 with flag 275000/275000
240.70/238.07	c cleaning 9898 clauses out of 20079 with flag 285000/285000
251.02/248.36	c cleaning 9992 clauses out of 20181 with flag 295000/295000
260.43/257.79	c cleaning 9941 clauses out of 20189 with flag 305000/305000
269.54/266.89	c cleaning 9965 clauses out of 20248 with flag 315000/315000
278.75/276.05	c cleaning 10005 clauses out of 20283 with flag 325000/325000
289.16/286.46	c cleaning 10005 clauses out of 20278 with flag 335000/335000
298.48/295.71	c cleaning 10068 clauses out of 20273 with flag 345000/345000
308.50/305.77	c cleaning 9996 clauses out of 20205 with flag 355000/355000
317.51/314.80	c cleaning 9953 clauses out of 20209 with flag 365000/365000
326.53/323.78	c cleaning 10037 clauses out of 20256 with flag 375000/375000
335.85/333.08	c cleaning 10098 clauses out of 20219 with flag 385000/385000
344.86/342.03	c cleaning 9979 clauses out of 20121 with flag 395000/395000
354.07/351.27	c cleaning 9946 clauses out of 20142 with flag 405000/405000
364.38/361.58	c cleaning 9952 clauses out of 20196 with flag 415000/415000
374.02/371.12	c cleaning 10043 clauses out of 20244 with flag 425000/425000
384.44/381.50	c cleaning 9972 clauses out of 20201 with flag 435000/435000
394.25/391.37	c cleaning 10004 clauses out of 20229 with flag 445000/445000
404.05/401.10	c cleaning 10020 clauses out of 20225 with flag 455000/455000
415.16/412.25	c cleaning 9989 clauses out of 20205 with flag 465000/465000
425.07/422.14	c cleaning 10034 clauses out of 20216 with flag 475000/475000
434.58/431.62	c cleaning 9998 clauses out of 20182 with flag 485000/485000
446.10/443.16	c cleaning 9987 clauses out of 20184 with flag 495000/495000
456.61/453.64	c cleaning 10036 clauses out of 20197 with flag 505000/505000
466.73/463.77	c cleaning 9993 clauses out of 20161 with flag 515000/515000
476.84/473.88	c cleaning 9955 clauses out of 20168 with flag 525000/525000
487.76/484.72	c cleaning 9976 clauses out of 20213 with flag 535000/535000
498.37/495.32	c cleaning 10067 clauses out of 20237 with flag 545000/545000
508.89/505.80	c cleaning 9952 clauses out of 20170 with flag 555000/555000
518.60/515.53	c cleaning 9996 clauses out of 20218 with flag 565000/565000
528.02/524.97	c cleaning 10000 clauses out of 20222 with flag 575000/575000
536.72/533.61	c cleaning 9982 clauses out of 20222 with flag 585000/585000
546.43/543.31	c cleaning 10065 clauses out of 20240 with flag 595000/595000
557.45/554.33	c cleaning 9977 clauses out of 20175 with flag 605000/605000
567.65/564.55	c cleaning 9985 clauses out of 20198 with flag 615000/615000
577.86/574.78	c cleaning 10048 clauses out of 20213 with flag 625000/625000
587.66/584.59	c cleaning 10000 clauses out of 20165 with flag 635000/635000
597.48/594.33	c cleaning 10003 clauses out of 20165 with flag 645000/645000
607.48/604.36	c cleaning 10007 clauses out of 20162 with flag 655000/655000
617.59/614.44	c cleaning 10030 clauses out of 20155 with flag 665000/665000
629.70/626.53	c cleaning 9960 clauses out of 20125 with flag 675000/675000
640.93/637.71	c cleaning 9983 clauses out of 20165 with flag 685000/685000
652.03/648.82	c cleaning 9981 clauses out of 20182 with flag 695000/695000
663.84/660.69	c cleaning 9975 clauses out of 20201 with flag 705000/705000
674.56/671.38	c cleaning 9989 clauses out of 20226 with flag 715000/715000
685.07/681.83	c cleaning 10017 clauses out of 20237 with flag 725000/725000
695.89/692.61	c cleaning 10031 clauses out of 20220 with flag 735000/735000
706.21/702.97	c cleaning 9962 clauses out of 20189 with flag 745000/745000
717.12/713.86	c cleaning 10068 clauses out of 20227 with flag 755000/755000
729.13/725.87	c cleaning 9959 clauses out of 20159 with flag 765000/765000
740.26/736.97	c cleaning 10004 clauses out of 20200 with flag 775000/775000
751.07/747.76	c cleaning 10052 clauses out of 20196 with flag 785000/785000
762.98/759.64	c cleaning 9969 clauses out of 20144 with flag 795000/795000
773.81/770.45	c cleaning 10066 clauses out of 20175 with flag 805000/805000
785.82/782.42	c cleaning 9912 clauses out of 20109 with flag 815000/815000
797.23/793.83	c cleaning 9978 clauses out of 20197 with flag 825000/825000
809.95/806.53	c cleaning 9988 clauses out of 20219 with flag 835000/835000
821.87/818.45	c cleaning 10035 clauses out of 20231 with flag 845000/845000
832.78/829.37	c cleaning 10003 clauses out of 20196 with flag 855000/855000
843.68/840.21	c cleaning 9969 clauses out of 20193 with flag 865000/865000
854.00/850.51	c cleaning 9987 clauses out of 20224 with flag 875000/875000
865.21/861.70	c cleaning 10036 clauses out of 20237 with flag 885000/885000
876.63/873.19	c cleaning 10016 clauses out of 20201 with flag 895000/895000
886.94/883.49	c cleaning 9986 clauses out of 20185 with flag 905000/905000
896.45/892.99	c cleaning 10049 clauses out of 20199 with flag 915000/915000
906.77/903.23	c cleaning 9913 clauses out of 20150 with flag 925000/925000
918.38/914.82	c cleaning 10057 clauses out of 20237 with flag 935000/935000
929.59/926.04	c cleaning 9971 clauses out of 20180 with flag 945000/945000
942.01/938.47	c cleaning 10038 clauses out of 20209 with flag 955000/955000
953.03/949.42	c cleaning 10015 clauses out of 20171 with flag 965000/965000
965.54/961.92	c cleaning 10005 clauses out of 20156 with flag 975000/975000
978.06/974.49	c cleaning 9939 clauses out of 20151 with flag 985000/985000
990.38/986.77	c cleaning 10023 clauses out of 20212 with flag 995000/995000
1001.39/997.79	c cleaning 9969 clauses out of 20189 with flag 1005000/1005000
1013.41/1009.73	c cleaning 10008 clauses out of 20220 with flag 1015000/1015000
1025.12/1021.43	c cleaning 9992 clauses out of 20212 with flag 1025000/1025000
1035.34/1031.63	c cleaning 10093 clauses out of 20220 with flag 1035000/1035000
1046.05/1042.33	c cleaning 9936 clauses out of 20127 with flag 1045000/1045000
1058.28/1054.51	c cleaning 10007 clauses out of 20191 with flag 1055000/1055000
1069.09/1065.35	c cleaning 10020 clauses out of 20184 with flag 1065000/1065000
1079.80/1076.01	c cleaning 9986 clauses out of 20164 with flag 1075000/1075000
1090.41/1086.63	c cleaning 9982 clauses out of 20178 with flag 1085000/1085000
1101.22/1097.48	c cleaning 10004 clauses out of 20196 with flag 1095000/1095000
1112.14/1108.31	c cleaning 10019 clauses out of 20192 with flag 1105000/1105000
1123.45/1119.65	c cleaning 9974 clauses out of 20173 with flag 1115000/1115000
1134.66/1130.81	c cleaning 10017 clauses out of 20199 with flag 1125000/1125000
1145.76/1141.93	c cleaning 10064 clauses out of 20182 with flag 1135000/1135000
1156.38/1152.51	c cleaning 9981 clauses out of 20118 with flag 1145000/1145000
1166.99/1163.11	c cleaning 9963 clauses out of 20137 with flag 1155000/1155000
1177.99/1174.17	c cleaning 10038 clauses out of 20174 with flag 1165000/1165000
1188.80/1184.97	c cleaning 9968 clauses out of 20136 with flag 1175000/1175000
1199.53/1195.61	c cleaning 9941 clauses out of 20168 with flag 1185000/1185000
1208.34/1204.42	c cleaning 10017 clauses out of 20227 with flag 1195000/1195000
1216.75/1212.82	c cleaning 10090 clauses out of 20210 with flag 1205000/1205000
1226.25/1222.38	c cleaning 9938 clauses out of 20120 with flag 1215000/1215000
1236.35/1232.43	c cleaning 9983 clauses out of 20182 with flag 1225000/1225000
1245.47/1241.56	c cleaning 10019 clauses out of 20199 with flag 1235000/1235000
1254.88/1250.99	c cleaning 10071 clauses out of 20180 with flag 1245000/1245000
1265.39/1261.47	c cleaning 9971 clauses out of 20109 with flag 1255000/1255000
1274.92/1270.96	c cleaning 9948 clauses out of 20138 with flag 1265000/1265000
1284.83/1280.87	c cleaning 10012 clauses out of 20190 with flag 1275000/1275000
1294.74/1290.75	c cleaning 10008 clauses out of 20178 with flag 1285000/1285000
1305.15/1301.12	c cleaning 9995 clauses out of 20170 with flag 1295000/1295000
1315.47/1311.46	c cleaning 10023 clauses out of 20175 with flag 1305000/1305000
1325.88/1321.82	c cleaning 9975 clauses out of 20152 with flag 1315000/1315000
1335.99/1331.95	c cleaning 10031 clauses out of 20177 with flag 1325000/1325000
1346.30/1342.28	c cleaning 9974 clauses out of 20146 with flag 1335000/1335000
1354.93/1350.86	c cleaning 9938 clauses out of 20172 with flag 1345000/1345000
1363.83/1359.75	c cleaning 10023 clauses out of 20234 with flag 1355000/1355000
1373.34/1369.20	c cleaning 10084 clauses out of 20211 with flag 1365000/1365000
1382.36/1378.26	c cleaning 9961 clauses out of 20127 with flag 1375000/1375000
1391.67/1387.55	c cleaning 9970 clauses out of 20166 with flag 1385000/1385000
1401.78/1397.67	c cleaning 9945 clauses out of 20196 with flag 1395000/1395000
1411.70/1407.59	c cleaning 10044 clauses out of 20251 with flag 1405000/1405000
1421.20/1417.06	c cleaning 10021 clauses out of 20207 with flag 1415000/1415000
1432.12/1427.98	c cleaning 9992 clauses out of 20186 with flag 1425000/1425000
1441.34/1437.19	c cleaning 10068 clauses out of 20194 with flag 1435000/1435000
1450.34/1446.13	c cleaning 10030 clauses out of 20126 with flag 1445000/1445000
1460.77/1456.53	c cleaning 9921 clauses out of 20096 with flag 1455000/1455000
1470.77/1466.50	c cleaning 9967 clauses out of 20176 with flag 1465001/1465001
1481.99/1477.75	c cleaning 9984 clauses out of 20208 with flag 1475000/1475000
1492.39/1488.13	c cleaning 10011 clauses out of 20224 with flag 1485000/1485000
1503.70/1499.45	c cleaning 9962 clauses out of 20213 with flag 1495000/1495000
1514.31/1510.05	c cleaning 10062 clauses out of 20252 with flag 1505001/1505001
1524.53/1520.27	c cleaning 10008 clauses out of 20189 with flag 1515000/1515000
1534.73/1530.49	c cleaning 10072 clauses out of 20181 with flag 1525000/1525000
1545.54/1541.22	c cleaning 9952 clauses out of 20109 with flag 1535000/1535000
1555.74/1551.49	c cleaning 9984 clauses out of 20157 with flag 1545000/1545000
1564.76/1560.48	c cleaning 9990 clauses out of 20173 with flag 1555000/1555000
1573.87/1569.56	c cleaning 10037 clauses out of 20183 with flag 1565000/1565000
1583.90/1579.57	c cleaning 9964 clauses out of 20146 with flag 1575000/1575000
1593.70/1589.39	c cleaning 10005 clauses out of 20182 with flag 1585000/1585000
1603.32/1598.90	c cleaning 10020 clauses out of 20177 with flag 1595000/1595000
1613.23/1608.84	c cleaning 10029 clauses out of 20157 with flag 1605000/1605000
1623.84/1619.42	c cleaning 10002 clauses out of 20128 with flag 1615000/1615000
1634.95/1630.55	c cleaning 9958 clauses out of 20126 with flag 1625000/1625000
1645.47/1641.09	c cleaning 9960 clauses out of 20168 with flag 1635000/1635000
1654.78/1650.38	c cleaning 9949 clauses out of 20208 with flag 1645000/1645000
1664.09/1659.67	c cleaning 10046 clauses out of 20259 with flag 1655000/1655000
1673.11/1668.63	c cleaning 9983 clauses out of 20213 with flag 1665000/1665000
1681.92/1677.49	c cleaning 10022 clauses out of 20230 with flag 1675000/1675000
1691.42/1686.96	c cleaning 9963 clauses out of 20208 with flag 1685000/1685000
1700.65/1696.17	c cleaning 10093 clauses out of 20245 with flag 1695000/1695000
1710.16/1705.68	c cleaning 9948 clauses out of 20152 with flag 1705000/1705000
1719.97/1715.40	c cleaning 10054 clauses out of 20204 with flag 1715000/1715000
1729.39/1724.89	c cleaning 9942 clauses out of 20150 with flag 1725000/1725000
1740.20/1735.70	c cleaning 10060 clauses out of 20208 with flag 1735000/1735000
1751.31/1746.76	c cleaning 10003 clauses out of 20148 with flag 1745000/1745000
1762.33/1757.74	c cleaning 9948 clauses out of 20145 with flag 1755000/1755000
1773.44/1768.81	c cleaning 10018 clauses out of 20197 with flag 1765000/1765000
1784.24/1779.65	c cleaning 9976 clauses out of 20179 with flag 1775000/1775000
1794.56/1789.92	c cleaning 10069 clauses out of 20204 with flag 1785001/1785001
1800.07/1795.41	c starts		: 212
1800.07/1795.41	c conflicts		: 1791038
1800.07/1795.41	c decisions		: 1826713
1800.07/1795.41	c propagations		: 70188674
1800.07/1795.41	c inspects		: 884949108
1800.07/1795.41	c learnt literals	: 0
1800.07/1795.41	c learnt binary clauses	: 0
1800.07/1795.41	c learnt ternary clauses	: 309
1800.07/1795.41	c learnt clauses	: 1791037
1800.07/1795.41	c ignored clauses	: 0
1800.07/1795.41	c root simplifications	: 0
1800.07/1795.41	c removed literals (reason simplification)	: 218585617
1800.07/1795.41	c reason swapping (by a shorter reason)	: 0
1800.07/1795.41	c Calls to reduceDB	: 180
1800.07/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.41	c number of learned constraints concerned by reduction	: 0
1800.07/1795.41	c number of learning phase by resolution	: 0
1800.07/1795.41	c number of learning phase by cutting planes	: 0
1800.07/1795.41	c speed (assignments/second)	: 39345.941388631334
1800.07/1795.41	c non guided choices	0
1800.07/1795.46	c learnt constraints type 
1800.07/1795.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16197
1800.07/1795.46	c constraints type 
1800.07/1795.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1800.07/1795.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.07/1795.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.07/1795.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.07/1795.46	s SATISFIABLE
1800.07/1795.47	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.07/1795.47	c objective function=-34
1800.07/1795.47	c Total wall clock time (in seconds): 1795.262

Verifier Data

OK	-34

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658626-1276668316/watcher-2658626-1276668316 -o /tmp/evaluation-result-2658626-1276668316/solver-2658626-1276668316 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658626-1276668316.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.05 3/106 14702
/proc/meminfo: memFree=1770800/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1832 CPUtime=0
/proc/14702/stat : 14702 (java6) R 14700 14702 14053 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 8124077 1875968 154 1992294400 134512640 134550932 4293054384 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14702/statm: 458 154 116 10 0 63 0

[startup+0.0517881 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 14702
/proc/meminfo: memFree=1770800/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1521016 CPUtime=0.04
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 3490 0 1 0 2 2 0 0 18 0 5 0 8124077 1557520384 2932 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 380254 2932 987 10 0 377564 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521016

[startup+0.100793 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 14702
/proc/meminfo: memFree=1770800/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1524024 CPUtime=0.09
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 3941 0 1 0 6 3 0 0 18 0 12 0 8124077 1560600576 3379 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524024

[startup+0.300685 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 14702
/proc/meminfo: memFree=1770800/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1526240 CPUtime=0.38
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 5312 0 1 0 35 3 0 0 18 0 12 0 8124077 1562869760 4748 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 381560 4748 1363 10 0 378862 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526240

[startup+0.700682 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 14702
/proc/meminfo: memFree=1770800/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1530472 CPUtime=1.1
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 7598 0 1 0 106 4 0 0 18 0 12 0 8124077 1567203328 6903 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 382618 6903 1408 10 0 379920 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530472

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.05 2/118 14714
/proc/meminfo: memFree=1744604/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1530476 CPUtime=2.29
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 10027 0 1 0 224 5 0 0 18 0 12 0 8124077 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 382619 9106 1409 10 0 379921 0
[pid=14702/tid=14704] ppid=14700 vsize=1530476 CPUtime=1.48
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 6977 0 1 0 144 4 0 0 18 0 12 0 8124078 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4108890571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8124080 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8124080 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8124082 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8124082 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 8124082 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8124086 1567207424 9106 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1530476 CPUtime=0.38
/proc/14702/task/14711/stat : 14711 (java) R 14700 14702 14053 0 -1 4202560 624 0 0 0 38 0 0 0 21 0 12 0 8124087 1567207424 9112 1992294400 134512640 134550932 4289240272 18446744073709551615 106809955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1530476 CPUtime=0.41
/proc/14702/task/14712/stat : 14712 (java) R 14700 14702 14053 0 -1 4202560 1359 0 0 0 41 0 0 0 22 0 12 0 8124087 1567207424 9112 1992294400 134512640 134550932 4289240272 18446744073709551615 106830945 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8124087 1567207424 9112 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1530476 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8124087 1567207424 9112 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1530476

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 1.05 4/119 14715
/proc/meminfo: memFree=1726244/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=4.85
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 38281 0 1 0 469 16 0 0 18 0 13 0 8124077 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 36487 1434 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=3.06
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 32067 0 1 0 293 13 0 0 21 0 13 0 8124078 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4109220896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=0.01
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 264 0 0 0 1 0 0 0 18 0 13 0 8124080 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=0.01
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 334 0 0 0 1 0 0 0 18 0 13 0 8124080 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 8124082 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=0.89
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1620 0 0 0 89 0 0 0 22 0 13 0 8124087 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=0.85
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2920 0 0 0 84 1 0 0 19 0 13 0 8124087 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 36487 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1537696

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 1.05 2/119 14715
/proc/meminfo: memFree=1625804/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=8.24
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 39980 0 1 0 806 18 0 0 18 0 13 0 8124077 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 38173 1438 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=6.2
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 32078 0 1 0 607 13 0 0 25 0 13 0 8124078 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4109075685 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=0.05
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 1020 0 0 0 5 0 0 0 15 0 13 0 8124080 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=0.05
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 1238 0 0 0 5 0 0 0 16 0 13 0 8124080 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 13 0 8124082 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=0.9
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1620 0 0 0 90 0 0 0 15 0 13 0 8124087 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=0.97
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2934 0 0 0 96 1 0 0 15 0 13 0 8124087 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 38173 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1537696

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.05 2/119 14715
/proc/meminfo: memFree=1590092/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=14.99
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 48262 0 1 0 1478 21 0 0 18 0 13 0 8124077 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 46311 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=12.44
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 38527 0 1 0 1228 16 0 0 25 0 13 0 8124078 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4109248375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=0.08
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 1965 0 0 0 8 0 0 0 16 0 13 0 8124080 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=0.08
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 1970 0 0 0 8 0 0 0 15 0 13 0 8124080 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=0.04
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 136 0 0 0 4 0 0 0 15 0 13 0 8124082 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=0.99
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1623 0 0 0 99 0 0 0 15 0 13 0 8124087 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=1.3
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2973 0 0 0 129 1 0 0 16 0 13 0 8124087 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 46311 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1537696

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.05 2/119 14715
/proc/meminfo: memFree=1586248/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=27.89
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 49668 0 1 0 2767 22 0 0 18 0 13 0 8124077 1574600704 47563 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 47563 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=25.06
/proc/14702/task/14704/stat : 14704 (java) S 14700 14702 14053 0 -1 4202560 38537 0 1 0 2490 16 0 0 25 0 13 0 8124078 1574600704 47563 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=0.13
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 2643 0 0 0 12 1 0 0 16 0 13 0 8124080 1574600704 47563 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=0.11
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 2517 0 0 0 11 0 0 0 15 0 13 0 8124080 1574600704 47563 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=0.14
/proc/14702/task/14707/stat : 14707 (java) R 14700 14702 14053 0 -1 4202560 298 0 0 0 14 0 0 0 15 0 13 0 8124082 1574600704 47563 1992294400 134512640 134550932 4289240272 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0

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

[pid=14702] ppid=14700 vsize=1537696 CPUtime=1606.72
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 57124 0 1 0 160605 67 0 0 18 0 13 0 8124077 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 52963 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=1591.06
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 39083 0 1 0 159072 34 0 0 25 0 13 0 8124078 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4109082368 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=3.25
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 6577 0 0 0 316 9 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=3.16
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 5204 0 0 0 302 14 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=6.7
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 487 0 0 0 666 4 0 0 15 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=1.06
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1625 0 0 0 106 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=1.41
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2986 0 0 0 140 1 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.72
Current children cumulated vsize (KiB) 1537696

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14762
/proc/meminfo: memFree=1559704/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=1666.8
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 57148 0 1 0 166610 70 0 0 18 0 13 0 8124077 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 52963 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=1650.65
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 39101 0 1 0 165029 36 0 0 25 0 13 0 8124078 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4109242115 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=3.37
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 6577 0 0 0 327 10 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=3.28
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 5204 0 0 0 314 14 0 0 16 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=6.95
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 491 0 0 0 691 4 0 0 15 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=1.06
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1625 0 0 0 106 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=1.41
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2986 0 0 0 140 1 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.8
Current children cumulated vsize (KiB) 1537696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 14764
/proc/meminfo: memFree=1559704/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=1726.87
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 57175 0 1 0 172614 73 0 0 18 0 13 0 8124077 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 52963 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=1710.24
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 39120 0 1 0 170985 39 0 0 25 0 13 0 8124078 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4109084674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=3.49
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 6577 0 0 0 338 11 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=3.41
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 5204 0 0 0 327 14 0 0 16 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=7.2
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 495 0 0 0 716 4 0 0 15 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=1.06
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1625 0 0 0 106 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=1.41
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2986 0 0 0 140 1 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.87
Current children cumulated vsize (KiB) 1537696

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14766
/proc/meminfo: memFree=1559704/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=1786.94
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 57200 0 1 0 178619 75 0 0 18 0 13 0 8124077 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 52963 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=1769.84
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 39137 0 1 0 176943 41 0 0 25 0 13 0 8124078 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4109082836 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=3.59
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 6577 0 0 0 348 11 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=3.53
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 5204 0 0 0 338 15 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=7.45
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 499 0 0 0 741 4 0 0 15 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=1.06
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1625 0 0 0 106 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=1.41
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2986 0 0 0 140 1 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.94
Current children cumulated vsize (KiB) 1537696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14766
/proc/meminfo: memFree=1559828/2059040 swapFree=4192956/4192956
[pid=14702] ppid=14700 vsize=1537696 CPUtime=1800.07
/proc/14702/stat : 14702 (java) S 14700 14702 14053 0 -1 4202496 57204 0 1 0 179931 76 0 0 18 0 13 0 8124077 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14702/statm: 384424 52963 1443 10 0 381726 0
[pid=14702/tid=14704] ppid=14700 vsize=1537696 CPUtime=1782.86
/proc/14702/task/14704/stat : 14704 (java) R 14700 14702 14053 0 -1 4202560 39141 0 1 0 178245 41 0 0 25 0 13 0 8124078 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4109248400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14702/tid=14705] ppid=14700 vsize=1537696 CPUtime=3.61
/proc/14702/task/14705/stat : 14705 (java) S 14700 14702 14053 0 -1 4202560 6577 0 0 0 350 11 0 0 16 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14706] ppid=14700 vsize=1537696 CPUtime=3.56
/proc/14702/task/14706/stat : 14706 (java) S 14700 14702 14053 0 -1 4202560 5204 0 0 0 341 15 0 0 15 0 13 0 8124080 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14707] ppid=14700 vsize=1537696 CPUtime=7.5
/proc/14702/task/14707/stat : 14707 (java) S 14700 14702 14053 0 -1 4202560 499 0 0 0 746 4 0 0 15 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 0 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14708] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14708/stat : 14708 (java) S 14700 14702 14053 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14709] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14700 14702 14053 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8124082 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14710] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124086 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14711] ppid=14700 vsize=1537696 CPUtime=1.06
/proc/14702/task/14711/stat : 14711 (java) S 14700 14702 14053 0 -1 4202560 1625 0 0 0 106 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14712] ppid=14700 vsize=1537696 CPUtime=1.41
/proc/14702/task/14712/stat : 14712 (java) S 14700 14702 14053 0 -1 4202560 2986 0 0 0 140 1 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
[pid=14702/tid=14713] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14713/stat : 14713 (java) S 14700 14702 14053 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14714] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14714/stat : 14714 (java) S 14700 14702 14053 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8124087 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 0 0 0 0
[pid=14702/tid=14715] ppid=14700 vsize=1537696 CPUtime=0
/proc/14702/task/14715/stat : 14715 (java) S 14700 14702 14053 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8124233 1574600704 52963 1992294400 134512640 134550932 4289240272 18446744073709551615 4294960144 0 4 0 16800975 18446604437832403712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1537696

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.51
CPU time (s): 1800.24
CPU user time (s): 1799.45
CPU system time (s): 0.78488
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 1537696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57226
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= 43099
involuntary context switches= 28653

runsolver used 3.79942 second user time and 9.48956 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-16 08:05:16
IDJOB=2658626
IDBENCH=48240
IDSOLVER=1164
FILE ID=node042/2658626-1276668316
PBS_JOBID= 11172504
Free space on /tmp= 62580 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_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658626-1276668316/watcher-2658626-1276668316 -o /tmp/evaluation-result-2658626-1276668316/solver-2658626-1276668316 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658626-1276668316.opb

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=20723250

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1771196 kB
Buffers:         49500 kB
Cached:         113928 kB
SwapCached:          0 kB
Active:          90852 kB
Inactive:       132080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1771196 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       59508 kB
Mapped:          15404 kB
Slab:            43068 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183524 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= 62580 MiB
End job on node042 at 2010-06-16 08:35:13