Trace number 2658652

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)-37 1800.22 1796.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_5.opb
MD5SUM996170804397234947041ed4d87d3aa0
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-48
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -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)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658652-1276672734.opb
0.22/0.21	c reading problem ... 
2.18/1.57	c ... done. Wall clock time 1.359s.
2.18/1.57	c #vars     2928
2.18/1.57	c #constraints  5658
2.18/1.57	c constraints type 
2.18/1.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
2.18/1.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.18/1.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.18/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
8.68/7.26	c cleaning 2495 clauses out of 5000 with flag 5000/5000
13.49/11.80	c SATISFIABLE
13.49/11.80	c OPTIMIZING...
13.49/11.80	c Got one! Elapsed wall clock time (in seconds):11.593
13.49/11.80	o -28
14.72/13.06	c cleaning 4253 clauses out of 8505 with flag 11000/11000
19.25/17.54	c Got one! Elapsed wall clock time (in seconds):17.332
19.25/17.54	o -31
21.48/19.71	c cleaning 5626 clauses out of 11253 with flag 18001/18001
23.57/21.87	c Got one! Elapsed wall clock time (in seconds):21.658
23.57/21.87	o -33
24.48/22.79	c Got one! Elapsed wall clock time (in seconds):22.584
24.48/22.79	o -37
29.40/27.66	c cleaning 6729 clauses out of 13626 with flag 26000/26000
37.99/36.15	c cleaning 7890 clauses out of 15897 with flag 35000/35000
45.31/43.44	c cleaning 8994 clauses out of 18007 with flag 45000/45000
53.73/51.81	c cleaning 9431 clauses out of 19013 with flag 55000/55000
61.26/59.34	c cleaning 9727 clauses out of 19582 with flag 65000/65000
69.47/67.58	c cleaning 9888 clauses out of 19855 with flag 75000/75000
77.46/75.44	c cleaning 9973 clauses out of 19967 with flag 85000/85000
86.22/84.18	c cleaning 9887 clauses out of 19994 with flag 95000/95000
95.03/92.90	c cleaning 9978 clauses out of 20107 with flag 105000/105000
104.24/102.10	c cleaning 9950 clauses out of 20129 with flag 115000/115000
112.85/110.70	c cleaning 9966 clauses out of 20179 with flag 125000/125000
120.97/118.85	c cleaning 10040 clauses out of 20213 with flag 135000/135000
128.77/126.64	c cleaning 10005 clauses out of 20173 with flag 145000/145000
136.68/134.57	c cleaning 9962 clauses out of 20168 with flag 155000/155000
145.79/143.65	c cleaning 9961 clauses out of 20206 with flag 165000/165000
153.81/151.70	c cleaning 10054 clauses out of 20245 with flag 175000/175000
162.32/160.13	c cleaning 9998 clauses out of 20191 with flag 185000/185000
170.33/168.18	c cleaning 10036 clauses out of 20193 with flag 195000/195000
178.75/176.51	c cleaning 9948 clauses out of 20157 with flag 205000/205000
187.16/184.90	c cleaning 10073 clauses out of 20209 with flag 215000/215000
195.46/193.29	c cleaning 10040 clauses out of 20136 with flag 225000/225000
203.67/201.43	c cleaning 9933 clauses out of 20096 with flag 235000/235000
212.08/209.87	c cleaning 9982 clauses out of 20163 with flag 245000/245000
220.20/217.95	c cleaning 10042 clauses out of 20181 with flag 255000/255000
228.50/226.26	c cleaning 9954 clauses out of 20140 with flag 265001/265001
236.01/233.78	c cleaning 9957 clauses out of 20185 with flag 275000/275000
244.42/242.12	c cleaning 10014 clauses out of 20228 with flag 285000/285000
253.33/251.09	c cleaning 10016 clauses out of 20214 with flag 295000/295000
261.44/259.10	c cleaning 9953 clauses out of 20198 with flag 305000/305000
269.96/267.69	c cleaning 9964 clauses out of 20245 with flag 315000/315000
278.27/275.97	c cleaning 10042 clauses out of 20281 with flag 325000/325000
286.68/284.31	c cleaning 9996 clauses out of 20239 with flag 335000/335000
295.29/292.91	c cleaning 10016 clauses out of 20243 with flag 345000/345000
303.50/301.19	c cleaning 9989 clauses out of 20227 with flag 355000/355000
312.53/310.12	c cleaning 10086 clauses out of 20238 with flag 365000/365000
321.23/318.86	c cleaning 9931 clauses out of 20152 with flag 375000/375000
330.54/328.17	c cleaning 9975 clauses out of 20221 with flag 385000/385000
339.26/336.82	c cleaning 10007 clauses out of 20246 with flag 395000/395000
348.99/346.56	c cleaning 10024 clauses out of 20239 with flag 405000/405000
358.39/355.92	c cleaning 10066 clauses out of 20215 with flag 415000/415000
367.30/364.87	c cleaning 10029 clauses out of 20149 with flag 425000/425000
377.63/375.12	c cleaning 9929 clauses out of 20120 with flag 435000/435000
386.33/383.86	c cleaning 9964 clauses out of 20191 with flag 445000/445000
396.35/393.89	c cleaning 10018 clauses out of 20227 with flag 455000/455000
406.27/403.79	c cleaning 9993 clauses out of 20209 with flag 465000/465000
415.46/412.97	c cleaning 10008 clauses out of 20216 with flag 475000/475000
424.07/421.52	c cleaning 10002 clauses out of 20208 with flag 485000/485000
433.70/431.11	c cleaning 9985 clauses out of 20206 with flag 495000/495000
442.69/440.10	c cleaning 9985 clauses out of 20221 with flag 505000/505000
451.50/448.96	c cleaning 10098 clauses out of 20236 with flag 515000/515000
460.31/457.71	c cleaning 9949 clauses out of 20138 with flag 525000/525000
470.34/467.75	c cleaning 9993 clauses out of 20189 with flag 535000/535000
479.05/476.41	c cleaning 9965 clauses out of 20196 with flag 545000/545000
488.05/485.47	c cleaning 10057 clauses out of 20231 with flag 555000/555000
496.76/494.10	c cleaning 10071 clauses out of 20174 with flag 565000/565000
506.48/503.87	c cleaning 9980 clauses out of 20103 with flag 575000/575000
514.78/512.15	c cleaning 10048 clauses out of 20123 with flag 585000/585000
523.69/521.02	c cleaning 10016 clauses out of 20075 with flag 595000/595000
532.60/529.91	c cleaning 9899 clauses out of 20059 with flag 605000/605000
541.63/538.91	c cleaning 9996 clauses out of 20160 with flag 615000/615000
549.23/546.54	c cleaning 9996 clauses out of 20164 with flag 625000/625000
557.15/554.44	c cleaning 10025 clauses out of 20168 with flag 635000/635000
565.26/562.54	c cleaning 9939 clauses out of 20143 with flag 645000/645000
574.16/571.45	c cleaning 9968 clauses out of 20204 with flag 655000/655000
583.27/580.54	c cleaning 10046 clauses out of 20236 with flag 665000/665000
591.88/589.12	c cleaning 9978 clauses out of 20190 with flag 675000/675000
600.99/598.22	c cleaning 10004 clauses out of 20212 with flag 685000/685000
609.80/607.00	c cleaning 9982 clauses out of 20208 with flag 695000/695000
618.83/616.06	c cleaning 10026 clauses out of 20226 with flag 705000/705000
627.23/624.45	c cleaning 10009 clauses out of 20200 with flag 715000/715000
637.54/634.75	c cleaning 9955 clauses out of 20191 with flag 725000/725000
647.65/644.88	c cleaning 9998 clauses out of 20236 with flag 735000/735000
658.17/655.36	c cleaning 9973 clauses out of 20238 with flag 745000/745000
667.58/664.77	c cleaning 10109 clauses out of 20265 with flag 755000/755000
677.70/674.84	c cleaning 9958 clauses out of 20156 with flag 765000/765000
686.81/683.99	c cleaning 10031 clauses out of 20198 with flag 775000/775000
696.22/693.35	c cleaning 10009 clauses out of 20167 with flag 785000/785000
705.53/702.63	c cleaning 9934 clauses out of 20158 with flag 795000/795000
715.14/712.24	c cleaning 9977 clauses out of 20224 with flag 805000/805000
723.55/720.61	c cleaning 10067 clauses out of 20247 with flag 815000/815000
731.36/728.43	c cleaning 9992 clauses out of 20180 with flag 825000/825000
739.57/736.65	c cleaning 9971 clauses out of 20188 with flag 835000/835000
746.77/743.89	c cleaning 9996 clauses out of 20217 with flag 845000/845000
755.29/752.35	c cleaning 10060 clauses out of 20221 with flag 855000/855000
763.19/760.24	c cleaning 9967 clauses out of 20161 with flag 865000/865000
771.60/768.66	c cleaning 10004 clauses out of 20194 with flag 875000/875000
780.51/777.55	c cleaning 10034 clauses out of 20190 with flag 885000/885000
789.82/786.81	c cleaning 9993 clauses out of 20157 with flag 895001/895001
798.42/795.48	c cleaning 9990 clauses out of 20163 with flag 905000/905000
807.14/804.18	c cleaning 10021 clauses out of 20173 with flag 915000/915000
816.46/813.40	c cleaning 9942 clauses out of 20152 with flag 925000/925000
827.16/824.18	c cleaning 10010 clauses out of 20210 with flag 935000/935000
837.07/834.08	c cleaning 9993 clauses out of 20200 with flag 945000/945000
848.09/845.04	c cleaning 9951 clauses out of 20207 with flag 955000/955000
859.50/856.47	c cleaning 10044 clauses out of 20256 with flag 965000/965000
870.72/867.62	c cleaning 10020 clauses out of 20212 with flag 975000/975000
881.43/878.37	c cleaning 9963 clauses out of 20192 with flag 985000/985000
891.86/888.74	c cleaning 10005 clauses out of 20229 with flag 995000/995000
902.46/899.37	c cleaning 10016 clauses out of 20224 with flag 1005000/1005000
913.47/910.34	c cleaning 10096 clauses out of 20208 with flag 1015000/1015000
925.89/922.74	c cleaning 9945 clauses out of 20112 with flag 1025000/1025000
936.10/932.93	c cleaning 9962 clauses out of 20167 with flag 1035000/1035000
947.80/944.67	c cleaning 10029 clauses out of 20205 with flag 1045000/1045000
958.50/955.39	c cleaning 9970 clauses out of 20176 with flag 1055000/1055000
968.82/965.69	c cleaning 10037 clauses out of 20206 with flag 1065000/1065000
980.03/976.85	c cleaning 10009 clauses out of 20169 with flag 1075000/1075000
990.13/986.90	c cleaning 9960 clauses out of 20160 with flag 1085000/1085000
1000.34/997.13	c cleaning 9980 clauses out of 20200 with flag 1095000/1095000
1010.05/1006.82	c cleaning 10077 clauses out of 20220 with flag 1105000/1105000
1019.38/1016.15	c cleaning 9998 clauses out of 20143 with flag 1115000/1115000
1028.69/1025.47	c cleaning 9963 clauses out of 20145 with flag 1125000/1125000
1038.00/1034.71	c cleaning 9999 clauses out of 20182 with flag 1135000/1135000
1047.23/1043.95	c cleaning 10010 clauses out of 20183 with flag 1145000/1145000
1056.63/1053.31	c cleaning 9983 clauses out of 20173 with flag 1155000/1155000
1067.06/1063.75	c cleaning 10015 clauses out of 20190 with flag 1165000/1165000
1077.36/1074.05	c cleaning 10019 clauses out of 20175 with flag 1175000/1175000
1087.38/1084.07	c cleaning 10040 clauses out of 20156 with flag 1185000/1185000
1094.29/1090.94	c cleaning 9928 clauses out of 20116 with flag 1195000/1195000
1103.31/1100.00	c cleaning 9984 clauses out of 20188 with flag 1205000/1205000
1111.61/1108.23	c cleaning 9980 clauses out of 20204 with flag 1215000/1215000
1119.01/1115.67	c cleaning 10025 clauses out of 20224 with flag 1225000/1225000
1126.53/1123.19	c cleaning 10004 clauses out of 20199 with flag 1235000/1235000
1135.14/1131.74	c cleaning 10034 clauses out of 20195 with flag 1245000/1245000
1143.14/1139.72	c cleaning 9976 clauses out of 20161 with flag 1255000/1255000
1152.25/1148.86	c cleaning 10005 clauses out of 20185 with flag 1265000/1265000
1161.56/1158.14	c cleaning 10004 clauses out of 20180 with flag 1275000/1275000
1170.66/1167.28	c cleaning 10039 clauses out of 20176 with flag 1285000/1285000
1179.27/1175.82	c cleaning 10003 clauses out of 20137 with flag 1295000/1295000
1188.67/1185.20	c cleaning 10012 clauses out of 20134 with flag 1305000/1305000
1198.08/1194.63	c cleaning 9981 clauses out of 20122 with flag 1315000/1315000
1207.48/1204.08	c cleaning 9980 clauses out of 20141 with flag 1325000/1325000
1216.90/1213.42	c cleaning 10007 clauses out of 20161 with flag 1335000/1335000
1224.30/1220.86	c cleaning 10025 clauses out of 20154 with flag 1345000/1345000
1231.51/1228.05	c cleaning 10020 clauses out of 20129 with flag 1355000/1355000
1239.32/1235.80	c cleaning 9937 clauses out of 20109 with flag 1365000/1365000
1246.34/1242.86	c cleaning 10028 clauses out of 20172 with flag 1375000/1375000
1254.14/1250.65	c cleaning 10036 clauses out of 20144 with flag 1385000/1385000
1262.35/1258.89	c cleaning 9931 clauses out of 20108 with flag 1395000/1395000
1271.36/1267.84	c cleaning 10029 clauses out of 20177 with flag 1405000/1405000
1279.69/1276.11	c cleaning 9958 clauses out of 20148 with flag 1415000/1415000
1289.11/1285.54	c cleaning 10027 clauses out of 20190 with flag 1425000/1425000
1298.23/1294.61	c cleaning 10052 clauses out of 20163 with flag 1435000/1435000
1308.83/1305.29	c cleaning 9981 clauses out of 20111 with flag 1445000/1445000
1318.16/1314.51	c cleaning 9967 clauses out of 20130 with flag 1455000/1455000
1329.57/1325.96	c cleaning 10021 clauses out of 20163 with flag 1465000/1465000
1338.57/1334.95	c cleaning 9911 clauses out of 20142 with flag 1475000/1475000
1349.59/1345.96	c cleaning 10027 clauses out of 20231 with flag 1485000/1485000
1359.91/1356.25	c cleaning 9964 clauses out of 20204 with flag 1495000/1495000
1370.51/1366.81	c cleaning 10024 clauses out of 20240 with flag 1505000/1505000
1380.23/1376.55	c cleaning 10006 clauses out of 20216 with flag 1515000/1515000
1391.64/1387.93	c cleaning 10009 clauses out of 20210 with flag 1525000/1525000
1402.96/1399.30	c cleaning 9972 clauses out of 20201 with flag 1535000/1535000
1413.57/1409.81	c cleaning 10093 clauses out of 20229 with flag 1545000/1545000
1421.98/1418.29	c cleaning 10024 clauses out of 20136 with flag 1555000/1555000
1432.19/1428.43	c cleaning 10030 clauses out of 20112 with flag 1565000/1565000
1442.80/1439.00	c cleaning 9966 clauses out of 20082 with flag 1575000/1575000
1452.10/1448.33	c cleaning 9948 clauses out of 20116 with flag 1585000/1585000
1461.92/1458.10	c cleaning 10040 clauses out of 20168 with flag 1595000/1595000
1473.44/1469.69	c cleaning 9973 clauses out of 20128 with flag 1605000/1605000
1483.44/1479.69	c cleaning 9972 clauses out of 20155 with flag 1615000/1615000
1493.75/1489.93	c cleaning 9985 clauses out of 20183 with flag 1625000/1625000
1503.86/1500.03	c cleaning 9966 clauses out of 20198 with flag 1635000/1635000
1513.27/1509.48	c cleaning 10002 clauses out of 20232 with flag 1645000/1645000
1522.29/1518.49	c cleaning 10022 clauses out of 20230 with flag 1655000/1655000
1531.40/1527.56	c cleaning 10006 clauses out of 20208 with flag 1665000/1665000
1541.01/1537.10	c cleaning 10026 clauses out of 20202 with flag 1675000/1675000
1550.73/1546.89	c cleaning 9966 clauses out of 20176 with flag 1685000/1685000
1560.93/1557.08	c cleaning 9992 clauses out of 20210 with flag 1695000/1695000
1571.64/1567.74	c cleaning 10060 clauses out of 20218 with flag 1705000/1705000
1583.06/1579.14	c cleaning 9980 clauses out of 20158 with flag 1715000/1715000
1593.96/1590.06	c cleaning 10060 clauses out of 20178 with flag 1725000/1725000
1605.87/1601.99	c cleaning 9976 clauses out of 20118 with flag 1735000/1735000
1617.29/1613.37	c cleaning 9985 clauses out of 20142 with flag 1745000/1745000
1628.90/1624.94	c cleaning 10029 clauses out of 20157 with flag 1755000/1755000
1640.32/1636.36	c cleaning 9970 clauses out of 20128 with flag 1765000/1765000
1651.53/1647.50	c cleaning 10003 clauses out of 20158 with flag 1775000/1775000
1662.53/1658.55	c cleaning 10055 clauses out of 20155 with flag 1785000/1785000
1673.76/1669.76	c cleaning 9971 clauses out of 20100 with flag 1795000/1795000
1684.96/1680.97	c cleaning 9961 clauses out of 20129 with flag 1805000/1805000
1695.87/1691.88	c cleaning 10047 clauses out of 20168 with flag 1815000/1815000
1707.07/1703.00	c cleaning 9947 clauses out of 20121 with flag 1825000/1825000
1717.89/1713.88	c cleaning 10010 clauses out of 20174 with flag 1835000/1835000
1728.59/1724.53	c cleaning 10056 clauses out of 20164 with flag 1845000/1845000
1739.39/1735.36	c cleaning 9938 clauses out of 20108 with flag 1855000/1855000
1750.09/1746.02	c cleaning 10042 clauses out of 20170 with flag 1865000/1865000
1760.60/1756.55	c cleaning 9961 clauses out of 20128 with flag 1875000/1875000
1771.02/1766.97	c cleaning 10006 clauses out of 20167 with flag 1885000/1885000
1781.52/1777.46	c cleaning 9995 clauses out of 20161 with flag 1895000/1895000
1791.93/1787.85	c cleaning 10022 clauses out of 20166 with flag 1905000/1905000
1800.04/1795.91	c starts		: 214
1800.04/1795.91	c conflicts		: 1913096
1800.04/1795.91	c decisions		: 1952289
1800.04/1795.91	c propagations		: 69090369
1800.04/1795.92	c inspects		: 858498909
1800.04/1795.92	c learnt literals	: 0
1800.04/1795.92	c learnt binary clauses	: 0
1800.04/1795.92	c learnt ternary clauses	: 413
1800.04/1795.92	c learnt clauses	: 1913095
1800.04/1795.92	c ignored clauses	: 0
1800.04/1795.92	c root simplifications	: 0
1800.04/1795.92	c removed literals (reason simplification)	: 222307012
1800.04/1795.92	c reason swapping (by a shorter reason)	: 0
1800.04/1795.92	c Calls to reduceDB	: 192
1800.04/1795.92	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.92	c number of learned constraints concerned by reduction	: 0
1800.04/1795.92	c number of learning phase by resolution	: 0
1800.04/1795.92	c number of learning phase by cutting planes	: 0
1800.04/1795.92	c speed (assignments/second)	: 38965.4439436947
1800.04/1795.92	c non guided choices	0
1800.04/1795.97	c learnt constraints type 
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18284
1800.04/1795.97	c constraints type 
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
1800.04/1795.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.04/1795.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
1800.04/1795.97	s SATISFIABLE
1800.04/1795.97	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.04/1795.97	c objective function=-37
1800.04/1795.97	c Total wall clock time (in seconds): 1795.759

