Trace number 2658772

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.14 1799.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-3-c.opb
MD5SUMbc7893eb7aff4749139e472af91e587e
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables2650
Total number of constraints6619
Number of constraints which are clauses6619
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2650
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2650
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2650
Number of bits of the biggest sum of numbers12
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658772-1276463687.opb
0.22/0.21	c reading problem ... 
1.20/0.87	c ... done. Wall clock time 0.647s.
1.20/0.87	c #vars     2650
1.20/0.87	c #constraints  6619
1.20/0.87	c constraints type 
1.20/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4922
1.20/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1697
7.72/6.84	c cleaning 2500 clauses out of 5000 with flag 5000/5000
12.82/11.86	c cleaning 4249 clauses out of 8500 with flag 11000/11000
19.00/18.04	c cleaning 5624 clauses out of 11252 with flag 18001/18001
26.33/25.37	c cleaning 6813 clauses out of 13628 with flag 26001/26001
35.04/34.04	c cleaning 7906 clauses out of 15814 with flag 35000/35000
44.94/43.94	c cleaning 8953 clauses out of 17909 with flag 45001/45001
54.95/54.00	c cleaning 9476 clauses out of 18955 with flag 55000/55000
62.43/61.45	c cleaning 9738 clauses out of 19479 with flag 65000/65000
69.74/68.73	c cleaning 9869 clauses out of 19744 with flag 75003/75003
77.34/76.32	c cleaning 9935 clauses out of 19873 with flag 85001/85001
85.14/84.14	c cleaning 9964 clauses out of 19938 with flag 95001/95001
93.24/92.21	c cleaning 9985 clauses out of 19974 with flag 105001/105001
101.44/100.46	c cleaning 9992 clauses out of 19988 with flag 115000/115000
109.63/108.63	c cleaning 9992 clauses out of 19996 with flag 125001/125001
117.94/116.92	c cleaning 9999 clauses out of 20005 with flag 135002/135002
124.44/123.45	c cleaning 9999 clauses out of 20004 with flag 145000/145000
130.65/129.65	c cleaning 9997 clauses out of 20006 with flag 155001/155001
137.05/136.05	c cleaning 9999 clauses out of 20008 with flag 165000/165000
143.54/142.52	c cleaning 9997 clauses out of 20009 with flag 175000/175000
149.94/148.91	c cleaning 10000 clauses out of 20013 with flag 185001/185001
156.43/155.49	c cleaning 10000 clauses out of 20012 with flag 195000/195000
163.05/162.02	c cleaning 10002 clauses out of 20014 with flag 205002/205002
169.64/168.67	c cleaning 10004 clauses out of 20011 with flag 215001/215001
176.44/175.40	c cleaning 9997 clauses out of 20006 with flag 225000/225000
183.15/182.18	c cleaning 9997 clauses out of 20010 with flag 235001/235001
190.05/189.00	c cleaning 10004 clauses out of 20012 with flag 245000/245000
196.85/195.87	c cleaning 9998 clauses out of 20008 with flag 255000/255000
203.74/202.76	c cleaning 10000 clauses out of 20010 with flag 265000/265000
210.34/209.39	c cleaning 10000 clauses out of 20010 with flag 275000/275000
217.04/216.05	c cleaning 10001 clauses out of 20011 with flag 285001/285001
223.74/222.77	c cleaning 9999 clauses out of 20009 with flag 295000/295000
230.34/229.30	c cleaning 9997 clauses out of 20012 with flag 305002/305002
236.94/235.99	c cleaning 9999 clauses out of 20014 with flag 315001/315001
243.63/242.62	c cleaning 10002 clauses out of 20015 with flag 325001/325001
250.32/249.32	c cleaning 9999 clauses out of 20012 with flag 335000/335000
257.03/256.01	c cleaning 10004 clauses out of 20013 with flag 345000/345000
263.73/262.75	c cleaning 9998 clauses out of 20010 with flag 355001/355001
270.53/269.60	c cleaning 9998 clauses out of 20012 with flag 365001/365001
277.53/276.58	c cleaning 9997 clauses out of 20014 with flag 375001/375001
284.52/283.55	c cleaning 10000 clauses out of 20016 with flag 385000/385000
291.11/290.19	c cleaning 10002 clauses out of 20016 with flag 395000/395000
297.92/296.94	c cleaning 10002 clauses out of 20016 with flag 405002/405002
304.72/303.73	c cleaning 10004 clauses out of 20013 with flag 415001/415001
311.51/310.58	c cleaning 9999 clauses out of 20008 with flag 425000/425000
318.31/317.37	c cleaning 9997 clauses out of 20010 with flag 435001/435001
325.21/324.21	c cleaning 10000 clauses out of 20013 with flag 445001/445001
331.90/330.95	c cleaning 10000 clauses out of 20012 with flag 455000/455000
338.70/337.74	c cleaning 9998 clauses out of 20012 with flag 465000/465000
345.49/344.57	c cleaning 10001 clauses out of 20015 with flag 475001/475001
352.39/351.40	c cleaning 10002 clauses out of 20013 with flag 485000/485000
359.09/358.18	c cleaning 9996 clauses out of 20011 with flag 495000/495000
365.99/365.05	c cleaning 10002 clauses out of 20016 with flag 505001/505001
372.89/371.93	c cleaning 10000 clauses out of 20013 with flag 515000/515000
379.79/378.81	c cleaning 10001 clauses out of 20013 with flag 525000/525000
386.58/385.69	c cleaning 9999 clauses out of 20012 with flag 535000/535000
393.38/392.49	c cleaning 9997 clauses out of 20013 with flag 545000/545000
400.29/399.32	c cleaning 10002 clauses out of 20017 with flag 555001/555001
407.08/406.14	c cleaning 9998 clauses out of 20014 with flag 565000/565000
414.08/413.11	c cleaning 9999 clauses out of 20016 with flag 575000/575000
420.97/420.01	c cleaning 10003 clauses out of 20019 with flag 585002/585002
427.87/426.92	c cleaning 9997 clauses out of 20014 with flag 595000/595000
434.77/433.80	c cleaning 10000 clauses out of 20018 with flag 605001/605001
441.67/440.72	c cleaning 10000 clauses out of 20017 with flag 615000/615000
448.56/447.61	c cleaning 10001 clauses out of 20019 with flag 625002/625002
455.46/454.54	c cleaning 10000 clauses out of 20016 with flag 635000/635000
462.47/461.50	c cleaning 9997 clauses out of 20016 with flag 645000/645000
469.36/468.49	c cleaning 10000 clauses out of 20019 with flag 655000/655000
476.36/475.47	c cleaning 10001 clauses out of 20020 with flag 665001/665001
483.46/482.52	c cleaning 10002 clauses out of 20018 with flag 675000/675000
490.35/489.50	c cleaning 10001 clauses out of 20017 with flag 685001/685001
497.36/496.43	c cleaning 10001 clauses out of 20015 with flag 695000/695000
504.35/503.49	c cleaning 10001 clauses out of 20014 with flag 705000/705000
511.46/510.53	c cleaning 10003 clauses out of 20014 with flag 715001/715001
518.35/517.40	c cleaning 9997 clauses out of 20010 with flag 725000/725000
525.34/524.46	c cleaning 9999 clauses out of 20013 with flag 735000/735000
532.45/531.60	c cleaning 9997 clauses out of 20014 with flag 745000/745000
540.08/539.17	c cleaning 10003 clauses out of 20017 with flag 755000/755000
547.37/546.45	c cleaning 9997 clauses out of 20014 with flag 765000/765000
554.47/553.57	c cleaning 9998 clauses out of 20017 with flag 775000/775000
561.47/560.54	c cleaning 10003 clauses out of 20021 with flag 785002/785002
568.46/567.60	c cleaning 10001 clauses out of 20017 with flag 795001/795001
575.67/574.78	c cleaning 9997 clauses out of 20016 with flag 805001/805001
582.67/581.76	c cleaning 10003 clauses out of 20018 with flag 815000/815000
589.76/588.81	c cleaning 10001 clauses out of 20016 with flag 825001/825001
596.86/595.99	c cleaning 10002 clauses out of 20014 with flag 835000/835000
603.95/603.07	c cleaning 10000 clauses out of 20012 with flag 845000/845000
611.06/610.16	c cleaning 9998 clauses out of 20012 with flag 855000/855000
618.16/617.26	c cleaning 9999 clauses out of 20014 with flag 865000/865000
625.25/624.37	c cleaning 10004 clauses out of 20016 with flag 875001/875001
632.46/631.57	c cleaning 9997 clauses out of 20011 with flag 885000/885000
639.45/638.55	c cleaning 9998 clauses out of 20014 with flag 895000/895000
646.55/645.65	c cleaning 10001 clauses out of 20016 with flag 905000/905000
653.65/652.70	c cleaning 9999 clauses out of 20015 with flag 915000/915000
660.74/659.81	c cleaning 10005 clauses out of 20017 with flag 925001/925001
667.84/666.90	c cleaning 9999 clauses out of 20011 with flag 935000/935000
674.94/674.00	c cleaning 10003 clauses out of 20014 with flag 945002/945002
682.23/681.30	c cleaning 10000 clauses out of 20009 with flag 955000/955000
689.54/688.62	c cleaning 9998 clauses out of 20011 with flag 965002/965002
696.63/695.76	c cleaning 9999 clauses out of 20011 with flag 975000/975000
703.84/702.97	c cleaning 9998 clauses out of 20012 with flag 985000/985000
711.03/710.14	c cleaning 9997 clauses out of 20014 with flag 995000/995000
718.32/717.43	c cleaning 10006 clauses out of 20018 with flag 1005001/1005001
725.52/724.64	c cleaning 9997 clauses out of 20011 with flag 1015000/1015000
732.82/731.92	c cleaning 9999 clauses out of 20014 with flag 1025000/1025000
740.02/739.15	c cleaning 10000 clauses out of 20017 with flag 1035002/1035002
747.31/746.41	c cleaning 9998 clauses out of 20015 with flag 1045000/1045000
754.52/753.65	c cleaning 9997 clauses out of 20017 with flag 1055000/1055000
761.71/760.87	c cleaning 10002 clauses out of 20020 with flag 1065000/1065000
769.01/768.14	c cleaning 9998 clauses out of 20018 with flag 1075000/1075000
776.31/775.49	c cleaning 10006 clauses out of 20021 with flag 1085001/1085001
783.60/782.74	c cleaning 9998 clauses out of 20014 with flag 1095000/1095000
790.71/789.90	c cleaning 9998 clauses out of 20016 with flag 1105000/1105000
798.00/797.13	c cleaning 10001 clauses out of 20019 with flag 1115001/1115001
805.11/804.26	c cleaning 10001 clauses out of 20017 with flag 1125000/1125000
812.40/811.54	c cleaning 9997 clauses out of 20017 with flag 1135001/1135001
819.60/818.74	c cleaning 10003 clauses out of 20020 with flag 1145001/1145001
826.79/825.98	c cleaning 10001 clauses out of 20016 with flag 1155000/1155000
833.99/833.13	c cleaning 10001 clauses out of 20016 with flag 1165001/1165001
841.19/840.35	c cleaning 10000 clauses out of 20014 with flag 1175000/1175000
848.39/847.53	c cleaning 10002 clauses out of 20014 with flag 1185000/1185000
855.48/854.67	c cleaning 9998 clauses out of 20012 with flag 1195000/1195000
862.78/861.99	c cleaning 9996 clauses out of 20014 with flag 1205000/1205000
870.19/869.33	c cleaning 9999 clauses out of 20020 with flag 1215002/1215002
877.59/876.80	c cleaning 10005 clauses out of 20021 with flag 1225002/1225002
884.97/884.12	c cleaning 10001 clauses out of 20018 with flag 1235004/1235004
892.08/891.24	c cleaning 10002 clauses out of 20013 with flag 1245000/1245000
899.47/898.60	c cleaning 9999 clauses out of 20011 with flag 1255000/1255000
906.77/905.96	c cleaning 9998 clauses out of 20012 with flag 1265000/1265000
914.16/913.34	c cleaning 9994 clauses out of 20014 with flag 1275000/1275000
921.46/920.70	c cleaning 10001 clauses out of 20022 with flag 1285002/1285002
928.77/927.92	c cleaning 10001 clauses out of 20019 with flag 1295000/1295000
936.06/935.27	c cleaning 10002 clauses out of 20018 with flag 1305000/1305000
943.36/942.57	c cleaning 9999 clauses out of 20017 with flag 1315001/1315001
950.76/949.95	c cleaning 10004 clauses out of 20017 with flag 1325000/1325000
957.96/957.17	c cleaning 10002 clauses out of 20013 with flag 1335000/1335000
965.35/964.53	c cleaning 10002 clauses out of 20011 with flag 1345000/1345000
972.75/971.95	c cleaning 9998 clauses out of 20010 with flag 1355001/1355001
980.15/979.37	c cleaning 9997 clauses out of 20012 with flag 1365001/1365001
987.55/986.78	c cleaning 10002 clauses out of 20015 with flag 1375001/1375001
994.94/994.13	c cleaning 9996 clauses out of 20012 with flag 1385000/1385000
1002.24/1001.50	c cleaning 10001 clauses out of 20017 with flag 1395001/1395001
1009.65/1008.81	c cleaning 10002 clauses out of 20015 with flag 1405000/1405000
1017.04/1016.25	c cleaning 9999 clauses out of 20014 with flag 1415001/1415001
1024.34/1023.51	c cleaning 10001 clauses out of 20014 with flag 1425000/1425000
1031.65/1030.87	c cleaning 9998 clauses out of 20014 with flag 1435001/1435001
1038.93/1038.13	c cleaning 9999 clauses out of 20015 with flag 1445000/1445000
1046.33/1045.51	c cleaning 10002 clauses out of 20017 with flag 1455001/1455001
1053.63/1052.87	c cleaning 10002 clauses out of 20016 with flag 1465002/1465002
1060.93/1060.19	c cleaning 10000 clauses out of 20012 with flag 1475000/1475000
1068.33/1067.56	c cleaning 9992 clauses out of 20012 with flag 1485000/1485000
1075.64/1074.89	c cleaning 10003 clauses out of 20021 with flag 1495001/1495001
1083.12/1082.31	c cleaning 10004 clauses out of 20018 with flag 1505001/1505001
1090.32/1089.52	c cleaning 9999 clauses out of 20013 with flag 1515000/1515000
1097.52/1096.79	c cleaning 9997 clauses out of 20014 with flag 1525000/1525000
1105.01/1104.20	c cleaning 10002 clauses out of 20019 with flag 1535002/1535002
1112.41/1111.63	c cleaning 10002 clauses out of 20016 with flag 1545001/1545001
1119.71/1118.93	c cleaning 9999 clauses out of 20013 with flag 1555000/1555000
1127.01/1126.29	c cleaning 9997 clauses out of 20014 with flag 1565000/1565000
1134.51/1133.72	c cleaning 9998 clauses out of 20018 with flag 1575001/1575001
1141.91/1141.12	c cleaning 10002 clauses out of 20022 with flag 1585003/1585003
1149.22/1148.45	c cleaning 10001 clauses out of 20018 with flag 1595001/1595001
1156.60/1155.82	c cleaning 9998 clauses out of 20019 with flag 1605003/1605003
1163.90/1163.19	c cleaning 9999 clauses out of 20018 with flag 1615000/1615000
1171.21/1170.41	c cleaning 10002 clauses out of 20020 with flag 1625001/1625001
1178.30/1177.59	c cleaning 10001 clauses out of 20018 with flag 1635001/1635001
1185.60/1184.83	c cleaning 9996 clauses out of 20017 with flag 1645001/1645001
1192.79/1192.05	c cleaning 10001 clauses out of 20021 with flag 1655001/1655001
1200.09/1199.36	c cleaning 9999 clauses out of 20020 with flag 1665001/1665001
1207.29/1206.53	c cleaning 10002 clauses out of 20020 with flag 1675000/1675000
1214.59/1213.83	c cleaning 10002 clauses out of 20018 with flag 1685000/1685000
1221.79/1221.10	c cleaning 10000 clauses out of 20016 with flag 1695000/1695000
1229.09/1228.37	c cleaning 9996 clauses out of 20017 with flag 1705001/1705001
1236.38/1235.61	c cleaning 9996 clauses out of 20020 with flag 1715000/1715000
1243.58/1242.87	c cleaning 10006 clauses out of 20026 with flag 1725002/1725002
1250.97/1250.21	c cleaning 10001 clauses out of 20019 with flag 1735001/1735001
1258.38/1257.64	c cleaning 10002 clauses out of 20018 with flag 1745001/1745001
1265.78/1265.06	c cleaning 9996 clauses out of 20015 with flag 1755000/1755000
1273.08/1272.36	c cleaning 10002 clauses out of 20021 with flag 1765002/1765002
1280.37/1279.63	c cleaning 10001 clauses out of 20018 with flag 1775001/1775001
1287.67/1286.92	c cleaning 10003 clauses out of 20017 with flag 1785001/1785001
1294.96/1294.21	c cleaning 9999 clauses out of 20013 with flag 1795000/1795000
1302.26/1301.52	c cleaning 10003 clauses out of 20015 with flag 1805001/1805001
1309.47/1308.76	c cleaning 9998 clauses out of 20012 with flag 1815001/1815001
1316.87/1316.11	c cleaning 10000 clauses out of 20014 with flag 1825001/1825001
1324.17/1323.48	c cleaning 9997 clauses out of 20013 with flag 1835000/1835000
1331.57/1330.86	c cleaning 10002 clauses out of 20017 with flag 1845001/1845001
1338.86/1338.16	c cleaning 9997 clauses out of 20015 with flag 1855001/1855001
1346.17/1345.49	c cleaning 10000 clauses out of 20017 with flag 1865000/1865000
1353.56/1352.83	c cleaning 10002 clauses out of 20018 with flag 1875001/1875001
1360.86/1360.13	c cleaning 9997 clauses out of 20016 with flag 1885001/1885001
1368.16/1367.42	c cleaning 10000 clauses out of 20020 with flag 1895002/1895002
1375.45/1374.74	c cleaning 10001 clauses out of 20018 with flag 1905000/1905000
1382.75/1382.04	c cleaning 9998 clauses out of 20017 with flag 1915000/1915000
1390.06/1389.32	c cleaning 9997 clauses out of 20019 with flag 1925000/1925000
1397.35/1396.62	c cleaning 10002 clauses out of 20022 with flag 1935000/1935000
1404.84/1404.11	c cleaning 10004 clauses out of 20024 with flag 1945004/1945004
1412.24/1411.55	c cleaning 9999 clauses out of 20016 with flag 1955000/1955000
1419.54/1418.89	c cleaning 10001 clauses out of 20017 with flag 1965000/1965000
1426.95/1426.26	c cleaning 9997 clauses out of 20017 with flag 1975001/1975001
1434.54/1433.82	c cleaning 9999 clauses out of 20019 with flag 1985000/1985000
1442.04/1441.35	c cleaning 9999 clauses out of 20020 with flag 1995000/1995000
1449.34/1448.64	c cleaning 10006 clauses out of 20022 with flag 2005001/2005001
1456.84/1456.13	c cleaning 10004 clauses out of 20015 with flag 2015000/2015000
1464.23/1463.54	c cleaning 9998 clauses out of 20011 with flag 2025000/2025000
1471.73/1471.01	c cleaning 10002 clauses out of 20013 with flag 2035000/2035000
1479.02/1478.33	c cleaning 9997 clauses out of 20011 with flag 2045000/2045000
1486.52/1485.82	c cleaning 10001 clauses out of 20015 with flag 2055001/2055001
1493.92/1493.28	c cleaning 9998 clauses out of 20013 with flag 2065000/2065000
1501.31/1500.60	c cleaning 10000 clauses out of 20016 with flag 2075001/2075001
1508.83/1508.14	c cleaning 10001 clauses out of 20017 with flag 2085002/2085002
1516.32/1515.64	c cleaning 10000 clauses out of 20015 with flag 2095001/2095001
1523.82/1523.12	c cleaning 9998 clauses out of 20017 with flag 2105003/2105003
1531.31/1530.68	c cleaning 10004 clauses out of 20016 with flag 2115000/2115000
1538.81/1538.10	c cleaning 9998 clauses out of 20013 with flag 2125001/2125001
1546.11/1545.43	c cleaning 10000 clauses out of 20015 with flag 2135001/2135001
1553.51/1552.81	c cleaning 10001 clauses out of 20015 with flag 2145001/2145001
1560.80/1560.12	c cleaning 10002 clauses out of 20014 with flag 2155001/2155001
1568.22/1567.56	c cleaning 10000 clauses out of 20011 with flag 2165000/2165000
1575.51/1574.85	c cleaning 9997 clauses out of 20011 with flag 2175000/2175000
1582.91/1582.26	c cleaning 10001 clauses out of 20014 with flag 2185000/2185000
1590.31/1589.62	c cleaning 10001 clauses out of 20013 with flag 2195000/2195000
1597.60/1596.99	c cleaning 9996 clauses out of 20012 with flag 2205000/2205000
1605.00/1604.33	c cleaning 10000 clauses out of 20017 with flag 2215001/2215001
1612.30/1611.66	c cleaning 9999 clauses out of 20016 with flag 2225000/2225000
1619.69/1619.08	c cleaning 10003 clauses out of 20017 with flag 2235000/2235000
1627.09/1626.41	c cleaning 10000 clauses out of 20016 with flag 2245002/2245002
1634.39/1633.75	c cleaning 10000 clauses out of 20015 with flag 2255001/2255001
1641.89/1641.28	c cleaning 9999 clauses out of 20015 with flag 2265001/2265001
1649.18/1648.57	c cleaning 9996 clauses out of 20015 with flag 2275000/2275000
1656.58/1655.96	c cleaning 9999 clauses out of 20019 with flag 2285000/2285000
1663.98/1663.38	c cleaning 10004 clauses out of 20021 with flag 2295001/2295001
1671.59/1670.96	c cleaning 10001 clauses out of 20017 with flag 2305001/2305001
1678.98/1678.38	c cleaning 10002 clauses out of 20016 with flag 2315001/2315001
1686.27/1685.66	c cleaning 10000 clauses out of 20013 with flag 2325000/2325000
1693.68/1693.10	c cleaning 9996 clauses out of 20014 with flag 2335001/2335001
1701.27/1700.63	c cleaning 10001 clauses out of 20017 with flag 2345000/2345000
1708.76/1708.16	c cleaning 9998 clauses out of 20017 with flag 2355001/2355001
1716.16/1715.51	c cleaning 10003 clauses out of 20018 with flag 2365000/2365000
1723.45/1722.86	c cleaning 9999 clauses out of 20016 with flag 2375001/2375001
1730.85/1730.28	c cleaning 9998 clauses out of 20018 with flag 2385002/2385002
1738.35/1737.71	c cleaning 10002 clauses out of 20018 with flag 2395000/2395000
1745.85/1745.27	c cleaning 9999 clauses out of 20018 with flag 2405002/2405002
1753.45/1752.81	c cleaning 10001 clauses out of 20017 with flag 2415000/2415000
1760.94/1760.33	c cleaning 9999 clauses out of 20016 with flag 2425000/2425000
1768.45/1767.82	c cleaning 9998 clauses out of 20017 with flag 2435000/2435000
1775.84/1775.23	c cleaning 10004 clauses out of 20019 with flag 2445000/2445000
1783.33/1782.79	c cleaning 9998 clauses out of 20017 with flag 2455002/2455002
1790.83/1790.22	c cleaning 10002 clauses out of 20017 with flag 2465000/2465000
1798.23/1797.68	c cleaning 9997 clauses out of 20015 with flag 2475000/2475000
1800.04/1799.41	c starts		: 230
1800.04/1799.41	c conflicts		: 2477591
1800.04/1799.41	c decisions		: 2594010
1800.04/1799.41	c propagations		: 1504238652
1800.04/1799.41	c inspects		: 9100109790
1800.04/1799.41	c learnt literals	: 1
1800.04/1799.41	c learnt binary clauses	: 43
1800.04/1799.41	c learnt ternary clauses	: 35
1800.04/1799.41	c learnt clauses	: 2477590
1800.04/1799.41	c ignored clauses	: 0
1800.04/1799.41	c root simplifications	: 0
1800.04/1799.41	c removed literals (reason simplification)	: 26555780
1800.04/1799.41	c reason swapping (by a shorter reason)	: 0
1800.04/1799.41	c Calls to reduceDB	: 249
1800.04/1799.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1799.41	c number of learned constraints concerned by reduction	: 0
1800.04/1799.41	c number of learning phase by resolution	: 0
1800.04/1799.41	c number of learning phase by cutting planes	: 0
1800.04/1799.41	c speed (assignments/second)	: 836360.4870137271
1800.04/1799.41	c non guided choices	0
1800.04/1799.44	c learnt constraints type 
1800.04/1799.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12597
1800.04/1799.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.04/1799.44	c constraints type 
1800.04/1799.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4922
1800.04/1799.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1697
1800.04/1799.44	s UNKNOWN
1800.04/1799.44	c Total wall clock time (in seconds): 1799.23

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-2658772-1276463687/watcher-2658772-1276463687 -o /tmp/evaluation-result-2658772-1276463687/solver-2658772-1276463687 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658772-1276463687.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27278
/proc/meminfo: memFree=1857056/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=392 CPUtime=0
/proc/27278/stat : 27278 (java6) S 27276 27278 25544 0 -1 4194304 120 0 0 0 0 0 0 0 16 0 1 0 21970345 401408 40 1992294400 134512640 134550932 4294257552 18446744073709551615 2323028 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/27278/statm: 98 40 32 10 0 25 0

