Trace number 2659544

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.2 1798.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr.opb
MD5SUM75fcdbbba3eb42e13f634e02d36a6ee9
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.041992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables840
Total number of constraints82
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 22
Number of bits of the biggest sum of numbers5
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-2659544-1276326723.opb
0.22/0.21	c reading problem ... 
0.33/0.35	c ... done. Wall clock time 0.14s.
0.33/0.35	c #vars     840
0.33/0.35	c #constraints  82
0.33/0.35	c constraints type 
0.33/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 42
0.33/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
3.34/2.63	c cleaning 2499 clauses out of 5001 with flag 5001/5001
7.78/6.87	c cleaning 4253 clauses out of 8505 with flag 11004/11004
13.98/13.08	c cleaning 5625 clauses out of 11250 with flag 18002/18002
19.75/18.73	c cleaning 6812 clauses out of 13623 with flag 26000/26000
29.95/28.95	c cleaning 7903 clauses out of 15812 with flag 35001/35001
37.65/36.60	c cleaning 8954 clauses out of 17908 with flag 45000/45000
54.46/53.45	c cleaning 9474 clauses out of 18954 with flag 55000/55000
63.62/62.54	c cleaning 9740 clauses out of 19481 with flag 65001/65001
69.92/68.81	c cleaning 9864 clauses out of 19740 with flag 75000/75000
77.83/76.70	c cleaning 9934 clauses out of 19876 with flag 85000/85000
84.33/83.25	c cleaning 9965 clauses out of 19942 with flag 95000/95000
91.25/90.19	c cleaning 9987 clauses out of 19979 with flag 105002/105002
97.15/96.07	c cleaning 9994 clauses out of 19990 with flag 115000/115000
103.55/102.48	c cleaning 9991 clauses out of 19997 with flag 125001/125001
111.48/110.32	c cleaning 9997 clauses out of 20005 with flag 135000/135000
118.51/117.37	c cleaning 9996 clauses out of 20009 with flag 145001/145001
127.31/126.13	c cleaning 10002 clauses out of 20015 with flag 155003/155003
135.91/134.72	c cleaning 10001 clauses out of 20010 with flag 165000/165000
145.51/144.30	c cleaning 9999 clauses out of 20010 with flag 175001/175001
156.82/155.61	c cleaning 10000 clauses out of 20011 with flag 185001/185001
164.72/163.51	c cleaning 9996 clauses out of 20012 with flag 195002/195002
172.62/171.44	c cleaning 10002 clauses out of 20015 with flag 205001/205001
179.82/178.67	c cleaning 9991 clauses out of 20014 with flag 215002/215002
187.33/186.16	c cleaning 9992 clauses out of 20021 with flag 225000/225000
196.03/194.80	c cleaning 10001 clauses out of 20031 with flag 235002/235002
204.83/203.63	c cleaning 9996 clauses out of 20029 with flag 245001/245001
213.73/212.57	c cleaning 10001 clauses out of 20034 with flag 255002/255002
225.54/224.34	c cleaning 10000 clauses out of 20031 with flag 265000/265000
235.94/234.77	c cleaning 9997 clauses out of 20031 with flag 275000/275000
242.74/241.50	c cleaning 9999 clauses out of 20037 with flag 285003/285003
251.05/249.83	c cleaning 9988 clauses out of 20035 with flag 295000/295000
260.25/259.07	c cleaning 10006 clauses out of 20048 with flag 305001/305001
268.15/266.97	c cleaning 10004 clauses out of 20041 with flag 315000/315000
277.96/276.74	c cleaning 10011 clauses out of 20037 with flag 325000/325000
286.36/285.12	c cleaning 10009 clauses out of 20028 with flag 335002/335002
293.56/292.30	c cleaning 10004 clauses out of 20017 with flag 345000/345000
299.96/298.79	c cleaning 9996 clauses out of 20020 with flag 355007/355007
308.46/307.25	c cleaning 10007 clauses out of 20021 with flag 365004/365004
314.47/313.26	c cleaning 10001 clauses out of 20013 with flag 375003/375003
321.07/319.84	c cleaning 9999 clauses out of 20010 with flag 385001/385001
330.18/328.92	c cleaning 9988 clauses out of 20010 with flag 395000/395000
337.97/336.72	c cleaning 9994 clauses out of 20024 with flag 405002/405002
346.28/345.08	c cleaning 10000 clauses out of 20028 with flag 415000/415000
352.48/351.24	c cleaning 9996 clauses out of 20028 with flag 425000/425000
359.99/358.80	c cleaning 9992 clauses out of 20033 with flag 435001/435001
368.39/367.16	c cleaning 9998 clauses out of 20043 with flag 445003/445003
375.38/374.15	c cleaning 10003 clauses out of 20045 with flag 455003/455003
384.18/382.97	c cleaning 9995 clauses out of 20039 with flag 465000/465000
391.18/389.99	c cleaning 10003 clauses out of 20050 with flag 475006/475006
398.99/397.75	c cleaning 9989 clauses out of 20041 with flag 485000/485000
405.79/404.52	c cleaning 10006 clauses out of 20056 with flag 495004/495004
413.80/412.57	c cleaning 10000 clauses out of 20048 with flag 505002/505002
421.50/420.21	c cleaning 10001 clauses out of 20047 with flag 515001/515001
430.19/428.94	c cleaning 9999 clauses out of 20046 with flag 525001/525001
438.09/436.84	c cleaning 10001 clauses out of 20047 with flag 535001/535001
444.79/443.58	c cleaning 9997 clauses out of 20046 with flag 545001/545001
450.59/449.31	c cleaning 9999 clauses out of 20048 with flag 555000/555000
457.19/455.99	c cleaning 10001 clauses out of 20057 with flag 565008/565008
464.99/463.72	c cleaning 9994 clauses out of 20049 with flag 575001/575001
471.70/470.44	c cleaning 10000 clauses out of 20055 with flag 585001/585001
477.10/475.83	c cleaning 10005 clauses out of 20057 with flag 595003/595003
483.90/482.69	c cleaning 10001 clauses out of 20049 with flag 605000/605000
490.61/489.36	c cleaning 9998 clauses out of 20052 with flag 615004/615004
496.81/495.53	c cleaning 10003 clauses out of 20051 with flag 625001/625001
504.51/503.25	c cleaning 10015 clauses out of 20049 with flag 635002/635002
514.31/513.06	c cleaning 10000 clauses out of 20033 with flag 645001/645001
520.31/519.07	c cleaning 9999 clauses out of 20035 with flag 655003/655003
527.31/526.08	c cleaning 9996 clauses out of 20035 with flag 665002/665002
536.51/535.24	c cleaning 9987 clauses out of 20038 with flag 675001/675001
543.91/542.69	c cleaning 10016 clauses out of 20053 with flag 685003/685003
554.42/553.20	c cleaning 10000 clauses out of 20034 with flag 695000/695000
564.32/563.08	c cleaning 9996 clauses out of 20034 with flag 705000/705000
573.61/572.39	c cleaning 9993 clauses out of 20042 with flag 715004/715004
582.80/581.58	c cleaning 9979 clauses out of 20045 with flag 725000/725000
590.11/588.86	c cleaning 10004 clauses out of 20068 with flag 735002/735002
598.84/597.60	c cleaning 10004 clauses out of 20063 with flag 745001/745001
607.15/605.87	c cleaning 10021 clauses out of 20062 with flag 755004/755004
614.06/612.78	c cleaning 9992 clauses out of 20038 with flag 765001/765001
621.66/620.33	c cleaning 10006 clauses out of 20045 with flag 775000/775000
630.06/628.80	c cleaning 10000 clauses out of 20039 with flag 785000/785000
638.16/636.84	c cleaning 10004 clauses out of 20043 with flag 795004/795004
647.55/646.25	c cleaning 9980 clauses out of 20035 with flag 805000/805000
655.16/653.84	c cleaning 9984 clauses out of 20056 with flag 815001/815001
663.26/661.91	c cleaning 9994 clauses out of 20072 with flag 825001/825001
670.66/669.36	c cleaning 9994 clauses out of 20077 with flag 835000/835000
679.16/677.82	c cleaning 10002 clauses out of 20089 with flag 845006/845006
687.16/685.83	c cleaning 10000 clauses out of 20086 with flag 855005/855005
693.66/692.30	c cleaning 9996 clauses out of 20082 with flag 865001/865001
700.97/699.62	c cleaning 9997 clauses out of 20088 with flag 875003/875003
709.46/708.16	c cleaning 10003 clauses out of 20089 with flag 885001/885001
714.86/713.59	c cleaning 10037 clauses out of 20085 with flag 895000/895000
723.36/722.04	c cleaning 10023 clauses out of 20051 with flag 905003/905003
731.07/729.71	c cleaning 10005 clauses out of 20025 with flag 915000/915000
739.28/737.90	c cleaning 9991 clauses out of 20020 with flag 925000/925000
746.58/745.21	c cleaning 10005 clauses out of 20031 with flag 935002/935002
755.37/754.09	c cleaning 9997 clauses out of 20026 with flag 945002/945002
763.07/761.74	c cleaning 9994 clauses out of 20028 with flag 955001/955001
769.86/768.55	c cleaning 10003 clauses out of 20036 with flag 965003/965003
777.46/776.14	c cleaning 9998 clauses out of 20031 with flag 975001/975001
784.47/783.14	c cleaning 9998 clauses out of 20034 with flag 985002/985002
791.97/790.62	c cleaning 10001 clauses out of 20034 with flag 995000/995000
797.78/796.44	c cleaning 10001 clauses out of 20034 with flag 1005001/1005001
805.07/803.79	c cleaning 9996 clauses out of 20032 with flag 1015000/1015000
810.27/808.98	c cleaning 10018 clauses out of 20041 with flag 1025005/1025005
817.07/815.74	c cleaning 10006 clauses out of 20018 with flag 1035000/1035000
822.87/821.58	c cleaning 9990 clauses out of 20012 with flag 1045000/1045000
828.48/827.16	c cleaning 10007 clauses out of 20023 with flag 1055001/1055001
835.87/834.57	c cleaning 10003 clauses out of 20017 with flag 1065002/1065002
843.17/841.89	c cleaning 10002 clauses out of 20016 with flag 1075004/1075004
849.77/848.41	c cleaning 9984 clauses out of 20010 with flag 1085000/1085000
856.66/855.38	c cleaning 9996 clauses out of 20034 with flag 1095008/1095008
864.35/863.07	c cleaning 10011 clauses out of 20030 with flag 1105000/1105000
871.96/870.68	c cleaning 10003 clauses out of 20020 with flag 1115001/1115001
879.46/878.18	c cleaning 9989 clauses out of 20016 with flag 1125000/1125000
887.06/885.71	c cleaning 10010 clauses out of 20029 with flag 1135002/1135002
893.56/892.27	c cleaning 10003 clauses out of 20019 with flag 1145002/1145002
900.45/899.13	c cleaning 10004 clauses out of 20016 with flag 1155002/1155002
907.46/906.18	c cleaning 10000 clauses out of 20010 with flag 1165000/1165000
914.45/913.10	c cleaning 9999 clauses out of 20010 with flag 1175000/1175000
921.54/920.24	c cleaning 10003 clauses out of 20012 with flag 1185001/1185001
926.76/925.46	c cleaning 10002 clauses out of 20010 with flag 1195002/1195002
933.16/931.83	c cleaning 9999 clauses out of 20006 with flag 1205000/1205000
940.96/939.68	c cleaning 10001 clauses out of 20007 with flag 1215000/1215000
946.95/945.64	c cleaning 9997 clauses out of 20007 with flag 1225001/1225001
952.77/951.50	c cleaning 10002 clauses out of 20011 with flag 1235002/1235002
960.06/958.79	c cleaning 10000 clauses out of 20009 with flag 1245002/1245002
966.86/965.56	c cleaning 9967 clauses out of 20007 with flag 1255000/1255000
972.76/971.45	c cleaning 10010 clauses out of 20041 with flag 1265001/1265001
978.26/976.94	c cleaning 9989 clauses out of 20031 with flag 1275001/1275001
984.07/982.70	c cleaning 10013 clauses out of 20041 with flag 1285000/1285000
989.46/988.15	c cleaning 10008 clauses out of 20029 with flag 1295001/1295001
996.56/995.23	c cleaning 10004 clauses out of 20020 with flag 1305000/1305000
1003.26/1001.91	c cleaning 10001 clauses out of 20016 with flag 1315000/1315000
1009.16/1007.85	c cleaning 10002 clauses out of 20015 with flag 1325000/1325000
1016.36/1015.07	c cleaning 9997 clauses out of 20015 with flag 1335002/1335002
1024.67/1023.33	c cleaning 9989 clauses out of 20018 with flag 1345002/1345002
1030.17/1028.83	c cleaning 10000 clauses out of 20027 with flag 1355000/1355000
1037.76/1036.43	c cleaning 10008 clauses out of 20028 with flag 1365001/1365001
1045.66/1044.33	c cleaning 10007 clauses out of 20023 with flag 1375004/1375004
1053.45/1052.16	c cleaning 10003 clauses out of 20014 with flag 1385002/1385002
1058.95/1057.69	c cleaning 9980 clauses out of 20012 with flag 1395003/1395003
1064.65/1063.37	c cleaning 10013 clauses out of 20034 with flag 1405005/1405005
1071.75/1070.40	c cleaning 9989 clauses out of 20017 with flag 1415001/1415001
1078.66/1077.38	c cleaning 10008 clauses out of 20027 with flag 1425000/1425000
1086.16/1084.86	c cleaning 10003 clauses out of 20019 with flag 1435000/1435000
1094.15/1092.86	c cleaning 9992 clauses out of 20017 with flag 1445001/1445001
1100.37/1099.08	c cleaning 10005 clauses out of 20024 with flag 1455000/1455000
1108.86/1107.50	c cleaning 10006 clauses out of 20021 with flag 1465002/1465002
1115.97/1114.61	c cleaning 10002 clauses out of 20013 with flag 1475000/1475000
1122.56/1121.26	c cleaning 10001 clauses out of 20011 with flag 1485000/1485000
1128.56/1127.29	c cleaning 10004 clauses out of 20017 with flag 1495007/1495007
1135.47/1134.17	c cleaning 9991 clauses out of 20006 with flag 1505000/1505000
1142.07/1140.76	c cleaning 10003 clauses out of 20016 with flag 1515001/1515001
1149.97/1148.63	c cleaning 9997 clauses out of 20013 with flag 1525001/1525001
1156.67/1155.35	c cleaning 10004 clauses out of 20016 with flag 1535001/1535001
1163.98/1162.67	c cleaning 9998 clauses out of 20013 with flag 1545002/1545002
1170.47/1169.14	c cleaning 10001 clauses out of 20013 with flag 1555000/1555000
1176.07/1174.75	c cleaning 9995 clauses out of 20015 with flag 1565003/1565003
1182.98/1181.69	c cleaning 9996 clauses out of 20021 with flag 1575004/1575004
1189.87/1188.58	c cleaning 9991 clauses out of 20021 with flag 1585000/1585000
1198.67/1197.33	c cleaning 10002 clauses out of 20030 with flag 1595000/1595000
1205.47/1204.11	c cleaning 10000 clauses out of 20029 with flag 1605001/1605001
1212.68/1211.30	c cleaning 9999 clauses out of 20030 with flag 1615002/1615002
1221.38/1220.07	c cleaning 10002 clauses out of 20031 with flag 1625002/1625002
1227.18/1225.80	c cleaning 9992 clauses out of 20027 with flag 1635000/1635000
1232.38/1231.08	c cleaning 9994 clauses out of 20035 with flag 1645000/1645000
1237.58/1236.24	c cleaning 9998 clauses out of 20043 with flag 1655002/1655002
1243.19/1241.88	c cleaning 9968 clauses out of 20044 with flag 1665001/1665001
1250.30/1248.90	c cleaning 9994 clauses out of 20075 with flag 1675000/1675000
1256.80/1255.48	c cleaning 10019 clauses out of 20082 with flag 1685001/1685001
1262.90/1261.50	c cleaning 9996 clauses out of 20062 with flag 1695000/1695000
1269.10/1267.72	c cleaning 9997 clauses out of 20067 with flag 1705001/1705001
1275.91/1274.51	c cleaning 9991 clauses out of 20069 with flag 1715000/1715000
1281.52/1280.16	c cleaning 9991 clauses out of 20079 with flag 1725001/1725001
1287.22/1285.86	c cleaning 9987 clauses out of 20088 with flag 1735001/1735001
1292.52/1291.12	c cleaning 10004 clauses out of 20100 with flag 1745000/1745000
1297.52/1296.16	c cleaning 10003 clauses out of 20097 with flag 1755001/1755001
1304.12/1302.76	c cleaning 9989 clauses out of 20094 with flag 1765001/1765001
1309.22/1307.82	c cleaning 9983 clauses out of 20111 with flag 1775007/1775007
1315.42/1314.04	c cleaning 9997 clauses out of 20124 with flag 1785003/1785003
1321.82/1320.49	c cleaning 10003 clauses out of 20126 with flag 1795002/1795002
1329.72/1328.30	c cleaning 9992 clauses out of 20121 with flag 1805000/1805000
1336.74/1335.38	c cleaning 10004 clauses out of 20130 with flag 1815001/1815001
1342.83/1341.42	c cleaning 10012 clauses out of 20126 with flag 1825001/1825001
1347.53/1346.17	c cleaning 10009 clauses out of 20115 with flag 1835002/1835002
1352.62/1351.27	c cleaning 10010 clauses out of 20109 with flag 1845005/1845005
1357.63/1356.30	c cleaning 10001 clauses out of 20096 with flag 1855002/1855002
1362.92/1361.53	c cleaning 9998 clauses out of 20093 with flag 1865000/1865000
1368.42/1367.02	c cleaning 10001 clauses out of 20095 with flag 1875000/1875000
1373.03/1371.66	c cleaning 10011 clauses out of 20094 with flag 1885000/1885000
1377.54/1376.11	c cleaning 10006 clauses out of 20083 with flag 1895000/1895000
1382.13/1380.71	c cleaning 10004 clauses out of 20077 with flag 1905000/1905000
1386.93/1385.50	c cleaning 9987 clauses out of 20084 with flag 1915011/1915011
1392.13/1390.78	c cleaning 9991 clauses out of 20086 with flag 1925000/1925000
1397.93/1396.50	c cleaning 9980 clauses out of 20095 with flag 1935000/1935000
1403.43/1402.05	c cleaning 9990 clauses out of 20115 with flag 1945000/1945000
1408.83/1407.41	c cleaning 9992 clauses out of 20128 with flag 1955003/1955003
1414.34/1412.94	c cleaning 9999 clauses out of 20133 with flag 1965000/1965000
1419.44/1418.03	c cleaning 9997 clauses out of 20136 with flag 1975002/1975002
1424.54/1423.10	c cleaning 10001 clauses out of 20137 with flag 1985000/1985000
1428.84/1427.50	c cleaning 9954 clauses out of 20137 with flag 1995001/1995001
1435.54/1434.17	c cleaning 9993 clauses out of 20187 with flag 2005005/2005005
1443.03/1441.65	c cleaning 9998 clauses out of 20190 with flag 2015001/2015001
1449.74/1448.32	c cleaning 9989 clauses out of 20192 with flag 2025001/2025001
1457.86/1456.45	c cleaning 9982 clauses out of 20202 with flag 2035000/2035000
1463.86/1462.50	c cleaning 10023 clauses out of 20221 with flag 2045001/2045001
1469.86/1468.49	c cleaning 9994 clauses out of 20199 with flag 2055002/2055002
1475.37/1473.91	c cleaning 10013 clauses out of 20208 with flag 2065005/2065005
1482.07/1480.65	c cleaning 9986 clauses out of 20191 with flag 2075001/2075001
1487.66/1486.26	c cleaning 10009 clauses out of 20205 with flag 2085001/2085001
1493.96/1492.57	c cleaning 9991 clauses out of 20195 with flag 2095000/2095000
1500.06/1498.62	c cleaning 10006 clauses out of 20204 with flag 2105000/2105000
1505.77/1504.38	c cleaning 10003 clauses out of 20198 with flag 2115000/2115000
1511.18/1509.79	c cleaning 10004 clauses out of 20195 with flag 2125000/2125000
1517.28/1515.83	c cleaning 9999 clauses out of 20192 with flag 2135001/2135001
1522.57/1521.19	c cleaning 10002 clauses out of 20192 with flag 2145000/2145000
1528.39/1526.90	c cleaning 9999 clauses out of 20192 with flag 2155002/2155002
1532.69/1531.27	c cleaning 10000 clauses out of 20191 with flag 2165000/2165000
1537.39/1535.90	c cleaning 10000 clauses out of 20191 with flag 2175000/2175000
1541.99/1540.55	c cleaning 9999 clauses out of 20191 with flag 2185000/2185000
1547.59/1546.15	c cleaning 9997 clauses out of 20192 with flag 2195000/2195000
1553.29/1551.81	c cleaning 10004 clauses out of 20196 with flag 2205001/2205001
1558.41/1556.98	c cleaning 10003 clauses out of 20193 with flag 2215002/2215002
1563.22/1561.70	c cleaning 10007 clauses out of 20192 with flag 2225004/2225004
1568.12/1566.66	c cleaning 10015 clauses out of 20181 with flag 2235000/2235000
1574.13/1572.60	c cleaning 10007 clauses out of 20166 with flag 2245000/2245000
1579.73/1578.23	c cleaning 10006 clauses out of 20161 with flag 2255002/2255002
1585.04/1583.55	c cleaning 10011 clauses out of 20155 with flag 2265002/2265002
1590.34/1588.89	c cleaning 10005 clauses out of 20143 with flag 2275001/2275001
1596.45/1594.97	c cleaning 10003 clauses out of 20139 with flag 2285002/2285002
1600.55/1599.08	c cleaning 9995 clauses out of 20135 with flag 2295001/2295001
1610.45/1608.95	c cleaning 9979 clauses out of 20139 with flag 2305000/2305000
1616.16/1614.68	c cleaning 9994 clauses out of 20161 with flag 2315001/2315001
1621.87/1620.37	c cleaning 10012 clauses out of 20167 with flag 2325001/2325001
1627.38/1625.84	c cleaning 10002 clauses out of 20155 with flag 2335001/2335001
1632.48/1630.98	c cleaning 10000 clauses out of 20152 with flag 2345000/2345000
1638.99/1637.43	c cleaning 10000 clauses out of 20153 with flag 2355001/2355001
1644.49/1642.93	c cleaning 9995 clauses out of 20153 with flag 2365001/2365001
1650.70/1649.11	c cleaning 9995 clauses out of 20158 with flag 2375001/2375001
1656.01/1654.48	c cleaning 9995 clauses out of 20163 with flag 2385001/2385001
1662.31/1660.70	c cleaning 9998 clauses out of 20167 with flag 2395000/2395000
1667.61/1666.05	c cleaning 9999 clauses out of 20170 with flag 2405001/2405001
1673.11/1671.59	c cleaning 9997 clauses out of 20172 with flag 2415002/2415002
1679.11/1677.54	c cleaning 10004 clauses out of 20176 with flag 2425003/2425003
1685.41/1683.82	c cleaning 10004 clauses out of 20172 with flag 2435003/2435003
1689.32/1687.70	c cleaning 10012 clauses out of 20168 with flag 2445003/2445003
1692.82/1691.22	c cleaning 9993 clauses out of 20154 with flag 2455001/2455001
1697.32/1695.78	c cleaning 9996 clauses out of 20160 with flag 2465000/2465000
1701.72/1700.15	c cleaning 10021 clauses out of 20165 with flag 2475001/2475001
1706.33/1704.75	c cleaning 10009 clauses out of 20146 with flag 2485003/2485003
1710.95/1709.35	c cleaning 9998 clauses out of 20135 with flag 2495001/2495001
1716.64/1715.09	c cleaning 10002 clauses out of 20136 with flag 2505000/2505000
1722.14/1720.54	c cleaning 10004 clauses out of 20139 with flag 2515005/2515005
1727.66/1726.07	c cleaning 10018 clauses out of 20136 with flag 2525006/2525006
1734.26/1732.65	c cleaning 10006 clauses out of 20112 with flag 2535000/2535000
1738.57/1736.91	c cleaning 9978 clauses out of 20108 with flag 2545002/2545002
1743.47/1741.80	c cleaning 9990 clauses out of 20129 with flag 2555001/2555001
1748.68/1747.00	c cleaning 10004 clauses out of 20139 with flag 2565001/2565001
1752.89/1751.29	c cleaning 10017 clauses out of 20137 with flag 2575003/2575003
1758.19/1756.52	c cleaning 10010 clauses out of 20121 with flag 2585004/2585004
1763.38/1761.70	c cleaning 9986 clauses out of 20107 with flag 2595000/2595000
1768.40/1766.76	c cleaning 9975 clauses out of 20121 with flag 2605000/2605000
1773.00/1771.33	c cleaning 10011 clauses out of 20147 with flag 2615001/2615001
1777.61/1775.93	c cleaning 10013 clauses out of 20136 with flag 2625001/2625001
1782.51/1780.82	c cleaning 9977 clauses out of 20123 with flag 2635001/2635001
1787.72/1786.09	c cleaning 9983 clauses out of 20148 with flag 2645003/2645003
1796.02/1794.31	c cleaning 9991 clauses out of 20163 with flag 2655001/2655001
1800.03/1798.32	c starts		: 231
1800.03/1798.32	c conflicts		: 2663971
1800.03/1798.32	c decisions		: 3623715
1800.03/1798.32	c propagations		: 44385724
1800.03/1798.32	c inspects		: 3908244984
1800.03/1798.32	c learnt literals	: 0
1800.03/1798.32	c learnt binary clauses	: 0
1800.03/1798.32	c learnt ternary clauses	: 0
1800.03/1798.32	c learnt clauses	: 2663970
1800.03/1798.32	c ignored clauses	: 0
1800.03/1798.32	c root simplifications	: 0
1800.03/1798.32	c removed literals (reason simplification)	: 46015693
1800.03/1798.32	c reason swapping (by a shorter reason)	: 0
1800.03/1798.32	c Calls to reduceDB	: 267
1800.03/1798.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.32	c number of learned constraints concerned by reduction	: 0
1800.03/1798.32	c number of learning phase by resolution	: 0
1800.03/1798.32	c number of learning phase by cutting planes	: 0
1800.03/1798.32	c speed (assignments/second)	: 24686.686370457217
1800.03/1798.32	c non guided choices	1839
1800.03/1798.37	c learnt constraints type 
1800.03/1798.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19222
1800.03/1798.37	c constraints type 
1800.03/1798.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 42
1800.03/1798.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
1800.03/1798.37	s UNKNOWN
1800.03/1798.37	c Total wall clock time (in seconds): 1798.16

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-2659544-1276326723/watcher-2659544-1276326723 -o /tmp/evaluation-result-2659544-1276326723/solver-2659544-1276326723 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659544-1276326723.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.97 0.98 0.99 3/106 10994
/proc/meminfo: memFree=1405944/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=392 CPUtime=0
/proc/10994/stat : 10994 (java6) S 10992 10994 10317 0 -1 4194304 121 0 0 0 0 0 0 0 16 0 1 0 8273712 401408 41 1992294400 134512640 134550932 4287939184 18446744073709551615 2331220 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/10994/statm: 98 41 32 10 0 25 0

