Trace number 2658657

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)-36 1800.18 1795.5

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUMb5a23f46b7c8ffe564ae87cb51d69480
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.84
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)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658657-1276673337.opb
0.24/0.20	c reading problem ... 
2.13/1.44	c ... done. Wall clock time 1.239s.
2.13/1.44	c #vars     2892
2.13/1.44	c #constraints  5586
2.13/1.44	c constraints type 
2.13/1.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
2.13/1.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.13/1.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.13/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
5.30/3.52	c SATISFIABLE
5.30/3.52	c OPTIMIZING...
5.30/3.52	c Got one! Elapsed wall clock time (in seconds):3.323
5.30/3.52	o -36
9.79/7.81	c cleaning 2375 clauses out of 5000 with flag 5000/5000
15.43/13.49	c cleaning 4313 clauses out of 8625 with flag 11000/11000
20.15/17.96	c cleaning 5541 clauses out of 11312 with flag 18000/18000
26.29/23.94	c cleaning 6838 clauses out of 13771 with flag 26000/26000
33.80/31.33	c cleaning 7899 clauses out of 15933 with flag 35000/35000
41.81/39.33	c cleaning 8879 clauses out of 18034 with flag 45000/45000
50.22/47.72	c cleaning 9533 clauses out of 19155 with flag 55000/55000
57.73/55.27	c cleaning 9686 clauses out of 19622 with flag 65000/65000
65.44/62.94	c cleaning 9856 clauses out of 19936 with flag 75000/75000
75.26/72.79	c cleaning 9960 clauses out of 20080 with flag 85000/85000
83.06/80.59	c cleaning 10048 clauses out of 20120 with flag 95000/95000
92.17/89.68	c cleaning 9929 clauses out of 20072 with flag 105000/105000
100.29/97.78	c cleaning 10001 clauses out of 20143 with flag 115000/115000
108.51/105.95	c cleaning 10000 clauses out of 20142 with flag 125000/125000
117.12/114.54	c cleaning 10000 clauses out of 20142 with flag 135000/135000
125.75/123.15	c cleaning 9919 clauses out of 20142 with flag 145000/145000
135.15/132.55	c cleaning 9984 clauses out of 20223 with flag 155000/155000
144.72/142.07	c cleaning 9984 clauses out of 20239 with flag 165000/165000
153.98/151.20	c cleaning 10065 clauses out of 20255 with flag 175000/175000
163.10/160.39	c cleaning 9974 clauses out of 20190 with flag 185000/185000
172.01/169.20	c cleaning 10083 clauses out of 20216 with flag 195000/195000
180.93/178.14	c cleaning 10040 clauses out of 20133 with flag 205000/205000
190.14/187.32	c cleaning 9916 clauses out of 20093 with flag 215000/215000
201.04/198.25	c cleaning 9984 clauses out of 20177 with flag 225000/225000
210.66/207.82	c cleaning 9999 clauses out of 20193 with flag 235000/235000
219.67/216.84	c cleaning 10030 clauses out of 20194 with flag 245000/245000
229.19/226.32	c cleaning 10008 clauses out of 20164 with flag 255000/255000
238.50/235.61	c cleaning 9943 clauses out of 20156 with flag 265000/265000
247.02/244.12	c cleaning 10003 clauses out of 20213 with flag 275000/275000
257.53/254.63	c cleaning 9960 clauses out of 20210 with flag 285000/285000
266.74/263.86	c cleaning 10017 clauses out of 20250 with flag 295000/295000
277.16/274.23	c cleaning 10002 clauses out of 20233 with flag 305000/305000
287.18/284.20	c cleaning 10031 clauses out of 20231 with flag 315000/315000
297.29/294.39	c cleaning 10029 clauses out of 20200 with flag 325000/325000
307.71/304.72	c cleaning 9965 clauses out of 20171 with flag 335000/335000
317.63/314.61	c cleaning 9973 clauses out of 20206 with flag 345000/345000
327.43/324.43	c cleaning 10098 clauses out of 20234 with flag 355001/355001
336.44/333.43	c cleaning 10003 clauses out of 20135 with flag 365000/365000
345.55/342.57	c cleaning 10014 clauses out of 20132 with flag 375000/375000
354.07/351.06	c cleaning 9955 clauses out of 20118 with flag 385000/385000
362.87/359.89	c cleaning 9989 clauses out of 20163 with flag 395000/395000
372.59/369.51	c cleaning 9977 clauses out of 20174 with flag 405000/405000
381.50/378.42	c cleaning 10003 clauses out of 20197 with flag 415000/415000
390.92/387.81	c cleaning 10026 clauses out of 20194 with flag 425000/425000
400.12/397.03	c cleaning 10022 clauses out of 20168 with flag 435000/435000
410.04/406.97	c cleaning 9929 clauses out of 20146 with flag 445000/445000
421.44/418.35	c cleaning 10007 clauses out of 20217 with flag 455000/455000
431.56/428.49	c cleaning 10024 clauses out of 20210 with flag 465000/465000
441.68/438.56	c cleaning 10010 clauses out of 20186 with flag 475000/475000
451.39/448.29	c cleaning 9998 clauses out of 20176 with flag 485000/485000
461.40/458.24	c cleaning 9999 clauses out of 20178 with flag 495000/495000
470.71/467.59	c cleaning 10010 clauses out of 20179 with flag 505000/505000
479.62/476.42	c cleaning 9978 clauses out of 20169 with flag 515000/515000
489.13/485.91	c cleaning 9994 clauses out of 20191 with flag 525000/525000
498.04/494.84	c cleaning 10034 clauses out of 20197 with flag 535000/535000
507.15/503.95	c cleaning 10004 clauses out of 20163 with flag 545000/545000
515.76/512.60	c cleaning 9997 clauses out of 20159 with flag 555000/555000
524.16/520.91	c cleaning 9976 clauses out of 20162 with flag 565000/565000
532.17/528.93	c cleaning 10022 clauses out of 20186 with flag 575000/575000
540.27/537.01	c cleaning 9987 clauses out of 20164 with flag 585000/585000
550.18/546.90	c cleaning 9960 clauses out of 20177 with flag 595000/595000
558.71/555.46	c cleaning 10069 clauses out of 20217 with flag 605000/605000
567.62/564.32	c cleaning 10012 clauses out of 20148 with flag 615000/615000
575.42/572.15	c cleaning 10032 clauses out of 20136 with flag 625000/625000
583.44/580.14	c cleaning 9947 clauses out of 20104 with flag 635000/635000
591.95/588.66	c cleaning 9923 clauses out of 20157 with flag 645000/645000
601.05/597.71	c cleaning 10019 clauses out of 20234 with flag 655000/655000
610.47/607.16	c cleaning 9972 clauses out of 20215 with flag 665000/665000
619.97/616.64	c cleaning 9986 clauses out of 20243 with flag 675000/675000
630.68/627.34	c cleaning 10008 clauses out of 20257 with flag 685000/685000
639.90/636.59	c cleaning 10012 clauses out of 20249 with flag 695000/695000
648.61/645.26	c cleaning 10049 clauses out of 20237 with flag 705000/705000
658.22/654.83	c cleaning 9973 clauses out of 20188 with flag 715000/715000
668.64/665.22	c cleaning 9961 clauses out of 20215 with flag 725000/725000
677.95/674.53	c cleaning 10116 clauses out of 20254 with flag 735000/735000
688.96/685.55	c cleaning 10059 clauses out of 20138 with flag 745000/745000
699.16/695.75	c cleaning 10028 clauses out of 20079 with flag 755000/755000
709.27/705.87	c cleaning 9949 clauses out of 20051 with flag 765000/765000
718.78/715.32	c cleaning 10012 clauses out of 20102 with flag 775000/775000
727.49/724.04	c cleaning 9929 clauses out of 20090 with flag 785000/785000
737.90/734.42	c cleaning 9995 clauses out of 20161 with flag 795000/795000
746.91/743.40	c cleaning 9978 clauses out of 20166 with flag 805000/805000
757.12/753.64	c cleaning 10014 clauses out of 20188 with flag 815000/815000
766.22/762.78	c cleaning 10005 clauses out of 20174 with flag 825000/825000
775.83/772.32	c cleaning 10022 clauses out of 20169 with flag 835000/835000
785.04/781.51	c cleaning 10032 clauses out of 20147 with flag 845000/845000
794.05/790.59	c cleaning 9968 clauses out of 20115 with flag 855000/855000
802.55/799.03	c cleaning 10004 clauses out of 20147 with flag 865000/865000
811.35/807.83	c cleaning 10000 clauses out of 20143 with flag 875000/875000
820.25/816.74	c cleaning 9939 clauses out of 20143 with flag 885000/885000
828.48/824.91	c cleaning 10005 clauses out of 20204 with flag 895000/895000
836.38/832.85	c cleaning 9991 clauses out of 20199 with flag 905000/905000
844.68/841.17	c cleaning 10022 clauses out of 20208 with flag 915000/915000
853.19/849.69	c cleaning 10003 clauses out of 20186 with flag 925000/925000
862.20/858.64	c cleaning 9958 clauses out of 20183 with flag 935000/935000
870.71/867.19	c cleaning 9994 clauses out of 20225 with flag 945000/945000
879.02/875.44	c cleaning 10009 clauses out of 20231 with flag 955000/955000
886.72/883.19	c cleaning 10011 clauses out of 20222 with flag 965000/965000
894.64/891.04	c cleaning 9988 clauses out of 20211 with flag 975000/975000
904.74/901.19	c cleaning 9979 clauses out of 20223 with flag 985000/985000
914.24/910.63	c cleaning 10002 clauses out of 20244 with flag 995000/995000
923.34/919.76	c cleaning 9983 clauses out of 20242 with flag 1005000/1005000
931.96/928.38	c cleaning 10080 clauses out of 20259 with flag 1015000/1015000
941.06/937.49	c cleaning 10043 clauses out of 20179 with flag 1025000/1025000
949.39/945.77	c cleaning 10006 clauses out of 20136 with flag 1035000/1035000
958.30/954.70	c cleaning 9952 clauses out of 20130 with flag 1045000/1045000
966.90/963.23	c cleaning 10029 clauses out of 20178 with flag 1055000/1055000
975.21/971.57	c cleaning 10032 clauses out of 20149 with flag 1065000/1065000
984.64/980.96	c cleaning 10014 clauses out of 20117 with flag 1075000/1075000
993.66/989.92	c cleaning 10014 clauses out of 20103 with flag 1085000/1085000
1002.36/998.66	c cleaning 10005 clauses out of 20089 with flag 1095000/1095000
1011.97/1008.25	c cleaning 10007 clauses out of 20084 with flag 1105000/1105000
1020.47/1016.75	c cleaning 9934 clauses out of 20077 with flag 1115000/1115000
1029.09/1025.34	c cleaning 9983 clauses out of 20143 with flag 1125000/1125000
1036.99/1033.25	c cleaning 9969 clauses out of 20160 with flag 1135000/1135000
1045.39/1041.61	c cleaning 9994 clauses out of 20191 with flag 1145000/1145000
1053.69/1049.96	c cleaning 10019 clauses out of 20197 with flag 1155000/1155000
1062.70/1058.96	c cleaning 10009 clauses out of 20178 with flag 1165000/1165000
1072.31/1068.52	c cleaning 9993 clauses out of 20169 with flag 1175000/1175000
1081.82/1078.05	c cleaning 9977 clauses out of 20176 with flag 1185000/1185000
1089.92/1086.18	c cleaning 10026 clauses out of 20199 with flag 1195000/1195000
1098.04/1094.20	c cleaning 10016 clauses out of 20173 with flag 1205000/1205000
1105.76/1101.95	c cleaning 10031 clauses out of 20157 with flag 1215000/1215000
1115.07/1111.27	c cleaning 9951 clauses out of 20126 with flag 1225000/1225000
1123.79/1119.94	c cleaning 10055 clauses out of 20176 with flag 1235001/1235001
1131.89/1128.02	c cleaning 9930 clauses out of 20120 with flag 1245000/1245000
1141.40/1137.59	c cleaning 10013 clauses out of 20190 with flag 1255000/1255000
1150.51/1146.62	c cleaning 10014 clauses out of 20177 with flag 1265000/1265000
1160.12/1156.25	c cleaning 9997 clauses out of 20163 with flag 1275000/1275000
1170.14/1166.24	c cleaning 10007 clauses out of 20166 with flag 1285000/1285000
1179.75/1175.84	c cleaning 10004 clauses out of 20159 with flag 1295000/1295000
1189.25/1185.39	c cleaning 10010 clauses out of 20155 with flag 1305000/1305000
1198.95/1195.09	c cleaning 9983 clauses out of 20145 with flag 1315000/1315000
1209.05/1205.12	c cleaning 10005 clauses out of 20162 with flag 1325000/1325000
1217.17/1213.25	c cleaning 9972 clauses out of 20157 with flag 1335000/1335000
1224.67/1220.70	c cleaning 9998 clauses out of 20185 with flag 1345000/1345000
1231.87/1227.99	c cleaning 10094 clauses out of 20187 with flag 1355000/1355000
1241.29/1237.31	c cleaning 10022 clauses out of 20093 with flag 1365000/1365000
1250.31/1246.34	c cleaning 9986 clauses out of 20071 with flag 1375000/1375000
1258.11/1254.17	c cleaning 9977 clauses out of 20085 with flag 1385000/1385000
1266.03/1262.09	c cleaning 9955 clauses out of 20108 with flag 1395000/1395000
1273.94/1269.93	c cleaning 9930 clauses out of 20153 with flag 1405000/1405000
1281.65/1277.63	c cleaning 10066 clauses out of 20223 with flag 1415000/1415000
1289.67/1285.60	c cleaning 9954 clauses out of 20157 with flag 1425000/1425000
1297.39/1293.33	c cleaning 9989 clauses out of 20203 with flag 1435000/1435000
1305.00/1300.96	c cleaning 9986 clauses out of 20214 with flag 1445000/1445000
1312.21/1308.16	c cleaning 10112 clauses out of 20228 with flag 1455000/1455000
1320.62/1316.58	c cleaning 9972 clauses out of 20116 with flag 1465000/1465000
1327.84/1323.79	c cleaning 9991 clauses out of 20144 with flag 1475000/1475000
1335.45/1331.31	c cleaning 9994 clauses out of 20153 with flag 1485000/1485000
1343.17/1339.04	c cleaning 9976 clauses out of 20159 with flag 1495000/1495000
1350.87/1346.74	c cleaning 10042 clauses out of 20183 with flag 1505000/1505000
1359.18/1355.05	c cleaning 9964 clauses out of 20141 with flag 1515000/1515000
1367.39/1363.28	c cleaning 10005 clauses out of 20177 with flag 1525000/1525000
1374.40/1370.26	c cleaning 10023 clauses out of 20172 with flag 1535000/1535000
1381.81/1377.67	c cleaning 9979 clauses out of 20149 with flag 1545000/1545000
1388.82/1384.65	c cleaning 9964 clauses out of 20170 with flag 1555000/1555000
1395.84/1391.69	c cleaning 10011 clauses out of 20206 with flag 1565000/1565000
1402.54/1398.37	c cleaning 10008 clauses out of 20195 with flag 1575000/1575000
1409.66/1405.49	c cleaning 10008 clauses out of 20187 with flag 1585000/1585000
1417.17/1412.93	c cleaning 10071 clauses out of 20179 with flag 1595000/1595000
1424.68/1420.41	c cleaning 9965 clauses out of 20108 with flag 1605000/1605000
1431.59/1427.34	c cleaning 9963 clauses out of 20143 with flag 1615000/1615000
1438.30/1434.09	c cleaning 10061 clauses out of 20180 with flag 1625000/1625000
1445.61/1441.34	c cleaning 9981 clauses out of 20119 with flag 1635000/1635000
1454.03/1449.78	c cleaning 9990 clauses out of 20138 with flag 1645000/1645000
1461.44/1457.18	c cleaning 9984 clauses out of 20148 with flag 1655000/1655000
1468.96/1464.61	c cleaning 9993 clauses out of 20164 with flag 1665000/1665000
1475.96/1471.62	c cleaning 10028 clauses out of 20171 with flag 1675000/1675000
1484.38/1480.04	c cleaning 10007 clauses out of 20143 with flag 1685000/1685000
1492.28/1487.99	c cleaning 9945 clauses out of 20136 with flag 1695000/1695000
1500.69/1496.30	c cleaning 10018 clauses out of 20191 with flag 1705000/1705000
1508.99/1504.62	c cleaning 9991 clauses out of 20173 with flag 1715000/1715000
1517.60/1513.24	c cleaning 10048 clauses out of 20182 with flag 1725000/1725000
1526.81/1522.46	c cleaning 9962 clauses out of 20134 with flag 1735000/1735000
1535.61/1531.27	c cleaning 10015 clauses out of 20172 with flag 1745000/1745000
1544.32/1539.94	c cleaning 10015 clauses out of 20157 with flag 1755000/1755000
1552.81/1548.46	c cleaning 9989 clauses out of 20142 with flag 1765000/1765000
1561.11/1556.72	c cleaning 10019 clauses out of 20153 with flag 1775000/1775000
1567.91/1563.55	c cleaning 9923 clauses out of 20134 with flag 1785000/1785000
1574.32/1569.94	c cleaning 9976 clauses out of 20211 with flag 1795000/1795000
1581.03/1576.60	c cleaning 10054 clauses out of 20235 with flag 1805000/1805000
1587.43/1583.08	c cleaning 9968 clauses out of 20181 with flag 1815000/1815000
1594.24/1589.81	c cleaning 10031 clauses out of 20213 with flag 1825000/1825000
1600.74/1596.34	c cleaning 9962 clauses out of 20182 with flag 1835000/1835000
1607.74/1603.31	c cleaning 10017 clauses out of 20220 with flag 1845000/1845000
1615.06/1610.61	c cleaning 10064 clauses out of 20203 with flag 1855000/1855000
1622.07/1617.67	c cleaning 9937 clauses out of 20139 with flag 1865000/1865000
1629.88/1625.42	c cleaning 10025 clauses out of 20202 with flag 1875000/1875000
1637.29/1632.90	c cleaning 9990 clauses out of 20177 with flag 1885000/1885000
1645.49/1641.04	c cleaning 9984 clauses out of 20187 with flag 1895000/1895000
1654.11/1649.60	c cleaning 10035 clauses out of 20203 with flag 1905000/1905000
1663.22/1658.79	c cleaning 9999 clauses out of 20168 with flag 1915000/1915000
1672.32/1667.82	c cleaning 9996 clauses out of 20169 with flag 1925000/1925000
1681.12/1676.66	c cleaning 10030 clauses out of 20174 with flag 1935001/1935001
1689.92/1685.49	c cleaning 9955 clauses out of 20143 with flag 1945000/1945000
1698.72/1694.23	c cleaning 10049 clauses out of 20188 with flag 1955000/1955000
1707.34/1702.87	c cleaning 9965 clauses out of 20139 with flag 1965000/1965000
1715.84/1711.36	c cleaning 10005 clauses out of 20174 with flag 1975000/1975000
1724.04/1719.54	c cleaning 10015 clauses out of 20170 with flag 1985001/1985001
1731.56/1727.02	c cleaning 10044 clauses out of 20154 with flag 1995000/1995000
1737.66/1733.16	c cleaning 9963 clauses out of 20110 with flag 2005000/2005000
1743.47/1738.99	c cleaning 9985 clauses out of 20147 with flag 2015000/2015000
1750.18/1745.65	c cleaning 9938 clauses out of 20162 with flag 2025000/2025000
1756.98/1752.45	c cleaning 9985 clauses out of 20224 with flag 2035000/2035000
1764.11/1759.60	c cleaning 10052 clauses out of 20239 with flag 2045000/2045000
1770.72/1766.16	c cleaning 9946 clauses out of 20187 with flag 2055000/2055000
1777.42/1772.88	c cleaning 10011 clauses out of 20241 with flag 2065000/2065000
1784.22/1779.69	c cleaning 10033 clauses out of 20230 with flag 2075000/2075000
1791.84/1787.28	c cleaning 10030 clauses out of 20197 with flag 2085000/2085000
1799.26/1794.60	c cleaning 9967 clauses out of 20167 with flag 2095000/2095000
1800.07/1795.42	c starts		: 227
1800.07/1795.42	c conflicts		: 2095978
1800.07/1795.42	c decisions		: 2131257
1800.07/1795.42	c propagations		: 68888593
1800.07/1795.42	c inspects		: 858483342
1800.07/1795.42	c learnt literals	: 0
1800.07/1795.42	c learnt binary clauses	: 0
1800.07/1795.42	c learnt ternary clauses	: 278
1800.07/1795.42	c learnt clauses	: 2095977
1800.07/1795.42	c ignored clauses	: 0
1800.07/1795.42	c root simplifications	: 0
1800.07/1795.42	c removed literals (reason simplification)	: 264329466
1800.07/1795.42	c reason swapping (by a shorter reason)	: 0
1800.07/1795.42	c Calls to reduceDB	: 211
1800.07/1795.42	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.42	c number of learned constraints concerned by reduction	: 0
1800.07/1795.42	c number of learning phase by resolution	: 0
1800.07/1795.42	c number of learning phase by cutting planes	: 0
1800.07/1795.42	c speed (assignments/second)	: 38444.569265815946
1800.07/1795.42	c non guided choices	0
1800.07/1795.44	c learnt constraints type 
1800.07/1795.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11192
1800.07/1795.44	c constraints type 
1800.07/1795.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
1800.07/1795.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.07/1795.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.07/1795.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.07/1795.44	s SATISFIABLE
1800.07/1795.44	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.44	c objective function=-36
1800.07/1795.44	c Total wall clock time (in seconds): 1795.241

