Trace number 2659295

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.22 1798.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark39.1281
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659295-1276695536.opb
0.23/0.21	c reading problem ... 
0.53/0.49	c ... done. Wall clock time 0.278s.
0.53/0.49	c #vars     370
0.53/0.49	c #constraints  809
0.53/0.49	c constraints type 
0.53/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.53/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.53/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.53/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
4.62/3.02	c cleaning 2498 clauses out of 4996 with flag 5001/5001
6.92/5.38	c cleaning 4249 clauses out of 8497 with flag 11000/11000
10.72/9.19	c cleaning 5623 clauses out of 11248 with flag 18000/18000
15.89/14.29	c cleaning 6814 clauses out of 13628 with flag 26003/26003
22.49/20.83	c cleaning 7906 clauses out of 15812 with flag 35001/35001
29.69/28.05	c cleaning 8953 clauses out of 17905 with flag 45000/45000
37.51/35.84	c cleaning 9477 clauses out of 18954 with flag 55002/55002
46.52/44.87	c cleaning 9739 clauses out of 19478 with flag 65003/65003
54.23/52.51	c cleaning 9870 clauses out of 19740 with flag 75004/75004
62.94/61.25	c cleaning 9933 clauses out of 19868 with flag 85002/85002
71.24/69.53	c cleaning 9967 clauses out of 19936 with flag 95003/95003
79.74/78.01	c cleaning 9980 clauses out of 19966 with flag 105000/105000
87.74/86.09	c cleaning 9992 clauses out of 19987 with flag 115001/115001
97.04/95.37	c cleaning 9996 clauses out of 19998 with flag 125004/125004
104.55/102.81	c cleaning 9998 clauses out of 19999 with flag 135003/135003
112.05/110.36	c cleaning 9997 clauses out of 20001 with flag 145003/145003
118.75/117.08	c cleaning 9998 clauses out of 20001 with flag 155000/155000
126.15/124.42	c cleaning 9998 clauses out of 20004 with flag 165001/165001
132.95/131.24	c cleaning 9998 clauses out of 20006 with flag 175001/175001
141.25/139.55	c cleaning 10001 clauses out of 20009 with flag 185002/185002
148.56/146.87	c cleaning 9999 clauses out of 20007 with flag 195001/195001
155.57/153.88	c cleaning 9999 clauses out of 20007 with flag 205000/205000
163.37/161.63	c cleaning 10001 clauses out of 20010 with flag 215002/215002
170.67/168.99	c cleaning 10001 clauses out of 20007 with flag 225000/225000
177.87/176.17	c cleaning 9997 clauses out of 20007 with flag 235001/235001
185.69/184.00	c cleaning 9997 clauses out of 20011 with flag 245002/245002
193.89/192.10	c cleaning 10003 clauses out of 20020 with flag 255008/255008
202.00/200.27	c cleaning 10000 clauses out of 20009 with flag 265000/265000
210.19/208.44	c cleaning 9998 clauses out of 20013 with flag 275004/275004
217.99/216.28	c cleaning 9997 clauses out of 20011 with flag 285000/285000
225.39/223.65	c cleaning 10005 clauses out of 20015 with flag 295001/295001
232.60/230.89	c cleaning 10002 clauses out of 20010 with flag 305001/305001
240.10/238.32	c cleaning 10000 clauses out of 20010 with flag 315003/315003
247.60/245.89	c cleaning 10001 clauses out of 20009 with flag 325002/325002
254.99/253.22	c cleaning 9997 clauses out of 20006 with flag 335000/335000
262.09/260.34	c cleaning 10003 clauses out of 20013 with flag 345004/345004
269.89/268.19	c cleaning 9997 clauses out of 20007 with flag 355001/355001
277.69/275.96	c cleaning 10002 clauses out of 20013 with flag 365004/365004
286.19/284.45	c cleaning 9999 clauses out of 20008 with flag 375001/375001
294.79/293.09	c cleaning 9997 clauses out of 20009 with flag 385001/385001
303.99/302.22	c cleaning 10002 clauses out of 20011 with flag 395000/395000
312.30/310.53	c cleaning 10003 clauses out of 20011 with flag 405002/405002
320.89/319.16	c cleaning 10000 clauses out of 20006 with flag 415000/415000
329.99/328.26	c cleaning 9999 clauses out of 20007 with flag 425001/425001
338.40/336.65	c cleaning 9999 clauses out of 20007 with flag 435000/435000
346.60/344.85	c cleaning 10001 clauses out of 20009 with flag 445001/445001
355.20/353.41	c cleaning 10002 clauses out of 20010 with flag 455003/455003
363.61/361.89	c cleaning 9997 clauses out of 20006 with flag 465001/465001
371.90/370.12	c cleaning 10000 clauses out of 20008 with flag 475000/475000
379.70/377.92	c cleaning 10002 clauses out of 20011 with flag 485003/485003
388.00/386.24	c cleaning 9999 clauses out of 20006 with flag 495000/495000
395.61/393.83	c cleaning 9996 clauses out of 20007 with flag 505000/505000
404.00/402.25	c cleaning 10003 clauses out of 20014 with flag 515003/515003
411.90/410.15	c cleaning 10000 clauses out of 20011 with flag 525003/525003
420.00/418.27	c cleaning 10001 clauses out of 20015 with flag 535007/535007
428.30/426.59	c cleaning 9999 clauses out of 20008 with flag 545001/545001
436.70/434.99	c cleaning 9998 clauses out of 20010 with flag 555002/555002
444.90/443.17	c cleaning 10000 clauses out of 20010 with flag 565000/565000
453.00/451.25	c cleaning 9999 clauses out of 20012 with flag 575002/575002
460.90/459.15	c cleaning 9999 clauses out of 20018 with flag 585007/585007
470.31/468.51	c cleaning 9999 clauses out of 20012 with flag 595000/595000
477.80/476.05	c cleaning 10001 clauses out of 20013 with flag 605000/605000
485.11/483.37	c cleaning 10000 clauses out of 20014 with flag 615002/615002
492.61/490.87	c cleaning 10003 clauses out of 20013 with flag 625001/625001
499.91/498.19	c cleaning 10002 clauses out of 20012 with flag 635003/635003
506.91/505.19	c cleaning 9998 clauses out of 20008 with flag 645001/645001
514.31/512.56	c cleaning 10002 clauses out of 20011 with flag 655002/655002
522.11/520.36	c cleaning 9996 clauses out of 20007 with flag 665000/665000
529.21/527.50	c cleaning 9993 clauses out of 20012 with flag 675001/675001
536.32/534.55	c cleaning 10003 clauses out of 20020 with flag 685002/685002
544.02/542.22	c cleaning 10003 clauses out of 20015 with flag 695000/695000
551.82/550.02	c cleaning 10001 clauses out of 20013 with flag 705001/705001
559.11/557.35	c cleaning 9997 clauses out of 20011 with flag 715000/715000
565.81/564.00	c cleaning 10001 clauses out of 20014 with flag 725000/725000
573.10/571.38	c cleaning 10001 clauses out of 20015 with flag 735002/735002
580.64/578.80	c cleaning 10004 clauses out of 20018 with flag 745006/745006
588.14/586.32	c cleaning 9998 clauses out of 20010 with flag 755002/755002
595.74/593.94	c cleaning 10002 clauses out of 20011 with flag 765001/765001
602.34/600.52	c cleaning 10001 clauses out of 20016 with flag 775008/775008
608.83/607.06	c cleaning 9999 clauses out of 20008 with flag 785001/785001
615.92/614.17	c cleaning 9996 clauses out of 20010 with flag 795002/795002
623.42/621.68	c cleaning 10003 clauses out of 20013 with flag 805001/805001
630.62/628.80	c cleaning 10001 clauses out of 20010 with flag 815001/815001
638.32/636.54	c cleaning 9996 clauses out of 20008 with flag 825000/825000
645.73/643.99	c cleaning 9999 clauses out of 20013 with flag 835001/835001
653.12/651.39	c cleaning 10003 clauses out of 20015 with flag 845002/845002
661.03/659.24	c cleaning 9999 clauses out of 20013 with flag 855003/855003
668.83/667.03	c cleaning 9997 clauses out of 20012 with flag 865001/865001
676.22/674.45	c cleaning 10002 clauses out of 20015 with flag 875001/875001
683.84/682.06	c cleaning 10005 clauses out of 20017 with flag 885005/885005
692.33/690.55	c cleaning 10000 clauses out of 20008 with flag 895001/895001
701.22/699.49	c cleaning 9998 clauses out of 20008 with flag 905001/905001
708.72/706.94	c cleaning 10000 clauses out of 20011 with flag 915002/915002
716.02/714.23	c cleaning 9999 clauses out of 20012 with flag 925003/925003
724.92/723.16	c cleaning 9992 clauses out of 20010 with flag 935000/935000
733.34/731.53	c cleaning 9999 clauses out of 20019 with flag 945001/945001
741.12/739.31	c cleaning 9998 clauses out of 20023 with flag 955004/955004
749.22/747.41	c cleaning 9997 clauses out of 20023 with flag 965002/965002
757.32/755.52	c cleaning 10000 clauses out of 20024 with flag 975000/975000
765.02/763.29	c cleaning 9995 clauses out of 20024 with flag 985000/985000
772.33/770.58	c cleaning 10006 clauses out of 20030 with flag 995001/995001
778.82/777.05	c cleaning 10005 clauses out of 20025 with flag 1005002/1005002
787.13/785.35	c cleaning 10002 clauses out of 20019 with flag 1015001/1015001
794.62/792.89	c cleaning 10005 clauses out of 20017 with flag 1025001/1025001
802.42/800.61	c cleaning 10003 clauses out of 20015 with flag 1035004/1035004
809.82/808.08	c cleaning 10000 clauses out of 20008 with flag 1045000/1045000
817.52/815.76	c cleaning 9997 clauses out of 20010 with flag 1055002/1055002
823.82/822.05	c cleaning 10004 clauses out of 20015 with flag 1065004/1065004
830.21/828.44	c cleaning 9997 clauses out of 20007 with flag 1075000/1075000
837.83/836.05	c cleaning 9998 clauses out of 20011 with flag 1085001/1085001
844.81/843.07	c cleaning 9998 clauses out of 20013 with flag 1095001/1095001
851.62/849.86	c cleaning 10001 clauses out of 20017 with flag 1105003/1105003
859.11/857.37	c cleaning 10000 clauses out of 20014 with flag 1115001/1115001
866.21/864.46	c cleaning 10000 clauses out of 20016 with flag 1125003/1125003
872.41/870.68	c cleaning 10001 clauses out of 20013 with flag 1135000/1135000
879.81/878.06	c cleaning 10003 clauses out of 20015 with flag 1145003/1145003
886.91/885.16	c cleaning 9999 clauses out of 20013 with flag 1155004/1155004
893.01/891.21	c cleaning 9999 clauses out of 20010 with flag 1165000/1165000
899.71/897.97	c cleaning 10001 clauses out of 20011 with flag 1175000/1175000
907.41/905.60	c cleaning 10002 clauses out of 20011 with flag 1185001/1185001
915.70/913.94	c cleaning 9995 clauses out of 20010 with flag 1195002/1195002
923.81/922.07	c cleaning 10002 clauses out of 20013 with flag 1205000/1205000
931.51/929.77	c cleaning 9998 clauses out of 20012 with flag 1215001/1215001
939.71/937.97	c cleaning 10001 clauses out of 20016 with flag 1225003/1225003
948.81/947.02	c cleaning 9997 clauses out of 20012 with flag 1235000/1235000
956.81/955.08	c cleaning 10001 clauses out of 20015 with flag 1245000/1245000
965.00/963.26	c cleaning 10001 clauses out of 20016 with flag 1255002/1255002
972.90/971.15	c cleaning 9999 clauses out of 20015 with flag 1265002/1265002
980.50/978.74	c cleaning 9999 clauses out of 20015 with flag 1275001/1275001
987.79/986.06	c cleaning 10005 clauses out of 20019 with flag 1285004/1285004
995.40/993.68	c cleaning 9999 clauses out of 20010 with flag 1295000/1295000
1003.19/1001.50	c cleaning 9996 clauses out of 20012 with flag 1305001/1305001
1011.50/1009.78	c cleaning 10005 clauses out of 20020 with flag 1315005/1315005
1018.89/1017.12	c cleaning 10002 clauses out of 20013 with flag 1325003/1325003
1027.58/1025.84	c cleaning 9999 clauses out of 20008 with flag 1335000/1335000
1035.89/1034.11	c cleaning 9996 clauses out of 20011 with flag 1345002/1345002
1044.07/1042.34	c cleaning 10003 clauses out of 20013 with flag 1355000/1355000
1051.68/1049.94	c cleaning 10000 clauses out of 20012 with flag 1365002/1365002
1059.59/1057.87	c cleaning 10001 clauses out of 20010 with flag 1375000/1375000
1068.08/1066.36	c cleaning 9998 clauses out of 20009 with flag 1385000/1385000
1076.57/1074.84	c cleaning 9996 clauses out of 20013 with flag 1395002/1395002
1085.18/1083.48	c cleaning 10002 clauses out of 20019 with flag 1405004/1405004
1093.57/1091.81	c cleaning 10002 clauses out of 20013 with flag 1415000/1415000
1101.37/1099.69	c cleaning 10003 clauses out of 20013 with flag 1425002/1425002
1109.26/1107.52	c cleaning 9992 clauses out of 20008 with flag 1435000/1435000
1116.97/1115.29	c cleaning 10001 clauses out of 20017 with flag 1445001/1445001
1124.77/1123.02	c cleaning 10001 clauses out of 20016 with flag 1455001/1455001
1133.16/1131.44	c cleaning 10007 clauses out of 20020 with flag 1465006/1465006
1141.66/1139.96	c cleaning 9999 clauses out of 20007 with flag 1475000/1475000
1149.56/1147.89	c cleaning 9997 clauses out of 20008 with flag 1485000/1485000
1158.26/1156.56	c cleaning 9999 clauses out of 20011 with flag 1495000/1495000
1166.05/1164.36	c cleaning 9999 clauses out of 20018 with flag 1505006/1505006
1173.75/1172.03	c cleaning 10001 clauses out of 20014 with flag 1515001/1515001
1182.25/1180.59	c cleaning 10002 clauses out of 20013 with flag 1525001/1525001
1190.35/1188.60	c cleaning 10003 clauses out of 20013 with flag 1535003/1535003
1198.64/1196.93	c cleaning 9995 clauses out of 20007 with flag 1545000/1545000
1206.75/1205.05	c cleaning 9998 clauses out of 20013 with flag 1555001/1555001
1215.05/1213.31	c cleaning 9999 clauses out of 20014 with flag 1565000/1565000
1222.54/1220.82	c cleaning 10003 clauses out of 20015 with flag 1575000/1575000
1230.64/1228.99	c cleaning 10001 clauses out of 20012 with flag 1585000/1585000
1238.94/1237.30	c cleaning 10000 clauses out of 20015 with flag 1595004/1595004
1246.73/1245.07	c cleaning 10000 clauses out of 20013 with flag 1605002/1605002
1254.74/1253.00	c cleaning 10001 clauses out of 20011 with flag 1615000/1615000
1263.04/1261.37	c cleaning 10002 clauses out of 20010 with flag 1625000/1625000
1270.83/1269.19	c cleaning 10000 clauses out of 20009 with flag 1635001/1635001
1278.74/1277.03	c cleaning 10006 clauses out of 20016 with flag 1645008/1645008
1286.43/1284.74	c cleaning 9999 clauses out of 20005 with flag 1655003/1655003
1294.13/1292.47	c cleaning 9996 clauses out of 20003 with flag 1665000/1665000
1302.33/1300.67	c cleaning 9996 clauses out of 20009 with flag 1675002/1675002
1310.42/1308.75	c cleaning 10001 clauses out of 20012 with flag 1685001/1685001
1317.71/1316.06	c cleaning 10000 clauses out of 20012 with flag 1695002/1695002
1325.03/1323.33	c cleaning 10001 clauses out of 20013 with flag 1705003/1705003
1332.41/1330.77	c cleaning 10000 clauses out of 20010 with flag 1715001/1715001
1340.61/1338.92	c cleaning 10002 clauses out of 20012 with flag 1725003/1725003
1347.51/1345.80	c cleaning 9999 clauses out of 20007 with flag 1735000/1735000
1354.70/1353.09	c cleaning 10000 clauses out of 20009 with flag 1745001/1745001
1362.41/1360.79	c cleaning 10000 clauses out of 20011 with flag 1755003/1755003
1369.90/1368.28	c cleaning 10000 clauses out of 20010 with flag 1765002/1765002
1378.10/1376.44	c cleaning 9999 clauses out of 20008 with flag 1775000/1775000
1385.51/1383.84	c cleaning 9999 clauses out of 20009 with flag 1785000/1785000
1393.59/1391.98	c cleaning 10001 clauses out of 20011 with flag 1795001/1795001
1401.19/1399.55	c cleaning 9995 clauses out of 20010 with flag 1805001/1805001
1408.19/1406.51	c cleaning 10003 clauses out of 20016 with flag 1815002/1815002
1415.29/1413.67	c cleaning 10000 clauses out of 20011 with flag 1825000/1825000
1423.89/1422.23	c cleaning 9997 clauses out of 20012 with flag 1835001/1835001
1432.19/1430.50	c cleaning 10002 clauses out of 20020 with flag 1845006/1845006
1439.58/1437.94	c cleaning 10002 clauses out of 20016 with flag 1855004/1855004
1447.38/1445.77	c cleaning 10004 clauses out of 20016 with flag 1865006/1865006
1455.37/1453.75	c cleaning 9997 clauses out of 20007 with flag 1875001/1875001
1463.37/1461.77	c cleaning 10000 clauses out of 20013 with flag 1885004/1885004
1470.98/1469.39	c cleaning 9999 clauses out of 20009 with flag 1895000/1895000
1479.07/1477.47	c cleaning 10003 clauses out of 20019 with flag 1905009/1905009
1486.68/1485.01	c cleaning 9995 clauses out of 20008 with flag 1915001/1915001
1493.87/1492.24	c cleaning 9999 clauses out of 20012 with flag 1925000/1925000
1501.06/1499.43	c cleaning 10002 clauses out of 20015 with flag 1935002/1935002
1509.26/1507.61	c cleaning 10001 clauses out of 20011 with flag 1945000/1945000
1516.16/1514.57	c cleaning 9995 clauses out of 20010 with flag 1955000/1955000
1523.37/1521.75	c cleaning 10001 clauses out of 20019 with flag 1965004/1965004
1529.96/1528.30	c cleaning 10001 clauses out of 20017 with flag 1975003/1975003
1536.17/1534.57	c cleaning 9999 clauses out of 20015 with flag 1985002/1985002
1542.96/1541.31	c cleaning 10003 clauses out of 20014 with flag 1995000/1995000
1549.87/1548.25	c cleaning 10000 clauses out of 20015 with flag 2005004/2005004
1556.97/1555.32	c cleaning 10001 clauses out of 20014 with flag 2015003/2015003
1563.77/1562.16	c cleaning 10004 clauses out of 20013 with flag 2025003/2025003
1571.28/1569.67	c cleaning 9999 clauses out of 20008 with flag 2035002/2035002
1578.36/1576.79	c cleaning 9999 clauses out of 20007 with flag 2045000/2045000
1585.46/1583.89	c cleaning 9996 clauses out of 20008 with flag 2055000/2055000
1592.56/1590.97	c cleaning 10004 clauses out of 20013 with flag 2065001/2065001
1599.35/1597.79	c cleaning 10000 clauses out of 20008 with flag 2075000/2075000
1606.66/1605.02	c cleaning 10001 clauses out of 20008 with flag 2085000/2085000
1613.45/1611.84	c cleaning 9996 clauses out of 20007 with flag 2095000/2095000
1620.26/1618.60	c cleaning 10002 clauses out of 20013 with flag 2105002/2105002
1627.05/1625.43	c cleaning 9999 clauses out of 20012 with flag 2115003/2115003
1635.05/1633.44	c cleaning 10003 clauses out of 20013 with flag 2125003/2125003
1641.86/1640.21	c cleaning 9992 clauses out of 20008 with flag 2135001/2135001
1648.86/1647.20	c cleaning 10003 clauses out of 20017 with flag 2145002/2145002
1654.65/1653.05	c cleaning 10001 clauses out of 20014 with flag 2155002/2155002
1660.95/1659.35	c cleaning 10001 clauses out of 20012 with flag 2165001/2165001
1667.86/1666.29	c cleaning 9997 clauses out of 20012 with flag 2175002/2175002
1673.66/1672.08	c cleaning 10005 clauses out of 20015 with flag 2185002/2185002
1679.45/1677.84	c cleaning 9994 clauses out of 20010 with flag 2195002/2195002
1685.06/1683.47	c cleaning 10000 clauses out of 20015 with flag 2205001/2205001
1691.45/1689.86	c cleaning 10000 clauses out of 20016 with flag 2215002/2215002
1697.86/1696.23	c cleaning 9997 clauses out of 20015 with flag 2225001/2225001
1704.36/1702.79	c cleaning 10001 clauses out of 20018 with flag 2235001/2235001
1709.96/1708.37	c cleaning 10002 clauses out of 20017 with flag 2245001/2245001
1716.65/1715.06	c cleaning 9999 clauses out of 20016 with flag 2255002/2255002
1722.95/1721.38	c cleaning 10004 clauses out of 20017 with flag 2265002/2265002
1728.04/1726.40	c cleaning 10000 clauses out of 20012 with flag 2275001/2275001
1733.44/1731.82	c cleaning 10001 clauses out of 20013 with flag 2285002/2285002
1738.34/1736.72	c cleaning 10002 clauses out of 20012 with flag 2295002/2295002
1744.34/1742.71	c cleaning 9997 clauses out of 20010 with flag 2305002/2305002
1750.44/1748.85	c cleaning 10002 clauses out of 20013 with flag 2315002/2315002
1756.74/1755.10	c cleaning 9997 clauses out of 20009 with flag 2325000/2325000
1762.84/1761.25	c cleaning 9996 clauses out of 20012 with flag 2335000/2335000
1769.74/1768.17	c cleaning 10003 clauses out of 20016 with flag 2345000/2345000
1776.54/1774.99	c cleaning 9997 clauses out of 20014 with flag 2355001/2355001
1783.24/1781.66	c cleaning 10001 clauses out of 20018 with flag 2365002/2365002
1790.14/1788.59	c cleaning 9996 clauses out of 20015 with flag 2375000/2375000
1797.43/1795.86	c cleaning 10000 clauses out of 20019 with flag 2385000/2385000
1800.04/1798.42	c starts		: 229
1800.04/1798.42	c conflicts		: 2389776
1800.04/1798.42	c decisions		: 2737105
1800.04/1798.42	c propagations		: 86659935
1800.04/1798.42	c inspects		: 5431518497
1800.04/1798.42	c learnt literals	: 7
1800.04/1798.42	c learnt binary clauses	: 68
1800.04/1798.42	c learnt ternary clauses	: 168
1800.04/1798.42	c learnt clauses	: 2389769
1800.04/1798.42	c ignored clauses	: 0
1800.04/1798.42	c root simplifications	: 0
1800.04/1798.42	c removed literals (reason simplification)	: 66484456
1800.04/1798.42	c reason swapping (by a shorter reason)	: 0
1800.04/1798.42	c Calls to reduceDB	: 240
1800.04/1798.42	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.42	c number of learned constraints concerned by reduction	: 0
1800.04/1798.42	c number of learning phase by resolution	: 0
1800.04/1798.42	c number of learning phase by cutting planes	: 0
1800.04/1798.42	c speed (assignments/second)	: 48199.78052574818
1800.04/1798.42	c non guided choices	24
1800.04/1798.48	c learnt constraints type 
1800.04/1798.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14793
1800.04/1798.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68
1800.04/1798.48	c constraints type 
1800.04/1798.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
1800.04/1798.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.04/1798.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
1800.04/1798.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
1800.04/1798.48	s UNKNOWN
1800.04/1798.48	c Total wall clock time (in seconds): 1798.27

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-2659295-1276695536/watcher-2659295-1276695536 -o /tmp/evaluation-result-2659295-1276695536/solver-2659295-1276695536 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659295-1276695536.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.00 0.01 0.36 3/106 17136
/proc/meminfo: memFree=1729228/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=248 CPUtime=0
/proc/17136/stat : 17136 (java) R 17134 17136 17111 0 -1 4194304 281 0 0 0 0 0 0 0 16 0 1 0 10845827 253952 28 1992294400 134512640 134550932 4289396288 18446744073709551615 5767764 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17136/statm: 62 28 21 10 0 23 0

