Trace number 2659302

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.15 1795.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
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 benchmark3.36849
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 constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2659302-1276695574.opb
0.09/0.20	c reading problem ... 
0.58/0.41	c ... done. Wall clock time 0.209s.
0.58/0.41	c #vars     370
0.58/0.41	c #constraints  557
0.58/0.41	c constraints type 
0.58/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.58/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.58/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.58/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
3.76/2.47	c cleaning 2501 clauses out of 5001 with flag 5001/5001
5.27/3.87	c cleaning 4247 clauses out of 8500 with flag 11001/11001
7.08/5.66	c cleaning 5627 clauses out of 11253 with flag 18001/18001
9.53/8.06	c cleaning 6812 clauses out of 13627 with flag 26002/26002
12.68/11.14	c cleaning 7907 clauses out of 15813 with flag 35000/35000
16.99/15.49	c cleaning 8950 clauses out of 17906 with flag 45000/45000
22.49/20.97	c cleaning 9476 clauses out of 18957 with flag 55001/55001
26.91/25.31	c cleaning 9740 clauses out of 19480 with flag 65000/65000
31.22/29.65	c cleaning 9867 clauses out of 19741 with flag 75001/75001
35.92/34.32	c cleaning 9935 clauses out of 19876 with flag 85003/85003
41.04/39.46	c cleaning 9968 clauses out of 19938 with flag 95000/95000
47.24/45.60	c cleaning 9967 clauses out of 19970 with flag 105000/105000
52.28/50.61	c cleaning 9997 clauses out of 20003 with flag 115000/115000
57.57/55.94	c cleaning 10003 clauses out of 20006 with flag 125000/125000
63.09/61.43	c cleaning 10001 clauses out of 20003 with flag 135000/135000
69.60/67.97	c cleaning 10001 clauses out of 20003 with flag 145001/145001
76.00/74.35	c cleaning 9998 clauses out of 20001 with flag 155000/155000
82.82/81.12	c cleaning 9990 clauses out of 20003 with flag 165000/165000
90.16/88.46	c cleaning 10002 clauses out of 20014 with flag 175001/175001
94.68/92.93	c cleaning 10003 clauses out of 20011 with flag 185000/185000
99.09/97.37	c cleaning 9999 clauses out of 20011 with flag 195003/195003
103.81/102.01	c cleaning 9997 clauses out of 20009 with flag 205000/205000
108.02/106.21	c cleaning 10001 clauses out of 20014 with flag 215002/215002
112.53/110.78	c cleaning 9998 clauses out of 20011 with flag 225000/225000
116.95/115.17	c cleaning 10001 clauses out of 20013 with flag 235000/235000
121.66/119.84	c cleaning 10002 clauses out of 20016 with flag 245004/245004
126.38/124.51	c cleaning 10002 clauses out of 20012 with flag 255002/255002
131.60/129.79	c cleaning 9989 clauses out of 20010 with flag 265002/265002
137.29/135.49	c cleaning 10001 clauses out of 20021 with flag 275002/275002
142.40/140.50	c cleaning 10000 clauses out of 20018 with flag 285000/285000
145.81/143.92	c cleaning 10006 clauses out of 20021 with flag 295003/295003
149.11/147.21	c cleaning 10000 clauses out of 20012 with flag 305000/305000
152.82/150.98	c cleaning 10001 clauses out of 20012 with flag 315000/315000
156.83/154.97	c cleaning 10001 clauses out of 20012 with flag 325001/325001
160.95/159.00	c cleaning 9999 clauses out of 20010 with flag 335000/335000
165.46/163.50	c cleaning 9993 clauses out of 20013 with flag 345002/345002
169.47/167.53	c cleaning 10006 clauses out of 20022 with flag 355004/355004
173.98/172.06	c cleaning 9999 clauses out of 20013 with flag 365001/365001
178.39/176.44	c cleaning 10002 clauses out of 20014 with flag 375001/375001
182.90/180.90	c cleaning 9998 clauses out of 20011 with flag 385000/385000
188.01/186.04	c cleaning 9991 clauses out of 20013 with flag 395000/395000
192.92/190.92	c cleaning 10006 clauses out of 20022 with flag 405000/405000
197.74/195.76	c cleaning 9996 clauses out of 20016 with flag 415000/415000
201.76/199.76	c cleaning 10001 clauses out of 20020 with flag 425000/425000
206.06/204.04	c cleaning 10001 clauses out of 20020 with flag 435001/435001
210.47/208.43	c cleaning 10004 clauses out of 20019 with flag 445001/445001
214.88/212.87	c cleaning 9998 clauses out of 20015 with flag 455001/455001
219.08/217.08	c cleaning 9997 clauses out of 20016 with flag 465000/465000
223.08/221.04	c cleaning 10002 clauses out of 20019 with flag 475000/475000
227.28/225.23	c cleaning 10000 clauses out of 20017 with flag 485000/485000
231.40/229.39	c cleaning 10004 clauses out of 20017 with flag 495000/495000
235.84/233.72	c cleaning 10001 clauses out of 20014 with flag 505001/505001
240.34/238.28	c cleaning 9996 clauses out of 20013 with flag 515001/515001
245.16/243.04	c cleaning 10002 clauses out of 20016 with flag 525000/525000
249.95/247.87	c cleaning 10001 clauses out of 20015 with flag 535001/535001
254.87/252.72	c cleaning 10003 clauses out of 20016 with flag 545003/545003
260.38/258.28	c cleaning 10002 clauses out of 20011 with flag 555001/555001
266.10/263.91	c cleaning 9999 clauses out of 20008 with flag 565000/565000
271.10/268.95	c cleaning 9990 clauses out of 20009 with flag 575000/575000
275.71/273.53	c cleaning 10005 clauses out of 20022 with flag 585003/585003
281.13/278.93	c cleaning 9996 clauses out of 20019 with flag 595005/595005
286.34/284.16	c cleaning 10007 clauses out of 20022 with flag 605004/605004
291.15/288.99	c cleaning 10001 clauses out of 20011 with flag 615000/615000
296.46/294.20	c cleaning 9999 clauses out of 20010 with flag 625000/625000
301.37/299.17	c cleaning 10001 clauses out of 20011 with flag 635000/635000
306.27/304.06	c cleaning 10004 clauses out of 20015 with flag 645005/645005
311.68/309.41	c cleaning 9999 clauses out of 20007 with flag 655001/655001
317.10/314.84	c cleaning 9997 clauses out of 20008 with flag 665001/665001
322.80/320.56	c cleaning 10000 clauses out of 20011 with flag 675001/675001
328.41/326.19	c cleaning 10002 clauses out of 20011 with flag 685001/685001
333.72/331.43	c cleaning 9999 clauses out of 20008 with flag 695000/695000
338.53/336.26	c cleaning 10000 clauses out of 20010 with flag 705001/705001
344.24/341.95	c cleaning 10001 clauses out of 20009 with flag 715000/715000
349.44/347.12	c cleaning 9999 clauses out of 20009 with flag 725001/725001
355.20/352.81	c cleaning 9998 clauses out of 20010 with flag 735001/735001
360.20/357.90	c cleaning 10002 clauses out of 20011 with flag 745000/745000
365.90/363.50	c cleaning 10000 clauses out of 20011 with flag 755002/755002
371.92/369.58	c cleaning 10001 clauses out of 20011 with flag 765002/765002
377.72/375.36	c cleaning 10000 clauses out of 20008 with flag 775000/775000
382.82/380.43	c cleaning 9995 clauses out of 20010 with flag 785002/785002
388.13/385.73	c cleaning 9999 clauses out of 20014 with flag 795001/795001
393.63/391.22	c cleaning 9999 clauses out of 20014 with flag 805000/805000
399.13/396.70	c cleaning 10001 clauses out of 20015 with flag 815000/815000
405.14/402.74	c cleaning 10002 clauses out of 20014 with flag 825000/825000
410.25/407.81	c cleaning 9997 clauses out of 20012 with flag 835000/835000
415.85/413.42	c cleaning 10003 clauses out of 20016 with flag 845001/845001
421.26/418.80	c cleaning 9999 clauses out of 20012 with flag 855000/855000
427.17/424.78	c cleaning 10000 clauses out of 20016 with flag 865003/865003
432.38/430.00	c cleaning 9998 clauses out of 20013 with flag 875000/875000
437.69/435.20	c cleaning 10001 clauses out of 20015 with flag 885000/885000
442.59/440.14	c cleaning 9999 clauses out of 20014 with flag 895000/895000
447.40/444.93	c cleaning 10003 clauses out of 20016 with flag 905001/905001
452.01/449.55	c cleaning 10000 clauses out of 20013 with flag 915001/915001
457.12/454.64	c cleaning 10004 clauses out of 20013 with flag 925001/925001
462.33/459.86	c cleaning 9996 clauses out of 20008 with flag 935000/935000
468.23/465.79	c cleaning 10001 clauses out of 20012 with flag 945000/945000
472.74/470.28	c cleaning 9997 clauses out of 20013 with flag 955002/955002
477.25/474.78	c cleaning 10002 clauses out of 20015 with flag 965001/965001
482.07/479.51	c cleaning 9991 clauses out of 20012 with flag 975000/975000
486.98/484.47	c cleaning 10006 clauses out of 20023 with flag 985002/985002
492.09/489.54	c cleaning 10005 clauses out of 20015 with flag 995000/995000
497.50/494.96	c cleaning 10000 clauses out of 20011 with flag 1005001/1005001
502.19/499.60	c cleaning 9998 clauses out of 20012 with flag 1015002/1015002
507.30/504.73	c cleaning 10003 clauses out of 20016 with flag 1025004/1025004
512.31/509.71	c cleaning 9998 clauses out of 20010 with flag 1035001/1035001
516.92/514.36	c cleaning 9997 clauses out of 20011 with flag 1045000/1045000
522.63/520.04	c cleaning 10004 clauses out of 20015 with flag 1055001/1055001
528.33/525.71	c cleaning 10000 clauses out of 20011 with flag 1065001/1065001
534.24/531.60	c cleaning 9994 clauses out of 20010 with flag 1075000/1075000
539.65/537.08	c cleaning 10006 clauses out of 20017 with flag 1085001/1085001
546.07/543.49	c cleaning 9999 clauses out of 20010 with flag 1095000/1095000
551.37/548.70	c cleaning 10000 clauses out of 20012 with flag 1105001/1105001
556.58/553.92	c cleaning 10001 clauses out of 20013 with flag 1115002/1115002
561.70/559.00	c cleaning 10002 clauses out of 20013 with flag 1125003/1125003
566.71/564.08	c cleaning 9999 clauses out of 20009 with flag 1135001/1135001
572.32/569.63	c cleaning 10000 clauses out of 20010 with flag 1145001/1145001
578.32/575.60	c cleaning 9999 clauses out of 20011 with flag 1155002/1155002
584.24/581.52	c cleaning 9997 clauses out of 20011 with flag 1165001/1165001
590.15/587.45	c cleaning 10002 clauses out of 20014 with flag 1175001/1175001
594.86/592.13	c cleaning 10004 clauses out of 20015 with flag 1185004/1185004
599.37/596.67	c cleaning 9995 clauses out of 20009 with flag 1195002/1195002
604.08/601.33	c cleaning 10002 clauses out of 20014 with flag 1205002/1205002
608.28/605.57	c cleaning 9997 clauses out of 20011 with flag 1215001/1215001
612.69/609.96	c cleaning 10000 clauses out of 20013 with flag 1225000/1225000
617.79/615.01	c cleaning 10006 clauses out of 20022 with flag 1235009/1235009
622.31/619.51	c cleaning 9999 clauses out of 20007 with flag 1245000/1245000
626.91/624.16	c cleaning 10000 clauses out of 20010 with flag 1255002/1255002
631.42/628.61	c cleaning 9995 clauses out of 20008 with flag 1265000/1265000
635.93/633.18	c cleaning 9993 clauses out of 20013 with flag 1275000/1275000
640.94/638.17	c cleaning 10005 clauses out of 20020 with flag 1285000/1285000
646.14/643.37	c cleaning 10002 clauses out of 20016 with flag 1295001/1295001
651.05/648.20	c cleaning 10000 clauses out of 20014 with flag 1305001/1305001
655.67/652.85	c cleaning 10000 clauses out of 20013 with flag 1315000/1315000
660.17/657.32	c cleaning 10003 clauses out of 20016 with flag 1325003/1325003
664.50/661.65	c cleaning 9994 clauses out of 20010 with flag 1335000/1335000
669.61/666.75	c cleaning 9999 clauses out of 20017 with flag 1345001/1345001
673.93/671.04	c cleaning 10003 clauses out of 20019 with flag 1355002/1355002
678.12/675.25	c cleaning 10002 clauses out of 20016 with flag 1365002/1365002
682.22/679.36	c cleaning 10002 clauses out of 20016 with flag 1375004/1375004
686.44/683.50	c cleaning 10001 clauses out of 20016 with flag 1385006/1385006
690.55/687.68	c cleaning 9994 clauses out of 20009 with flag 1395000/1395000
694.66/691.74	c cleaning 9994 clauses out of 20015 with flag 1405000/1405000
699.28/696.38	c cleaning 10006 clauses out of 20021 with flag 1415000/1415000
704.18/701.20	c cleaning 10002 clauses out of 20016 with flag 1425001/1425001
708.40/705.44	c cleaning 10001 clauses out of 20015 with flag 1435002/1435002
712.81/709.81	c cleaning 10000 clauses out of 20012 with flag 1445000/1445000
717.12/714.10	c cleaning 10001 clauses out of 20012 with flag 1455000/1455000
721.33/718.33	c cleaning 10004 clauses out of 20013 with flag 1465002/1465002
725.93/722.96	c cleaning 10001 clauses out of 20009 with flag 1475002/1475002
730.54/727.52	c cleaning 9994 clauses out of 20007 with flag 1485001/1485001
734.85/731.85	c cleaning 10001 clauses out of 20013 with flag 1495001/1495001
739.26/736.28	c cleaning 10000 clauses out of 20011 with flag 1505000/1505000
743.76/740.75	c cleaning 10001 clauses out of 20011 with flag 1515000/1515000
748.47/745.46	c cleaning 10004 clauses out of 20015 with flag 1525005/1525005
753.68/750.63	c cleaning 9993 clauses out of 20006 with flag 1535000/1535000
758.29/755.24	c cleaning 9990 clauses out of 20013 with flag 1545000/1545000
762.71/759.63	c cleaning 9999 clauses out of 20023 with flag 1555000/1555000
767.01/763.92	c cleaning 10007 clauses out of 20026 with flag 1565002/1565002
771.52/768.49	c cleaning 10001 clauses out of 20018 with flag 1575001/1575001
775.93/772.84	c cleaning 9999 clauses out of 20016 with flag 1585000/1585000
780.03/776.95	c cleaning 10001 clauses out of 20017 with flag 1595000/1595000
784.74/781.60	c cleaning 10007 clauses out of 20017 with flag 1605001/1605001
789.56/786.42	c cleaning 10000 clauses out of 20012 with flag 1615003/1615003
795.06/791.99	c cleaning 9991 clauses out of 20009 with flag 1625000/1625000
799.58/796.43	c cleaning 10003 clauses out of 20020 with flag 1635002/1635002
803.47/800.39	c cleaning 10004 clauses out of 20016 with flag 1645001/1645001
807.78/804.69	c cleaning 9999 clauses out of 20013 with flag 1655002/1655002
812.30/809.13	c cleaning 10004 clauses out of 20018 with flag 1665006/1665006
817.11/813.95	c cleaning 10000 clauses out of 20008 with flag 1675000/1675000
822.00/818.83	c cleaning 9999 clauses out of 20008 with flag 1685000/1685000
826.71/823.59	c cleaning 10000 clauses out of 20009 with flag 1695000/1695000
831.72/828.50	c cleaning 9999 clauses out of 20009 with flag 1705000/1705000
836.13/832.94	c cleaning 9997 clauses out of 20010 with flag 1715000/1715000
840.14/836.96	c cleaning 9999 clauses out of 20014 with flag 1725001/1725001
844.35/841.15	c cleaning 10000 clauses out of 20016 with flag 1735002/1735002
848.56/845.30	c cleaning 10001 clauses out of 20015 with flag 1745001/1745001
852.67/849.46	c cleaning 9996 clauses out of 20014 with flag 1755001/1755001
856.98/853.78	c cleaning 10005 clauses out of 20018 with flag 1765001/1765001
861.59/858.31	c cleaning 10002 clauses out of 20012 with flag 1775000/1775000
866.19/862.93	c cleaning 10000 clauses out of 20010 with flag 1785000/1785000
870.90/867.67	c cleaning 10001 clauses out of 20012 with flag 1795002/1795002
876.21/872.96	c cleaning 10002 clauses out of 20011 with flag 1805002/1805002
882.13/878.85	c cleaning 10002 clauses out of 20007 with flag 1815000/1815000
886.44/883.12	c cleaning 9998 clauses out of 20005 with flag 1825000/1825000
890.64/887.39	c cleaning 10001 clauses out of 20008 with flag 1835001/1835001
895.15/891.82	c cleaning 9998 clauses out of 20006 with flag 1845000/1845000
899.77/896.45	c cleaning 9999 clauses out of 20010 with flag 1855002/1855002
904.28/900.95	c cleaning 9999 clauses out of 20012 with flag 1865003/1865003
908.68/905.38	c cleaning 10000 clauses out of 20010 with flag 1875000/1875000
913.68/910.32	c cleaning 10001 clauses out of 20010 with flag 1885000/1885000
918.29/914.99	c cleaning 10002 clauses out of 20010 with flag 1895001/1895001
923.51/920.17	c cleaning 9998 clauses out of 20008 with flag 1905001/1905001
928.22/924.83	c cleaning 10000 clauses out of 20010 with flag 1915001/1915001
932.73/929.32	c cleaning 9998 clauses out of 20009 with flag 1925000/1925000
937.14/933.75	c cleaning 9995 clauses out of 20011 with flag 1935000/1935000
941.86/938.44	c cleaning 9994 clauses out of 20018 with flag 1945002/1945002
946.56/943.14	c cleaning 10006 clauses out of 20023 with flag 1955001/1955001
951.47/948.05	c cleaning 10001 clauses out of 20016 with flag 1965000/1965000
956.28/952.89	c cleaning 9999 clauses out of 20015 with flag 1975000/1975000
961.18/957.70	c cleaning 10000 clauses out of 20016 with flag 1985000/1985000
964.80/961.34	c cleaning 10001 clauses out of 20016 with flag 1995000/1995000
968.00/964.51	c cleaning 10001 clauses out of 20015 with flag 2005000/2005000
971.22/967.75	c cleaning 10004 clauses out of 20019 with flag 2015005/2015005
974.43/970.99	c cleaning 10001 clauses out of 20010 with flag 2025000/2025000
978.14/974.68	c cleaning 10001 clauses out of 20011 with flag 2035002/2035002
981.64/978.14	c cleaning 10002 clauses out of 20013 with flag 2045005/2045005
985.46/981.92	c cleaning 9996 clauses out of 20006 with flag 2055000/2055000
989.36/985.84	c cleaning 10001 clauses out of 20010 with flag 2065000/2065000
993.37/989.82	c cleaning 9997 clauses out of 20009 with flag 2075000/2075000
997.59/994.04	c cleaning 10002 clauses out of 20012 with flag 2085000/2085000
1001.39/997.88	c cleaning 9995 clauses out of 20012 with flag 2095002/2095002
1005.01/1001.42	c cleaning 10004 clauses out of 20017 with flag 2105002/2105002
1008.62/1005.06	c cleaning 9996 clauses out of 20011 with flag 2115000/2115000
1012.34/1008.77	c cleaning 10003 clauses out of 20016 with flag 2125001/2125001
1016.65/1013.06	c cleaning 9999 clauses out of 20014 with flag 2135002/2135002
1020.54/1016.94	c cleaning 9998 clauses out of 20015 with flag 2145002/2145002
1024.47/1020.84	c cleaning 10003 clauses out of 20015 with flag 2155000/2155000
1028.27/1024.66	c cleaning 10001 clauses out of 20012 with flag 2165000/2165000
1032.29/1028.63	c cleaning 10003 clauses out of 20014 with flag 2175003/2175003
1036.00/1032.33	c cleaning 9998 clauses out of 20009 with flag 2185001/2185001
1039.81/1036.15	c cleaning 10000 clauses out of 20011 with flag 2195001/2195001
1043.61/1039.90	c cleaning 10001 clauses out of 20013 with flag 2205003/2205003
1048.33/1044.63	c cleaning 9997 clauses out of 20011 with flag 2215002/2215002
1052.23/1048.50	c cleaning 9997 clauses out of 20012 with flag 2225000/2225000
1055.64/1051.98	c cleaning 10005 clauses out of 20020 with flag 2235005/2235005
1059.46/1055.75	c cleaning 10000 clauses out of 20010 with flag 2245000/2245000
1063.27/1059.57	c cleaning 10000 clauses out of 20010 with flag 2255000/2255000
1066.88/1063.14	c cleaning 9991 clauses out of 20010 with flag 2265000/2265000
1070.69/1066.93	c cleaning 10003 clauses out of 20019 with flag 2275000/2275000
1074.30/1070.54	c cleaning 10002 clauses out of 20016 with flag 2285000/2285000
1078.51/1074.75	c cleaning 10000 clauses out of 20015 with flag 2295001/2295001
1082.12/1078.37	c cleaning 10003 clauses out of 20015 with flag 2305001/2305001
1086.03/1082.23	c cleaning 10000 clauses out of 20012 with flag 2315001/2315001
1089.73/1085.95	c cleaning 10002 clauses out of 20012 with flag 2325001/2325001
1093.44/1089.64	c cleaning 9994 clauses out of 20010 with flag 2335001/2335001
1097.46/1093.62	c cleaning 10005 clauses out of 20020 with flag 2345005/2345005
1101.57/1097.75	c cleaning 9999 clauses out of 20012 with flag 2355002/2355002
1105.67/1101.83	c cleaning 10000 clauses out of 20013 with flag 2365002/2365002
1109.58/1105.76	c cleaning 10001 clauses out of 20011 with flag 2375000/2375000
1114.19/1110.31	c cleaning 10001 clauses out of 20010 with flag 2385000/2385000
1118.30/1114.48	c cleaning 9997 clauses out of 20009 with flag 2395000/2395000
1122.81/1118.96	c cleaning 10003 clauses out of 20014 with flag 2405002/2405002
1127.61/1123.76	c cleaning 10001 clauses out of 20013 with flag 2415004/2415004
1132.32/1128.47	c cleaning 10000 clauses out of 20009 with flag 2425001/2425001
1137.44/1133.56	c cleaning 9997 clauses out of 20008 with flag 2435000/2435000
1142.05/1138.13	c cleaning 10000 clauses out of 20011 with flag 2445000/2445000
1146.66/1142.71	c cleaning 9999 clauses out of 20011 with flag 2455000/2455000
1150.77/1146.88	c cleaning 9992 clauses out of 20014 with flag 2465002/2465002
1155.38/1151.45	c cleaning 10007 clauses out of 20021 with flag 2475001/2475001
1159.90/1155.91	c cleaning 10001 clauses out of 20014 with flag 2485001/2485001
1164.30/1160.31	c cleaning 10001 clauses out of 20013 with flag 2495001/2495001
1168.41/1164.44	c cleaning 9994 clauses out of 20011 with flag 2505000/2505000
1173.12/1169.16	c cleaning 10003 clauses out of 20017 with flag 2515000/2515000
1177.64/1173.68	c cleaning 10002 clauses out of 20015 with flag 2525001/2525001
1182.15/1178.12	c cleaning 10000 clauses out of 20014 with flag 2535002/2535002
1186.46/1182.45	c cleaning 10003 clauses out of 20012 with flag 2545000/2545000
1191.06/1187.05	c cleaning 10003 clauses out of 20011 with flag 2555002/2555002
1195.37/1191.36	c cleaning 9996 clauses out of 20006 with flag 2565000/2565000
1199.98/1195.99	c cleaning 10001 clauses out of 20011 with flag 2575001/2575001
1204.88/1200.82	c cleaning 9998 clauses out of 20011 with flag 2585002/2585002
1208.80/1204.76	c cleaning 10002 clauses out of 20013 with flag 2595002/2595002
1213.01/1208.99	c cleaning 10000 clauses out of 20009 with flag 2605000/2605000
1217.20/1213.19	c cleaning 9999 clauses out of 20009 with flag 2615000/2615000
1221.42/1217.32	c cleaning 10000 clauses out of 20012 with flag 2625002/2625002
1225.32/1221.30	c cleaning 9996 clauses out of 20010 with flag 2635000/2635000
1229.54/1225.47	c cleaning 10002 clauses out of 20014 with flag 2645000/2645000
1233.85/1229.79	c cleaning 10000 clauses out of 20012 with flag 2655000/2655000
1238.55/1234.44	c cleaning 10000 clauses out of 20013 with flag 2665001/2665001
1243.37/1239.21	c cleaning 9997 clauses out of 20012 with flag 2675000/2675000
1248.37/1244.29	c cleaning 10003 clauses out of 20015 with flag 2685000/2685000
1253.48/1249.36	c cleaning 9999 clauses out of 20012 with flag 2695000/2695000
1258.21/1254.04	c cleaning 10004 clauses out of 20014 with flag 2705001/2705001
1262.71/1258.50	c cleaning 10000 clauses out of 20012 with flag 2715003/2715003
1267.32/1263.19	c cleaning 9999 clauses out of 20009 with flag 2725000/2725000
1272.12/1267.91	c cleaning 10002 clauses out of 20012 with flag 2735002/2735002
1276.43/1272.30	c cleaning 9998 clauses out of 20008 with flag 2745000/2745000
1281.44/1277.28	c cleaning 9989 clauses out of 20010 with flag 2755000/2755000
1286.35/1282.16	c cleaning 10008 clauses out of 20026 with flag 2765005/2765005
1291.16/1286.93	c cleaning 10001 clauses out of 20013 with flag 2775000/2775000
1295.56/1291.31	c cleaning 10003 clauses out of 20015 with flag 2785003/2785003
1300.26/1296.05	c cleaning 9998 clauses out of 20009 with flag 2795000/2795000
1305.37/1301.11	c cleaning 10000 clauses out of 20012 with flag 2805001/2805001
1309.89/1305.65	c cleaning 9999 clauses out of 20011 with flag 2815000/2815000
1314.90/1310.63	c cleaning 10005 clauses out of 20015 with flag 2825003/2825003
1319.92/1315.68	c cleaning 9998 clauses out of 20009 with flag 2835002/2835002
1324.32/1320.05	c cleaning 9998 clauses out of 20009 with flag 2845000/2845000
1328.92/1324.67	c cleaning 10001 clauses out of 20012 with flag 2855001/2855001
1334.03/1329.78	c cleaning 9999 clauses out of 20010 with flag 2865000/2865000
1338.54/1334.24	c cleaning 10001 clauses out of 20013 with flag 2875002/2875002
1343.64/1339.36	c cleaning 10000 clauses out of 20011 with flag 2885001/2885001
1348.65/1344.34	c cleaning 10001 clauses out of 20011 with flag 2895001/2895001
1353.17/1348.86	c cleaning 10000 clauses out of 20012 with flag 2905003/2905003
1357.97/1353.67	c cleaning 9995 clauses out of 20009 with flag 2915000/2915000
1362.57/1358.25	c cleaning 10001 clauses out of 20014 with flag 2925000/2925000
1367.29/1362.99	c cleaning 10001 clauses out of 20014 with flag 2935001/2935001
1371.89/1367.56	c cleaning 9997 clauses out of 20012 with flag 2945000/2945000
1376.30/1371.95	c cleaning 10001 clauses out of 20016 with flag 2955001/2955001
1381.42/1377.00	c cleaning 10001 clauses out of 20014 with flag 2965000/2965000
1386.72/1382.33	c cleaning 10000 clauses out of 20013 with flag 2975000/2975000
1391.73/1387.30	c cleaning 10003 clauses out of 20015 with flag 2985002/2985002
1396.25/1391.90	c cleaning 9996 clauses out of 20010 with flag 2995000/2995000
1400.46/1396.04	c cleaning 10002 clauses out of 20014 with flag 3005000/3005000
1404.16/1399.74	c cleaning 10002 clauses out of 20014 with flag 3015002/3015002
1408.09/1403.69	c cleaning 9995 clauses out of 20010 with flag 3025000/3025000
1412.19/1407.74	c cleaning 10004 clauses out of 20020 with flag 3035005/3035005
1416.80/1412.40	c cleaning 9998 clauses out of 20011 with flag 3045000/3045000
1420.70/1416.25	c cleaning 10003 clauses out of 20017 with flag 3055004/3055004
1425.12/1420.69	c cleaning 10000 clauses out of 20010 with flag 3065000/3065000
1430.23/1425.77	c cleaning 9987 clauses out of 20010 with flag 3075000/3075000
1434.55/1430.09	c cleaning 10003 clauses out of 20024 with flag 3085001/3085001
1438.97/1434.45	c cleaning 10006 clauses out of 20021 with flag 3095001/3095001
1443.26/1438.71	c cleaning 10004 clauses out of 20018 with flag 3105004/3105004
1447.86/1443.38	c cleaning 9998 clauses out of 20010 with flag 3115000/3115000
1452.66/1448.17	c cleaning 9996 clauses out of 20012 with flag 3125000/3125000
1456.88/1452.36	c cleaning 10002 clauses out of 20016 with flag 3135000/3135000
1461.59/1457.04	c cleaning 9991 clauses out of 20014 with flag 3145000/3145000
1465.60/1461.04	c cleaning 10006 clauses out of 20024 with flag 3155001/3155001
1470.00/1465.49	c cleaning 10006 clauses out of 20019 with flag 3165002/3165002
1474.52/1469.92	c cleaning 10001 clauses out of 20011 with flag 3175000/3175000
1479.12/1474.55	c cleaning 10001 clauses out of 20012 with flag 3185002/3185002
1484.33/1479.77	c cleaning 9996 clauses out of 20009 with flag 3195000/3195000
1489.03/1484.42	c cleaning 10000 clauses out of 20013 with flag 3205000/3205000
1493.74/1489.16	c cleaning 10000 clauses out of 20015 with flag 3215002/3215002
1499.74/1495.15	c cleaning 10001 clauses out of 20016 with flag 3225003/3225003
1504.25/1499.66	c cleaning 10000 clauses out of 20012 with flag 3235000/3235000
1509.06/1504.45	c cleaning 10001 clauses out of 20014 with flag 3245002/3245002
1513.87/1509.21	c cleaning 10000 clauses out of 20012 with flag 3255001/3255001
1518.57/1513.91	c cleaning 10001 clauses out of 20013 with flag 3265002/3265002
1523.70/1519.01	c cleaning 10000 clauses out of 20012 with flag 3275002/3275002
1528.69/1524.10	c cleaning 9988 clauses out of 20011 with flag 3285001/3285001
1533.00/1528.35	c cleaning 10005 clauses out of 20023 with flag 3295001/3295001
1538.20/1533.52	c cleaning 10005 clauses out of 20018 with flag 3305001/3305001
1543.01/1538.39	c cleaning 10002 clauses out of 20015 with flag 3315003/3315003
1547.62/1542.98	c cleaning 9998 clauses out of 20010 with flag 3325000/3325000
1552.34/1547.69	c cleaning 10000 clauses out of 20015 with flag 3335003/3335003
1556.63/1551.96	c cleaning 10001 clauses out of 20014 with flag 3345002/3345002
1561.24/1556.58	c cleaning 9997 clauses out of 20012 with flag 3355001/3355001
1566.04/1561.39	c cleaning 10006 clauses out of 20021 with flag 3365007/3365007
1571.05/1566.38	c cleaning 9998 clauses out of 20008 with flag 3375000/3375000
1575.75/1571.03	c cleaning 10001 clauses out of 20011 with flag 3385001/3385001
1580.45/1575.75	c cleaning 9999 clauses out of 20009 with flag 3395000/3395000
1585.36/1580.66	c cleaning 10000 clauses out of 20011 with flag 3405001/3405001
1590.47/1585.71	c cleaning 9997 clauses out of 20012 with flag 3415002/3415002
1595.87/1591.14	c cleaning 10001 clauses out of 20013 with flag 3425000/3425000
1600.98/1596.26	c cleaning 10002 clauses out of 20013 with flag 3435001/3435001
1605.89/1601.11	c cleaning 10002 clauses out of 20011 with flag 3445001/3445001
1610.90/1606.12	c cleaning 10001 clauses out of 20009 with flag 3455001/3455001
1615.41/1610.69	c cleaning 9998 clauses out of 20008 with flag 3465001/3465001
1619.81/1615.03	c cleaning 9997 clauses out of 20009 with flag 3475000/3475000
1624.03/1619.21	c cleaning 10000 clauses out of 20012 with flag 3485000/3485000
1628.12/1623.37	c cleaning 10003 clauses out of 20014 with flag 3495002/3495002
1632.84/1628.05	c cleaning 10000 clauses out of 20011 with flag 3505002/3505002
1637.63/1632.89	c cleaning 9999 clauses out of 20009 with flag 3515000/3515000
1641.94/1637.17	c cleaning 10008 clauses out of 20021 with flag 3525011/3525011
1646.85/1642.09	c cleaning 10000 clauses out of 20006 with flag 3535004/3535004
1652.56/1647.80	c cleaning 9997 clauses out of 20003 with flag 3545001/3545001
1657.76/1652.93	c cleaning 9997 clauses out of 20008 with flag 3555003/3555003
1662.78/1657.95	c cleaning 9999 clauses out of 20009 with flag 3565001/3565001
1667.88/1663.08	c cleaning 10003 clauses out of 20017 with flag 3575008/3575008
1673.09/1668.25	c cleaning 9997 clauses out of 20007 with flag 3585001/3585001
1678.10/1673.24	c cleaning 9998 clauses out of 20010 with flag 3595001/3595001
1682.92/1678.09	c cleaning 10000 clauses out of 20011 with flag 3605000/3605000
1687.93/1683.04	c cleaning 10001 clauses out of 20011 with flag 3615000/3615000
1693.03/1688.12	c cleaning 9998 clauses out of 20011 with flag 3625001/3625001
1698.33/1693.46	c cleaning 9998 clauses out of 20012 with flag 3635000/3635000
1703.45/1698.52	c cleaning 10001 clauses out of 20015 with flag 3645001/3645001
1708.36/1703.46	c cleaning 10005 clauses out of 20015 with flag 3655002/3655002
1714.27/1709.36	c cleaning 9997 clauses out of 20008 with flag 3665000/3665000
1719.67/1714.72	c cleaning 10003 clauses out of 20012 with flag 3675001/3675001
1725.28/1720.36	c cleaning 9998 clauses out of 20008 with flag 3685000/3685000
1731.09/1726.15	c cleaning 9998 clauses out of 20010 with flag 3695000/3695000
1736.70/1731.77	c cleaning 10001 clauses out of 20012 with flag 3705000/3705000
1742.00/1737.04	c cleaning 10003 clauses out of 20011 with flag 3715000/3715000
1747.42/1742.43	c cleaning 10002 clauses out of 20011 with flag 3725003/3725003
1753.12/1748.15	c cleaning 10000 clauses out of 20008 with flag 3735002/3735002
1758.43/1753.49	c cleaning 9997 clauses out of 20007 with flag 3745001/3745001
1763.53/1758.54	c cleaning 10000 clauses out of 20009 with flag 3755000/3755000
1768.94/1763.91	c cleaning 10002 clauses out of 20011 with flag 3765002/3765002
1773.75/1768.77	c cleaning 10000 clauses out of 20009 with flag 3775002/3775002
1779.15/1774.11	c cleaning 9999 clauses out of 20008 with flag 3785001/3785001
1784.26/1779.20	c cleaning 10000 clauses out of 20009 with flag 3795001/3795001
1789.57/1784.56	c cleaning 9998 clauses out of 20008 with flag 3805000/3805000
1795.49/1790.41	c cleaning 10000 clauses out of 20010 with flag 3815000/3815000
1800.01/1794.92	c starts		: 252
1800.01/1794.92	c conflicts		: 3824737
1800.01/1794.92	c decisions		: 6893986
1800.01/1794.92	c propagations		: 142390541
1800.01/1794.92	c inspects		: 3601534294
1800.01/1794.92	c learnt literals	: 0
1800.01/1794.92	c learnt binary clauses	: 0
1800.01/1794.92	c learnt ternary clauses	: 0
1800.01/1794.92	c learnt clauses	: 3824736
1800.01/1794.92	c ignored clauses	: 0
1800.01/1794.92	c root simplifications	: 0
1800.01/1794.92	c removed literals (reason simplification)	: 151059167
1800.01/1794.92	c reason swapping (by a shorter reason)	: 0
1800.01/1794.92	c Calls to reduceDB	: 383
1800.01/1794.92	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.92	c number of learned constraints concerned by reduction	: 0
1800.01/1794.92	c number of learning phase by resolution	: 0
1800.01/1794.92	c number of learning phase by cutting planes	: 0
1800.01/1794.92	c speed (assignments/second)	: 79347.78368715283
1800.01/1794.92	c non guided choices	48
1800.01/1794.95	c learnt constraints type 
1800.01/1794.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19774
1800.01/1794.95	c constraints type 
1800.01/1794.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1800.01/1794.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.01/1794.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
1800.01/1794.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
1800.01/1794.95	s UNKNOWN
1800.01/1794.95	c Total wall clock time (in seconds): 1794.751

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-2659302-1276695574/watcher-2659302-1276695574 -o /tmp/evaluation-result-2659302-1276695574/solver-2659302-1276695574 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659302-1276695574.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.89 0.62 0.82 3/106 15585
/proc/meminfo: memFree=1842988/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=13164 CPUtime=0
/proc/15585/stat : 15585 (java) R 15583 15585 15517 0 -1 4194304 851 0 0 0 0 0 0 0 19 0 1 0 10849032 13479936 384 1992294400 134512640 134550932 4291954320 18446744073709551615 1218181 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15585/statm: 3291 390 144 10 0 1121 0

