Trace number 2658504

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-26SAT (TO)75 1800.18 1790.49

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_4.opb
MD5SUM7603a459a5769ea7e43f52c522eb87aa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 68
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6326
Sum of products size (including duplicates)12652
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658504-1276653018.opb
0.25/0.20	c reading problem ... 
9.14/8.37	c ... done. Wall clock time 8.166s.
9.14/8.37	c #vars     6826
9.14/8.37	c #constraints  13152
9.14/8.37	c constraints type 
9.14/8.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6826
9.14/8.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
9.85/8.76	c SATISFIABLE
9.85/8.76	c OPTIMIZING...
9.85/8.76	c Got one! Elapsed wall clock time (in seconds):8.558
9.85/8.76	o 83
10.05/8.89	c Got one! Elapsed wall clock time (in seconds):8.682
10.05/8.89	o 81
10.84/9.25	c Got one! Elapsed wall clock time (in seconds):9.041
10.84/9.25	o 80
10.99/9.37	c Got one! Elapsed wall clock time (in seconds):9.163
10.99/9.37	o 79
11.14/9.49	c Got one! Elapsed wall clock time (in seconds):9.286
11.14/9.49	o 77
14.45/12.44	c cleaning 2493 clauses out of 5001 with flag 5001/5001
18.06/15.94	c cleaning 4250 clauses out of 8508 with flag 11001/11001
21.90/19.77	c cleaning 5626 clauses out of 11259 with flag 18002/18002
26.83/24.62	c cleaning 6813 clauses out of 13632 with flag 26001/26001
31.39/29.15	c Got one! Elapsed wall clock time (in seconds):28.95
31.39/29.15	o 76
32.69/30.42	c cleaning 7901 clauses out of 15818 with flag 35000/35000
38.74/36.42	c cleaning 8951 clauses out of 17917 with flag 45000/45000
45.28/42.99	c cleaning 9975 clauses out of 19966 with flag 56000/56000
53.05/50.65	c cleaning 10991 clauses out of 21991 with flag 68000/68000
58.01/55.55	c Got one! Elapsed wall clock time (in seconds):55.351
58.01/55.56	o 75
60.02/57.52	c cleaning 11995 clauses out of 24000 with flag 81000/81000
68.17/65.62	c cleaning 12993 clauses out of 26006 with flag 95001/95001
76.32/73.77	c cleaning 13493 clauses out of 27012 with flag 109000/109000
84.47/81.85	c cleaning 13751 clauses out of 27520 with flag 123001/123001
93.32/90.67	c cleaning 13874 clauses out of 27769 with flag 137001/137001
102.76/100.09	c cleaning 13943 clauses out of 27895 with flag 151001/151001
112.31/109.58	c cleaning 13969 clauses out of 27952 with flag 165001/165001
121.86/119.06	c cleaning 13987 clauses out of 27983 with flag 179001/179001
130.43/127.60	c cleaning 13992 clauses out of 27997 with flag 193002/193002
139.07/136.10	c cleaning 13992 clauses out of 28004 with flag 207001/207001
148.21/145.29	c cleaning 13996 clauses out of 28011 with flag 221000/221000
157.15/154.18	c cleaning 13999 clauses out of 28015 with flag 235000/235000
166.49/163.46	c cleaning 14002 clauses out of 28016 with flag 249000/249000
175.33/172.24	c cleaning 13999 clauses out of 28014 with flag 263000/263000
183.38/180.24	c cleaning 13999 clauses out of 28016 with flag 277001/277001
192.74/189.53	c cleaning 14003 clauses out of 28016 with flag 291000/291000
202.78/199.57	c cleaning 13999 clauses out of 28015 with flag 305002/305002
212.52/209.22	c cleaning 14002 clauses out of 28015 with flag 319001/319001
221.46/218.12	c cleaning 13999 clauses out of 28012 with flag 333000/333000
231.01/227.67	c cleaning 14001 clauses out of 28014 with flag 347001/347001
240.96/237.56	c cleaning 13994 clauses out of 28013 with flag 361001/361001
251.69/248.22	c cleaning 13996 clauses out of 28020 with flag 375002/375002
262.05/258.57	c cleaning 14006 clauses out of 28023 with flag 389001/389001
270.50/266.98	c cleaning 14001 clauses out of 28016 with flag 403000/403000
279.25/275.69	c cleaning 14003 clauses out of 28018 with flag 417003/417003
288.29/284.62	c cleaning 13998 clauses out of 28012 with flag 431000/431000
297.42/293.79	c cleaning 14001 clauses out of 28014 with flag 445000/445000
306.66/302.94	c cleaning 13995 clauses out of 28013 with flag 459000/459000
316.61/312.81	c cleaning 13998 clauses out of 28019 with flag 473001/473001
325.76/321.94	c cleaning 13999 clauses out of 28021 with flag 487001/487001
335.09/331.20	c cleaning 14000 clauses out of 28022 with flag 501001/501001
344.84/341.01	c cleaning 14001 clauses out of 28022 with flag 515001/515001
353.98/350.07	c cleaning 14000 clauses out of 28020 with flag 529000/529000
365.22/361.21	c cleaning 14006 clauses out of 28023 with flag 543003/543003
376.17/372.15	c cleaning 13999 clauses out of 28014 with flag 557000/557000
387.02/383.00	c cleaning 13995 clauses out of 28015 with flag 571000/571000
397.75/393.68	c cleaning 14001 clauses out of 28020 with flag 585000/585000
406.60/402.41	c cleaning 14000 clauses out of 28019 with flag 599000/599000
414.85/410.68	c cleaning 14002 clauses out of 28019 with flag 613000/613000
424.20/419.96	c cleaning 14005 clauses out of 28017 with flag 627000/627000
433.55/429.27	c cleaning 13999 clauses out of 28013 with flag 641001/641001
442.48/438.11	c cleaning 13996 clauses out of 28014 with flag 655001/655001
452.23/447.85	c cleaning 14002 clauses out of 28017 with flag 669000/669000
461.47/457.06	c cleaning 13995 clauses out of 28015 with flag 683000/683000
471.21/466.71	c cleaning 13997 clauses out of 28020 with flag 697000/697000
481.55/477.06	c cleaning 14001 clauses out of 28023 with flag 711000/711000
491.48/486.94	c cleaning 14003 clauses out of 28023 with flag 725001/725001
501.31/496.71	c cleaning 14005 clauses out of 28019 with flag 739000/739000
511.66/507.02	c cleaning 14001 clauses out of 28015 with flag 753001/753001
522.40/517.79	c cleaning 13993 clauses out of 28014 with flag 767001/767001
532.45/527.71	c cleaning 14002 clauses out of 28020 with flag 781000/781000
541.70/536.92	c cleaning 13998 clauses out of 28019 with flag 795001/795001
551.02/546.22	c cleaning 14001 clauses out of 28021 with flag 809001/809001
560.66/555.90	c cleaning 13999 clauses out of 28019 with flag 823000/823000
570.38/565.52	c cleaning 13999 clauses out of 28021 with flag 837001/837001
580.32/575.42	c cleaning 13996 clauses out of 28022 with flag 851001/851001
590.07/585.11	c cleaning 14003 clauses out of 28025 with flag 865000/865000
599.49/594.52	c cleaning 13999 clauses out of 28022 with flag 879000/879000
608.04/603.02	c cleaning 14006 clauses out of 28025 with flag 893002/893002
617.20/612.15	c cleaning 14000 clauses out of 28017 with flag 907000/907000
627.04/621.98	c cleaning 14001 clauses out of 28017 with flag 921000/921000
636.90/631.74	c cleaning 14006 clauses out of 28016 with flag 935000/935000
645.97/640.70	c cleaning 13996 clauses out of 28010 with flag 949000/949000
654.99/649.77	c cleaning 13994 clauses out of 28015 with flag 963001/963001
665.25/659.99	c cleaning 14004 clauses out of 28020 with flag 977000/977000
675.88/670.56	c cleaning 13999 clauses out of 28016 with flag 991000/991000
686.92/681.53	c cleaning 14000 clauses out of 28018 with flag 1005001/1005001
697.16/691.71	c cleaning 13996 clauses out of 28017 with flag 1019000/1019000
706.70/701.22	c cleaning 14006 clauses out of 28021 with flag 1033000/1033000
716.72/711.39	c cleaning 13996 clauses out of 28015 with flag 1047000/1047000
726.96/721.55	c cleaning 14001 clauses out of 28020 with flag 1061001/1061001
736.89/731.48	c cleaning 13998 clauses out of 28018 with flag 1075000/1075000
746.41/740.94	c cleaning 14006 clauses out of 28022 with flag 1089002/1089002
757.76/752.26	c cleaning 14002 clauses out of 28014 with flag 1103000/1103000
768.49/762.91	c cleaning 13999 clauses out of 28013 with flag 1117001/1117001
779.61/774.09	c cleaning 13997 clauses out of 28013 with flag 1131000/1131000
790.95/785.39	c cleaning 13997 clauses out of 28016 with flag 1145000/1145000
802.68/797.09	c cleaning 14001 clauses out of 28020 with flag 1159001/1159001
814.21/808.57	c cleaning 13994 clauses out of 28018 with flag 1173000/1173000
823.94/818.23	c cleaning 14005 clauses out of 28024 with flag 1187000/1187000
833.47/827.74	c cleaning 13999 clauses out of 28020 with flag 1201001/1201001
842.80/837.02	c cleaning 13998 clauses out of 28020 with flag 1215000/1215000
851.82/846.05	c cleaning 14003 clauses out of 28022 with flag 1229000/1229000
861.45/855.65	c cleaning 14001 clauses out of 28020 with flag 1243001/1243001
870.99/865.17	c cleaning 13995 clauses out of 28019 with flag 1257001/1257001
880.71/874.89	c cleaning 14001 clauses out of 28023 with flag 1271000/1271000
890.42/884.59	c cleaning 14000 clauses out of 28022 with flag 1285000/1285000
899.96/894.02	c cleaning 14002 clauses out of 28023 with flag 1299001/1299001
909.59/903.66	c cleaning 13993 clauses out of 28020 with flag 1313000/1313000
919.03/913.04	c cleaning 14012 clauses out of 28028 with flag 1327001/1327001
928.41/922.35	c cleaning 14003 clauses out of 28015 with flag 1341000/1341000
938.26/932.16	c cleaning 13997 clauses out of 28012 with flag 1355000/1355000
947.11/940.91	c cleaning 13997 clauses out of 28016 with flag 1369001/1369001
956.64/950.44	c cleaning 13995 clauses out of 28019 with flag 1383001/1383001
966.08/959.85	c cleaning 14004 clauses out of 28023 with flag 1397000/1397000
976.41/970.11	c cleaning 13999 clauses out of 28019 with flag 1411000/1411000
986.86/980.56	c cleaning 13998 clauses out of 28020 with flag 1425000/1425000
997.41/991.03	c cleaning 14005 clauses out of 28022 with flag 1439000/1439000
1007.74/1001.34	c cleaning 13998 clauses out of 28017 with flag 1453000/1453000
1019.28/1012.85	c cleaning 14001 clauses out of 28020 with flag 1467001/1467001
1031.43/1024.90	c cleaning 13998 clauses out of 28018 with flag 1481000/1481000
1043.37/1036.86	c cleaning 13995 clauses out of 28021 with flag 1495001/1495001
1055.41/1048.86	c cleaning 14003 clauses out of 28025 with flag 1509000/1509000
1066.85/1060.23	c cleaning 14003 clauses out of 28022 with flag 1523000/1523000
1077.71/1071.03	c cleaning 14001 clauses out of 28020 with flag 1537001/1537001
1088.66/1081.91	c cleaning 14001 clauses out of 28018 with flag 1551000/1551000
1099.39/1092.66	c cleaning 13994 clauses out of 28017 with flag 1565000/1565000
1110.13/1103.34	c cleaning 14001 clauses out of 28024 with flag 1579001/1579001
1120.96/1114.18	c cleaning 13997 clauses out of 28022 with flag 1593000/1593000
1131.50/1124.64	c cleaning 14003 clauses out of 28025 with flag 1607000/1607000
1142.04/1135.20	c cleaning 14001 clauses out of 28022 with flag 1621000/1621000
1152.90/1145.99	c cleaning 14000 clauses out of 28021 with flag 1635000/1635000
1164.44/1157.41	c cleaning 14002 clauses out of 28021 with flag 1649000/1649000
1175.09/1168.09	c cleaning 14002 clauses out of 28019 with flag 1663000/1663000
1185.14/1178.08	c cleaning 14001 clauses out of 28018 with flag 1677001/1677001
1195.36/1188.30	c cleaning 13999 clauses out of 28017 with flag 1691001/1691001
1205.39/1198.27	c cleaning 14002 clauses out of 28018 with flag 1705001/1705001
1216.83/1209.61	c cleaning 13999 clauses out of 28016 with flag 1719001/1719001
1227.77/1220.51	c cleaning 14000 clauses out of 28017 with flag 1733001/1733001
1238.61/1231.37	c cleaning 13998 clauses out of 28017 with flag 1747001/1747001
1249.47/1242.14	c cleaning 14001 clauses out of 28019 with flag 1761001/1761001
1260.01/1252.69	c cleaning 14005 clauses out of 28018 with flag 1775001/1775001
1271.67/1264.28	c cleaning 13999 clauses out of 28012 with flag 1789000/1789000
1283.13/1275.66	c cleaning 13998 clauses out of 28013 with flag 1803000/1803000
1294.37/1286.87	c cleaning 14004 clauses out of 28016 with flag 1817001/1817001
1306.02/1298.43	c cleaning 13996 clauses out of 28012 with flag 1831001/1831001
1318.08/1310.41	c cleaning 13997 clauses out of 28016 with flag 1845001/1845001
1329.43/1321.73	c cleaning 13995 clauses out of 28019 with flag 1859001/1859001
1340.57/1332.84	c cleaning 14002 clauses out of 28024 with flag 1873001/1873001
1352.39/1344.61	c cleaning 14003 clauses out of 28022 with flag 1887001/1887001
1363.83/1356.05	c cleaning 13995 clauses out of 28018 with flag 1901000/1901000
1375.87/1368.00	c cleaning 14002 clauses out of 28023 with flag 1915000/1915000
1387.52/1379.69	c cleaning 13991 clauses out of 28021 with flag 1929000/1929000
1399.38/1391.43	c cleaning 14001 clauses out of 28030 with flag 1943000/1943000
1411.31/1403.35	c cleaning 14003 clauses out of 28029 with flag 1957000/1957000
1422.86/1414.89	c cleaning 14007 clauses out of 28026 with flag 1971000/1971000
1434.10/1426.05	c cleaning 13998 clauses out of 28020 with flag 1985001/1985001
1443.97/1435.84	c cleaning 14009 clauses out of 28022 with flag 1999001/1999001
1453.03/1444.87	c cleaning 13998 clauses out of 28013 with flag 2013001/2013001
1461.69/1453.42	c cleaning 13996 clauses out of 28014 with flag 2027000/2027000
1469.94/1461.70	c cleaning 14007 clauses out of 28019 with flag 2041001/2041001
1478.79/1470.43	c cleaning 13998 clauses out of 28012 with flag 2055001/2055001
1488.82/1480.44	c cleaning 13997 clauses out of 28013 with flag 2069000/2069000
1498.37/1489.91	c cleaning 14003 clauses out of 28017 with flag 2083001/2083001
1507.82/1499.36	c cleaning 14001 clauses out of 28013 with flag 2097000/2097000
1518.04/1509.50	c cleaning 13999 clauses out of 28014 with flag 2111002/2111002
1527.68/1519.19	c cleaning 14002 clauses out of 28014 with flag 2125001/2125001
1536.00/1527.40	c cleaning 13996 clauses out of 28012 with flag 2139001/2139001
1544.73/1536.19	c cleaning 13999 clauses out of 28017 with flag 2153002/2153002
1554.17/1545.51	c cleaning 13999 clauses out of 28017 with flag 2167001/2167001
1563.69/1555.02	c cleaning 14000 clauses out of 28017 with flag 2181000/2181000
1572.34/1563.69	c cleaning 13999 clauses out of 28017 with flag 2195000/2195000
1582.79/1574.07	c cleaning 13999 clauses out of 28018 with flag 2209000/2209000
1593.52/1584.76	c cleaning 14003 clauses out of 28022 with flag 2223003/2223003
1604.56/1595.79	c cleaning 14000 clauses out of 28016 with flag 2237000/2237000
1615.41/1606.59	c cleaning 13999 clauses out of 28016 with flag 2251000/2251000
1626.15/1617.29	c cleaning 14001 clauses out of 28017 with flag 2265000/2265000
1636.40/1627.49	c cleaning 13998 clauses out of 28016 with flag 2279000/2279000
1645.75/1636.71	c cleaning 14001 clauses out of 28018 with flag 2293000/2293000
1654.49/1645.50	c cleaning 14000 clauses out of 28018 with flag 2307001/2307001
1663.01/1653.92	c cleaning 14002 clauses out of 28018 with flag 2321001/2321001
1671.34/1662.26	c cleaning 13998 clauses out of 28016 with flag 2335001/2335001
1679.47/1670.35	c cleaning 13997 clauses out of 28018 with flag 2349001/2349001
1688.40/1679.24	c cleaning 14004 clauses out of 28021 with flag 2363001/2363001
1697.22/1688.06	c cleaning 13999 clauses out of 28017 with flag 2377001/2377001
1706.36/1697.20	c cleaning 13999 clauses out of 28017 with flag 2391000/2391000
1715.20/1705.96	c cleaning 13994 clauses out of 28018 with flag 2405000/2405000
1724.25/1714.98	c cleaning 13995 clauses out of 28024 with flag 2419000/2419000
1733.46/1724.16	c cleaning 14001 clauses out of 28030 with flag 2433001/2433001
1743.49/1734.15	c cleaning 14005 clauses out of 28030 with flag 2447002/2447002
1754.04/1744.65	c cleaning 14001 clauses out of 28023 with flag 2461000/2461000
1765.08/1755.63	c cleaning 13997 clauses out of 28022 with flag 2475000/2475000
1776.23/1766.75	c cleaning 14006 clauses out of 28025 with flag 2489000/2489000
1786.98/1777.47	c cleaning 14001 clauses out of 28019 with flag 2503000/2503000
1798.24/1788.66	c cleaning 14001 clauses out of 28019 with flag 2517001/2517001
1800.04/1790.41	c starts		: 237
1800.04/1790.41	c conflicts		: 2519098
1800.04/1790.41	c decisions		: 4114493
1800.04/1790.41	c propagations		: 335872405
1800.04/1790.41	c inspects		: 3381518365
1800.04/1790.41	c learnt literals	: 0
1800.04/1790.41	c learnt binary clauses	: 0
1800.04/1790.41	c learnt ternary clauses	: 0
1800.04/1790.41	c learnt clauses	: 2519098
1800.04/1790.41	c ignored clauses	: 0
1800.04/1790.41	c root simplifications	: 0
1800.04/1790.41	c removed literals (reason simplification)	: 1748616
1800.04/1790.41	c reason swapping (by a shorter reason)	: 0
1800.04/1790.41	c Calls to reduceDB	: 183
1800.04/1790.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1790.41	c number of learned constraints concerned by reduction	: 0
1800.04/1790.41	c number of learning phase by resolution	: 0
1800.04/1790.41	c number of learning phase by cutting planes	: 0
1800.04/1790.41	c speed (assignments/second)	: 193602.3651503466
1800.04/1790.42	c non guided choices	6274
1800.04/1790.44	c learnt constraints type 
1800.04/1790.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16133
1800.04/1790.44	c constraints type 
1800.04/1790.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6826
1800.04/1790.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1790.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.04/1790.44	s SATISFIABLE
1800.04/1790.44	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 -x258 x259 -x260 x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 x310 -x311 -x312 -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320 x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 x431 x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 x490 -x491 x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 
1800.04/1790.44	c objective function=75
1800.04/1790.44	c Total wall clock time (in seconds): 1790.236