Verifier Data

OK	-37

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658652-1276672734/watcher-2658652-1276672734 -o /tmp/evaluation-result-2658652-1276672734/solver-2658652-1276672734 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658652-1276672734.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.85 0.97 0.99 3/106 15190
/proc/meminfo: memFree=1586552/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=2028 CPUtime=0
/proc/15190/stat : 15190 (java6) R 15188 15190 15165 0 -1 4194304 209 0 0 0 0 0 0 0 17 0 1 0 8566344 2076672 113 1992294400 134512640 134550932 4294829728 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15190/statm: 458 122 90 10 0 63 0

[startup+0.0477589 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 15190
/proc/meminfo: memFree=1586552/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1520328 CPUtime=0.02
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 3427 0 1 0 1 1 0 0 15 0 4 0 8566344 1556815872 2871 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 380082 2871 960 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100758 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 15190
/proc/meminfo: memFree=1586552/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1524184 CPUtime=0.08
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 8566344 1560764416 3394 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300754 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 15190
/proc/meminfo: memFree=1586552/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1526272 CPUtime=0.35
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 5308 0 1 0 32 3 0 0 15 0 12 0 8566344 1562902528 4746 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 381568 4746 1357 10 0 378870 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526272

[startup+0.700747 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 15190
/proc/meminfo: memFree=1586552/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1529624 CPUtime=1.05
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 7273 0 1 0 101 4 0 0 15 0 12 0 8566344 1566334976 6639 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 382406 6640 1407 10 0 379708 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1529624

[startup+1.50173 s]
/proc/loadavg: 0.85 0.97 0.99 3/118 15204
/proc/meminfo: memFree=1561100/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1529728 CPUtime=2.18
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 9809 0 1 0 213 5 0 0 15 0 12 0 8566344 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 382432 8841 1409 10 0 379734 0
[pid=15190/tid=15192] ppid=15188 vsize=1529728 CPUtime=1.46
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 6856 0 1 0 142 4 0 0 25 0 12 0 8566346 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4109831169 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8566347 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8566347 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8566349 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8566349 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8566349 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8566354 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1529728 CPUtime=0.3
/proc/15190/task/15199/stat : 15199 (java) R 15188 15190 15165 0 -1 4202560 119 0 0 0 30 0 0 0 17 0 12 0 8566354 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 105575795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1529728 CPUtime=0.41
/proc/15190/task/15200/stat : 15200 (java) R 15188 15190 15165 0 -1 4202560 1769 0 0 0 41 0 0 0 15 0 12 0 8566354 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 106797840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8566354 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1529728 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8566354 1566441472 8841 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1529728

[startup+3.1017 s]
/proc/loadavg: 0.85 0.97 0.99 3/119 15205
/proc/meminfo: memFree=1539764/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1533096 CPUtime=4.45
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 37442 0 1 0 430 15 0 0 15 0 13 0 8566344 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383274 35447 1434 10 0 380576 0
[pid=15190/tid=15192] ppid=15188 vsize=1533096 CPUtime=2.82
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 32066 0 1 0 269 13 0 0 25 0 13 0 8566346 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4110008606 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1533096 CPUtime=0.01
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 305 0 0 0 1 0 0 0 15 0 13 0 8566347 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1533096 CPUtime=0.01
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 305 0 0 0 1 0 0 0 18 0 13 0 8566347 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8566349 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1533096 CPUtime=0.65
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 1257 0 0 0 65 0 0 0 15 0 13 0 8566354 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1533096 CPUtime=0.92
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2436 0 0 0 92 0 0 0 16 0 13 0 8566354 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8566354 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1569890304 35447 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1533096

[startup+6.30164 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 15205
/proc/meminfo: memFree=1445772/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1533096 CPUtime=7.77
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 39214 0 1 0 761 16 0 0 15 0 13 0 8566344 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383274 37154 1438 10 0 380576 0
[pid=15190/tid=15192] ppid=15188 vsize=1533096 CPUtime=5.96
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 32073 0 1 0 583 13 0 0 25 0 13 0 8566346 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4110081984 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1533096 CPUtime=0.05
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 1161 0 0 0 5 0 0 0 16 0 13 0 8566347 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1533096 CPUtime=0.05
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 1147 0 0 0 5 0 0 0 15 0 13 0 8566347 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 8566349 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1533096 CPUtime=0.69
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 1303 0 0 0 69 0 0 0 15 0 13 0 8566354 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1533096 CPUtime=0.96
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2444 0 0 0 96 0 0 0 15 0 13 0 8566354 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8566354 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1533096 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1569890304 37154 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1533096

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 3/119 15205
/proc/meminfo: memFree=1406712/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1536168 CPUtime=14.42
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 48594 0 1 0 1422 20 0 0 15 0 13 0 8566344 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 384042 46144 1443 10 0 381344 0
[pid=15190/tid=15192] ppid=15188 vsize=1536168 CPUtime=12.23
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 38475 0 1 0 1207 16 0 0 25 0 13 0 8566346 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4110027556 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1536168 CPUtime=0.09
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 2155 0 0 0 8 1 0 0 15 0 13 0 8566347 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1536168 CPUtime=0.08
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 2008 0 0 0 8 0 0 0 16 0 13 0 8566347 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1536168 CPUtime=0.03
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 111 0 0 0 3 0 0 0 15 0 13 0 8566349 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1536168 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1536168 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1536168 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1536168 CPUtime=0.9
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 2325 0 0 0 90 0 0 0 16 0 13 0 8566354 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1536168 CPUtime=1.03
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2455 0 0 0 103 0 0 0 15 0 13 0 8566354 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1536168 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1536168 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8566354 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1536168 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1573036032 46144 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 1536168

[startup+25.5003 s]
/proc/loadavg: 0.90 0.97 0.99 2/119 15205
/proc/meminfo: memFree=1402124/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1534120 CPUtime=27.29
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 50245 0 1 0 2708 21 0 0 15 0 13 0 8566344 1570938880 47187 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383530 47187 1443 10 0 380832 0
[pid=15190/tid=15192] ppid=15188 vsize=1534120 CPUtime=24.83
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 38614 0 1 0 2467 16 0 0 25 0 13 0 8566346 1570938880 47187 1992294400 134512640 134550932 4292790464 18446744073709551615 4110145731 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1534120 CPUtime=0.14
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 2779 0 0 0 13 1 0 0 15 0 13 0 8566347 1570938880 47187 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1534120 CPUtime=0.13
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 2777 0 0 0 13 0 0 0 16 0 13 0 8566347 1570938880 47187 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1534120 CPUtime=0.1
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 230 0 0 0 10 0 0 0 16 0 13 0 8566349 1570938880 47187 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1534120 CPUtime=0

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

[pid=15190/tid=15196] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1534120 CPUtime=0.93
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 2325 0 0 0 93 0 0 0 16 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1534120 CPUtime=1.37
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2471 0 0 0 137 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.27
Current children cumulated vsize (KiB) 1534120

[startup+1662.3 s]
/proc/loadavg: 1.12 1.07 1.01 2/119 15252
/proc/meminfo: memFree=1379432/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1534120 CPUtime=1666.33
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 57118 0 1 0 166562 71 0 0 15 0 13 0 8566344 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383530 52169 1443 10 0 380832 0
[pid=15190/tid=15192] ppid=15188 vsize=1534120 CPUtime=1649.96
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 39151 0 1 0 164955 41 0 0 25 0 13 0 8566346 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4110025124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1534120 CPUtime=3.27
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 5900 0 0 0 317 10 0 0 16 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1534120 CPUtime=3.2
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 5737 0 0 0 308 12 0 0 16 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1534120 CPUtime=7.55
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 371 0 0 0 750 5 0 0 15 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1534120 CPUtime=0.93
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 2325 0 0 0 93 0 0 0 16 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1534120 CPUtime=1.37
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2471 0 0 0 137 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.33
Current children cumulated vsize (KiB) 1534120

[startup+1722.3 s]
/proc/loadavg: 1.36 1.15 1.04 2/119 15252
/proc/meminfo: memFree=1379308/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1534120 CPUtime=1726.39
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 57136 0 1 0 172566 73 0 0 15 0 13 0 8566344 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383530 52169 1443 10 0 380832 0
[pid=15190/tid=15192] ppid=15188 vsize=1534120 CPUtime=1709.66
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 39163 0 1 0 170924 42 0 0 25 0 13 0 8566346 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4110038755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1534120 CPUtime=3.35
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 5900 0 0 0 324 11 0 0 16 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1534120 CPUtime=3.27
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 5737 0 0 0 315 12 0 0 15 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1534120 CPUtime=7.75
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 373 0 0 0 770 5 0 0 15 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1534120 CPUtime=0.93
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 2325 0 0 0 93 0 0 0 16 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1534120 CPUtime=1.37
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2471 0 0 0 137 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.39
Current children cumulated vsize (KiB) 1534120

[startup+1782.3 s]
/proc/loadavg: 1.20 1.15 1.04 2/119 15254
/proc/meminfo: memFree=1379060/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1534120 CPUtime=1786.43
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 57153 0 1 0 178569 74 0 0 15 0 13 0 8566344 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383530 52169 1443 10 0 380832 0
[pid=15190/tid=15192] ppid=15188 vsize=1534120 CPUtime=1769.33
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 39174 0 1 0 176890 43 0 0 25 0 13 0 8566346 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4110025557 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1534120 CPUtime=3.41
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 5900 0 0 0 330 11 0 0 15 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1534120 CPUtime=3.32
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 5737 0 0 0 320 12 0 0 15 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1534120 CPUtime=8
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 377 0 0 0 795 5 0 0 15 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1534120 CPUtime=0.93
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 2325 0 0 0 93 0 0 0 16 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1534120 CPUtime=1.37
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2471 0 0 0 137 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.43
Current children cumulated vsize (KiB) 1534120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.15 1.14 1.04 3/119 15254
/proc/meminfo: memFree=1379060/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=1534120 CPUtime=1800.04
/proc/15190/stat : 15190 (java) S 15188 15190 15165 0 -1 4202496 57157 0 1 0 179930 74 0 0 15 0 13 0 8566344 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 383530 52169 1443 10 0 380832 0
[pid=15190/tid=15192] ppid=15188 vsize=1534120 CPUtime=1782.87
/proc/15190/task/15192/stat : 15192 (java) R 15188 15190 15165 0 -1 4202560 39176 0 1 0 178244 43 0 0 25 0 13 0 8566346 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4110145731 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15190/tid=15193] ppid=15188 vsize=1534120 CPUtime=3.43
/proc/15190/task/15193/stat : 15193 (java) S 15188 15190 15165 0 -1 4202560 5900 0 0 0 332 11 0 0 15 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15194] ppid=15188 vsize=1534120 CPUtime=3.34
/proc/15190/task/15194/stat : 15194 (java) S 15188 15190 15165 0 -1 4202560 5737 0 0 0 322 12 0 0 15 0 13 0 8566347 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15195] ppid=15188 vsize=1534120 CPUtime=8.04
/proc/15190/task/15195/stat : 15195 (java) S 15188 15190 15165 0 -1 4202560 377 0 0 0 799 5 0 0 15 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 0 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15196] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15196/stat : 15196 (java) S 15188 15190 15165 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15197] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15197/stat : 15197 (java) S 15188 15190 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8566349 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15198] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15198/stat : 15198 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15199] ppid=15188 vsize=1534120 CPUtime=0.93
/proc/15190/task/15199/stat : 15199 (java) S 15188 15190 15165 0 -1 4202560 2325 0 0 0 93 0 0 0 16 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15200] ppid=15188 vsize=1534120 CPUtime=1.37
/proc/15190/task/15200/stat : 15200 (java) S 15188 15190 15165 0 -1 4202560 2471 0 0 0 137 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15201] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15201/stat : 15201 (java) S 15188 15190 15165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
[pid=15190/tid=15202] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15202/stat : 15202 (java) S 15188 15190 15165 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 8566354 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 1 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=1534120 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) S 15188 15190 15165 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8566504 1570938880 52169 1992294400 134512640 134550932 4292790464 18446744073709551615 4294960144 0 4 0 16800975 18446604437851433856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1534120

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

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