[startup+0.0525051 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 10994
/proc/meminfo: memFree=1405944/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1521016 CPUtime=0.03
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 3487 0 1 0 2 1 0 0 15 0 5 0 8273712 1557520384 2930 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 380254 2930 986 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100511 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 10994
/proc/meminfo: memFree=1405944/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1524024 CPUtime=0.08
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 3929 0 1 0 6 2 0 0 15 0 12 0 8273712 1560600576 3368 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 381006 3368 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300542 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 10994
/proc/meminfo: memFree=1405944/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1526252 CPUtime=0.33
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 5284 0 1 0 31 2 0 0 15 0 12 0 8273712 1562882048 4721 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 381563 4721 1358 10 0 378865 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526252

[startup+0.700616 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 10994
/proc/meminfo: memFree=1405944/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1529952 CPUtime=1.13
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 6554 0 1 0 110 3 0 0 15 0 13 0 8273712 1566670848 5931 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382488 5932 1415 10 0 379790 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1529952

[startup+1.50174 s]
/proc/loadavg: 1.14 1.02 1.01 3/119 11007
/proc/meminfo: memFree=1386372/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1529952 CPUtime=2.21
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 7307 0 1 0 218 3 0 0 15 0 13 0 8273712 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382488 6683 1421 10 0 379790 0
[pid=10994/tid=10996] ppid=10992 vsize=1529952 CPUtime=1.46
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 4702 0 1 0 144 2 0 0 25 0 13 0 8273714 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4109838398 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 8273715 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8273715 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8273717 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8273718 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 8273718 1566670848 6683 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1566670848 6684 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1529952 CPUtime=0.41
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 372 0 0 0 41 0 0 0 19 0 13 0 8273722 1566670848 6684 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1529952 CPUtime=0.31
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1165 0 0 0 31 0 0 0 19 0 13 0 8273722 1566670848 6684 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1566670848 6684 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8273722 1566670848 6684 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1529952 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1566670848 6684 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1529952

[startup+3.10202 s]
/proc/loadavg: 1.14 1.02 1.01 2/119 11007
/proc/meminfo: memFree=1382776/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1532372 CPUtime=4.03
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 10215 0 1 0 399 4 0 0 15 0 13 0 8273712 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 383093 9193 1439 10 0 380395 0
[pid=10994/tid=10996] ppid=10992 vsize=1532372 CPUtime=3.03
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 5277 0 1 0 301 2 0 0 25 0 13 0 8273714 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4109903851 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 13 0 8273715 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 378 0 0 0 0 0 0 0 18 0 13 0 8273715 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1532372 CPUtime=0.02
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 646 0 0 0 2 0 0 0 17 0 13 0 8273717 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1532372 CPUtime=0.61
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1392 0 0 0 61 0 0 0 17 0 13 0 8273722 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1532372 CPUtime=0.32
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1165 0 0 0 32 0 0 0 18 0 13 0 8273722 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8273722 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1532372 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1569148928 9193 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 1532372

[startup+6.30157 s]
/proc/loadavg: 1.14 1.02 1.01 2/119 11007
/proc/meminfo: memFree=1373848/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1531828 CPUtime=7.28
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 10218 0 1 0 724 4 0 0 15 0 13 0 8273712 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382957 9065 1439 10 0 380259 0
[pid=10994/tid=10996] ppid=10992 vsize=1531828 CPUtime=6.23
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 5279 0 1 0 621 2 0 0 25 0 13 0 8273714 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4109838514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 13 0 8273715 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 378 0 0 0 0 0 0 0 18 0 13 0 8273715 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1531828 CPUtime=0.02
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 646 0 0 0 2 0 0 0 16 0 13 0 8273717 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1531828 CPUtime=0.66
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1393 0 0 0 66 0 0 0 15 0 13 0 8273722 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1531828 CPUtime=0.32
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1165 0 0 0 32 0 0 0 18 0 13 0 8273722 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8273722 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1531828 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1568591872 9065 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1531828

[startup+12.7017 s]
/proc/loadavg: 1.11 1.02 1.00 2/119 11007
/proc/meminfo: memFree=1366532/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1530320 CPUtime=13.68
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 12387 0 1 0 1363 5 0 0 15 0 13 0 8273712 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 10830 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=12.59
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 5281 0 1 0 1257 2 0 0 25 0 13 0 8273714 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4109838456 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=0.01
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 1272 0 0 0 1 0 0 0 16 0 13 0 8273715 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 13 0 8273715 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=0.04
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 1244 0 0 0 4 0 0 0 15 0 13 0 8273717 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1530320 CPUtime=0.66
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1393 0 0 0 66 0 0 0 15 0 13 0 8273722 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1530320 CPUtime=0.32
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1165 0 0 0 32 0 0 0 18 0 13 0 8273722 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8273722 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1567047680 10830 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 1530320

[startup+25.5009 s]
/proc/loadavg: 1.10 1.01 1.00 2/119 11007
/proc/meminfo: memFree=1357728/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1530320 CPUtime=26.55
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 14738 0 1 0 2649 6 0 0 15 0 13 0 8273712 1567047680 13174 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 13174 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=25.29
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 5396 0 1 0 2527 2 0 0 25 0 13 0 8273714 1567047680 13174 1992294400 134512640 134550932 4293422608 18446744073709551615 4109835651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=0.03
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 2101 0 0 0 3 0 0 0 15 0 13 0 8273715 1567047680 13174 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=0.02
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 1706 0 0 0 2 0 0 0 18 0 13 0 8273715 1567047680 13174 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=0.1

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

[pid=10994] ppid=10992 vsize=1530320 CPUtime=1663.91
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 19295 0 1 0 166349 42 0 0 15 0 13 0 8273712 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 17295 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=1650.44
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 6064 0 1 0 165019 25 0 0 25 0 13 0 8273714 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4109837531 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=1.5
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 2367 0 0 0 145 5 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=1.53
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 1888 0 0 0 148 5 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=9.19
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 5231 0 0 0 915 4 0 0 15 0 13 0 8273717 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1530320 CPUtime=0.67
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1394 0 0 0 67 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1530320 CPUtime=0.5
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1188 0 0 0 50 0 0 0 16 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.91
Current children cumulated vsize (KiB) 1530320

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11056
/proc/meminfo: memFree=1338012/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1530320 CPUtime=1723.95
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 19315 0 1 0 172351 44 0 0 15 0 13 0 8273712 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 17295 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=1709.82
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 6076 0 1 0 170956 26 0 0 25 0 13 0 8273714 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4109844384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=1.59
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 2367 0 0 0 154 5 0 0 16 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=1.61
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 1888 0 0 0 156 5 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=9.68
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 5235 0 0 0 964 4 0 0 15 0 13 0 8273717 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1530320 CPUtime=0.67
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1394 0 0 0 67 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1530320 CPUtime=0.5
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1188 0 0 0 50 0 0 0 16 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.95
Current children cumulated vsize (KiB) 1530320

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11058
/proc/meminfo: memFree=1337764/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1530320 CPUtime=1784.01
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 19333 0 1 0 178354 47 0 0 15 0 13 0 8273712 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 17295 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=1769.18
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 6088 0 1 0 176889 29 0 0 25 0 13 0 8273714 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4109837981 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=1.68
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 2367 0 0 0 162 6 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=1.71
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 1888 0 0 0 166 5 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=10.19
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 5237 0 0 0 1015 4 0 0 15 0 13 0 8273717 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1530320 CPUtime=0.67
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1394 0 0 0 67 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1530320 CPUtime=0.5
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1188 0 0 0 50 0 0 0 16 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.01
Current children cumulated vsize (KiB) 1530320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11058
/proc/meminfo: memFree=1337764/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1530320 CPUtime=1800.03
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 19337 0 1 0 179955 48 0 0 15 0 13 0 8273712 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 17295 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=1785.08
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 6090 0 1 0 178479 29 0 0 25 0 13 0 8273714 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4109923648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=1.7
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 2367 0 0 0 164 6 0 0 16 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=1.73
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 1888 0 0 0 168 5 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=10.28
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 5239 0 0 0 1024 4 0 0 15 0 13 0 8273717 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1530320 CPUtime=0.67
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1394 0 0 0 67 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1530320 CPUtime=0.5
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1188 0 0 0 50 0 0 0 16 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1530320

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

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

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11058
/proc/meminfo: memFree=1337764/2059040 swapFree=4192956/4192956
[pid=10994] ppid=10992 vsize=1530320 CPUtime=1800.03
/proc/10994/stat : 10994 (java) S 10992 10994 10317 0 -1 4202496 19337 0 1 0 179955 48 0 0 15 0 13 0 8273712 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10994/statm: 382580 17295 1439 10 0 379882 0
[pid=10994/tid=10996] ppid=10992 vsize=1530320 CPUtime=1785.08
/proc/10994/task/10996/stat : 10996 (java) R 10992 10994 10317 0 -1 4202560 6090 0 1 0 178479 29 0 0 25 0 13 0 8273714 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4109923648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10994/tid=10997] ppid=10992 vsize=1530320 CPUtime=1.7
/proc/10994/task/10997/stat : 10997 (java) S 10992 10994 10317 0 -1 4202560 2367 0 0 0 164 6 0 0 16 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10998] ppid=10992 vsize=1530320 CPUtime=1.73
/proc/10994/task/10998/stat : 10998 (java) S 10992 10994 10317 0 -1 4202560 1888 0 0 0 168 5 0 0 15 0 13 0 8273715 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=10999] ppid=10992 vsize=1530320 CPUtime=10.28
/proc/10994/task/10999/stat : 10999 (java) S 10992 10994 10317 0 -1 4202560 5239 0 0 0 1024 4 0 0 15 0 13 0 8273717 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11000] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11000/stat : 11000 (java) S 10992 10994 10317 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11001] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11001/stat : 11001 (java) S 10992 10994 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8273718 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11002] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11002/stat : 11002 (java) S 10992 10994 10317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11003] ppid=10992 vsize=1530320 CPUtime=0.67
/proc/10994/task/11003/stat : 11003 (java) S 10992 10994 10317 0 -1 4202560 1394 0 0 0 67 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11004] ppid=10992 vsize=1530320 CPUtime=0.5
/proc/10994/task/11004/stat : 11004 (java) S 10992 10994 10317 0 -1 4202560 1188 0 0 0 50 0 0 0 16 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11005] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11005/stat : 11005 (java) S 10992 10994 10317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 0 0 0 0
[pid=10994/tid=11006] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11006/stat : 11006 (java) S 10992 10994 10317 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 8273722 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
[pid=10994/tid=11007] ppid=10992 vsize=1530320 CPUtime=0
/proc/10994/task/11007/stat : 11007 (java) S 10992 10994 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8273749 1567047680 17295 1992294400 134512640 134550932 4293422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437869073664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1530320

Child status: 143
Real time (s): 1798.41
CPU time (s): 1800.2
CPU user time (s): 1799.71
CPU system time (s): 0.494924
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 1532372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19365
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= 39541
involuntary context switches= 20402

runsolver used 3.42748 second user time and 9.8665 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 09:12:03
IDJOB=2659544
IDBENCH=1421
IDSOLVER=1164
FILE ID=node014/2659544-1276326723
PBS_JOBID= 11173153
Free space on /tmp= 62464 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-chnl20_21_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-2659544-1276326723/watcher-2659544-1276326723 -o /tmp/evaluation-result-2659544-1276326723/solver-2659544-1276326723 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659544-1276326723.opb

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

MD5SUM BENCH= 75fcdbbba3eb42e13f634e02d36a6ee9
RANDOM SEED=1230754056

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1406216 kB
Buffers:        106296 kB
Cached:         403064 kB
SwapCached:          0 kB
Active:         183812 kB
Inactive:       385344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1406216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59716 kB
Mapped:          15376 kB
Slab:            61776 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183820 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= 62464 MiB
End job on node014 at 2010-06-12 09:42:04