[startup+0.051807 s]
/proc/loadavg: 0.00 0.01 0.36 3/106 17136
/proc/meminfo: memFree=1729228/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1521664 CPUtime=0.04
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 3512 0 1 0 2 2 0 0 15 0 7 0 10845827 1558183936 2956 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 380416 2956 993 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100815 s]
/proc/loadavg: 0.00 0.01 0.36 3/106 17136
/proc/meminfo: memFree=1729228/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1524184 CPUtime=0.08
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 10845827 1560764416 3399 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300834 s]
/proc/loadavg: 0.00 0.01 0.36 3/106 17136
/proc/meminfo: memFree=1729228/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1526276 CPUtime=0.35
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 5314 0 1 0 32 3 0 0 15 0 12 0 10845827 1562906624 4752 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 381569 4752 1361 10 0 378871 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526276

[startup+0.700884 s]
/proc/loadavg: 0.00 0.01 0.36 3/106 17136
/proc/meminfo: memFree=1729228/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533048 CPUtime=1.08
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 8269 0 1 0 104 4 0 0 15 0 13 0 10845827 1569841152 7010 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383262 7010 1408 10 0 380564 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1533048

[startup+1.50197 s]
/proc/loadavg: 0.08 0.03 0.36 5/119 17149
/proc/meminfo: memFree=1702280/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1535260 CPUtime=2.67
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 11045 0 1 0 262 5 0 0 15 0 13 0 10845827 1572106240 9342 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383815 9342 1420 10 0 381117 0
[pid=17136/tid=17138] ppid=17134 vsize=1535260 CPUtime=1.47
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 6029 0 1 0 144 3 0 0 25 0 13 0 10845828 1572106240 9343 1992294400 134512640 134550932 4289396288 18446744073709551615 4109308479 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 10845830 1572106240 9343 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 10845830 1572106240 9343 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10845832 1572106240 9344 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 10845832 1572106240 9344 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 10845832 1572106240 9344 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1572106240 9345 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1535260 CPUtime=0.09
/proc/17136/task/17145/stat : 17145 (java) R 17134 17136 17111 0 -1 4202560 346 0 0 0 9 0 0 0 22 0 13 0 10845836 1572106240 9345 1992294400 134512640 134550932 4289396288 18446744073709551615 105748034 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1535260 CPUtime=1.08
/proc/17136/task/17146/stat : 17146 (java) R 17134 17136 17111 0 -1 4202560 3606 0 0 0 108 0 0 0 16 0 13 0 10845836 1572106240 9345 1992294400 134512640 134550932 4289396288 18446744073709551615 106107125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1572106240 9345 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845836 1572106240 9345 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1572106240 9345 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1535260