[startup+0.0237039 s]
/proc/loadavg: 0.89 0.62 0.82 3/106 15585
/proc/meminfo: memFree=1842988/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1517712 CPUtime=0.01
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 2620 0 1 0 0 1 0 0 19 0 3 0 10849032 1554137088 2064 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101368 s]
/proc/loadavg: 0.89 0.62 0.82 3/106 15585
/proc/meminfo: memFree=1842988/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1524184 CPUtime=0.09
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 4005 0 1 0 7 2 0 0 19 0 12 0 10849032 1560764416 3444 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 381046 3444 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300159 s]
/proc/loadavg: 0.89 0.62 0.82 3/106 15585
/proc/meminfo: memFree=1842988/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1526432 CPUtime=0.38
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 5381 0 1 0 35 3 0 0 19 0 12 0 10849032 1563066368 4818 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 381608 4818 1361 10 0 378910 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526432

[startup+0.700147 s]
/proc/loadavg: 0.89 0.62 0.82 3/106 15585
/proc/meminfo: memFree=1842988/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1529632 CPUtime=1.17
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 6998 0 1 0 113 4 0 0 19 0 13 0 10849032 1566343168 6138 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 382408 6138 1413 10 0 379710 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1529632

[startup+1.50112 s]
/proc/loadavg: 0.89 0.62 0.82 4/119 15598
/proc/meminfo: memFree=1817588/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=2.76
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 12436 0 1 0 269 7 0 0 19 0 13 0 10849032 1570127872 10799 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 10801 1422 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=1.48
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 7970 0 1 0 143 5 0 0 18 0 13 0 10849033 1570127872 10803 1992294400 134512640 134550932 4291954320 18446744073709551615 4109355796 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 13 0 10849034 1570127872 10804 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 10849035 1570127872 10806 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10849036 1570127872 10806 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 10849037 1570127872 10807 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 10849037 1570127872 10807 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 10808 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.61
/proc/15585/task/15594/stat : 15594 (java) R 15583 15585 15517 0 -1 4202560 558 0 0 0 61 0 0 0 25 0 13 0 10849041 1570127872 10810 1992294400 134512640 134550932 4291954320 18446744073709551615 103862073 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.65
/proc/15585/task/15595/stat : 15595 (java) R 15583 15585 15517 0 -1 4202560 2847 0 0 0 64 1 0 0 25 0 13 0 10849041 1570127872 10812 1992294400 134512640 134550932 4291954320 18446744073709551615 105389889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 10813 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 10813 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 10814 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1533328