[startup+0.106482 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27278
/proc/meminfo: memFree=1857056/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1524184 CPUtime=0.09
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 3973 0 1 0 7 2 0 0 15 0 12 0 21970345 1560764416 3413 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 381046 3413 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.200512 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27278
/proc/meminfo: memFree=1857056/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1526516 CPUtime=0.22
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 5097 0 1 0 19 3 0 0 15 0 12 0 21970345 1563152384 4535 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 381629 4535 1340 10 0 378931 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526516

[startup+0.300524 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27278
/proc/meminfo: memFree=1857056/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1526516 CPUtime=0.35
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 5343 0 1 0 32 3 0 0 15 0 12 0 21970345 1563152384 4781 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 381629 4781 1361 10 0 378931 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526516

[startup+0.703478 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27278
/proc/meminfo: memFree=1857056/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530196 CPUtime=1.03
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 7855 0 1 0 99 4 0 0 15 0 12 0 21970345 1566920704 6930 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382549 6930 1401 10 0 379851 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1530196

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 27291
/proc/meminfo: memFree=1824216/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1531148 CPUtime=2.34
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 11120 0 1 0 228 6 0 0 15 0 13 0 21970345 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382787 9452 1423 10 0 380089 0
[pid=27278/tid=27280] ppid=27276 vsize=1531148 CPUtime=1.1
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7230 0 1 0 107 3 0 0 18 0 13 0 21970347 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4109027263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 21970348 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 21970348 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 21970350 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 21970350 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 21970350 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1531148 CPUtime=0.55
/proc/27278/task/27287/stat : 27287 (java) R 27276 27278 25544 0 -1 4202560 780 0 0 0 55 0 0 0 15 0 13 0 21970354 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 103148543 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1531148 CPUtime=0.66
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2041 0 0 0 65 1 0 0 15 0 13 0 21970355 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21970355 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567895552 9452 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1531148

[startup+3.10211 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27291
/proc/meminfo: memFree=1823472/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1531148 CPUtime=4
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 11232 0 1 0 394 6 0 0 15 0 13 0 21970345 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382787 9563 1425 10 0 380089 0
[pid=27278/tid=27280] ppid=27276 vsize=1531148 CPUtime=2.68
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7323 0 1 0 265 3 0 0 20 0 13 0 21970347 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4108929513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 21970348 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 21970348 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 21970350 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 21970350 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 21970350 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1531148 CPUtime=0.6
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 786 0 0 0 60 0 0 0 15 0 13 0 21970354 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1531148 CPUtime=0.69
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2054 0 0 0 68 1 0 0 15 0 13 0 21970355 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21970355 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1531148 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567895552 9563 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1531148

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27291
/proc/meminfo: memFree=1823224/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=7.21
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 11403 0 1 0 715 6 0 0 15 0 13 0 21970345 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 9660 1425 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=5.86
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7493 0 1 0 583 3 0 0 25 0 13 0 21970347 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4109099392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 21970348 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 21970348 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 21970350 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 21970350 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 21970350 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.62
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 787 0 0 0 62 0 0 0 15 0 13 0 21970354 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.7
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2054 0 0 0 69 1 0 0 16 0 13 0 21970355 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 9660 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 1530776

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27291
/proc/meminfo: memFree=1817520/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=13.72
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 12855 0 1 0 1365 7 0 0 15 0 13 0 21970345 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11103 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=12.14
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7529 0 1 0 1211 3 0 0 25 0 13 0 21970347 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4108972418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.01
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 474 0 0 0 1 0 0 0 15 0 13 0 21970348 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 243 0 0 0 0 0 0 0 18 0 13 0 21970348 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=0.05
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 680 0 0 0 5 0 0 0 15 0 13 0 21970350 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.72
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 801 0 0 0 72 0 0 0 15 0 13 0 21970354 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.74
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2060 0 0 0 73 1 0 0 16 0 13 0 21970355 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 11103 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 1530776

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27291
/proc/meminfo: memFree=1816776/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=26.54
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 13089 0 1 0 2647 7 0 0 15 0 13 0 21970345 1567514624 11335 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11335 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=24.84
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7531 0 1 0 2480 4 0 0 25 0 13 0 21970347 1567514624 11335 1992294400 134512640 134550932 4289944240 18446744073709551615 4109027263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.02
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 526 0 0 0 2 0 0 0 15 0 13 0 21970348 1567514624 11335 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 13 0 21970348 1567514624 11335 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=0.11

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

[pid=27278] ppid=27276 vsize=1530776 CPUtime=1662.97
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 13964 0 1 0 166242 55 0 0 15 0 13 0 21970345 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11789 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=1653.6
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7759 0 1 0 165314 46 0 0 25 0 13 0 21970347 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4109055375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.5
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 539 0 0 0 48 2 0 0 16 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0.32
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 297 0 0 0 32 0 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=6.87
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1332 0 0 0 684 3 0 0 15 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.8
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 804 0 0 0 80 0 0 0 15 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.82
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2069 0 0 0 81 1 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1662.97
Current children cumulated vsize (KiB) 1530776

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27337
/proc/meminfo: memFree=1811692/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=1722.95
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 13978 0 1 0 172238 57 0 0 15 0 13 0 21970345 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11789 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=1713.32
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7767 0 1 0 171284 48 0 0 25 0 13 0 21970347 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4108658417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.51
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 539 0 0 0 49 2 0 0 16 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0.33
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 297 0 0 0 33 0 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=7.11
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1334 0 0 0 708 3 0 0 15 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.8
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 804 0 0 0 80 0 0 0 15 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.82
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2069 0 0 0 81 1 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1722.95
Current children cumulated vsize (KiB) 1530776

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27337
/proc/meminfo: memFree=1811444/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=1782.93
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 13992 0 1 0 178233 60 0 0 15 0 13 0 21970345 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11789 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=1773.03
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7775 0 1 0 177253 50 0 0 25 0 13 0 21970347 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4109107077 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.52
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 539 0 0 0 50 2 0 0 16 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0.34
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 297 0 0 0 34 0 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=7.35
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1338 0 0 0 732 3 0 0 15 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.8
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 804 0 0 0 80 0 0 0 15 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.82
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2069 0 0 0 81 1 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1782.93
Current children cumulated vsize (KiB) 1530776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27339
/proc/meminfo: memFree=1811444/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=1800.04
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 13999 0 1 0 179943 61 0 0 15 0 13 0 21970345 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11789 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=1790.03
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7778 0 1 0 178953 50 0 0 25 0 13 0 21970347 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4109099128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.53
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 539 0 0 0 51 2 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0.34
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 297 0 0 0 34 0 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=7.44
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1340 0 0 0 741 3 0 0 15 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.8
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 804 0 0 0 80 0 0 0 15 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.82
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2069 0 0 0 81 1 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1530776

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

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

[startup+1799.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27339
/proc/meminfo: memFree=1811444/2059040 swapFree=4140220/4192956
[pid=27278] ppid=27276 vsize=1530776 CPUtime=1800.04
/proc/27278/stat : 27278 (java) S 27276 27278 25544 0 -1 4202496 13999 0 1 0 179943 61 0 0 15 0 13 0 21970345 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27278/statm: 382694 11789 1443 10 0 379996 0
[pid=27278/tid=27280] ppid=27276 vsize=1530776 CPUtime=1790.03
/proc/27278/task/27280/stat : 27280 (java) R 27276 27278 25544 0 -1 4202560 7778 0 1 0 178953 50 0 0 25 0 13 0 21970347 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4109099128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27278/tid=27281] ppid=27276 vsize=1530776 CPUtime=0.53
/proc/27278/task/27281/stat : 27281 (java) S 27276 27278 25544 0 -1 4202560 539 0 0 0 51 2 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27282] ppid=27276 vsize=1530776 CPUtime=0.34
/proc/27278/task/27282/stat : 27282 (java) S 27276 27278 25544 0 -1 4202560 297 0 0 0 34 0 0 0 15 0 13 0 21970348 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27283] ppid=27276 vsize=1530776 CPUtime=7.44
/proc/27278/task/27283/stat : 27283 (java) S 27276 27278 25544 0 -1 4202560 1340 0 0 0 741 3 0 0 15 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27284] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27284/stat : 27284 (java) S 27276 27278 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27285] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27285/stat : 27285 (java) S 27276 27278 25544 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21970350 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27286] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27286/stat : 27286 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27287] ppid=27276 vsize=1530776 CPUtime=0.8
/proc/27278/task/27287/stat : 27287 (java) S 27276 27278 25544 0 -1 4202560 804 0 0 0 80 0 0 0 15 0 13 0 21970354 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27288] ppid=27276 vsize=1530776 CPUtime=0.82
/proc/27278/task/27288/stat : 27288 (java) S 27276 27278 25544 0 -1 4202560 2069 0 0 0 81 1 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27289] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27289/stat : 27289 (java) S 27276 27278 25544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=27278/tid=27290] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27290/stat : 27290 (java) S 27276 27278 25544 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 21970355 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=27278/tid=27291] ppid=27276 vsize=1530776 CPUtime=0
/proc/27278/task/27291/stat : 27291 (java) S 27276 27278 25544 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21970452 1567514624 11789 1992294400 134512640 134550932 4289944240 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1530776