Verifier Data

OK	75

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658504-1276653018/watcher-2658504-1276653018 -o /tmp/evaluation-result-2658504-1276653018/solver-2658504-1276653018 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658504-1276653018.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.10 1.10 1.03 3/106 10735
/proc/meminfo: memFree=1818024/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=248 CPUtime=0
/proc/10735/stat : 10735 (java) R 10733 10735 10132 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 40905814 253952 29 1992294400 134512640 134550932 4286988448 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10735/statm: 62 29 21 10 0 23 0

[startup+0.012312 s]
/proc/loadavg: 1.10 1.10 1.03 3/106 10735
/proc/meminfo: memFree=1818024/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1832 CPUtime=0
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4194304 431 0 0 0 0 0 0 0 18 0 1 0 40905814 1875968 161 1992294400 134512640 134550932 4286988448 18446744073709551615 4149844 0 2147483391 4096 0 18446744071699387582 0 0 17 0 0 0 0
/proc/10735/statm: 458 161 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.106235 s]
/proc/loadavg: 1.10 1.10 1.03 3/106 10735
/proc/meminfo: memFree=1818024/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1524184 CPUtime=0.09
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 4000 0 1 0 7 2 0 0 18 0 12 0 40905814 1560764416 3440 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 381046 3440 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301569 s]
/proc/loadavg: 1.10 1.10 1.03 3/106 10735
/proc/meminfo: memFree=1818024/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1526260 CPUtime=0.37
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 5325 0 1 0 34 3 0 0 18 0 12 0 40905814 1562890240 4763 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 381565 4763 1362 10 0 378867 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526260