[startup+3.10108 s]
/proc/loadavg: 1.06 0.66 0.83 2/119 15598
/proc/meminfo: memFree=1764268/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=4.53
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 27970 0 1 0 440 13 0 0 19 0 13 0 10849032 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 26331 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=3.05
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 22533 0 1 0 295 10 0 0 20 0 13 0 10849033 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4109264944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 163 0 0 0 0 0 0 0 18 0 13 0 10849034 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 313 0 0 0 0 0 0 0 18 0 13 0 10849035 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=0.01
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 471 0 0 0 1 0 0 0 16 0 13 0 10849036 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.67
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 562 0 0 0 67 0 0 0 15 0 13 0 10849041 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.74
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2862 0 0 0 73 1 0 0 18 0 13 0 10849041 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 26331 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1533328

[startup+6.30198 s]
/proc/loadavg: 1.06 0.66 0.83 2/119 15598
/proc/meminfo: memFree=1726572/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=7.79
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 34454 0 1 0 764 15 0 0 19 0 13 0 10849032 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 32793 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=6.19
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 27228 0 1 0 607 12 0 0 25 0 13 0 10849033 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4109338471 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=0.01
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 711 0 0 0 1 0 0 0 18 0 13 0 10849034 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=0.01
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 840 0 0 0 1 0 0 0 18 0 13 0 10849035 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=0.06
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 1180 0 0 0 6 0 0 0 16 0 13 0 10849036 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.74
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2862 0 0 0 73 1 0 0 18 0 13 0 10849041 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 32793 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 1533328