Verifier Data

OK	-36

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658657-1276673337/watcher-2658657-1276673337 -o /tmp/evaluation-result-2658657-1276673337/solver-2658657-1276673337 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658657-1276673337.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.80 0.95 0.98 3/106 14900
/proc/meminfo: memFree=1739656/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=248 CPUtime=0
/proc/14900/stat : 14900 (java) R 14898 14900 14680 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 8625989 253952 28 1992294400 134512640 134550932 4292852512 18446744073709551615 11571678 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14900/statm: 62 28 21 10 0 23 0

[startup+0.054928 s]
/proc/loadavg: 0.80 0.95 0.98 3/106 14900
/proc/meminfo: memFree=1739656/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1521664 CPUtime=0.04
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 3596 0 1 0 3 1 0 0 18 0 7 0 8625989 1558183936 3036 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 380416 3036 1015 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100937 s]
/proc/loadavg: 0.80 0.95 0.98 3/106 14900
/proc/meminfo: memFree=1739656/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1524184 CPUtime=0.08
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 3987 0 1 0 6 2 0 0 18 0 12 0 8625989 1560764416 3425 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 381046 3425 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300585 s]
/proc/loadavg: 0.80 0.95 0.98 3/106 14900
/proc/meminfo: memFree=1739656/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1526652 CPUtime=0.39
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 5472 0 1 0 36 3 0 0 18 0 12 0 8625989 1563291648 4907 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 381663 4907 1363 10 0 378965 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526652

