Trace number 2658801

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.26 1792.71

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
MD5SUM1a4e4bfb1c77b43166d46bacbe01c892
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658801-1276541037.opb
0.08/0.20	c reading problem ... 
4.43/2.98	c ... done. Wall clock time 2.778s.
4.43/2.98	c #vars     103872
4.43/2.98	c #constraints  42194
4.43/2.98	c constraints type 
4.43/2.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
17.72/14.57	c cleaning 2483 clauses out of 4983 with flag 5000/5000
22.49/19.12	c cleaning 4246 clauses out of 8492 with flag 11002/11002
26.93/23.53	c cleaning 5609 clauses out of 11243 with flag 18001/18001
31.17/27.71	c cleaning 6807 clauses out of 13628 with flag 26001/26001
35.42/31.92	c cleaning 7905 clauses out of 15817 with flag 35000/35000
39.74/36.27	c cleaning 8947 clauses out of 17906 with flag 45000/45000
44.54/41.05	c cleaning 9480 clauses out of 18959 with flag 55000/55000
49.37/45.82	c cleaning 9725 clauses out of 19472 with flag 65000/65000
54.45/50.81	c cleaning 9872 clauses out of 19747 with flag 75001/75001
60.06/56.45	c cleaning 9913 clauses out of 19875 with flag 85002/85002
65.69/62.09	c cleaning 9971 clauses out of 19960 with flag 95001/95001
70.99/67.37	c cleaning 9984 clauses out of 19988 with flag 105000/105000
76.01/72.37	c cleaning 9982 clauses out of 20005 with flag 115001/115001
82.63/78.99	c cleaning 10006 clauses out of 20020 with flag 125002/125002
87.16/83.41	c cleaning 9992 clauses out of 20010 with flag 135000/135000
90.88/87.15	c cleaning 9984 clauses out of 20014 with flag 145000/145000
98.49/94.72	c cleaning 10004 clauses out of 20029 with flag 155000/155000
107.22/103.41	c cleaning 9981 clauses out of 20024 with flag 165001/165001
114.94/111.17	c cleaning 10001 clauses out of 20044 with flag 175002/175002
120.24/116.42	c cleaning 10003 clauses out of 20042 with flag 185001/185001
126.67/122.83	c cleaning 10009 clauses out of 20033 with flag 195000/195000
132.50/128.70	c cleaning 9997 clauses out of 20023 with flag 205000/205000
138.71/134.89	c cleaning 10004 clauses out of 20022 with flag 215000/215000
145.85/141.94	c cleaning 9978 clauses out of 20018 with flag 225000/225000
153.56/149.64	c cleaning 9992 clauses out of 20040 with flag 235000/235000
159.67/155.80	c cleaning 9999 clauses out of 20049 with flag 245001/245001
165.69/161.78	c cleaning 10004 clauses out of 20051 with flag 255002/255002
169.01/165.07	c cleaning 10001 clauses out of 20045 with flag 265000/265000
172.70/168.74	c cleaning 9974 clauses out of 20045 with flag 275001/275001
181.14/177.14	c cleaning 10006 clauses out of 20064 with flag 285000/285000
186.77/182.74	c cleaning 10002 clauses out of 20030 with flag 295001/295001
190.21/186.12	c cleaning 9982 clauses out of 20019 with flag 305001/305001
194.01/189.93	c cleaning 9990 clauses out of 20033 with flag 315000/315000
197.86/193.74	c cleaning 9988 clauses out of 20033 with flag 325000/325000
202.77/198.65	c cleaning 10002 clauses out of 20045 with flag 335001/335001
206.08/201.93	c cleaning 9998 clauses out of 20037 with flag 345001/345001
210.39/206.23	c cleaning 9978 clauses out of 20037 with flag 355000/355000
216.44/212.21	c cleaning 10010 clauses out of 20058 with flag 365000/365000
219.85/215.64	c cleaning 9986 clauses out of 20038 with flag 375001/375001
222.36/218.18	c cleaning 9998 clauses out of 20052 with flag 385001/385001
226.39/222.18	c cleaning 10005 clauses out of 20054 with flag 395001/395001
230.79/226.51	c cleaning 10007 clauses out of 20048 with flag 405000/405000
235.20/230.92	c cleaning 10001 clauses out of 20046 with flag 415005/415005
240.02/235.73	c cleaning 9981 clauses out of 20037 with flag 425000/425000
242.24/237.99	c cleaning 9998 clauses out of 20057 with flag 435001/435001
244.34/240.08	c cleaning 9995 clauses out of 20058 with flag 445000/445000
247.54/243.20	c cleaning 9991 clauses out of 20063 with flag 455000/455000
255.18/250.83	c cleaning 10030 clauses out of 20069 with flag 465000/465000
259.81/255.42	c cleaning 9978 clauses out of 20035 with flag 475000/475000
265.54/261.19	c cleaning 10019 clauses out of 20053 with flag 485000/485000
270.88/266.40	c cleaning 10000 clauses out of 20035 with flag 495001/495001
277.21/272.77	c cleaning 10000 clauses out of 20033 with flag 505000/505000
283.54/279.01	c cleaning 9983 clauses out of 20028 with flag 515001/515001
290.16/285.60	c cleaning 9996 clauses out of 20043 with flag 525000/525000
294.28/289.79	c cleaning 10003 clauses out of 20047 with flag 535001/535001
297.20/292.68	c cleaning 10000 clauses out of 20044 with flag 545001/545001
301.52/296.99	c cleaning 10005 clauses out of 20039 with flag 555001/555001
304.52/299.96	c cleaning 10002 clauses out of 20034 with flag 565001/565001
307.43/302.80	c cleaning 9992 clauses out of 20031 with flag 575000/575000
309.35/304.73	c cleaning 10003 clauses out of 20040 with flag 585001/585001
311.24/306.67	c cleaning 9996 clauses out of 20037 with flag 595001/595001
314.85/310.24	c cleaning 9989 clauses out of 20040 with flag 605000/605000
318.87/314.22	c cleaning 9992 clauses out of 20052 with flag 615001/615001
322.97/318.39	c cleaning 9992 clauses out of 20060 with flag 625001/625001
327.57/322.93	c cleaning 10006 clauses out of 20070 with flag 635003/635003
332.50/327.81	c cleaning 10017 clauses out of 20060 with flag 645000/645000
337.93/333.26	c cleaning 9987 clauses out of 20043 with flag 655000/655000
343.45/338.75	c cleaning 9998 clauses out of 20056 with flag 665000/665000
349.34/344.68	c cleaning 9993 clauses out of 20058 with flag 675000/675000
355.25/350.56	c cleaning 10002 clauses out of 20065 with flag 685000/685000
361.66/356.93	c cleaning 9999 clauses out of 20065 with flag 695002/695002
367.97/363.21	c cleaning 10003 clauses out of 20065 with flag 705001/705001
373.80/369.05	c cleaning 10014 clauses out of 20061 with flag 715001/715001
379.13/374.34	c cleaning 10008 clauses out of 20048 with flag 725002/725002
384.15/379.35	c cleaning 10015 clauses out of 20040 with flag 735002/735002
393.27/388.42	c cleaning 9980 clauses out of 20020 with flag 745000/745000
402.01/397.17	c cleaning 10006 clauses out of 20035 with flag 755000/755000
410.16/405.21	c cleaning 10005 clauses out of 20029 with flag 765000/765000
415.49/410.50	c cleaning 9976 clauses out of 20023 with flag 775000/775000
422.41/417.49	c cleaning 9993 clauses out of 20047 with flag 785000/785000
429.23/424.25	c cleaning 9999 clauses out of 20054 with flag 795000/795000
434.64/429.65	c cleaning 9996 clauses out of 20056 with flag 805001/805001
439.94/434.96	c cleaning 9997 clauses out of 20060 with flag 815001/815001
445.18/440.16	c cleaning 10001 clauses out of 20060 with flag 825000/825000
450.68/445.69	c cleaning 10009 clauses out of 20062 with flag 835003/835003
456.09/451.01	c cleaning 10000 clauses out of 20051 with flag 845001/845001
461.29/456.21	c cleaning 10017 clauses out of 20050 with flag 855000/855000
467.23/462.18	c cleaning 9974 clauses out of 20031 with flag 865001/865001
472.75/467.64	c cleaning 10004 clauses out of 20057 with flag 875001/875001
478.25/473.11	c cleaning 9992 clauses out of 20052 with flag 885000/885000
483.85/478.75	c cleaning 9997 clauses out of 20060 with flag 895000/895000
489.25/484.13	c cleaning 9995 clauses out of 20063 with flag 905000/905000
493.87/488.79	c cleaning 10014 clauses out of 20069 with flag 915001/915001
498.99/493.90	c cleaning 10003 clauses out of 20056 with flag 925002/925002
504.29/499.11	c cleaning 10000 clauses out of 20051 with flag 935000/935000
509.70/504.56	c cleaning 9999 clauses out of 20051 with flag 945000/945000
515.61/510.49	c cleaning 10001 clauses out of 20053 with flag 955001/955001
521.01/515.87	c cleaning 10007 clauses out of 20054 with flag 965003/965003
526.22/521.06	c cleaning 9994 clauses out of 20045 with flag 975001/975001
534.54/529.37	c cleaning 9991 clauses out of 20050 with flag 985000/985000
542.75/537.59	c cleaning 9996 clauses out of 20059 with flag 995000/995000
551.57/546.35	c cleaning 9996 clauses out of 20063 with flag 1005000/1005000
560.28/555.02	c cleaning 10004 clauses out of 20067 with flag 1015000/1015000
568.60/563.30	c cleaning 10002 clauses out of 20063 with flag 1025000/1025000
576.90/571.62	c cleaning 9997 clauses out of 20062 with flag 1035001/1035001
585.32/580.08	c cleaning 10005 clauses out of 20065 with flag 1045001/1045001
594.32/589.09	c cleaning 10003 clauses out of 20059 with flag 1055000/1055000
602.54/597.22	c cleaning 9997 clauses out of 20057 with flag 1065001/1065001
609.33/604.01	c cleaning 10021 clauses out of 20060 with flag 1075001/1075001
616.47/611.14	c cleaning 10005 clauses out of 20037 with flag 1085000/1085000
623.40/618.01	c cleaning 10007 clauses out of 20032 with flag 1095000/1095000
628.72/623.33	c cleaning 9966 clauses out of 20025 with flag 1105000/1105000
633.93/628.51	c cleaning 10016 clauses out of 20059 with flag 1115000/1115000
639.14/633.78	c cleaning 10014 clauses out of 20043 with flag 1125000/1125000
645.17/639.78	c cleaning 9973 clauses out of 20029 with flag 1135001/1135001
649.70/644.26	c cleaning 9981 clauses out of 20056 with flag 1145001/1145001
654.91/649.49	c cleaning 9996 clauses out of 20075 with flag 1155001/1155001
659.41/653.92	c cleaning 10032 clauses out of 20079 with flag 1165001/1165001
675.47/669.93	c cleaning 9983 clauses out of 20045 with flag 1175000/1175000
682.57/677.08	c cleaning 9983 clauses out of 20062 with flag 1185000/1185000
690.09/684.59	c cleaning 9992 clauses out of 20079 with flag 1195000/1195000
698.20/692.62	c cleaning 10002 clauses out of 20087 with flag 1205000/1205000
704.81/699.27	c cleaning 10029 clauses out of 20084 with flag 1215000/1215000
709.13/703.55	c cleaning 10017 clauses out of 20056 with flag 1225001/1225001
713.63/708.00	c cleaning 10003 clauses out of 20038 with flag 1235000/1235000
718.14/712.52	c cleaning 10006 clauses out of 20035 with flag 1245000/1245000
722.54/716.98	c cleaning 9996 clauses out of 20030 with flag 1255001/1255001
727.54/721.93	c cleaning 10001 clauses out of 20034 with flag 1265001/1265001
732.04/726.40	c cleaning 10012 clauses out of 20034 with flag 1275002/1275002
737.07/731.41	c cleaning 9964 clauses out of 20020 with flag 1285000/1285000
744.20/738.51	c cleaning 9998 clauses out of 20055 with flag 1295002/1295002
748.71/743.07	c cleaning 9996 clauses out of 20055 with flag 1305000/1305000
752.62/746.99	c cleaning 10007 clauses out of 20059 with flag 1315000/1315000
758.33/752.61	c cleaning 9999 clauses out of 20052 with flag 1325000/1325000
763.93/758.25	c cleaning 9993 clauses out of 20053 with flag 1335000/1335000
769.63/763.95	c cleaning 10006 clauses out of 20060 with flag 1345000/1345000
775.34/769.61	c cleaning 10001 clauses out of 20055 with flag 1355001/1355001
781.34/775.63	c cleaning 9993 clauses out of 20053 with flag 1365000/1365000
786.95/781.26	c cleaning 10001 clauses out of 20060 with flag 1375000/1375000
792.56/786.82	c cleaning 9996 clauses out of 20061 with flag 1385002/1385002
798.18/792.48	c cleaning 9995 clauses out of 20064 with flag 1395001/1395001
803.94/798.16	c cleaning 10021 clauses out of 20066 with flag 1405001/1405001
808.65/802.85	c cleaning 9992 clauses out of 20044 with flag 1415000/1415000
813.56/807.73	c cleaning 9991 clauses out of 20054 with flag 1425002/1425002
818.47/812.63	c cleaning 10004 clauses out of 20062 with flag 1435001/1435001
823.47/817.67	c cleaning 9982 clauses out of 20057 with flag 1445000/1445000
828.59/822.72	c cleaning 10003 clauses out of 20075 with flag 1455000/1455000
833.48/827.65	c cleaning 10005 clauses out of 20072 with flag 1465000/1465000
838.79/832.96	c cleaning 10000 clauses out of 20070 with flag 1475003/1475003
843.39/837.58	c cleaning 10002 clauses out of 20069 with flag 1485002/1485002
848.40/842.51	c cleaning 10002 clauses out of 20068 with flag 1495003/1495003
853.20/847.38	c cleaning 10001 clauses out of 20064 with flag 1505001/1505001
858.00/852.17	c cleaning 9996 clauses out of 20064 with flag 1515002/1515002
863.01/857.15	c cleaning 9998 clauses out of 20066 with flag 1525000/1525000
867.13/861.23	c cleaning 9997 clauses out of 20070 with flag 1535002/1535002
872.42/866.54	c cleaning 10003 clauses out of 20071 with flag 1545000/1545000
879.56/873.65	c cleaning 10015 clauses out of 20063 with flag 1555000/1555000
886.68/880.71	c cleaning 10004 clauses out of 20050 with flag 1565002/1565002
893.02/887.02	c cleaning 10012 clauses out of 20045 with flag 1575001/1575001
898.82/892.83	c cleaning 9992 clauses out of 20032 with flag 1585000/1585000
903.22/897.26	c cleaning 9988 clauses out of 20040 with flag 1595001/1595001
905.86/899.82	c cleaning 10004 clauses out of 20050 with flag 1605001/1605001
910.36/904.39	c cleaning 9980 clauses out of 20045 with flag 1615000/1615000
915.70/909.66	c cleaning 9987 clauses out of 20064 with flag 1625000/1625000
921.61/915.50	c cleaning 10025 clauses out of 20075 with flag 1635000/1635000
926.62/920.58	c cleaning 10011 clauses out of 20053 with flag 1645003/1645003
933.73/927.61	c cleaning 9987 clauses out of 20039 with flag 1655000/1655000
939.85/933.76	c cleaning 10006 clauses out of 20055 with flag 1665003/1665003
948.67/942.52	c cleaning 10008 clauses out of 20046 with flag 1675000/1675000
972.12/965.98	c cleaning 9948 clauses out of 20041 with flag 1685003/1685003
992.65/986.41	c cleaning 10009 clauses out of 20091 with flag 1695001/1695001
1008.26/1002.01	c cleaning 9978 clauses out of 20082 with flag 1705001/1705001
1023.67/1017.50	c cleaning 9988 clauses out of 20105 with flag 1715002/1715002
1034.59/1028.35	c cleaning 10012 clauses out of 20114 with flag 1725000/1725000
1040.41/1034.18	c cleaning 10021 clauses out of 20102 with flag 1735000/1735000
1044.52/1038.20	c cleaning 9997 clauses out of 20083 with flag 1745002/1745002
1047.43/1041.19	c cleaning 10004 clauses out of 20085 with flag 1755001/1755001
1052.83/1046.58	c cleaning 10008 clauses out of 20080 with flag 1765000/1765000
1058.66/1052.38	c cleaning 9984 clauses out of 20071 with flag 1775000/1775000
1065.00/1058.69	c cleaning 10002 clauses out of 20083 with flag 1785000/1785000
1067.62/1061.22	c cleaning 10000 clauses out of 20082 with flag 1795001/1795001
1075.04/1068.61	c cleaning 9998 clauses out of 20081 with flag 1805000/1805000
1081.76/1075.37	c cleaning 9976 clauses out of 20083 with flag 1815000/1815000
1087.21/1080.77	c cleaning 9998 clauses out of 20107 with flag 1825001/1825001
1091.82/1085.33	c cleaning 9954 clauses out of 20109 with flag 1835001/1835001
1096.94/1090.42	c cleaning 10044 clauses out of 20154 with flag 1845000/1845000
1101.96/1095.47	c cleaning 10004 clauses out of 20110 with flag 1855000/1855000
1107.87/1101.37	c cleaning 10011 clauses out of 20107 with flag 1865001/1865001
1112.79/1106.29	c cleaning 10027 clauses out of 20095 with flag 1875001/1875001
1117.10/1110.56	c cleaning 10010 clauses out of 20068 with flag 1885001/1885001
1119.21/1112.66	c cleaning 10018 clauses out of 20059 with flag 1895002/1895002
1123.81/1117.21	c cleaning 10010 clauses out of 20040 with flag 1905002/1905002
1128.31/1121.79	c cleaning 10000 clauses out of 20029 with flag 1915001/1915001
1133.04/1126.44	c cleaning 10003 clauses out of 20028 with flag 1925000/1925000
1137.73/1131.14	c cleaning 10000 clauses out of 20026 with flag 1935001/1935001
1142.74/1136.10	c cleaning 9996 clauses out of 20026 with flag 1945001/1945001
1147.15/1140.56	c cleaning 10000 clauses out of 20029 with flag 1955000/1955000
1152.04/1145.41	c cleaning 10003 clauses out of 20030 with flag 1965001/1965001
1158.07/1151.42	c cleaning 9986 clauses out of 20025 with flag 1975001/1975001
1163.98/1157.37	c cleaning 9999 clauses out of 20040 with flag 1985002/1985002
1170.90/1164.24	c cleaning 9983 clauses out of 20039 with flag 1995000/1995000
1178.62/1171.90	c cleaning 9993 clauses out of 20056 with flag 2005000/2005000
1185.33/1178.62	c cleaning 10005 clauses out of 20064 with flag 2015001/2015001
1192.33/1185.61	c cleaning 9995 clauses out of 20058 with flag 2025000/2025000
1199.23/1192.55	c cleaning 10007 clauses out of 20063 with flag 2035000/2035000
1206.03/1199.33	c cleaning 9996 clauses out of 20056 with flag 2045000/2045000
1212.83/1206.16	c cleaning 10002 clauses out of 20060 with flag 2055000/2055000
1219.34/1212.68	c cleaning 10003 clauses out of 20062 with flag 2065004/2065004
1225.17/1218.43	c cleaning 9993 clauses out of 20056 with flag 2075001/2075001
1230.61/1223.80	c cleaning 9983 clauses out of 20062 with flag 2085000/2085000
1235.82/1229.08	c cleaning 9995 clauses out of 20080 with flag 2095001/2095001
1241.12/1234.33	c cleaning 9999 clauses out of 20084 with flag 2105000/2105000
1246.54/1239.75	c cleaning 9993 clauses out of 20086 with flag 2115001/2115001
1251.96/1245.11	c cleaning 9997 clauses out of 20092 with flag 2125000/2125000
1257.25/1250.48	c cleaning 10003 clauses out of 20097 with flag 2135002/2135002
1262.76/1255.91	c cleaning 9994 clauses out of 20092 with flag 2145000/2145000
1268.56/1261.73	c cleaning 10002 clauses out of 20098 with flag 2155000/2155000
1274.36/1267.50	c cleaning 9997 clauses out of 20097 with flag 2165001/2165001
1280.17/1273.37	c cleaning 10006 clauses out of 20100 with flag 2175001/2175001
1285.67/1278.89	c cleaning 9998 clauses out of 20096 with flag 2185003/2185003
1291.48/1284.65	c cleaning 9999 clauses out of 20095 with flag 2195000/2195000
1297.28/1290.49	c cleaning 9997 clauses out of 20096 with flag 2205000/2205000
1302.99/1296.14	c cleaning 9994 clauses out of 20099 with flag 2215000/2215000
1308.10/1301.26	c cleaning 10029 clauses out of 20105 with flag 2225000/2225000
1324.06/1317.14	c cleaning 9989 clauses out of 20076 with flag 2235000/2235000
1336.36/1329.47	c cleaning 9971 clauses out of 20087 with flag 2245000/2245000
1343.06/1336.20	c cleaning 10012 clauses out of 20116 with flag 2255000/2255000
1355.88/1348.97	c cleaning 10017 clauses out of 20104 with flag 2265000/2265000
1377.40/1370.50	c cleaning 9995 clauses out of 20088 with flag 2275001/2275001
1399.63/1392.65	c cleaning 9996 clauses out of 20093 with flag 2285001/2285001
1420.34/1413.34	c cleaning 9984 clauses out of 20096 with flag 2295000/2295000
1445.66/1438.67	c cleaning 9963 clauses out of 20113 with flag 2305001/2305001
1473.38/1466.32	c cleaning 9998 clauses out of 20150 with flag 2315001/2315001
1499.30/1492.29	c cleaning 9993 clauses out of 20154 with flag 2325003/2325003
1524.01/1516.97	c cleaning 10000 clauses out of 20158 with flag 2335000/2335000
1551.23/1544.12	c cleaning 10002 clauses out of 20158 with flag 2345000/2345000
1572.25/1565.16	c cleaning 10052 clauses out of 20156 with flag 2355000/2355000
1591.97/1584.81	c cleaning 9991 clauses out of 20104 with flag 2365000/2365000
1613.21/1606.06	c cleaning 10006 clauses out of 20114 with flag 2375001/2375001
1635.01/1627.84	c cleaning 10008 clauses out of 20107 with flag 2385000/2385000
1655.64/1648.47	c cleaning 10006 clauses out of 20100 with flag 2395001/2395001
1678.06/1670.88	c cleaning 10001 clauses out of 20093 with flag 2405000/2405000
1699.67/1692.45	c cleaning 9984 clauses out of 20092 with flag 2415000/2415000
1720.48/1713.24	c cleaning 10002 clauses out of 20108 with flag 2425000/2425000
1742.81/1735.52	c cleaning 9993 clauses out of 20106 with flag 2435000/2435000
1754.64/1747.33	c cleaning 10045 clauses out of 20113 with flag 2445000/2445000
1761.57/1754.27	c cleaning 9981 clauses out of 20069 with flag 2455002/2455002
1766.57/1759.21	c cleaning 10020 clauses out of 20087 with flag 2465001/2465001
1774.80/1767.49	c cleaning 9995 clauses out of 20067 with flag 2475001/2475001
1781.52/1774.17	c cleaning 10005 clauses out of 20070 with flag 2485000/2485000
1787.54/1780.12	c cleaning 10005 clauses out of 20065 with flag 2495000/2495000
1792.68/1785.27	c cleaning 10020 clauses out of 20061 with flag 2505001/2505001
1797.48/1790.05	c cleaning 10009 clauses out of 20042 with flag 2515002/2515002
1800.09/1792.61	c starts		: 225
1800.09/1792.61	c conflicts		: 2521290
1800.09/1792.61	c decisions		: 8022995
1800.09/1792.61	c propagations		: 134256144
1800.09/1792.61	c inspects		: 857760601
1800.09/1792.61	c learnt literals	: 232
1800.09/1792.61	c learnt binary clauses	: 690
1800.09/1792.61	c learnt ternary clauses	: 456
1800.09/1792.61	c learnt clauses	: 2521057
1800.09/1792.61	c ignored clauses	: 0
1800.09/1792.61	c root simplifications	: 0
1800.09/1792.61	c removed literals (reason simplification)	: 106743941
1800.09/1792.61	c reason swapping (by a shorter reason)	: 0
1800.09/1792.61	c Calls to reduceDB	: 253
1800.09/1792.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.61	c number of learned constraints concerned by reduction	: 0
1800.09/1792.62	c number of learning phase by resolution	: 0
1800.09/1792.62	c number of learning phase by cutting planes	: 0
1800.09/1792.62	c speed (assignments/second)	: 75018.85527303937
1800.09/1792.62	c non guided choices	3953112
1800.09/1792.64	c learnt constraints type 
1800.09/1792.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15669
1800.09/1792.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 690
1800.09/1792.64	c constraints type 
1800.09/1792.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.09/1792.64	s UNKNOWN
1800.09/1792.64	c Total wall clock time (in seconds): 1792.438

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-2658801-1276541037/watcher-2658801-1276541037 -o /tmp/evaluation-result-2658801-1276541037/solver-2658801-1276541037 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658801-1276541037.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 1.02 1.00 3/106 30747
/proc/meminfo: memFree=1840956/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=244 CPUtime=0
/proc/30747/stat : 30747 (java) R 30745 30747 30396 0 -1 4194304 272 0 0 0 0 0 0 0 19 0 1 0 29705140 249856 18 1992294400 134512640 134550932 4290831856 18446744073709551615 2256263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30747/statm: 62 25 18 10 0 23 0