[startup+3.10213 s]
/proc/loadavg: 0.08 0.03 0.36 2/119 17149
/proc/meminfo: memFree=1665948/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1535260 CPUtime=4.71
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 28445 0 1 0 458 13 0 0 15 0 13 0 10845827 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383815 26735 1440 10 0 381117 0
[pid=17136/tid=17138] ppid=17134 vsize=1535260 CPUtime=3.04
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 22520 0 1 0 293 11 0 0 25 0 13 0 10845828 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4109346442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 13 0 10845830 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 244 0 0 0 0 0 0 0 18 0 13 0 10845830 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1535260 CPUtime=0.02
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 432 0 0 0 2 0 0 0 17 0 13 0 10845832 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1535260 CPUtime=0.25
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 368 0 0 0 25 0 0 0 15 0 13 0 10845836 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1535260 CPUtime=1.36
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3625 0 0 0 135 1 0 0 15 0 13 0 10845836 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845836 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1535260 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1572106240 26735 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1535260

[startup+6.30245 s]
/proc/loadavg: 0.15 0.04 0.37 2/119 17149
/proc/meminfo: memFree=1613868/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=7.93
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 32622 0 1 0 778 15 0 0 15 0 13 0 10845827 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 30347 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=6.17
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 25695 0 1 0 605 12 0 0 25 0 13 0 10845828 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4109388203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.01
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 687 0 0 0 1 0 0 0 15 0 13 0 10845830 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 344 0 0 0 0 0 0 0 18 0 13 0 10845830 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=0.04
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 835 0 0 0 4 0 0 0 16 0 13 0 10845832 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.38
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3627 0 0 0 137 1 0 0 15 0 13 0 10845836 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 30347 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1533012