[startup+0.700579 s]
/proc/loadavg: 0.80 0.95 0.98 3/106 14900
/proc/meminfo: memFree=1739656/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1528884 CPUtime=1.11
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 7362 0 1 0 107 4 0 0 18 0 12 0 8625989 1565577216 6681 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 382221 6681 1408 10 0 379523 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528884

[startup+1.50157 s]
/proc/loadavg: 0.80 0.95 0.98 2/118 14912
/proc/meminfo: memFree=1714328/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1529188 CPUtime=2.33
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 10311 0 1 0 228 5 0 0 18 0 13 0 8625989 1565888512 9253 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 382297 9253 1416 10 0 379599 0
[pid=14900/tid=14902] ppid=14898 vsize=1529188 CPUtime=1.46
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 7343 0 1 0 143 3 0 0 20 0 13 0 8625991 1565888512 9253 1992294400 134512640 134550932 4292852512 18446744073709551615 4109290398 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8625992 1565888512 9253 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8625992 1565888512 9253 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8625994 1565888512 9253 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8625994 1565888512 9253 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8625994 1565888512 9254 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1565888512 9254 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1529188 CPUtime=0.51
/proc/14900/task/14909/stat : 14909 (java) R 14898 14900 14680 0 -1 4202560 947 0 0 0 51 0 0 0 22 0 13 0 8625998 1565888512 9254 1992294400 134512640 134550932 4292852512 18446744073709551615 103147925 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1529188 CPUtime=0.32
/proc/14900/task/14910/stat : 14910 (java) R 14898 14900 14680 0 -1 4202560 950 0 0 0 32 0 0 0 22 0 13 0 8625998 1565888512 9254 1992294400 134512640 134550932 4292852512 18446744073709551615 105708769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1565888512 9254 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1529188 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8625999 1565888512 9254 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1529188