[startup+1796.02 s]
/proc/loadavg: 1.15 1.14 1.04 3/119 15254
/proc/meminfo: memFree=1379060/2059040 swapFree=4192956/4192956
[pid=15190] ppid=15188 vsize=0 CPUtime=1800.2
/proc/15190/stat : 15190 (java) Z 15188 15190 15165 0 -1 4203548 57180 0 1 0 179945 75 0 0 15 0 2 0 8566344 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15190/statm: 0 0 0 0 0 0 0
[pid=15190/tid=15205] ppid=15188 vsize=0 CPUtime=0
/proc/15190/task/15205/stat : 15205 (java) R 15188 15190 15165 0 -1 4203588 4 0 0 0 0 0 0 0 18 0 2 0 8566504 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.03
CPU time (s): 1800.22
CPU user time (s): 1799.45
CPU system time (s): 0.771882
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 1536576

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

runsolver used 3.81842 second user time and 9.36857 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 09:18:54
IDJOB=2658652
IDBENCH=48266
IDSOLVER=1164
FILE ID=node036/2658652-1276672734
PBS_JOBID= 11172546
Free space on /tmp= 62524 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_5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658652-1276672734/watcher-2658652-1276672734 -o /tmp/evaluation-result-2658652-1276672734/solver-2658652-1276672734 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658652-1276672734.opb

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

MD5SUM BENCH= 996170804397234947041ed4d87d3aa0
RANDOM SEED=319304259

node036.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.251
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.50
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.251
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:       1586824 kB
Buffers:        110376 kB
Cached:         221048 kB
SwapCached:          0 kB
Active:         153160 kB
Inactive:       237604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1586824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:       59284 kB
Mapped:          15376 kB
Slab:            59588 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180404 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= 62524 MiB
End job on node036 at 2010-06-16 09:48:52