[startup+12.7018 s]
/proc/loadavg: 1.05 0.67 0.83 2/119 15598
/proc/meminfo: memFree=1693960/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=14.28
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 40066 0 1 0 1410 18 0 0 19 0 13 0 10849032 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 38392 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=12.5
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 32061 0 1 0 1236 14 0 0 25 0 13 0 10849033 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4109264666 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=0.03
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 957 0 0 0 3 0 0 0 16 0 13 0 10849034 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=0.02
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 1114 0 0 0 2 0 0 0 15 0 13 0 10849035 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=0.13
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 1431 0 0 0 13 0 0 0 15 0 13 0 10849036 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.81
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2870 0 0 0 80 1 0 0 17 0 13 0 10849041 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 38392 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 1533328

[startup+25.5014 s]
/proc/loadavg: 1.04 0.68 0.83 2/119 15598
/proc/meminfo: memFree=1688876/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=27.11
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 41325 0 1 0 2692 19 0 0 19 0 13 0 10849032 1570127872 39643 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 39643 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=25.13
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 32067 0 1 0 2499 14 0 0 25 0 13 0 10849033 1570127872 39643 1992294400 134512640 134550932 4291954320 18446744073709551615 4109233966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=0.08
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 1148 0 0 0 7 1 0 0 16 0 13 0 10849034 1570127872 39643 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=0.07
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 1269 0 0 0 7 0 0 0 16 0 13 0 10849035 1570127872 39643 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=0.23

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