[startup+3.10154 s]
/proc/loadavg: 0.80 0.95 0.98 5/119 14913
/proc/meminfo: memFree=1689892/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=4.86
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 38683 0 1 0 469 17 0 0 18 0 13 0 8625989 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 35938 1434 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=3.05
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 32068 0 1 0 290 15 0 0 20 0 13 0 8625991 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4109837516 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=0.01
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 341 0 0 0 1 0 0 0 18 0 13 0 8625992 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 264 0 0 0 0 0 0 0 18 0 13 0 8625992 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 8625994 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=0.95
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2450 0 0 0 95 0 0 0 18 0 13 0 8625998 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.8
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2485 0 0 0 80 0 0 0 17 0 13 0 8625998 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 35938 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1535100

[startup+6.30149 s]
/proc/loadavg: 0.89 0.97 0.99 2/119 14913
/proc/meminfo: memFree=1597760/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=8.24
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 39510 0 1 0 806 18 0 0 18 0 13 0 8625989 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 36753 1438 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=6.22
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 32073 0 1 0 606 16 0 0 25 0 13 0 8625991 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4109759367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=0.04
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 797 0 0 0 4 0 0 0 16 0 13 0 8625992 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=0.03
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 610 0 0 0 3 0 0 0 16 0 13 0 8625992 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 8625994 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.06
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2461 0 0 0 106 0 0 0 15 0 13 0 8625998 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.84
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2488 0 0 0 84 0 0 0 16 0 13 0 8625998 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 36753 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1535100

