Trace number 2659538

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.14 1797.38

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
MD5SUM61cf99fd35695f4955b2bd6e6269522f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.118981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2659538-1276325618.opb
0.22/0.21	c reading problem ... 
0.54/0.48	c ... done. Wall clock time 0.269s.
0.54/0.48	c #vars     2400
0.54/0.48	c #constraints  140
0.54/0.48	c constraints type 
0.54/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.54/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
3.09/2.58	c cleaning 2492 clauses out of 5001 with flag 5001/5001
5.44/4.82	c cleaning 4245 clauses out of 8509 with flag 11001/11001
8.75/8.19	c cleaning 5622 clauses out of 11264 with flag 18001/18001
12.67/12.09	c cleaning 6816 clauses out of 13643 with flag 26002/26002
18.56/17.84	c cleaning 7906 clauses out of 15831 with flag 35006/35006
25.88/25.16	c cleaning 8941 clauses out of 17920 with flag 45001/45001
32.19/31.41	c cleaning 9476 clauses out of 18978 with flag 55000/55000
39.40/38.64	c cleaning 9739 clauses out of 19503 with flag 65001/65001
47.90/47.15	c cleaning 9880 clauses out of 19766 with flag 75003/75003
52.91/52.18	c cleaning 9930 clauses out of 19883 with flag 85000/85000
58.62/57.90	c cleaning 9950 clauses out of 19953 with flag 95000/95000
66.23/65.46	c cleaning 9990 clauses out of 20003 with flag 105000/105000
74.55/73.74	c cleaning 10006 clauses out of 20014 with flag 115001/115001
80.65/79.86	c cleaning 9993 clauses out of 20010 with flag 125003/125003
91.07/90.25	c cleaning 10004 clauses out of 20016 with flag 135002/135002
97.97/97.12	c cleaning 9993 clauses out of 20012 with flag 145002/145002
105.58/104.72	c cleaning 10007 clauses out of 20019 with flag 155002/155002
110.10/109.21	c cleaning 10004 clauses out of 20012 with flag 165002/165002
113.51/112.69	c cleaning 9993 clauses out of 20006 with flag 175000/175000
120.72/119.87	c cleaning 10004 clauses out of 20014 with flag 185001/185001
126.32/125.41	c cleaning 9989 clauses out of 20009 with flag 195000/195000
131.43/130.50	c cleaning 9970 clauses out of 20020 with flag 205000/205000
138.35/137.46	c cleaning 10018 clauses out of 20051 with flag 215001/215001
143.55/142.67	c cleaning 9998 clauses out of 20033 with flag 225001/225001
149.16/148.25	c cleaning 9998 clauses out of 20035 with flag 235001/235001
158.77/157.85	c cleaning 9999 clauses out of 20040 with flag 245004/245004
168.08/167.18	c cleaning 9996 clauses out of 20039 with flag 255002/255002
173.49/172.56	c cleaning 10005 clauses out of 20043 with flag 265002/265002
179.00/178.04	c cleaning 10006 clauses out of 20037 with flag 275001/275001
186.01/185.06	c cleaning 9998 clauses out of 20032 with flag 285002/285002
197.32/196.34	c cleaning 10011 clauses out of 20032 with flag 295000/295000
204.83/203.82	c cleaning 9997 clauses out of 20023 with flag 305002/305002
215.55/214.55	c cleaning 9996 clauses out of 20026 with flag 315002/315002
219.96/218.99	c cleaning 9994 clauses out of 20030 with flag 325002/325002
226.26/225.20	c cleaning 9996 clauses out of 20034 with flag 335000/335000
234.07/233.07	c cleaning 9998 clauses out of 20040 with flag 345002/345002
239.69/238.68	c cleaning 9963 clauses out of 20046 with flag 355006/355006
247.99/246.92	c cleaning 9953 clauses out of 20077 with flag 365000/365000
257.51/256.42	c cleaning 9980 clauses out of 20124 with flag 375000/375000
267.42/266.39	c cleaning 9976 clauses out of 20144 with flag 385000/385000
274.13/273.02	c cleaning 10073 clauses out of 20169 with flag 395001/395001
278.66/277.51	c cleaning 10041 clauses out of 20096 with flag 405001/405001
286.17/285.02	c cleaning 10017 clauses out of 20057 with flag 415003/415003
294.58/293.42	c cleaning 9997 clauses out of 20037 with flag 425000/425000
301.50/300.37	c cleaning 10012 clauses out of 20041 with flag 435001/435001
314.61/313.47	c cleaning 10007 clauses out of 20028 with flag 445000/445000
321.52/320.32	c cleaning 9982 clauses out of 20022 with flag 455001/455001
332.43/331.28	c cleaning 10010 clauses out of 20042 with flag 465003/465003
345.74/344.55	c cleaning 10000 clauses out of 20029 with flag 475000/475000
353.86/352.67	c cleaning 9999 clauses out of 20029 with flag 485000/485000
363.37/362.19	c cleaning 10002 clauses out of 20031 with flag 495001/495001
375.28/374.06	c cleaning 9995 clauses out of 20030 with flag 505002/505002
385.99/384.75	c cleaning 10000 clauses out of 20033 with flag 515000/515000
394.49/393.28	c cleaning 10001 clauses out of 20033 with flag 525000/525000
404.80/403.55	c cleaning 9997 clauses out of 20033 with flag 535001/535001
415.21/413.92	c cleaning 10001 clauses out of 20038 with flag 545003/545003
424.92/423.67	c cleaning 10002 clauses out of 20038 with flag 555004/555004
435.43/434.16	c cleaning 9998 clauses out of 20033 with flag 565001/565001
445.74/444.48	c cleaning 9999 clauses out of 20036 with flag 575002/575002
457.04/455.71	c cleaning 10005 clauses out of 20042 with flag 585007/585007
462.74/461.41	c cleaning 10013 clauses out of 20031 with flag 595001/595001
469.06/467.79	c cleaning 9991 clauses out of 20018 with flag 605001/605001
474.58/473.24	c cleaning 9945 clauses out of 20027 with flag 615001/615001
483.28/481.96	c cleaning 9971 clauses out of 20082 with flag 625001/625001
491.19/489.82	c cleaning 10041 clauses out of 20112 with flag 635002/635002
501.20/499.86	c cleaning 10017 clauses out of 20072 with flag 645003/645003
507.61/506.21	c cleaning 10014 clauses out of 20053 with flag 655001/655001
516.53/515.10	c cleaning 10005 clauses out of 20039 with flag 665001/665001
527.34/525.97	c cleaning 10012 clauses out of 20033 with flag 675000/675000
530.75/529.31	c cleaning 9979 clauses out of 20022 with flag 685001/685001
540.26/538.87	c cleaning 9992 clauses out of 20045 with flag 695003/695003
548.67/547.27	c cleaning 9992 clauses out of 20050 with flag 705000/705000
559.59/558.19	c cleaning 9999 clauses out of 20060 with flag 715002/715002
566.39/564.98	c cleaning 10011 clauses out of 20061 with flag 725002/725002
579.31/577.86	c cleaning 10006 clauses out of 20049 with flag 735001/735001
589.65/588.19	c cleaning 10002 clauses out of 20042 with flag 745000/745000
599.97/598.49	c cleaning 10001 clauses out of 20042 with flag 755002/755002
610.67/609.19	c cleaning 10002 clauses out of 20041 with flag 765002/765002
621.89/620.39	c cleaning 10001 clauses out of 20039 with flag 775002/775002
631.69/630.10	c cleaning 10005 clauses out of 20036 with flag 785000/785000
640.01/638.40	c cleaning 9994 clauses out of 20032 with flag 795001/795001
649.92/648.38	c cleaning 10006 clauses out of 20040 with flag 805003/805003
663.22/661.69	c cleaning 10004 clauses out of 20035 with flag 815004/815004
678.14/676.59	c cleaning 10003 clauses out of 20036 with flag 825009/825009
694.94/693.37	c cleaning 10000 clauses out of 20027 with flag 835003/835003
709.86/708.29	c cleaning 9997 clauses out of 20025 with flag 845001/845001
721.86/720.28	c cleaning 9999 clauses out of 20028 with flag 855001/855001
736.57/734.91	c cleaning 9998 clauses out of 20028 with flag 865000/865000
752.38/750.76	c cleaning 10002 clauses out of 20032 with flag 875002/875002
760.90/759.27	c cleaning 10011 clauses out of 20029 with flag 885001/885001
766.41/764.79	c cleaning 9998 clauses out of 20018 with flag 895001/895001
772.72/771.09	c cleaning 9995 clauses out of 20020 with flag 905001/905001
780.13/778.47	c cleaning 10000 clauses out of 20024 with flag 915000/915000
787.44/785.70	c cleaning 10008 clauses out of 20026 with flag 925002/925002
794.46/792.77	c cleaning 10005 clauses out of 20019 with flag 935003/935003
798.97/797.26	c cleaning 9993 clauses out of 20012 with flag 945001/945001
808.88/807.18	c cleaning 9991 clauses out of 20020 with flag 955002/955002
817.61/815.89	c cleaning 9999 clauses out of 20028 with flag 965001/965001
825.43/823.61	c cleaning 9889 clauses out of 20028 with flag 975000/975000
840.64/838.85	c cleaning 9938 clauses out of 20141 with flag 985002/985002
854.56/852.70	c cleaning 9970 clauses out of 20202 with flag 995001/995001
865.17/863.38	c cleaning 9966 clauses out of 20232 with flag 1005001/1005001
881.57/879.78	c cleaning 10015 clauses out of 20267 with flag 1015002/1015002
890.99/889.16	c cleaning 10003 clauses out of 20251 with flag 1025001/1025001
902.20/900.35	c cleaning 10004 clauses out of 20247 with flag 1035000/1035000
914.11/912.22	c cleaning 10000 clauses out of 20243 with flag 1045000/1045000
927.22/925.30	c cleaning 10004 clauses out of 20245 with flag 1055002/1055002
938.43/936.56	c cleaning 9999 clauses out of 20239 with flag 1065000/1065000
949.74/947.87	c cleaning 10000 clauses out of 20242 with flag 1075002/1075002
956.65/954.74	c cleaning 10108 clauses out of 20242 with flag 1085002/1085002
968.86/967.00	c cleaning 10061 clauses out of 20137 with flag 1095005/1095005
979.07/977.16	c cleaning 10026 clauses out of 20071 with flag 1105000/1105000
987.08/985.15	c cleaning 10013 clauses out of 20045 with flag 1115000/1115000
995.20/993.21	c cleaning 9999 clauses out of 20032 with flag 1125000/1125000
1004.80/1002.87	c cleaning 10005 clauses out of 20033 with flag 1135000/1135000
1013.92/1011.97	c cleaning 10000 clauses out of 20029 with flag 1145001/1145001
1022.92/1020.91	c cleaning 10005 clauses out of 20030 with flag 1155002/1155002
1031.93/1029.95	c cleaning 10001 clauses out of 20025 with flag 1165002/1165002
1041.33/1039.40	c cleaning 9999 clauses out of 20023 with flag 1175001/1175001
1045.84/1043.89	c cleaning 9994 clauses out of 20024 with flag 1185001/1185001
1051.75/1049.78	c cleaning 10002 clauses out of 20032 with flag 1195003/1195003
1056.65/1054.68	c cleaning 9997 clauses out of 20029 with flag 1205002/1205002
1062.76/1060.79	c cleaning 10003 clauses out of 20032 with flag 1215002/1215002
1069.08/1067.02	c cleaning 10000 clauses out of 20030 with flag 1225003/1225003
1075.78/1073.70	c cleaning 9998 clauses out of 20027 with flag 1235000/1235000
1082.49/1080.41	c cleaning 9998 clauses out of 20029 with flag 1245000/1245000
1089.09/1087.03	c cleaning 10002 clauses out of 20031 with flag 1255000/1255000
1095.10/1093.05	c cleaning 10003 clauses out of 20031 with flag 1265002/1265002
1102.01/1099.93	c cleaning 10000 clauses out of 20028 with flag 1275002/1275002
1108.00/1105.96	c cleaning 10002 clauses out of 20027 with flag 1285001/1285001
1114.80/1112.77	c cleaning 9997 clauses out of 20025 with flag 1295001/1295001
1121.51/1119.43	c cleaning 10002 clauses out of 20027 with flag 1305000/1305000
1129.62/1127.51	c cleaning 10000 clauses out of 20026 with flag 1315001/1315001
1138.21/1136.13	c cleaning 10000 clauses out of 20027 with flag 1325002/1325002
1143.22/1141.12	c cleaning 9996 clauses out of 20025 with flag 1335000/1335000
1150.04/1147.94	c cleaning 10003 clauses out of 20031 with flag 1345002/1345002
1155.15/1153.09	c cleaning 10010 clauses out of 20027 with flag 1355001/1355001
1162.36/1160.22	c cleaning 10002 clauses out of 20017 with flag 1365001/1365001
1169.28/1167.13	c cleaning 10003 clauses out of 20014 with flag 1375000/1375000
1175.28/1173.16	c cleaning 9987 clauses out of 20011 with flag 1385000/1385000
1184.90/1182.73	c cleaning 9994 clauses out of 20025 with flag 1395001/1395001
1194.52/1192.34	c cleaning 9993 clauses out of 20030 with flag 1405000/1405000
1203.33/1201.19	c cleaning 9880 clauses out of 20039 with flag 1415002/1415002
1212.33/1210.11	c cleaning 9993 clauses out of 20159 with flag 1425002/1425002
1219.97/1217.78	c cleaning 9966 clauses out of 20164 with flag 1435000/1435000
1230.56/1228.38	c cleaning 9969 clauses out of 20199 with flag 1445001/1445001
1243.96/1241.72	c cleaning 9993 clauses out of 20233 with flag 1455004/1455004
1252.08/1249.88	c cleaning 9906 clauses out of 20236 with flag 1465000/1465000
1269.59/1267.33	c cleaning 9957 clauses out of 20336 with flag 1475006/1475006
1282.31/1280.02	c cleaning 9967 clauses out of 20375 with flag 1485002/1485002
1294.62/1292.30	c cleaning 9964 clauses out of 20406 with flag 1495000/1495000
1309.04/1306.79	c cleaning 9998 clauses out of 20447 with flag 1505005/1505005
1325.64/1323.36	c cleaning 9992 clauses out of 20446 with flag 1515002/1515002
1334.03/1331.75	c cleaning 10211 clauses out of 20453 with flag 1525001/1525001
1341.75/1339.42	c cleaning 10105 clauses out of 20241 with flag 1535000/1535000
1350.65/1348.31	c cleaning 10048 clauses out of 20137 with flag 1545001/1545001
1358.57/1356.25	c cleaning 10027 clauses out of 20092 with flag 1555004/1555004
1368.28/1365.93	c cleaning 10012 clauses out of 20062 with flag 1565001/1565001
1376.19/1373.90	c cleaning 10008 clauses out of 20050 with flag 1575001/1575001
1387.29/1384.91	c cleaning 10003 clauses out of 20041 with flag 1585000/1585000
1395.30/1392.93	c cleaning 9997 clauses out of 20038 with flag 1595000/1595000
1402.41/1400.08	c cleaning 9993 clauses out of 20041 with flag 1605000/1605000
1409.61/1407.23	c cleaning 10008 clauses out of 20050 with flag 1615002/1615002
1415.71/1413.33	c cleaning 10002 clauses out of 20040 with flag 1625000/1625000
1426.82/1424.51	c cleaning 10003 clauses out of 20038 with flag 1635000/1635000
1437.93/1435.58	c cleaning 10002 clauses out of 20036 with flag 1645001/1645001
1446.93/1444.55	c cleaning 10001 clauses out of 20033 with flag 1655000/1655000
1454.95/1452.56	c cleaning 10000 clauses out of 20033 with flag 1665001/1665001
1463.16/1460.76	c cleaning 10000 clauses out of 20033 with flag 1675001/1675001
1471.96/1469.57	c cleaning 9999 clauses out of 20032 with flag 1685000/1685000
1483.06/1480.63	c cleaning 9997 clauses out of 20033 with flag 1695000/1695000
1492.97/1490.52	c cleaning 10001 clauses out of 20036 with flag 1705000/1705000
1502.26/1499.83	c cleaning 10003 clauses out of 20038 with flag 1715003/1715003
1510.77/1508.34	c cleaning 10001 clauses out of 20033 with flag 1725001/1725001
1521.67/1519.26	c cleaning 10002 clauses out of 20033 with flag 1735002/1735002
1530.78/1528.35	c cleaning 9993 clauses out of 20030 with flag 1745001/1745001
1539.88/1537.48	c cleaning 10000 clauses out of 20036 with flag 1755000/1755000
1550.69/1548.29	c cleaning 10002 clauses out of 20036 with flag 1765000/1765000
1558.20/1555.72	c cleaning 10003 clauses out of 20035 with flag 1775001/1775001
1567.61/1565.15	c cleaning 10002 clauses out of 20033 with flag 1785002/1785002
1575.73/1573.25	c cleaning 10001 clauses out of 20030 with flag 1795001/1795001
1584.94/1582.45	c cleaning 10001 clauses out of 20029 with flag 1805001/1805001
1596.55/1594.04	c cleaning 9997 clauses out of 20028 with flag 1815001/1815001
1607.26/1604.78	c cleaning 10003 clauses out of 20034 with flag 1825004/1825004
1616.47/1613.94	c cleaning 10000 clauses out of 20028 with flag 1835001/1835001
1627.08/1624.57	c cleaning 10001 clauses out of 20029 with flag 1845002/1845002
1637.08/1634.53	c cleaning 10000 clauses out of 20027 with flag 1855001/1855001
1647.10/1644.56	c cleaning 10001 clauses out of 20030 with flag 1865004/1865004
1657.31/1654.78	c cleaning 9998 clauses out of 20028 with flag 1875003/1875003
1668.22/1665.67	c cleaning 9998 clauses out of 20028 with flag 1885001/1885001
1678.62/1676.07	c cleaning 10001 clauses out of 20029 with flag 1895000/1895000
1688.73/1686.20	c cleaning 10001 clauses out of 20030 with flag 1905002/1905002
1699.63/1697.03	c cleaning 10000 clauses out of 20027 with flag 1915000/1915000
1708.75/1706.13	c cleaning 9997 clauses out of 20027 with flag 1925000/1925000
1719.05/1716.45	c cleaning 10002 clauses out of 20033 with flag 1935003/1935003
1729.16/1726.52	c cleaning 9996 clauses out of 20028 with flag 1945000/1945000
1741.16/1738.56	c cleaning 10002 clauses out of 20033 with flag 1955001/1955001
1751.37/1748.71	c cleaning 9999 clauses out of 20030 with flag 1965000/1965000
1759.37/1756.72	c cleaning 10001 clauses out of 20032 with flag 1975001/1975001
1771.06/1768.47	c cleaning 10000 clauses out of 20030 with flag 1985000/1985000
1778.68/1776.09	c cleaning 10000 clauses out of 20030 with flag 1995000/1995000
1785.49/1782.85	c cleaning 10003 clauses out of 20031 with flag 2005001/2005001
1790.89/1788.30	c cleaning 9987 clauses out of 20028 with flag 2015001/2015001
1799.40/1796.71	c cleaning 10001 clauses out of 20044 with flag 2025004/2025004
1800.03/1797.32	c starts		: 223
1800.03/1797.32	c conflicts		: 2025803
1800.03/1797.32	c decisions		: 2741764
1800.03/1797.32	c propagations		: 63173394
1800.03/1797.32	c inspects		: 2603202308
1800.03/1797.32	c learnt literals	: 0
1800.03/1797.32	c learnt binary clauses	: 0
1800.03/1797.32	c learnt ternary clauses	: 0
1800.03/1797.32	c learnt clauses	: 2025804
1800.03/1797.32	c ignored clauses	: 0
1800.03/1797.32	c root simplifications	: 0
1800.03/1797.32	c removed literals (reason simplification)	: 14198737
1800.03/1797.32	c reason swapping (by a shorter reason)	: 0
1800.03/1797.32	c Calls to reduceDB	: 204
1800.03/1797.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.32	c number of learned constraints concerned by reduction	: 0
1800.03/1797.32	c number of learning phase by resolution	: 0
1800.03/1797.32	c number of learning phase by cutting planes	: 0
1800.03/1797.32	c speed (assignments/second)	: 35158.06860933639
1800.03/1797.32	c non guided choices	24332
1800.03/1797.35	c learnt constraints type 
1800.03/1797.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10873
1800.03/1797.35	c constraints type 
1800.03/1797.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1800.03/1797.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.03/1797.35	s UNKNOWN
1800.03/1797.35	c Total wall clock time (in seconds): 1797.136

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8698
/proc/meminfo: memFree=1523572/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=248 CPUtime=0
/proc/8698/stat : 8698 (java6) R 8696 8698 8410 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 8163534 253952 29 1992294400 134512640 134550932 4290789296 18446744073709551615 11227732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8698/statm: 62 29 21 10 0 23 0