[startup+12.7021 s]
/proc/loadavg: 0.22 0.06 0.37 3/119 17149
/proc/meminfo: memFree=1601592/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=14.33
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 35311 0 1 0 1417 16 0 0 15 0 13 0 10845827 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 33034 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=12.53
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 27890 0 1 0 1240 13 0 0 25 0 13 0 10845828 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4109413500 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.01
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 715 0 0 0 1 0 0 0 15 0 13 0 10845830 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 467 0 0 0 0 0 0 0 18 0 13 0 10845830 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=0.07
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 1177 0 0 0 7 0 0 0 15 0 13 0 10845832 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.39
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3628 0 0 0 138 1 0 0 15 0 13 0 10845836 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 33034 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1533012

[startup+25.5014 s]
/proc/loadavg: 0.39 0.10 0.38 3/119 17149
/proc/meminfo: memFree=1582744/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=27.19
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 39996 0 1 0 2701 18 0 0 15 0 13 0 10845827 1569804288 37712 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 37712 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=25.24
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 32064 0 1 0 2509 15 0 0 25 0 13 0 10845828 1569804288 37712 1992294400 134512640 134550932 4289396288 18446744073709551615 4109273894 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.03
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 953 0 0 0 3 0 0 0 15 0 13 0 10845830 1569804288 37712 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0.02
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 618 0 0 0 2 0 0 0 15 0 13 0 10845830 1569804288 37712 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=0.14

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