[startup+0.700569 s]
/proc/loadavg: 1.10 1.10 1.03 3/106 10735
/proc/meminfo: memFree=1818024/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1528336 CPUtime=1.08
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 6681 0 1 0 105 3 0 0 18 0 12 0 40905814 1565016064 6078 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382084 6078 1396 10 0 379386 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528336

[startup+1.50157 s]
/proc/loadavg: 1.10 1.10 1.03 2/118 10747
/proc/meminfo: memFree=1797036/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1530048 CPUtime=2.2
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 8072 0 1 0 216 4 0 0 18 0 12 0 40905814 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382512 7139 1407 10 0 379814 0
[pid=10735/tid=10737] ppid=10733 vsize=1530048 CPUtime=1.47
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 5088 0 1 0 144 3 0 0 20 0 12 0 40905815 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4109595521 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40905816 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40905817 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 40905818 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 40905819 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40905819 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40905823 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1530048 CPUtime=0.17
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 484 0 0 0 17 0 0 0 19 0 12 0 40905823 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1530048 CPUtime=0.53
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 1434 0 0 0 53 0 0 0 15 0 12 0 40905823 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40905823 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40905823 1566769152 7139 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1530048

[startup+3.10257 s]
/proc/loadavg: 1.10 1.10 1.03 2/118 10747
/proc/meminfo: memFree=1793316/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1530048 CPUtime=3.84
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 8618 0 1 0 379 5 0 0 18 0 12 0 40905814 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382512 7685 1407 10 0 379814 0
[pid=10735/tid=10737] ppid=10733 vsize=1530048 CPUtime=3.07
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 5633 0 1 0 304 3 0 0 25 0 12 0 40905815 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4109596006 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40905816 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40905817 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 40905818 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 40905819 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40905819 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40905823 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1530048 CPUtime=0.19
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 484 0 0 0 19 0 0 0 15 0 12 0 40905823 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1530048 CPUtime=0.55
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 1435 0 0 0 55 0 0 0 15 0 12 0 40905823 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40905823 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40905823 1566769152 7685 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1530048