Child status: 143
Real time (s): 1799.47
CPU time (s): 1800.14
CPU user time (s): 1799.52
CPU system time (s): 0.617906
CPU usage (%): 100.037
Max. virtual memory (cumulated for all children) (KiB): 1531860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14021
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= 39621
involuntary context switches= 18698

runsolver used 3.80242 second user time and 9.42957 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-13 23:14:47
IDJOB=2658772
IDBENCH=2175
IDSOLVER=1164
FILE ID=node010/2658772-1276463687
PBS_JOBID= 11173347
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3-c.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658772-1276463687/watcher-2658772-1276463687 -o /tmp/evaluation-result-2658772-1276463687/solver-2658772-1276463687 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658772-1276463687.opb

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

MD5SUM BENCH= bc7893eb7aff4749139e472af91e587e
RANDOM SEED=587530948

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1857452 kB
Buffers:         33244 kB
Cached:          90364 kB
SwapCached:       5344 kB
Active:          25968 kB
Inactive:       109588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1857452 kB
SwapTotal:     4192956 kB
SwapFree:      4140220 kB
Dirty:             520 kB
Writeback:          12 kB
AnonPages:       10836 kB
Mapped:          12844 kB
Slab:            43900 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181084 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 node010 at 2010-06-13 23:44:49