[pid=17136] ppid=17134 vsize=1533012 CPUtime=1603.96
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 49064 0 1 0 160330 66 0 0 15 0 13 0 10845827 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 46219 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=1593.58
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 36767 0 1 0 159308 50 0 0 25 0 13 0 10845828 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4109388148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.82
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 2359 0 0 0 78 4 0 0 16 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0.86
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 2113 0 0 0 81 5 0 0 15 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=6.85
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 2657 0 0 0 682 3 0 0 15 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.5
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3641 0 0 0 149 1 0 0 16 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1603.96
Current children cumulated vsize (KiB) 1533012

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/119 17202
/proc/meminfo: memFree=1545296/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=1663.96
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 49079 0 1 0 166327 69 0 0 15 0 13 0 10845827 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 46219 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=1653.24
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 36776 0 1 0 165271 53 0 0 25 0 13 0 10845828 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4109386827 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.85
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 2359 0 0 0 81 4 0 0 16 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0.89
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 2113 0 0 0 84 5 0 0 15 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=7.14
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 2661 0 0 0 711 3 0 0 15 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.5
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3641 0 0 0 149 1 0 0 16 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1663.96
Current children cumulated vsize (KiB) 1533012

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/119 17204
/proc/meminfo: memFree=1545296/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=1723.95
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 49097 0 1 0 172324 71 0 0 15 0 13 0 10845827 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 46219 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=1712.85
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 36786 0 1 0 171229 56 0 0 19 0 13 0 10845828 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4109279864 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.88
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 2359 0 0 0 84 4 0 0 15 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0.92
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 2113 0 0 0 87 5 0 0 15 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=7.47
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 2665 0 0 0 744 3 0 0 16 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.5
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3641 0 0 0 149 1 0 0 16 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1723.95
Current children cumulated vsize (KiB) 1533012

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/119 17206
/proc/meminfo: memFree=1545048/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=1783.94
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 49115 0 1 0 178322 72 0 0 15 0 13 0 10845827 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 46219 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=1772.43
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 36796 0 1 0 177187 56 0 0 25 0 13 0 10845828 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4109415633 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.92
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 2359 0 0 0 87 5 0 0 15 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0.94
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 2113 0 0 0 89 5 0 0 16 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=7.81
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 2669 0 0 0 778 3 0 0 16 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.5
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3641 0 0 0 149 1 0 0 16 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1783.94
Current children cumulated vsize (KiB) 1533012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 0.99 0.97 0.86 2/119 17206
/proc/meminfo: memFree=1545048/2059040 swapFree=4192956/4192956
[pid=17136] ppid=17134 vsize=1533012 CPUtime=1800.04
/proc/17136/stat : 17136 (java) S 17134 17136 17111 0 -1 4202496 49117 0 1 0 179932 72 0 0 15 0 13 0 10845827 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17136/statm: 383253 46219 1440 10 0 380555 0
[pid=17136/tid=17138] ppid=17134 vsize=1533012 CPUtime=1788.46
/proc/17136/task/17138/stat : 17138 (java) R 17134 17136 17111 0 -1 4202560 36798 0 1 0 178790 56 0 0 22 0 13 0 10845828 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4109388238 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17136/tid=17139] ppid=17134 vsize=1533012 CPUtime=0.93
/proc/17136/task/17139/stat : 17139 (java) S 17134 17136 17111 0 -1 4202560 2359 0 0 0 88 5 0 0 16 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17140] ppid=17134 vsize=1533012 CPUtime=0.95
/proc/17136/task/17140/stat : 17140 (java) S 17134 17136 17111 0 -1 4202560 2113 0 0 0 90 5 0 0 15 0 13 0 10845830 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17141] ppid=17134 vsize=1533012 CPUtime=7.88
/proc/17136/task/17141/stat : 17141 (java) S 17134 17136 17111 0 -1 4202560 2669 0 0 0 785 3 0 0 15 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17142] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17142/stat : 17142 (java) S 17134 17136 17111 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17143] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17143/stat : 17143 (java) S 17134 17136 17111 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10845832 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17144] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17144/stat : 17144 (java) S 17134 17136 17111 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17145] ppid=17134 vsize=1533012 CPUtime=0.28
/proc/17136/task/17145/stat : 17145 (java) S 17134 17136 17111 0 -1 4202560 369 0 0 0 28 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17146] ppid=17134 vsize=1533012 CPUtime=1.5
/proc/17136/task/17146/stat : 17146 (java) S 17134 17136 17111 0 -1 4202560 3641 0 0 0 149 1 0 0 16 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17147] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17147/stat : 17147 (java) S 17134 17136 17111 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
[pid=17136/tid=17148] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17148/stat : 17148 (java) S 17134 17136 17111 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10845836 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 1 0 0 0
[pid=17136/tid=17149] ppid=17134 vsize=1533012 CPUtime=0
/proc/17136/task/17149/stat : 17149 (java) S 17134 17136 17111 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10845877 1569804288 46219 1992294400 134512640 134550932 4289396288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846715200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533012

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

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

Child status: 143
Real time (s): 1798.52
CPU time (s): 1800.22
CPU user time (s): 1799.47
CPU system time (s): 0.747886
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 1535260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49142
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= 39305
involuntary context switches= 21171

runsolver used 3.74343 second user time and 9.50155 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 15:38:56
IDJOB=2659295
IDBENCH=1158
IDSOLVER=1164
FILE ID=node045/2659295-1276695536
PBS_JOBID= 11174055
Free space on /tmp= 62460 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659295-1276695536/watcher-2659295-1276695536 -o /tmp/evaluation-result-2659295-1276695536/solver-2659295-1276695536 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659295-1276695536.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1212921200

node045.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.247
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.49
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.247
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1729624 kB
Buffers:         83912 kB
Cached:         119000 kB
SwapCached:          0 kB
Active:          90428 kB
Inactive:       171744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1729624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             372 kB
Writeback:           0 kB
AnonPages:       59252 kB
Mapped:          15368 kB
Slab:            45352 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181332 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= 62460 MiB
End job on node045 at 2010-06-16 16:08:57