[startup+6.30157 s]
/proc/loadavg: 1.10 1.10 1.03 2/118 10747
/proc/meminfo: memFree=1790092/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1530048 CPUtime=7.13
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 9269 0 1 0 708 5 0 0 18 0 12 0 40905814 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382512 8335 1409 10 0 379814 0
[pid=10735/tid=10737] ppid=10733 vsize=1530048 CPUtime=6.27
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 6275 0 1 0 623 4 0 0 25 0 12 0 40905815 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4109596130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 40905816 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 40905817 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 40905818 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 40905819 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 40905819 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40905823 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1530048 CPUtime=0.26
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 492 0 0 0 26 0 0 0 15 0 12 0 40905823 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1530048 CPUtime=0.58
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 1436 0 0 0 58 0 0 0 15 0 12 0 40905823 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 40905823 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1530048 CPUtime=0
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 40905823 1566769152 8335 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 1530048

[startup+12.7017 s]
/proc/loadavg: 1.09 1.10 1.03 2/119 10748
/proc/meminfo: memFree=1672044/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1531392 CPUtime=14.81
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 41215 0 1 0 1462 19 0 0 18 0 13 0 40905814 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 39619 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=12.35
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 32067 0 1 0 1221 14 0 0 25 0 13 0 40905815 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4109843076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=0.09
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 1895 0 0 0 8 1 0 0 16 0 13 0 40905816 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=0.08
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 1692 0 0 0 8 0 0 0 16 0 13 0 40905817 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=0.05
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 1562 0 0 0 5 0 0 0 16 0 13 0 40905818 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1531392 CPUtime=0.82
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 645 0 0 0 82 0 0 0 15 0 13 0 40905823 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1531392 CPUtime=1.35
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 2287 0 0 0 134 1 0 0 15 0 13 0 40905823 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40905823 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10748] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10748/stat : 10748 (java) S 10733 10735 10132 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 40906655 1568145408 39619 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 1531392