[startup+0.028402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8698
/proc/meminfo: memFree=1523572/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1517068 CPUtime=0.01
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 2012 0 1 0 0 1 0 0 15 0 2 0 8163534 1553477632 1457 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 379267 1469 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8698
/proc/meminfo: memFree=1523572/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1524024 CPUtime=0.08
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 3930 0 1 0 6 2 0 0 15 0 12 0 8163534 1560600576 3369 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 381006 3370 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300401 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8698
/proc/meminfo: memFree=1523572/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1526088 CPUtime=0.34
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 5281 0 1 0 30 4 0 0 15 0 12 0 8163534 1562714112 4718 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 381522 4718 1358 10 0 378824 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526088

[startup+0.700398 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8698
/proc/meminfo: memFree=1523572/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1528976 CPUtime=1.05
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 7156 0 1 0 101 4 0 0 15 0 13 0 8163534 1565671424 6408 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 382244 6408 1408 10 0 379546 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1528976

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8711
/proc/meminfo: memFree=1502328/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1528976 CPUtime=2.09
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 8126 0 1 0 204 5 0 0 15 0 13 0 8163534 1565671424 7181 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 382244 7181 1421 10 0 379546 0
[pid=8698/tid=8700] ppid=8696 vsize=1528976 CPUtime=1.2
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 5366 0 1 0 117 3 0 0 25 0 13 0 8163535 1565671424 7181 1992294400 134512640 134550932 4288678752 18446744073709551615 4109293406 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 8163537 1565671424 7181 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8163537 1565671424 7181 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8163539 1565671424 7181 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8163539 1565671424 7181 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 8163539 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1528976 CPUtime=0.35
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 243 0 0 0 35 0 0 0 16 0 13 0 8163543 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1528976 CPUtime=0.5
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 1449 0 0 0 50 0 0 0 16 0 13 0 8163543 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8163543 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1565671424 7182 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1528976

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8711
/proc/meminfo: memFree=1497492/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1528976 CPUtime=3.72
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 11166 0 1 0 366 6 0 0 15 0 13 0 8163534 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 382244 10208 1439 10 0 379546 0
[pid=8698/tid=8700] ppid=8696 vsize=1528976 CPUtime=2.75
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 6290 0 1 0 272 3 0 0 25 0 13 0 8163535 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4109292683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 573 0 0 0 0 0 0 0 16 0 13 0 8163537 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 500 0 0 0 0 0 0 0 17 0 13 0 8163537 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1528976 CPUtime=0.02
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 1031 0 0 0 2 0 0 0 15 0 13 0 8163539 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1528976 CPUtime=0.36
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 244 0 0 0 36 0 0 0 15 0 13 0 8163543 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1528976 CPUtime=0.53
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 1462 0 0 0 53 0 0 0 15 0 13 0 8163543 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8163543 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1565671424 10208 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1528976

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8711
/proc/meminfo: memFree=1477652/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1528976 CPUtime=6.96
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 13650 0 1 0 688 8 0 0 15 0 13 0 8163534 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 382244 12681 1439 10 0 379546 0
[pid=8698/tid=8700] ppid=8696 vsize=1528976 CPUtime=5.87
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 6293 0 1 0 583 4 0 0 25 0 13 0 8163535 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4109282286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 1418 0 0 0 0 0 0 0 15 0 13 0 8163537 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1528976 CPUtime=0.01
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 1366 0 0 0 1 0 0 0 16 0 13 0 8163537 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1528976 CPUtime=0.05
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 1796 0 0 0 5 0 0 0 15 0 13 0 8163539 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1528976 CPUtime=0.39
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 39 0 0 0 16 0 13 0 8163543 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1528976 CPUtime=0.57
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 1464 0 0 0 57 0 0 0 16 0 13 0 8163543 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8163543 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1528976 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1565671424 12681 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 1528976

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8711
/proc/meminfo: memFree=1470212/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1532048 CPUtime=13.46
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 16810 0 1 0 1337 9 0 0 15 0 13 0 8163534 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 15700 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=12.15
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 6293 0 1 0 1211 4 0 0 25 0 13 0 8163535 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4109292911 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=0.03
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 2432 0 0 0 2 1 0 0 15 0 13 0 8163537 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=0.03
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 2244 0 0 0 3 0 0 0 16 0 13 0 8163537 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=0.12
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 2393 0 0 0 12 0 0 0 15 0 13 0 8163539 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1532048 CPUtime=0.4
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 40 0 0 0 16 0 13 0 8163543 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1532048 CPUtime=0.66
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 2135 0 0 0 66 0 0 0 15 0 13 0 8163543 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8163543 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1568817152 15700 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 1532048

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 8713
/proc/meminfo: memFree=1457068/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1532048 CPUtime=26.29
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 19514 0 1 0 2619 10 0 0 15 0 13 0 8163534 1568817152 18371 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 18371 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=24.83
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 6439 0 1 0 2479 4 0 0 25 0 13 0 8163535 1568817152 18371 1992294400 134512640 134550932 4288678752 18446744073709551615 4109263398 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=0.07
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 3126 0 0 0 6 1 0 0 16 0 13 0 8163537 1568817152 18371 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=0.07
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 3007 0 0 0 6 1 0 0 15 0 13 0 8163537 1568817152 18371 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=0.19

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

[pid=8698] ppid=8696 vsize=1532048 CPUtime=1664.92
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 36226 0 1 0 166462 30 0 0 15 0 13 0 8163534 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 34188 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=1646.24
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 9654 0 1 0 164612 12 0 0 25 0 13 0 8163535 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4109293717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=2.7
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 5743 0 0 0 265 5 0 0 15 0 13 0 8163537 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=2.67
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 5785 0 0 0 263 4 0 0 16 0 13 0 8163537 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=12.12
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 11409 0 0 0 1208 4 0 0 15 0 13 0 8163539 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1532048 CPUtime=0.4
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 40 0 0 0 16 0 13 0 8163543 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1532048 CPUtime=0.7
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 2226 0 0 0 70 0 0 0 16 0 13 0 8163543 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8163543 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1568817152 34188 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.92
Current children cumulated vsize (KiB) 1532048

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8769
/proc/meminfo: memFree=1387380/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1532048 CPUtime=1724.96
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 36541 0 1 0 172465 31 0 0 15 0 13 0 8163534 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 34489 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=1705.73
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 9660 0 1 0 170560 13 0 0 25 0 13 0 8163535 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4109292794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=2.76
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 5743 0 0 0 271 5 0 0 16 0 13 0 8163537 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=2.74
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 5785 0 0 0 270 4 0 0 15 0 13 0 8163537 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=12.55
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 11714 0 0 0 1251 4 0 0 15 0 13 0 8163539 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1532048 CPUtime=0.4
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 40 0 0 0 16 0 13 0 8163543 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1532048 CPUtime=0.7
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 2226 0 0 0 70 0 0 0 16 0 13 0 8163543 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8163543 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1568817152 34489 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.96
Current children cumulated vsize (KiB) 1532048

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8771
/proc/meminfo: memFree=1385148/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1532048 CPUtime=1784.99
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 37092 0 1 0 178467 32 0 0 15 0 13 0 8163534 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 35030 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=1765.15
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 9666 0 1 0 176502 13 0 0 25 0 13 0 8163535 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4109327496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=2.83
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 5743 0 0 0 277 6 0 0 15 0 13 0 8163537 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=2.8
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 5785 0 0 0 276 4 0 0 16 0 13 0 8163537 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=13.04
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 12257 0 0 0 1299 5 0 0 15 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1532048 CPUtime=0.4
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 40 0 0 0 16 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1532048 CPUtime=0.7
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 2226 0 0 0 70 0 0 0 16 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.99
Current children cumulated vsize (KiB) 1532048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8771
/proc/meminfo: memFree=1385148/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1532048 CPUtime=1800.03
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 37099 0 1 0 179971 32 0 0 15 0 13 0 8163534 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 35030 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=1779.87
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 9669 0 1 0 177974 13 0 0 25 0 13 0 8163535 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4109235453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=2.87
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 5743 0 0 0 281 6 0 0 16 0 13 0 8163537 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=2.84
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 5785 0 0 0 280 4 0 0 15 0 13 0 8163537 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=13.28
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 12259 0 0 0 1323 5 0 0 16 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1532048 CPUtime=0.4
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 40 0 0 0 16 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1532048 CPUtime=0.7
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 2226 0 0 0 70 0 0 0 16 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1532048

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

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

[startup+1797.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8771
/proc/meminfo: memFree=1385148/2059040 swapFree=4192956/4192956
[pid=8698] ppid=8696 vsize=1532048 CPUtime=1800.03
/proc/8698/stat : 8698 (java) S 8696 8698 8410 0 -1 4202496 37099 0 1 0 179971 32 0 0 15 0 13 0 8163534 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8698/statm: 383012 35030 1439 10 0 380314 0
[pid=8698/tid=8700] ppid=8696 vsize=1532048 CPUtime=1779.87
/proc/8698/task/8700/stat : 8700 (java) R 8696 8698 8410 0 -1 4202560 9669 0 1 0 177974 13 0 0 25 0 13 0 8163535 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4109235453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8698/tid=8701] ppid=8696 vsize=1532048 CPUtime=2.87
/proc/8698/task/8701/stat : 8701 (java) S 8696 8698 8410 0 -1 4202560 5743 0 0 0 281 6 0 0 16 0 13 0 8163537 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8702] ppid=8696 vsize=1532048 CPUtime=2.84
/proc/8698/task/8702/stat : 8702 (java) S 8696 8698 8410 0 -1 4202560 5785 0 0 0 280 4 0 0 15 0 13 0 8163537 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8703] ppid=8696 vsize=1532048 CPUtime=13.28
/proc/8698/task/8703/stat : 8703 (java) S 8696 8698 8410 0 -1 4202560 12259 0 0 0 1323 5 0 0 16 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 0 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8704] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8704/stat : 8704 (java) S 8696 8698 8410 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8705] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8705/stat : 8705 (java) S 8696 8698 8410 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8163539 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8706] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8706/stat : 8706 (java) S 8696 8698 8410 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8707] ppid=8696 vsize=1532048 CPUtime=0.4
/proc/8698/task/8707/stat : 8707 (java) S 8696 8698 8410 0 -1 4202560 247 0 0 0 40 0 0 0 16 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 1 0 0 0
[pid=8698/tid=8708] ppid=8696 vsize=1532048 CPUtime=0.7
/proc/8698/task/8708/stat : 8708 (java) S 8696 8698 8410 0 -1 4202560 2226 0 0 0 70 0 0 0 16 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8709] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8709/stat : 8709 (java) S 8696 8698 8410 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8710] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8710/stat : 8710 (java) S 8696 8698 8410 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8163543 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
[pid=8698/tid=8711] ppid=8696 vsize=1532048 CPUtime=0
/proc/8698/task/8711/stat : 8711 (java) S 8696 8698 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8163584 1568817152 35030 1992294400 134512640 134550932 4288678752 18446744073709551615 4294960144 0 4 0 16800975 18446604437868800832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1532048

Child status: 143
Real time (s): 1797.38
CPU time (s): 1800.14
CPU user time (s): 1799.8
CPU system time (s): 0.338948
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 1532048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37121
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= 38925
involuntary context switches= 15638

runsolver used 3.75943 second user time and 9.43956 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-12 08:53:38
IDJOB=2659538
IDBENCH=1415
IDSOLVER=1164
FILE ID=node009/2659538-1276325618
PBS_JOBID= 11173169
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659538-1276325618/watcher-2659538-1276325618 -o /tmp/evaluation-result-2659538-1276325618/solver-2659538-1276325618 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659538-1276325618.opb

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

MD5SUM BENCH= 61cf99fd35695f4955b2bd6e6269522f
RANDOM SEED=1107619120

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1523968 kB
Buffers:         91428 kB
Cached:         315544 kB
SwapCached:          0 kB
Active:         174192 kB
Inactive:       291940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1523968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59108 kB
Mapped:          15412 kB
Slab:            46992 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181456 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= 62444 MiB
End job on node009 at 2010-06-12 09:23:37