[pid=15585] ppid=15583 vsize=1533328 CPUtime=1667.18
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 54518 0 1 0 166611 107 0 0 19 0 13 0 10849032 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 50308 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=1641.43
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 37089 0 1 0 164084 59 0 0 25 0 13 0 10849033 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4109264554 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=5.18
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 5106 0 0 0 499 19 0 0 15 0 13 0 10849034 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=5.27
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 5193 0 0 0 508 19 0 0 16 0 13 0 10849035 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=13.58
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 2527 0 0 0 1353 5 0 0 15 0 13 0 10849036 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.91
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2875 0 0 0 90 1 0 0 16 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.18
Current children cumulated vsize (KiB) 1533328

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/119 15653
/proc/meminfo: memFree=1642624/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=1727.28
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 54549 0 1 0 172619 109 0 0 19 0 13 0 10849032 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 50308 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=1700.73
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 37112 0 1 0 170013 60 0 0 25 0 13 0 10849033 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4109338433 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=5.32
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 5106 0 0 0 512 20 0 0 15 0 13 0 10849034 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=5.45
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 5193 0 0 0 526 19 0 0 15 0 13 0 10849035 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=14.05
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 2531 0 0 0 1400 5 0 0 15 0 13 0 10849036 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.91
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2875 0 0 0 90 1 0 0 16 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.28
Current children cumulated vsize (KiB) 1533328

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/119 15655
/proc/meminfo: memFree=1642500/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=1787.37
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 54575 0 1 0 178625 112 0 0 19 0 13 0 10849032 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 50308 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=1760.07
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 37134 0 1 0 175945 62 0 0 25 0 13 0 10849033 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4109266095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=5.47
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 5106 0 0 0 526 21 0 0 15 0 13 0 10849034 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=5.62
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 5193 0 0 0 543 19 0 0 15 0 13 0 10849035 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=14.49
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 2533 0 0 0 1444 5 0 0 15 0 13 0 10849036 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.91
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2875 0 0 0 90 1 0 0 16 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.37
Current children cumulated vsize (KiB) 1533328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 0.92 2/119 15655
/proc/meminfo: memFree=1642500/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=1800.01
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 54584 0 1 0 179888 113 0 0 19 0 13 0 10849032 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 50308 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=1772.55
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 37139 0 1 0 177192 63 0 0 25 0 13 0 10849033 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4109266107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=5.5
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 5106 0 0 0 529 21 0 0 16 0 13 0 10849034 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=5.67
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 5193 0 0 0 548 19 0 0 15 0 13 0 10849035 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=14.57
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 2535 0 0 0 1452 5 0 0 15 0 13 0 10849036 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.91
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2875 0 0 0 90 1 0 0 16 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533328

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

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

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 0.92 2/119 15655
/proc/meminfo: memFree=1642500/2059040 swapFree=4141108/4192956
[pid=15585] ppid=15583 vsize=1533328 CPUtime=1800.01
/proc/15585/stat : 15585 (java) S 15583 15585 15517 0 -1 4202496 54584 0 1 0 179888 113 0 0 19 0 13 0 10849032 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15585/statm: 383332 50308 1440 10 0 380634 0
[pid=15585/tid=15587] ppid=15583 vsize=1533328 CPUtime=1772.55
/proc/15585/task/15587/stat : 15587 (java) R 15583 15585 15517 0 -1 4202560 37139 0 1 0 177192 63 0 0 25 0 13 0 10849033 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4109266107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15585/tid=15588] ppid=15583 vsize=1533328 CPUtime=5.5
/proc/15585/task/15588/stat : 15588 (java) S 15583 15585 15517 0 -1 4202560 5106 0 0 0 529 21 0 0 16 0 13 0 10849034 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15589] ppid=15583 vsize=1533328 CPUtime=5.67
/proc/15585/task/15589/stat : 15589 (java) S 15583 15585 15517 0 -1 4202560 5193 0 0 0 548 19 0 0 15 0 13 0 10849035 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15590] ppid=15583 vsize=1533328 CPUtime=14.57
/proc/15585/task/15590/stat : 15590 (java) S 15583 15585 15517 0 -1 4202560 2535 0 0 0 1452 5 0 0 15 0 13 0 10849036 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 0 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15591] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15591/stat : 15591 (java) S 15583 15585 15517 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15592] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15592/stat : 15592 (java) S 15583 15585 15517 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849037 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15593] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15593/stat : 15593 (java) S 15583 15585 15517 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15594] ppid=15583 vsize=1533328 CPUtime=0.73
/proc/15585/task/15594/stat : 15594 (java) S 15583 15585 15517 0 -1 4202560 567 0 0 0 73 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15595] ppid=15583 vsize=1533328 CPUtime=0.91
/proc/15585/task/15595/stat : 15595 (java) S 15583 15585 15517 0 -1 4202560 2875 0 0 0 90 1 0 0 16 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 1 0 0 0
[pid=15585/tid=15596] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15596/stat : 15596 (java) S 15583 15585 15517 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15597] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15597/stat : 15597 (java) S 15583 15585 15517 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10849041 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
[pid=15585/tid=15598] ppid=15583 vsize=1533328 CPUtime=0
/proc/15585/task/15598/stat : 15598 (java) S 15583 15585 15517 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10849074 1570127872 50308 1992294400 134512640 134550932 4291954320 18446744073709551615 4294960144 0 4 0 16800975 18446604437866722368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533328

Child status: 143
Real time (s): 1795.01
CPU time (s): 1800.15
CPU user time (s): 1799
CPU system time (s): 1.15482
CPU usage (%): 100.287
Max. virtual memory (cumulated for all children) (KiB): 1534292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.15482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54608
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= 45067
involuntary context switches= 29705

runsolver used 3.79042 second user time and 9.66453 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 15:39:34
IDJOB=2659302
IDBENCH=1165
IDSOLVER=1164
FILE ID=node050/2659302-1276695574
PBS_JOBID= 11174052
Free space on /tmp= 62572 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.17ls.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659302-1276695574/watcher-2659302-1276695574 -o /tmp/evaluation-result-2659302-1276695574/solver-2659302-1276695574 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659302-1276695574.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=397318246

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1843252 kB
Buffers:         13688 kB
Cached:         112148 kB
SwapCached:       6568 kB
Active:          71488 kB
Inactive:        68452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1843252 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       11824 kB
Mapped:          13208 kB
Slab:            53840 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181420 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= 62572 MiB
End job on node050 at 2010-06-16 16:09:31