[startup+12.7014 s]
/proc/loadavg: 0.90 0.97 0.99 2/119 14913
/proc/meminfo: memFree=1564404/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=14.73
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 47713 0 1 0 1450 23 0 0 18 0 13 0 8625989 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 44945 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=12.51
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 38405 0 1 0 1232 19 0 0 25 0 13 0 8625991 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4109759319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=0.06
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 1319 0 0 0 6 0 0 0 16 0 13 0 8625992 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=0.06
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 1163 0 0 0 6 0 0 0 16 0 13 0 8625992 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=0.03
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 798 0 0 0 3 0 0 0 15 0 13 0 8625994 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.09
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2465 0 0 0 109 0 0 0 16 0 13 0 8625998 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.9
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2496 0 0 0 90 0 0 0 16 0 13 0 8625998 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 44945 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 1535100

[startup+25.5012 s]
/proc/loadavg: 0.92 0.97 0.99 2/119 14913
/proc/meminfo: memFree=1558824/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=27.98
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 49317 0 1 0 2774 24 0 0 18 0 13 0 8625989 1571942400 46354 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 46354 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=25.13
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 38413 0 1 0 2493 20 0 0 25 0 13 0 8625991 1571942400 46354 1992294400 134512640 134550932 4292852512 18446744073709551615 4109774671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=0.08
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 1958 0 0 0 8 0 0 0 15 0 13 0 8625992 1571942400 46354 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=0.08
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 1714 0 0 0 8 0 0 0 16 0 13 0 8625992 1571942400 46354 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=0.15
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 1047 0 0 0 15 0 0 0 15 0 13 0 8625994 1571942400 46354 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0

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