[startup+25.5022 s]
/proc/loadavg: 1.07 1.09 1.03 2/119 10748
/proc/meminfo: memFree=1639556/2059040 swapFree=4136500/4192956
[pid=10735] ppid=10733 vsize=1531392 CPUtime=27.77
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 47693 0 1 0 2755 22 0 0 18 0 13 0 40905814 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 45757 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=24.78
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 34154 0 1 0 2463 15 0 0 25 0 13 0 40905815 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4109875091 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=0.18
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 4023 0 0 0 17 1 0 0 16 0 13 0 40905816 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=0.18
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 3506 0 0 0 17 1 0 0 15 0 13 0 40905817 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=0.24
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2004 0 0 0 24 0 0 0 16 0 13 0 40905818 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 45757 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0

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

[pid=10735] ppid=10733 vsize=1531392 CPUtime=1611.19
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 62142 0 1 0 160974 145 0 0 18 0 13 0 40905814 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 57363 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=1576.98
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 35788 0 1 0 157639 59 0 0 25 0 13 0 40905815 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4109901463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=9.22
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 10411 0 0 0 888 34 0 0 15 0 13 0 40905816 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=9.17
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 9647 0 0 0 882 35 0 0 15 0 13 0 40905817 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=13.29
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2191 0 0 0 1318 11 0 0 16 0 13 0 40905818 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1531392 CPUtime=1.03
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 657 0 0 0 103 0 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1531392 CPUtime=1.38
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 2290 0 0 0 137 1 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1531392 CPUtime=0.03
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 92 0 0 0 2 1 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10748] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10748/stat : 10748 (java) S 10733 10735 10132 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 40906655 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1611.19
Current children cumulated vsize (KiB) 1531392

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11298
/proc/meminfo: memFree=1580048/2059040 swapFree=4136508/4192956
[pid=10735] ppid=10733 vsize=1531392 CPUtime=1671.44
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 62204 0 1 0 166993 151 0 0 18 0 13 0 40905814 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 57363 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=1635.97
/proc/10735/task/10737/stat : 10737 (java) S 10733 10735 10132 0 -1 4202560 35842 0 1 0 163535 62 0 0 25 0 13 0 40905815 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=9.57
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 10411 0 0 0 921 36 0 0 15 0 13 0 40905816 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=9.52
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 9647 0 0 0 916 36 0 0 16 0 13 0 40905817 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=13.86
/proc/10735/task/10740/stat : 10740 (java) R 10733 10735 10132 0 -1 4202560 2195 0 0 0 1375 11 0 0 15 0 13 0 40905818 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4649735 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1531392 CPUtime=1.03
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 657 0 0 0 103 0 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1531392 CPUtime=1.38
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 2290 0 0 0 137 1 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1531392 CPUtime=0.03
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 96 0 0 0 2 1 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10748] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10748/stat : 10748 (java) S 10733 10735 10132 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 40906655 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1671.44
Current children cumulated vsize (KiB) 1531392

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11300
/proc/meminfo: memFree=1579924/2059040 swapFree=4136508/4192956
[pid=10735] ppid=10733 vsize=1531392 CPUtime=1731.66
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 62262 0 1 0 173008 158 0 0 18 0 13 0 40905814 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 57363 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=1694.95
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 35892 0 1 0 169430 65 0 0 25 0 13 0 40905815 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4109952060 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=9.89
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 10411 0 0 0 951 38 0 0 15 0 13 0 40905816 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=9.86
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 9647 0 0 0 949 37 0 0 15 0 13 0 40905817 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=14.44
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2199 0 0 0 1432 12 0 0 16 0 13 0 40905818 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1531392 CPUtime=1.03
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 657 0 0 0 103 0 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1531392 CPUtime=1.38
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 2290 0 0 0 137 1 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1531392 CPUtime=0.04
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 100 0 0 0 2 2 0 0 15 0 13 0 40905823 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10748] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10748/stat : 10748 (java) S 10733 10735 10132 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 40906655 1568145408 57363 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1731.66
Current children cumulated vsize (KiB) 1531392

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 11302
/proc/meminfo: memFree=1579056/2059040 swapFree=4136508/4192956
[pid=10735] ppid=10733 vsize=1531392 CPUtime=1791.9
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 62496 0 1 0 179028 162 0 0 18 0 13 0 40905814 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 57514 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=1753.94
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 35949 0 1 0 175328 66 0 0 25 0 13 0 40905815 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4109877462 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=10.24
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 10510 0 0 0 985 39 0 0 15 0 13 0 40905816 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=10.23
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 9721 0 0 0 984 39 0 0 16 0 13 0 40905817 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=14.96
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2201 0 0 0 1484 12 0 0 16 0 13 0 40905818 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1531392 CPUtime=1.03
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 657 0 0 0 103 0 0 0 15 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1531392 CPUtime=1.38
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 2290 0 0 0 137 1 0 0 15 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1531392 CPUtime=0.04
/proc/10735/task/10747/stat : 10747 (java) S 10733 10735 10132 0 -1 4202560 102 0 0 0 2 2 0 0 15 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10748] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10748/stat : 10748 (java) S 10733 10735 10132 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 40906655 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.9
Current children cumulated vsize (KiB) 1531392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 11302
/proc/meminfo: memFree=1579056/2059040 swapFree=4136508/4192956
[pid=10735] ppid=10733 vsize=1531392 CPUtime=1800.04
/proc/10735/stat : 10735 (java) S 10733 10735 10132 0 -1 4202496 62507 0 1 0 179841 163 0 0 18 0 13 0 40905814 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10735/statm: 382848 57514 1445 10 0 380150 0
[pid=10735/tid=10737] ppid=10733 vsize=1531392 CPUtime=1761.91
/proc/10735/task/10737/stat : 10737 (java) R 10733 10735 10132 0 -1 4202560 35956 0 1 0 176125 66 0 0 25 0 13 0 40905815 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4109870647 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10735/tid=10738] ppid=10733 vsize=1531392 CPUtime=10.28
/proc/10735/task/10738/stat : 10738 (java) S 10733 10735 10132 0 -1 4202560 10510 0 0 0 989 39 0 0 16 0 13 0 40905816 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10739] ppid=10733 vsize=1531392 CPUtime=10.27
/proc/10735/task/10739/stat : 10739 (java) S 10733 10735 10132 0 -1 4202560 9721 0 0 0 988 39 0 0 16 0 13 0 40905817 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10740] ppid=10733 vsize=1531392 CPUtime=15.04
/proc/10735/task/10740/stat : 10740 (java) S 10733 10735 10132 0 -1 4202560 2203 0 0 0 1492 12 0 0 15 0 13 0 40905818 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 0 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10741] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10741/stat : 10741 (java) S 10733 10735 10132 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10742] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10742/stat : 10742 (java) S 10733 10735 10132 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 40905819 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10743] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10743/stat : 10743 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10744] ppid=10733 vsize=1531392 CPUtime=1.03
/proc/10735/task/10744/stat : 10744 (java) S 10733 10735 10132 0 -1 4202560 657 0 0 0 103 0 0 0 15 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
[pid=10735/tid=10745] ppid=10733 vsize=1531392 CPUtime=1.38
/proc/10735/task/10745/stat : 10745 (java) S 10733 10735 10132 0 -1 4202560 2290 0 0 0 137 1 0 0 15 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10746] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10746/stat : 10746 (java) S 10733 10735 10132 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 0 0 0 0
[pid=10735/tid=10747] ppid=10733 vsize=1531392 CPUtime=0.04
/proc/10735/task/10747/stat : 10747 (java) R 10733 10735 10132 0 -1 4202560 104 0 0 0 2 2 0 0 15 0 13 0 40905823 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10735/tid=10748] ppid=10733 vsize=1531392 CPUtime=0
/proc/10735/task/10748/stat : 10748 (java) S 10733 10735 10132 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 40906655 1568145408 57514 1992294400 134512640 134550932 4286988448 18446744073709551615 4294960144 0 4 0 16800975 18446604437822507008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1531392

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

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