[startup+0.035947 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 30747
/proc/meminfo: memFree=1840956/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1520176 CPUtime=0.02
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 3114 0 1 0 1 1 0 0 18 0 4 0 29705140 1556660224 2557 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 380044 2557 796 10 0 377354 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520176

[startup+0.101954 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 30747
/proc/meminfo: memFree=1840956/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1524184 CPUtime=0.08
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 3964 0 1 0 7 1 0 0 18 0 12 0 29705140 1560764416 3403 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300113 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 30747
/proc/meminfo: memFree=1840956/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1526372 CPUtime=0.38
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 5903 0 1 0 36 2 0 0 18 0 12 0 29705140 1563004928 5340 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 381593 5340 1364 10 0 378895 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526372

[startup+0.701103 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 30747
/proc/meminfo: memFree=1840956/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1527488 CPUtime=1.07
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 10287 0 1 0 103 4 0 0 18 0 12 0 29705140 1564147712 9635 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 381872 9635 1400 10 0 379174 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527488

[startup+1.50008 s]
/proc/loadavg: 1.21 1.07 1.01 4/118 30759
/proc/meminfo: memFree=1788720/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1541724 CPUtime=2.65
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 28203 0 1 0 252 13 0 0 18 0 12 0 29705140 1578725376 26497 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385431 26497 1406 10 0 382733 0
[pid=30747/tid=30749] ppid=30745 vsize=1541724 CPUtime=1.47
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 21688 0 1 0 137 10 0 0 18 0 12 0 29705142 1578725376 26497 1992294400 134512640 134550932 4290831856 18446744073709551615 4109318556 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 29705143 1578725376 26497 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 29705143 1578725376 26498 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 29705145 1578725376 26501 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 29705146 1578725376 26501 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29705146 1578725376 26501 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29705150 1578725376 26501 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541724 CPUtime=0.67
/proc/30747/task/30756/stat : 30756 (java) R 30745 30747 30396 0 -1 4202560 4531 0 0 0 66 1 0 0 25 0 12 0 29705150 1578725376 26501 1992294400 134512640 134550932 4290831856 18446744073709551615 106251818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541724 CPUtime=0.48
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 921 0 0 0 48 0 0 0 25 0 12 0 29705150 1578725376 26502 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29705150 1578725376 26503 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541724 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29705150 1578725376 26504 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1541724

[startup+3.10104 s]
/proc/loadavg: 1.21 1.07 1.01 3/118 30759
/proc/meminfo: memFree=1674640/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1540840 CPUtime=4.72
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 47349 0 1 0 451 21 0 0 18 0 12 0 29705140 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385210 43612 1428 10 0 382512 0
[pid=30747/tid=30749] ppid=30745 vsize=1540840 CPUtime=2.93
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32036 0 1 0 278 15 0 0 18 0 12 0 29705142 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4108894885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1540840 CPUtime=0.12
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 3971 0 0 0 11 1 0 0 18 0 12 0 29705143 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1540840 CPUtime=0.11
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 3029 0 0 0 10 1 0 0 18 0 12 0 29705143 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1540840 CPUtime=0
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 29705145 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1540840 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29705146 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1540840 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29705146 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1540840 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29705150 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1540840 CPUtime=1.02
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6321 0 0 0 100 2 0 0 16 0 12 0 29705150 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1540840 CPUtime=0.49
/proc/30747/task/30757/stat : 30757 (java) R 30745 30747 30396 0 -1 4202560 921 0 0 0 49 0 0 0 17 0 12 0 29705150 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 103861487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1540840 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29705150 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1540840 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29705150 1577820160 43612 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1540840

[startup+6.30096 s]
/proc/loadavg: 1.21 1.07 1.01 2/119 30760
/proc/meminfo: memFree=1629000/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1540596 CPUtime=9.18
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 58749 0 1 0 893 25 0 0 18 0 13 0 29705140 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385149 53912 1440 10 0 382451 0
[pid=30747/tid=30749] ppid=30745 vsize=1540596 CPUtime=5.8
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32053 0 1 0 565 15 0 0 21 0 13 0 29705142 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4109612392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1540596 CPUtime=0.31
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 10343 0 0 0 28 3 0 0 18 0 13 0 29705143 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1540596 CPUtime=0.29
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 7376 0 0 0 27 2 0 0 18 0 13 0 29705143 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 29705145 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1540596 CPUtime=1.83
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6416 0 0 0 181 2 0 0 16 0 13 0 29705150 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1540596 CPUtime=0.9
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1486 0 0 0 90 0 0 0 16 0 13 0 29705150 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29705150 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1577570304 53912 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1540596

[startup+12.7018 s]
/proc/loadavg: 1.18 1.06 1.01 2/119 30760
/proc/meminfo: memFree=1624908/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1541620 CPUtime=15.84
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 59918 0 1 0 1557 27 0 0 18 0 13 0 29705140 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385405 55049 1440 10 0 382707 0
[pid=30747/tid=30749] ppid=30745 vsize=1541620 CPUtime=11.93
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32061 0 1 0 1178 15 0 0 25 0 13 0 29705142 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4109612302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541620 CPUtime=0.52
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 11226 0 0 0 49 3 0 0 18 0 13 0 29705143 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541620 CPUtime=0.52
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 7554 0 0 0 49 3 0 0 18 0 13 0 29705143 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29705145 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541620 CPUtime=1.85
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6416 0 0 0 183 2 0 0 15 0 13 0 29705150 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541620 CPUtime=0.95
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1586 0 0 0 95 0 0 0 15 0 13 0 29705150 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29705150 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1578618880 55049 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 1541620

[startup+25.5023 s]
/proc/loadavg: 1.15 1.06 1.01 2/119 30760
/proc/meminfo: memFree=1601844/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1540596 CPUtime=28.95
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 66692 0 1 0 2864 31 0 0 18 0 13 0 29705140 1577570304 60836 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385149 60836 1445 10 0 382451 0
[pid=30747/tid=30749] ppid=30745 vsize=1540596 CPUtime=23.6
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32072 0 1 0 2345 15 0 0 25 0 13 0 29705142 1577570304 60836 1992294400 134512640 134550932 4290831856 18446744073709551615 4109712926 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1540596 CPUtime=0.79
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 14151 0 0 0 74 5 0 0 15 0 13 0 29705143 1577570304 60836 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1540596 CPUtime=0.79
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 10921 0 0 0 74 5 0 0 16 0 13 0 29705143 1577570304 60836 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1540596 CPUtime=0.77
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 447 0 0 0 77 0 0 0 15 0 13 0 29705145 1577570304 60836 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1540596 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1577570304 60836 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1540596 CPUtime=0

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

[pid=30747] ppid=30745 vsize=1541620 CPUtime=1609.5
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 136718 0 1 0 160859 91 0 0 18 0 13 0 29705140 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385405 72188 1445 10 0 382707 0
[pid=30747/tid=30749] ppid=30745 vsize=1541620 CPUtime=1522.94
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32537 0 1 0 152266 28 0 0 25 0 13 0 29705142 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4109612748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541620 CPUtime=5.69
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 20577 0 0 0 554 15 0 0 15 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541620 CPUtime=5.66
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 17156 0 0 0 549 17 0 0 16 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541620 CPUtime=72.08
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 56953 0 0 0 7183 25 0 0 15 0 13 0 29705145 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541620 CPUtime=1.94
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6422 0 0 0 192 2 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541620 CPUtime=1.1
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1914 0 0 0 110 0 0 0 16 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.5
Current children cumulated vsize (KiB) 1541620

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30813
/proc/meminfo: memFree=1552740/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1541620 CPUtime=1669.55
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 138661 0 1 0 166863 92 0 0 18 0 13 0 29705140 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385405 72188 1445 10 0 382707 0
[pid=30747/tid=30749] ppid=30745 vsize=1541620 CPUtime=1581.77
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32549 0 1 0 158149 28 0 0 25 0 13 0 29705142 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4109647963 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541620 CPUtime=5.79
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 20577 0 0 0 564 15 0 0 16 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541620 CPUtime=5.76
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 17156 0 0 0 559 17 0 0 15 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541620 CPUtime=73.11
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 58880 0 0 0 7285 26 0 0 15 0 13 0 29705145 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541620 CPUtime=1.94
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6422 0 0 0 192 2 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541620 CPUtime=1.1
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1914 0 0 0 110 0 0 0 16 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.55
Current children cumulated vsize (KiB) 1541620

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30815
/proc/meminfo: memFree=1552616/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1541620 CPUtime=1729.59
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 140602 0 1 0 172865 94 0 0 18 0 13 0 29705140 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385405 72188 1445 10 0 382707 0
[pid=30747/tid=30749] ppid=30745 vsize=1541620 CPUtime=1640.59
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32561 0 1 0 164030 29 0 0 25 0 13 0 29705142 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4109613139 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541620 CPUtime=5.88
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 20577 0 0 0 573 15 0 0 16 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541620 CPUtime=5.85
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 17156 0 0 0 568 17 0 0 15 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541620 CPUtime=74.16
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 60805 0 0 0 7389 27 0 0 15 0 13 0 29705145 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541620 CPUtime=1.94
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6422 0 0 0 192 2 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541620 CPUtime=1.1
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1914 0 0 0 110 0 0 0 16 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.59
Current children cumulated vsize (KiB) 1541620

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30817
/proc/meminfo: memFree=1552492/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1541620 CPUtime=1789.74
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 143187 0 1 0 178879 95 0 0 18 0 13 0 29705140 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385405 72188 1445 10 0 382707 0
[pid=30747/tid=30749] ppid=30745 vsize=1541620 CPUtime=1698.02
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32576 0 1 0 169773 29 0 0 25 0 13 0 29705142 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4109612348 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541620 CPUtime=6.09
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 20577 0 0 0 594 15 0 0 16 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541620 CPUtime=6.06
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 17156 0 0 0 588 18 0 0 15 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541620 CPUtime=76.45
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 63373 0 0 0 7617 28 0 0 15 0 13 0 29705145 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541620 CPUtime=1.94
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6422 0 0 0 192 2 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541620 CPUtime=1.1
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1914 0 0 0 110 0 0 0 16 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.74
Current children cumulated vsize (KiB) 1541620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30817
/proc/meminfo: memFree=1552492/2059040 swapFree=4136080/4192956
[pid=30747] ppid=30745 vsize=1541620 CPUtime=1800.09
/proc/30747/stat : 30747 (java) S 30745 30747 30396 0 -1 4202496 143194 0 1 0 179913 96 0 0 18 0 13 0 29705140 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30747/statm: 385405 72188 1445 10 0 382707 0
[pid=30747/tid=30749] ppid=30745 vsize=1541620 CPUtime=1707.58
/proc/30747/task/30749/stat : 30749 (java) R 30745 30747 30396 0 -1 4202560 32579 0 1 0 170729 29 0 0 25 0 13 0 29705142 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4109614049 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30747/tid=30750] ppid=30745 vsize=1541620 CPUtime=6.14
/proc/30747/task/30750/stat : 30750 (java) S 30745 30747 30396 0 -1 4202560 20577 0 0 0 599 15 0 0 15 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30751] ppid=30745 vsize=1541620 CPUtime=6.11
/proc/30747/task/30751/stat : 30751 (java) S 30745 30747 30396 0 -1 4202560 17156 0 0 0 593 18 0 0 16 0 13 0 29705143 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30752] ppid=30745 vsize=1541620 CPUtime=77.15
/proc/30747/task/30752/stat : 30752 (java) S 30745 30747 30396 0 -1 4202560 63375 0 0 0 7687 28 0 0 15 0 13 0 29705145 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30753] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30753/stat : 30753 (java) S 30745 30747 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30754] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30754/stat : 30754 (java) S 30745 30747 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29705146 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30755] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30755/stat : 30755 (java) S 30745 30747 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30756] ppid=30745 vsize=1541620 CPUtime=1.94
/proc/30747/task/30756/stat : 30756 (java) S 30745 30747 30396 0 -1 4202560 6422 0 0 0 192 2 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30757] ppid=30745 vsize=1541620 CPUtime=1.1
/proc/30747/task/30757/stat : 30757 (java) S 30745 30747 30396 0 -1 4202560 1914 0 0 0 110 0 0 0 16 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=30747/tid=30758] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30758/stat : 30758 (java) S 30745 30747 30396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30759] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30759/stat : 30759 (java) S 30745 30747 30396 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 29705150 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=30747/tid=30760] ppid=30745 vsize=1541620 CPUtime=0
/proc/30747/task/30760/stat : 30760 (java) S 30745 30747 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29705525 1578618880 72188 1992294400 134512640 134550932 4290831856 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1541620

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): 1792.71
CPU time (s): 1800.26
CPU user time (s): 1799.26
CPU system time (s): 0.994848
CPU usage (%): 100.421
Max. virtual memory (cumulated for all children) (KiB): 1544184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.994848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143344
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= 42425
involuntary context switches= 18585

runsolver used 3.73343 second user time and 9.60354 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 20:43:58
IDJOB=2658801
IDBENCH=2367
IDSOLVER=1164
FILE ID=node014/2658801-1276541037
PBS_JOBID= 11173468
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658801-1276541037/watcher-2658801-1276541037 -o /tmp/evaluation-result-2658801-1276541037/solver-2658801-1276541037 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658801-1276541037.opb

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

MD5SUM BENCH= 1a4e4bfb1c77b43166d46bacbe01c892
RANDOM SEED=430875022

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:       1841228 kB
Buffers:         24896 kB
Cached:         105532 kB
SwapCached:      11452 kB
Active:          75264 kB
Inactive:        69580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841228 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:            4724 kB
Writeback:           0 kB
AnonPages:       11508 kB
Mapped:           9248 kB
Slab:            51060 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181576 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= 62500 MiB
End job on node014 at 2010-06-14 21:13:52