[pid=14900] ppid=14898 vsize=1535100 CPUtime=1606.74
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 56633 0 1 0 160600 74 0 0 18 0 13 0 8625989 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 51824 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=1590.15
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 38959 0 1 0 158970 45 0 0 25 0 13 0 8625991 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4109835528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=3.11
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 5143 0 0 0 302 9 0 0 16 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=3.06
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 4988 0 0 0 295 11 0 0 15 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=7.75
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 1263 0 0 0 770 5 0 0 15 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.68
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2626 0 0 0 168 0 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.94
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2496 0 0 0 93 1 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.74
Current children cumulated vsize (KiB) 1535100

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14960
/proc/meminfo: memFree=1534396/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=1666.82
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 56660 0 1 0 166605 77 0 0 18 0 13 0 8625989 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 51824 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=1649.65
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 38978 0 1 0 164919 46 0 0 25 0 13 0 8625991 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4109946942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=3.22
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 5143 0 0 0 312 10 0 0 15 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=3.18
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 4988 0 0 0 307 11 0 0 16 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=8.08
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 1267 0 0 0 803 5 0 0 15 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.68
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2626 0 0 0 168 0 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.94
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2496 0 0 0 93 1 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.82
Current children cumulated vsize (KiB) 1535100

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14962
/proc/meminfo: memFree=1534396/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=1726.84
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 56679 0 1 0 172606 78 0 0 18 0 13 0 8625989 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 51824 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=1709.25
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 38991 0 1 0 170877 48 0 0 25 0 13 0 8625991 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4109642604 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=3.29
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 5143 0 0 0 319 10 0 0 16 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=3.25
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 4988 0 0 0 314 11 0 0 15 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=8.37
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 1269 0 0 0 832 5 0 0 15 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.68
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2626 0 0 0 168 0 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.94
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2496 0 0 0 93 1 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 1535100

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14964
/proc/meminfo: memFree=1534024/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=1786.92
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 56704 0 1 0 178612 80 0 0 18 0 13 0 8625989 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 51824 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=1768.69
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 39010 0 1 0 176820 49 0 0 25 0 13 0 8625991 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4109912331 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=3.42
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 5143 0 0 0 331 11 0 0 15 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=3.38
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 4988 0 0 0 327 11 0 0 16 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=8.75
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 1273 0 0 0 869 6 0 0 15 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.68
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2626 0 0 0 168 0 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.94
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2496 0 0 0 93 1 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.92
Current children cumulated vsize (KiB) 1535100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 14964
/proc/meminfo: memFree=1534024/2059040 swapFree=4192956/4192956
[pid=14900] ppid=14898 vsize=1535100 CPUtime=1800.07
/proc/14900/stat : 14900 (java) S 14898 14900 14680 0 -1 4202496 56714 0 1 0 179926 81 0 0 18 0 13 0 8625989 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14900/statm: 383775 51824 1443 10 0 381077 0
[pid=14900/tid=14902] ppid=14898 vsize=1535100 CPUtime=1781.66
/proc/14900/task/14902/stat : 14902 (java) R 14898 14900 14680 0 -1 4202560 39016 0 1 0 178117 49 0 0 25 0 13 0 8625991 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4109774854 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14900/tid=14903] ppid=14898 vsize=1535100 CPUtime=3.46
/proc/14900/task/14903/stat : 14903 (java) S 14898 14900 14680 0 -1 4202560 5143 0 0 0 335 11 0 0 15 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14904] ppid=14898 vsize=1535100 CPUtime=3.43
/proc/14900/task/14904/stat : 14904 (java) S 14898 14900 14680 0 -1 4202560 4988 0 0 0 332 11 0 0 15 0 13 0 8625992 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14905] ppid=14898 vsize=1535100 CPUtime=8.83
/proc/14900/task/14905/stat : 14905 (java) S 14898 14900 14680 0 -1 4202560 1275 0 0 0 877 6 0 0 16 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 0 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14906] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14906/stat : 14906 (java) S 14898 14900 14680 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14907] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14907/stat : 14907 (java) S 14898 14900 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8625994 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14908] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14908/stat : 14908 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14909] ppid=14898 vsize=1535100 CPUtime=1.68
/proc/14900/task/14909/stat : 14909 (java) S 14898 14900 14680 0 -1 4202560 2626 0 0 0 168 0 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14910] ppid=14898 vsize=1535100 CPUtime=0.94
/proc/14900/task/14910/stat : 14910 (java) S 14898 14900 14680 0 -1 4202560 2496 0 0 0 93 1 0 0 15 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14911] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14911/stat : 14911 (java) S 14898 14900 14680 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8625998 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
[pid=14900/tid=14912] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14912/stat : 14912 (java) S 14898 14900 14680 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8625999 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 1 0 0 0
[pid=14900/tid=14913] ppid=14898 vsize=1535100 CPUtime=0
/proc/14900/task/14913/stat : 14913 (java) S 14898 14900 14680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8626136 1571942400 51824 1992294400 134512640 134550932 4292852512 18446744073709551615 4294960144 0 4 0 16800975 18446604437085698112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1535100

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.5
CPU time (s): 1800.18
CPU user time (s): 1799.35
CPU system time (s): 0.834873
CPU usage (%): 100.261
Max. virtual memory (cumulated for all children) (KiB): 1536124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56735
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= 43204
involuntary context switches= 26829

runsolver used 3.82342 second user time and 9.43956 second system time

The end

Launcher Data

Begin job on node044 at 2010-06-16 09:28:57
IDJOB=2658657
IDBENCH=48271
IDSOLVER=1164
FILE ID=node044/2658657-1276673337
PBS_JOBID= 11172551
Free space on /tmp= 62588 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_2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658657-1276673337/watcher-2658657-1276673337 -o /tmp/evaluation-result-2658657-1276673337/solver-2658657-1276673337 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658657-1276673337.opb

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

MD5SUM BENCH= b5a23f46b7c8ffe564ae87cb51d69480
RANDOM SEED=1773097180

node044.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.266
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.53
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.266
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1739928 kB
Buffers:         52232 kB
Cached:         141344 kB
SwapCached:          0 kB
Active:         122080 kB
Inactive:       130792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1739928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:       59244 kB
Mapped:          15384 kB
Slab:            44400 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181304 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= 62588 MiB
End job on node044 at 2010-06-16 09:58:54