Child status: 143
Real time (s): 1790.49
CPU time (s): 1800.18
CPU user time (s): 1798.52
CPU system time (s): 1.65775
CPU usage (%): 100.541
Max. virtual memory (cumulated for all children) (KiB): 1532000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.65775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62526
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= 54464
involuntary context switches= 33520

runsolver used 3.81142 second user time and 9.93349 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-16 03:50:18
IDJOB=2658504
IDBENCH=48118
IDSOLVER=1164
FILE ID=node001/2658504-1276653018
PBS_JOBID= 11172454
Free space on /tmp= 62516 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658504-1276653018/watcher-2658504-1276653018 -o /tmp/evaluation-result-2658504-1276653018/solver-2658504-1276653018 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658504-1276653018.opb

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

MD5SUM BENCH= 7603a459a5769ea7e43f52c522eb87aa
RANDOM SEED=1843940843

node001.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.202
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.40
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.202
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:       1818420 kB
Buffers:         36964 kB
Cached:         113076 kB
SwapCached:       9628 kB
Active:         101980 kB
Inactive:        61052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1818420 kB
SwapTotal:     4192956 kB
SwapFree:      4136500 kB
Dirty:             564 kB
Writeback:           4 kB
AnonPages:       11540 kB
Mapped:           9428 kB
Slab:            55796 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182720 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= 62516 MiB
End job on node001 at 2010-06-16 04:20:10