Trace number 3736819

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)74 1800.06 934.234

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_2.opb
MD5SUMf7e9965e006e5669c3252afd9a68998d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 67
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)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3736819-1338752241.opb
0.09/0.11	c reading problem ... 
1.93/1.32	c ... done. Wall clock time 1.209s.
1.93/1.32	c #vars     6828
1.93/1.32	c #constraints  13156
1.93/1.32	c constraints type 
1.93/1.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
1.93/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1.93/1.32	c constraints type 
1.93/1.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6828
1.93/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
2.24/1.44	c And the winner is Resolution
2.46/2.32	c SATISFIABLE
2.46/2.32	c OPTIMIZING...
2.46/2.32	c Got one! Elapsed wall clock time (in seconds):2.217
2.46/2.35	o 83
2.71/2.44	c And the winner is Resolution
3.09/3.33	c Got one! Elapsed wall clock time (in seconds):3.224
3.09/3.33	o 82
3.33/3.45	c And the winner is Resolution
3.53/4.34	c Got one! Elapsed wall clock time (in seconds):4.229
3.53/4.34	o 81
3.53/4.38	c And the winner is Resolution
3.70/5.34	c Got one! Elapsed wall clock time (in seconds):5.232
3.70/5.34	o 75
6.11/6.41	c cleaning 2495 clauses out of 5000 with flag 5000/5000
7.06/6.82	c And the winner is Resolution
7.16/7.34	c Got one! Elapsed wall clock time (in seconds):7.235
7.16/7.34	o 74
9.36/8.41	c cleaning 4246 clauses out of 8506 with flag 11001/11001
12.70/10.09	c cleaning 5626 clauses out of 11261 with flag 18002/18002
16.75/12.07	c cleaning 6810 clauses out of 13633 with flag 26000/26000
21.36/14.37	c cleaning 7907 clauses out of 15825 with flag 35002/35002
26.56/16.92	c cleaning 8949 clauses out of 17917 with flag 45001/45001
31.56/19.46	c cleaning 9976 clauses out of 19970 with flag 56003/56003
38.17/22.70	c cleaning 10987 clauses out of 21992 with flag 68001/68001
44.54/25.98	c cleaning 11998 clauses out of 24005 with flag 81001/81001
51.55/29.41	c cleaning 12996 clauses out of 26007 with flag 95001/95001
58.77/33.04	c cleaning 13498 clauses out of 27011 with flag 109001/109001
65.75/36.57	c cleaning 13751 clauses out of 27513 with flag 123001/123001
73.34/40.38	c cleaning 13871 clauses out of 27761 with flag 137000/137000
80.92/44.10	c cleaning 13939 clauses out of 27891 with flag 151001/151001
88.70/48.03	c cleaning 13966 clauses out of 27952 with flag 165001/165001
96.48/51.90	c cleaning 13983 clauses out of 27985 with flag 179000/179000
104.64/56.03	c cleaning 13994 clauses out of 28002 with flag 193000/193000
112.02/59.76	c cleaning 13995 clauses out of 28008 with flag 207000/207000
120.19/63.82	c cleaning 13999 clauses out of 28013 with flag 221000/221000
127.96/67.79	c cleaning 13998 clauses out of 28015 with flag 235001/235001
135.67/71.66	c cleaning 13999 clauses out of 28016 with flag 249000/249000
143.03/75.38	c cleaning 14005 clauses out of 28018 with flag 263001/263001
150.18/78.94	c cleaning 14000 clauses out of 28014 with flag 277002/277002
157.55/82.69	c cleaning 13995 clauses out of 28013 with flag 291001/291001
164.65/86.27	c cleaning 14002 clauses out of 28018 with flag 305001/305001
172.00/89.99	c cleaning 14003 clauses out of 28016 with flag 319001/319001
179.96/93.96	c cleaning 13998 clauses out of 28012 with flag 333000/333000
188.14/98.01	c cleaning 14001 clauses out of 28014 with flag 347000/347000
195.21/101.61	c cleaning 13998 clauses out of 28013 with flag 361000/361000
202.16/105.18	c cleaning 13999 clauses out of 28017 with flag 375002/375002
209.91/109.00	c cleaning 14001 clauses out of 28017 with flag 389001/389001
217.06/112.61	c cleaning 14004 clauses out of 28016 with flag 403001/403001
224.54/116.44	c cleaning 13997 clauses out of 28011 with flag 417000/417000
233.28/120.89	c cleaning 14001 clauses out of 28015 with flag 431001/431001
241.19/124.83	c cleaning 13995 clauses out of 28013 with flag 445000/445000
248.53/128.53	c cleaning 14001 clauses out of 28018 with flag 459000/459000
256.21/132.49	c cleaning 14000 clauses out of 28017 with flag 473000/473000
263.76/136.24	c cleaning 14000 clauses out of 28017 with flag 487000/487000
271.46/140.17	c cleaning 13997 clauses out of 28017 with flag 501000/501000
279.63/144.22	c cleaning 13999 clauses out of 28020 with flag 515000/515000
287.24/148.16	c cleaning 14005 clauses out of 28022 with flag 529001/529001
294.94/152.06	c cleaning 13999 clauses out of 28017 with flag 543001/543001
302.65/155.96	c cleaning 14004 clauses out of 28018 with flag 557001/557001
310.98/160.12	c cleaning 13993 clauses out of 28014 with flag 571001/571001
318.95/164.23	c cleaning 13997 clauses out of 28021 with flag 585001/585001
326.07/167.87	c cleaning 14008 clauses out of 28024 with flag 599001/599001
333.56/171.66	c cleaning 14002 clauses out of 28016 with flag 613001/613001
340.64/175.24	c cleaning 14000 clauses out of 28014 with flag 627001/627001
348.21/179.11	c cleaning 13997 clauses out of 28013 with flag 641000/641000
355.47/182.86	c cleaning 14001 clauses out of 28017 with flag 655001/655001
363.36/186.88	c cleaning 13997 clauses out of 28016 with flag 669001/669001
371.63/191.00	c cleaning 14002 clauses out of 28018 with flag 683000/683000
380.77/195.75	c cleaning 13993 clauses out of 28016 with flag 697000/697000
390.06/200.41	c cleaning 13999 clauses out of 28023 with flag 711000/711000
398.76/204.88	c cleaning 14006 clauses out of 28024 with flag 725000/725000
408.88/209.94	c cleaning 14001 clauses out of 28018 with flag 739000/739000
419.00/215.13	c cleaning 14003 clauses out of 28017 with flag 753000/753000
429.07/220.24	c cleaning 14002 clauses out of 28014 with flag 767000/767000
438.73/225.17	c cleaning 13999 clauses out of 28013 with flag 781001/781001
447.82/229.80	c cleaning 13998 clauses out of 28014 with flag 795001/795001
457.34/234.67	c cleaning 14001 clauses out of 28015 with flag 809000/809000
466.64/239.39	c cleaning 13998 clauses out of 28015 with flag 823001/823001
476.30/244.26	c cleaning 13996 clauses out of 28016 with flag 837000/837000
485.79/249.06	c cleaning 13998 clauses out of 28020 with flag 851000/851000
495.05/253.88	c cleaning 13999 clauses out of 28024 with flag 865002/865002
504.73/258.79	c cleaning 14002 clauses out of 28023 with flag 879000/879000
512.78/262.84	c cleaning 14001 clauses out of 28022 with flag 893001/893001
520.77/266.97	c cleaning 14003 clauses out of 28020 with flag 907000/907000
528.84/271.18	c cleaning 14002 clauses out of 28017 with flag 921000/921000
536.45/275.03	c cleaning 13998 clauses out of 28015 with flag 935000/935000
544.03/278.99	c cleaning 14003 clauses out of 28017 with flag 949000/949000
552.43/283.21	c cleaning 14002 clauses out of 28014 with flag 963000/963000
560.70/287.54	c cleaning 13996 clauses out of 28013 with flag 977001/977001
569.68/292.18	c cleaning 14002 clauses out of 28016 with flag 991000/991000
578.57/296.66	c cleaning 13995 clauses out of 28014 with flag 1005000/1005000
586.76/300.88	c cleaning 14003 clauses out of 28019 with flag 1019000/1019000
596.34/305.88	c cleaning 14005 clauses out of 28017 with flag 1033001/1033001
605.51/310.54	c cleaning 14000 clauses out of 28013 with flag 1047002/1047002
615.14/315.41	c cleaning 13997 clauses out of 28012 with flag 1061001/1061001
624.32/320.15	c cleaning 13995 clauses out of 28015 with flag 1075001/1075001
632.69/324.54	c cleaning 14002 clauses out of 28019 with flag 1089000/1089000
640.44/328.58	c cleaning 13998 clauses out of 28018 with flag 1103001/1103001
644.52/330.75	c cleaning 0 clauses out of 5001 with flag 0/5001
648.68/332.86	c cleaning 14004 clauses out of 28020 with flag 1117001/1117001
657.34/337.34	c cleaning 13996 clauses out of 28015 with flag 1131000/1131000
665.27/341.48	c cleaning 14002 clauses out of 28019 with flag 1145000/1145000
673.41/345.60	c cleaning 14002 clauses out of 28018 with flag 1159001/1159001
681.55/349.89	c cleaning 13995 clauses out of 28016 with flag 1173001/1173001
690.31/354.44	c cleaning 13999 clauses out of 28020 with flag 1187000/1187000
698.43/358.64	c cleaning 14002 clauses out of 28021 with flag 1201000/1201000
706.74/362.97	c cleaning 14000 clauses out of 28019 with flag 1215000/1215000
715.29/367.39	c cleaning 13994 clauses out of 28019 with flag 1229000/1229000
724.39/372.13	c cleaning 14002 clauses out of 28025 with flag 1243000/1243000
733.14/376.66	c cleaning 14003 clauses out of 28023 with flag 1257000/1257000
742.10/381.20	c cleaning 13999 clauses out of 28020 with flag 1271000/1271000
751.08/385.88	c cleaning 13998 clauses out of 28022 with flag 1285001/1285001
760.59/390.82	c cleaning 14000 clauses out of 28023 with flag 1299000/1299000
769.13/395.26	c cleaning 14000 clauses out of 28023 with flag 1313000/1313000
777.66/399.68	c cleaning 14004 clauses out of 28023 with flag 1327000/1327000
784.81/403.39	c cleaning 14002 clauses out of 28020 with flag 1341001/1341001
793.07/407.74	c cleaning 14004 clauses out of 28018 with flag 1355001/1355001
801.19/411.96	c cleaning 14002 clauses out of 28013 with flag 1369000/1369000
809.50/416.26	c cleaning 13998 clauses out of 28013 with flag 1383002/1383002
818.20/420.76	c cleaning 13996 clauses out of 28013 with flag 1397000/1397000
827.26/425.57	c cleaning 14001 clauses out of 28017 with flag 1411000/1411000
835.79/429.91	c cleaning 14003 clauses out of 28016 with flag 1425000/1425000
844.54/434.46	c cleaning 14000 clauses out of 28014 with flag 1439001/1439001
853.87/439.24	c cleaning 13998 clauses out of 28014 with flag 1453001/1453001
861.55/443.38	c cleaning 13998 clauses out of 28015 with flag 1467000/1467000
869.04/447.20	c cleaning 13997 clauses out of 28017 with flag 1481000/1481000
876.93/451.35	c cleaning 14002 clauses out of 28020 with flag 1495000/1495000
885.44/455.71	c cleaning 14000 clauses out of 28018 with flag 1509000/1509000
894.29/460.40	c cleaning 14005 clauses out of 28019 with flag 1523001/1523001
901.98/464.44	c cleaning 14000 clauses out of 28014 with flag 1537001/1537001
910.08/468.61	c cleaning 13997 clauses out of 28013 with flag 1551000/1551000
918.57/473.01	c cleaning 13998 clauses out of 28017 with flag 1565001/1565001
926.97/477.57	c cleaning 14004 clauses out of 28019 with flag 1579001/1579001
935.46/481.95	c cleaning 13991 clauses out of 28014 with flag 1593000/1593000
943.75/486.28	c cleaning 14005 clauses out of 28024 with flag 1607001/1607001
951.83/490.49	c cleaning 14004 clauses out of 28019 with flag 1621001/1621001
960.73/495.17	c cleaning 13997 clauses out of 28014 with flag 1635000/1635000
968.80/499.32	c cleaning 14001 clauses out of 28017 with flag 1649000/1649000
977.68/503.93	c cleaning 13999 clauses out of 28016 with flag 1663000/1663000
986.39/508.42	c cleaning 14000 clauses out of 28018 with flag 1677001/1677001
995.44/513.20	c cleaning 13995 clauses out of 28018 with flag 1691001/1691001
1004.14/517.75	c cleaning 14004 clauses out of 28022 with flag 1705000/1705000
1013.45/522.57	c cleaning 13994 clauses out of 28018 with flag 1719000/1719000
1022.33/527.15	c cleaning 14002 clauses out of 28024 with flag 1733000/1733000
1031.57/532.09	c cleaning 14008 clauses out of 28023 with flag 1747001/1747001
1040.49/536.61	c cleaning 14001 clauses out of 28014 with flag 1761000/1761000
1048.79/540.96	c cleaning 13999 clauses out of 28014 with flag 1775001/1775001
1057.41/545.41	c cleaning 13997 clauses out of 28014 with flag 1789000/1789000
1066.05/550.03	c cleaning 13998 clauses out of 28017 with flag 1803000/1803000
1074.32/554.33	c cleaning 14006 clauses out of 28019 with flag 1817000/1817000
1082.41/558.51	c cleaning 13996 clauses out of 28014 with flag 1831001/1831001
1090.05/562.54	c cleaning 13998 clauses out of 28017 with flag 1845000/1845000
1098.67/567.11	c cleaning 13997 clauses out of 28019 with flag 1859000/1859000
1106.73/571.38	c cleaning 14001 clauses out of 28023 with flag 1873001/1873001
1114.83/575.58	c cleaning 13998 clauses out of 28022 with flag 1887001/1887001
1123.19/579.89	c cleaning 14004 clauses out of 28024 with flag 1901001/1901001
1131.82/584.45	c cleaning 13998 clauses out of 28019 with flag 1915000/1915000
1140.51/588.93	c cleaning 14004 clauses out of 28021 with flag 1929000/1929000
1148.82/593.27	c cleaning 14001 clauses out of 28017 with flag 1943000/1943000
1157.50/597.70	c cleaning 13998 clauses out of 28017 with flag 1957001/1957001
1166.11/602.30	c cleaning 13996 clauses out of 28018 with flag 1971000/1971000
1173.96/606.47	c cleaning 14006 clauses out of 28023 with flag 1985001/1985001
1181.65/610.46	c cleaning 14002 clauses out of 28017 with flag 1999001/1999001
1189.99/614.74	c cleaning 13997 clauses out of 28014 with flag 2013000/2013000
1198.59/619.33	c cleaning 14001 clauses out of 28018 with flag 2027001/2027001
1206.05/623.28	c cleaning 14001 clauses out of 28017 with flag 2041001/2041001
1213.92/627.34	c cleaning 13998 clauses out of 28015 with flag 2055000/2055000
1223.03/632.10	c cleaning 14000 clauses out of 28017 with flag 2069000/2069000
1232.07/636.82	c cleaning 14004 clauses out of 28018 with flag 2083001/2083001
1239.70/640.85	c cleaning 13997 clauses out of 28015 with flag 2097002/2097002
1247.80/645.05	c cleaning 13998 clauses out of 28017 with flag 2111001/2111001
1255.50/649.07	c cleaning 14003 clauses out of 28018 with flag 2125000/2125000
1264.53/653.85	c cleaning 14001 clauses out of 28015 with flag 2139000/2139000
1273.42/658.45	c cleaning 13998 clauses out of 28014 with flag 2153000/2153000
1282.92/663.32	c cleaning 13991 clauses out of 28016 with flag 2167000/2167000
1291.61/667.85	c cleaning 14006 clauses out of 28026 with flag 2181001/2181001
1300.44/672.59	c cleaning 14001 clauses out of 28020 with flag 2195001/2195001
1309.94/677.44	c cleaning 13998 clauses out of 28018 with flag 2209000/2209000
1319.27/682.24	c cleaning 13996 clauses out of 28020 with flag 2223000/2223000
1328.57/687.03	c cleaning 14003 clauses out of 28024 with flag 2237000/2237000
1338.33/692.27	c cleaning 14003 clauses out of 28023 with flag 2251002/2251002
1348.29/697.31	c cleaning 13995 clauses out of 28018 with flag 2265000/2265000
1357.33/702.08	c cleaning 14003 clauses out of 28023 with flag 2279000/2279000
1366.22/706.61	c cleaning 14000 clauses out of 28020 with flag 2293000/2293000
1374.74/711.30	c cleaning 14001 clauses out of 28020 with flag 2307000/2307000
1383.48/715.73	c cleaning 14004 clauses out of 28020 with flag 2321001/2321001
1392.16/720.22	c cleaning 13996 clauses out of 28016 with flag 2335001/2335001
1400.86/724.78	c cleaning 13999 clauses out of 28019 with flag 2349000/2349000
1410.29/729.73	c cleaning 13998 clauses out of 28020 with flag 2363000/2363000
1419.37/734.44	c cleaning 14002 clauses out of 28023 with flag 2377001/2377001
1428.20/739.01	c cleaning 13999 clauses out of 28021 with flag 2391001/2391001
1436.94/743.58	c cleaning 14003 clauses out of 28021 with flag 2405000/2405000
1446.06/748.48	c cleaning 13999 clauses out of 28019 with flag 2419001/2419001
1454.49/752.81	c cleaning 14002 clauses out of 28019 with flag 2433000/2433000
1462.92/757.30	c cleaning 14004 clauses out of 28017 with flag 2447000/2447000
1471.97/761.93	c cleaning 13995 clauses out of 28013 with flag 2461000/2461000
1481.30/766.90	c cleaning 13999 clauses out of 28018 with flag 2475000/2475000
1490.34/771.63	c cleaning 13996 clauses out of 28020 with flag 2489001/2489001
1498.94/776.16	c cleaning 14001 clauses out of 28024 with flag 2503001/2503001
1507.59/780.63	c cleaning 13999 clauses out of 28023 with flag 2517001/2517001
1516.49/785.47	c cleaning 14005 clauses out of 28024 with flag 2531001/2531001
1525.16/789.99	c cleaning 14002 clauses out of 28019 with flag 2545001/2545001
1534.42/794.78	c cleaning 14001 clauses out of 28016 with flag 2559000/2559000
1543.26/799.38	c cleaning 13997 clauses out of 28015 with flag 2573000/2573000
1552.40/804.24	c cleaning 13994 clauses out of 28018 with flag 2587000/2587000
1560.86/808.62	c cleaning 13999 clauses out of 28024 with flag 2601000/2601000
1569.51/813.11	c cleaning 14002 clauses out of 28025 with flag 2615000/2615000
1578.41/817.77	c cleaning 14004 clauses out of 28024 with flag 2629001/2629001
1587.28/822.55	c cleaning 13999 clauses out of 28019 with flag 2643000/2643000
1595.70/826.97	c cleaning 14005 clauses out of 28021 with flag 2657001/2657001
1604.76/831.63	c cleaning 14002 clauses out of 28015 with flag 2671000/2671000
1613.80/836.37	c cleaning 13999 clauses out of 28014 with flag 2685001/2685001
1623.55/841.55	c cleaning 13994 clauses out of 28014 with flag 2699000/2699000
1633.12/846.50	c cleaning 13999 clauses out of 28020 with flag 2713000/2713000
1642.34/851.37	c cleaning 13998 clauses out of 28021 with flag 2727000/2727000
1651.74/856.28	c cleaning 14000 clauses out of 28023 with flag 2741000/2741000
1661.22/861.37	c cleaning 14001 clauses out of 28023 with flag 2755000/2755000
1670.43/866.19	c cleaning 14004 clauses out of 28022 with flag 2769000/2769000
1680.24/871.23	c cleaning 13996 clauses out of 28019 with flag 2783001/2783001
1690.12/876.30	c cleaning 14002 clauses out of 28022 with flag 2797000/2797000
1700.57/881.91	c cleaning 13999 clauses out of 28020 with flag 2811000/2811000
1710.37/887.08	c cleaning 13999 clauses out of 28021 with flag 2825000/2825000
1720.42/892.28	c cleaning 13998 clauses out of 28022 with flag 2839000/2839000
1730.26/897.37	c cleaning 14001 clauses out of 28026 with flag 2853002/2853002
1739.66/902.43	c cleaning 14002 clauses out of 28023 with flag 2867000/2867000
1749.46/907.53	c cleaning 13997 clauses out of 28022 with flag 2881001/2881001
1759.27/912.60	c cleaning 14002 clauses out of 28025 with flag 2895001/2895001
1768.75/917.57	c cleaning 14001 clauses out of 28023 with flag 2909001/2909001
1779.22/923.11	c cleaning 13999 clauses out of 28021 with flag 2923000/2923000
1788.83/928.19	c cleaning 13999 clauses out of 28022 with flag 2937000/2937000
1798.41/933.13	c cleaning 14000 clauses out of 28024 with flag 2951001/2951001
1800.06/934.21	c starts		: 236
1800.06/934.21	c conflicts		: 2952732
1800.06/934.21	c decisions		: 4788631
1800.06/934.21	c propagations		: 388277401
1800.06/934.21	c inspects		: 3958008856
1800.06/934.21	c learnt literals	: 0
1800.06/934.21	c learnt binary clauses	: 0
1800.06/934.21	c learnt ternary clauses	: 0
1800.06/934.21	c learnt clauses	: 2952732
1800.06/934.21	c ignored clauses	: 0
1800.06/934.21	c root simplifications	: 0
1800.06/934.21	c removed literals (reason simplification)	: 2236411
1800.06/934.21	c reason swapping (by a shorter reason)	: 0
1800.06/934.21	c Calls to reduceDB	: 214
1800.06/934.21	c number of reductions to clauses (during analyze)	: 0
1800.06/934.21	c number of learned constraints concerned by reduction	: 0
1800.06/934.21	c number of learning phase by resolution	: 0
1800.06/934.21	c number of learning phase by cutting planes	: 0
1800.06/934.21	c speed (assignments/second)	: 418913.5367711475
1800.06/934.21	c non guided choices	5774
1800.06/934.22	c learnt constraints type 
1800.06/934.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15788
1800.06/934.22	c constraints type 
1800.06/934.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
1800.06/934.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/934.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.06/934.22	c constraints type 
1800.06/934.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6828
1800.06/934.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/934.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.06/934.22	s SATISFIABLE
1800.06/934.22	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.06/934.22	c objective function=74
1800.06/934.22	c Total wall clock time (in seconds): 934.114

Verifier Data

OK	74

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736819-1338752241/watcher-3736819-1338752241 -o /tmp/evaluation-result-3736819-1338752241/solver-3736819-1338752241 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736819-1338752241.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.90 3.32 3.28 4/197 3823
/proc/meminfo: memFree=27164400/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3823/stat : 3823 (java6) D 3821 3823 32179 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341349572 9515008 182 33554432000 1073741824 1073778376 140734983347920 140734983338952 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/3823/statm: 2323 182 140 9 0 71 0

[startup+0.0925279 s]
/proc/loadavg: 3.90 3.32 3.28 4/197 3823
/proc/meminfo: memFree=27164400/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 4656 0 1 0 7 1 0 0 20 0 18 0 341349572 2764726272 6357 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 674982 6357 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.100247 s]
/proc/loadavg: 3.90 3.32 3.28 4/197 3823
/proc/meminfo: memFree=27164400/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 4756 0 1 0 8 1 0 0 20 0 18 0 341349572 2764726272 6456 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 674982 6458 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300225 s]
/proc/loadavg: 3.90 3.32 3.28 4/197 3823
/proc/meminfo: memFree=27164400/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 5807 0 1 0 44 1 0 0 20 0 18 0 341349572 2764726272 8077 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 674982 8077 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700238 s]
/proc/loadavg: 3.90 3.32 3.28 4/197 3823
/proc/meminfo: memFree=27164400/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2699928 CPUtime=1.21 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 13765 0 1 0 118 3 0 0 20 0 18 0 341349572 2764726272 15826 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 674982 15826 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.50066 s]
/proc/loadavg: 3.90 3.32 3.28 4/215 3843
/proc/meminfo: memFree=27105492/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2966184 CPUtime=2.46 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 14085 0 1 0 240 6 0 0 20 0 20 0 341349572 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 741546 20437 2251 9 0 732240 0
[pid=3823/tid=3825] ppid=3821 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/3823/task/3825/stat : 3825 (java) S 3821 3823 32179 0 -1 4202560 2811 0 1 0 127 2 0 0 20 0 20 0 341349573 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308985451672 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3826] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3826/stat : 3826 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308969732264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3827] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3827/stat : 3827 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308968679720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3828] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3828/stat : 3828 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308967627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3829] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3829/stat : 3829 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308966574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3830] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3830/stat : 3830 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308965522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3831] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3831/stat : 3831 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308964469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3832] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3832/stat : 3832 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308963417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3833] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3833/stat : 3833 (java) S 3821 3823 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308962364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3834] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3834/stat : 3834 (java) S 3821 3823 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341349576 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308949952616 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3835] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3835/stat : 3835 (java) S 3821 3823 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341349576 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308948898936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3836] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3836/stat : 3836 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349576 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308947846280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3837] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3837/stat : 3837 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349578 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308946795024 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3840] ppid=3821 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/3823/task/3840/stat : 3840 (java) S 3821 3823 32179 0 -1 4202560 6479 0 0 0 52 2 0 0 20 0 20 0 341349578 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308945742392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3841] ppid=3821 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/3823/task/3841/stat : 3841 (java) S 3821 3823 32179 0 -1 4202560 3543 0 0 0 35 0 0 0 20 0 20 0 341349578 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308944689848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3842] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3842/stat : 3842 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349578 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308943637496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3843] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3843/stat : 3843 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349578 3037372416 20437 33554432000 1073741824 1073778376 140733650036176 140308942585160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 2966184

[startup+3.10065 s]
/proc/loadavg: 3.75 3.30 3.27 3/217 3847
/proc/meminfo: memFree=27090760/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2966184 CPUtime=3.09 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 15353 0 1 0 301 8 0 0 20 0 20 0 341349572 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 741546 25275 2257 9 0 732240 0
[pid=3823/tid=3825] ppid=3821 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/3823/task/3825/stat : 3825 (java) S 3821 3823 32179 0 -1 4202560 2812 0 1 0 128 2 0 0 20 0 20 0 341349573 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308985451672 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3826] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3826/stat : 3826 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308969732264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3827] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3827/stat : 3827 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308968679720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3828] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3828/stat : 3828 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308967627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3829] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3829/stat : 3829 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308966574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3830] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3830/stat : 3830 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308965522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3831] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3831/stat : 3831 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308964469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3832] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3832/stat : 3832 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308963417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3833] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3833/stat : 3833 (java) S 3821 3823 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341349574 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308962364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3834] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3834/stat : 3834 (java) S 3821 3823 32179 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 341349576 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308949952616 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3835] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3835/stat : 3835 (java) S 3821 3823 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341349576 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308948898936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3836] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3836/stat : 3836 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349576 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308947846280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3837] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3837/stat : 3837 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349578 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308946795024 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3840] ppid=3821 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/3823/task/3840/stat : 3840 (java) S 3821 3823 32179 0 -1 4202560 6532 0 0 0 79 2 0 0 20 0 20 0 341349578 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308945742392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3841] ppid=3821 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/3823/task/3841/stat : 3841 (java) S 3821 3823 32179 0 -1 4202560 4689 0 0 0 46 2 0 0 20 0 20 0 341349578 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308944689848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3842] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3842/stat : 3842 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349578 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308943637496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3843] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3843/stat : 3843 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341349578 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308942585160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3846] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3846/stat : 3846 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349707 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308939424808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3847] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3847/stat : 3847 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341349707 3037372416 25275 33554432000 1073741824 1073778376 140733650036176 140308938372264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2966184

[startup+6.30075 s]
/proc/loadavg: 3.75 3.30 3.27 7/219 3855
/proc/meminfo: memFree=26984984/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 15661 0 1 0 570 20 0 0 20 0 22 0 341349572 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 741546 106156 2273 9 0 732240 0
[pid=3823/tid=3825] ppid=3821 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/3823/task/3825/stat : 3825 (java) S 3821 3823 32179 0 -1 4202560 2814 0 1 0 129 2 0 0 20 0 22 0 341349573 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308985451688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3826] ppid=3821 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3823/task/3826/stat : 3826 (java) S 3821 3823 32179 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308969732264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3827] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3827/stat : 3827 (java) S 3821 3823 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308968679720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3828] ppid=3821 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3823/task/3828/stat : 3828 (java) S 3821 3823 32179 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308967627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3829] ppid=3821 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/3823/task/3829/stat : 3829 (java) S 3821 3823 32179 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308966574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3830] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3830/stat : 3830 (java) S 3821 3823 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308965522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3831] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3831/stat : 3831 (java) S 3821 3823 32179 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308964469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3832] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3832/stat : 3832 (java) S 3821 3823 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308963417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3833] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3833/stat : 3833 (java) S 3821 3823 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341349574 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308962364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3834] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3834/stat : 3834 (java) S 3821 3823 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308949952616 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3835] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3835/stat : 3835 (java) S 3821 3823 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308948898936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3836] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3836/stat : 3836 (java) S 3821 3823 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308947846280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3837] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3837/stat : 3837 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308946795024 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3840] ppid=3821 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/3823/task/3840/stat : 3840 (java) S 3821 3823 32179 0 -1 4202560 6537 0 0 0 106 2 0 0 20 0 22 0 341349578 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308945742392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3841] ppid=3821 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/3823/task/3841/stat : 3841 (java) S 3821 3823 32179 0 -1 4202560 4752 0 0 0 71 2 0 0 20 0 22 0 341349578 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308944689848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3842] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3842/stat : 3842 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308943637496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3843] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3843/stat : 3843 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308942585160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3846] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3846/stat : 3846 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308939424808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3847] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3847/stat : 3847 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308938372264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3854] ppid=3821 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/3823/task/3854/stat : 3854 (java) R 3821 3823 32179 0 -1 4202560 58 0 0 0 88 1 0 0 20 0 22 0 341350107 3037372416 106156 33554432000 1073741824 1073778376 140733650036176 140308941527648 140308814515776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

/proc/3823/statm: 741546 234839 2288 9 0 732240 0
[pid=3823/tid=3825] ppid=3821 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/3823/task/3825/stat : 3825 (java) S 3821 3823 32179 0 -1 4202560 2892 0 1 0 130 3 0 0 20 0 22 0 341349573 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308985451688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3826] ppid=3821 vsize=2966184 CPUtime=7.79 cores=1,3,5,7
/proc/3823/task/3826/stat : 3826 (java) S 3821 3823 32179 0 -1 4202560 354 0 0 0 769 10 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308969732264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3827] ppid=3821 vsize=2966184 CPUtime=7.61 cores=1,3,5,7
/proc/3823/task/3827/stat : 3827 (java) S 3821 3823 32179 0 -1 4202560 325 0 0 0 754 7 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308968679720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3828] ppid=3821 vsize=2966184 CPUtime=7.35 cores=1,3,5,7
/proc/3823/task/3828/stat : 3828 (java) S 3821 3823 32179 0 -1 4202560 324 0 0 0 727 8 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308967627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3829] ppid=3821 vsize=2966184 CPUtime=7.73 cores=1,3,5,7
/proc/3823/task/3829/stat : 3829 (java) S 3821 3823 32179 0 -1 4202560 337 0 0 0 765 8 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308966574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3830] ppid=3821 vsize=2966184 CPUtime=7.73 cores=1,3,5,7
/proc/3823/task/3830/stat : 3830 (java) S 3821 3823 32179 0 -1 4202560 341 0 0 0 762 11 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308965522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3831] ppid=3821 vsize=2966184 CPUtime=7.61 cores=1,3,5,7
/proc/3823/task/3831/stat : 3831 (java) S 3821 3823 32179 0 -1 4202560 320 0 0 0 753 8 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308964469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3832] ppid=3821 vsize=2966184 CPUtime=7.48 cores=1,3,5,7
/proc/3823/task/3832/stat : 3832 (java) S 3821 3823 32179 0 -1 4202560 329 0 0 0 740 8 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308963417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3833] ppid=3821 vsize=2966184 CPUtime=7.46 cores=1,3,5,7
/proc/3823/task/3833/stat : 3833 (java) S 3821 3823 32179 0 -1 4202560 322 0 0 0 740 6 0 0 20 0 22 0 341349574 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308962364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3834] ppid=3821 vsize=2966184 CPUtime=76.49 cores=1,3,5,7
/proc/3823/task/3834/stat : 3834 (java) S 3821 3823 32179 0 -1 4202560 135 0 0 0 7594 55 0 0 20 0 22 0 341349576 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308949952616 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3835] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3835/stat : 3835 (java) S 3821 3823 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308948898936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3836] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3836/stat : 3836 (java) S 3821 3823 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308947846280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3837] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3837/stat : 3837 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308946795024 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3840] ppid=3821 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/3823/task/3840/stat : 3840 (java) S 3821 3823 32179 0 -1 4202560 7857 0 0 0 169 2 0 0 20 0 22 0 341349578 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308945742392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3841] ppid=3821 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/3823/task/3841/stat : 3841 (java) S 3821 3823 32179 0 -1 4202560 6430 0 0 0 122 2 0 0 20 0 22 0 341349578 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308944689848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3842] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3842/stat : 3842 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308943637496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3843] ppid=3821 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/3823/task/3843/stat : 3843 (java) S 3821 3823 32179 0 -1 4202560 46 0 0 0 11 21 0 0 20 0 22 0 341349578 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308942585160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3846] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3846/stat : 3846 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308939424808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3847] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3847/stat : 3847 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308938372264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3856] ppid=3821 vsize=2966184 CPUtime=718.84 cores=1,3,5,7
/proc/3823/task/3856/stat : 3856 (java) R 3821 3823 32179 0 -1 4202560 593 0 0 0 71871 13 0 0 20 0 22 0 341350307 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308940475280 140308814560772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3857] ppid=3821 vsize=2966184 CPUtime=718.84 cores=1,3,5,7
/proc/3823/task/3857/stat : 3857 (java) R 3821 3823 32179 0 -1 4202560 516 0 0 0 71870 14 0 0 20 0 22 0 341350307 3037372416 234839 33554432000 1073741824 1073778376 140733650036176 140308941528512 140308814526368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1586.88
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.56 3.76 3.59 4/219 3937
/proc/meminfo: memFree=26197340/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2966184 CPUtime=1701.03 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 22689 0 1 0 169925 178 0 0 20 0 22 0 341349572 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 741546 239447 2288 9 0 732240 0
[pid=3823/tid=3825] ppid=3821 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/3823/task/3825/stat : 3825 (java) S 3821 3823 32179 0 -1 4202560 2897 0 1 0 130 3 0 0 20 0 22 0 341349573 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308985451400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3826] ppid=3821 vsize=2966184 CPUtime=8.46 cores=1,3,5,7
/proc/3823/task/3826/stat : 3826 (java) S 3821 3823 32179 0 -1 4202560 358 0 0 0 835 11 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308969732264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3827] ppid=3821 vsize=2966184 CPUtime=8.36 cores=1,3,5,7
/proc/3823/task/3827/stat : 3827 (java) S 3821 3823 32179 0 -1 4202560 326 0 0 0 828 8 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308968679720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3828] ppid=3821 vsize=2966184 CPUtime=8.05 cores=1,3,5,7
/proc/3823/task/3828/stat : 3828 (java) S 3821 3823 32179 0 -1 4202560 328 0 0 0 797 8 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308967627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3829] ppid=3821 vsize=2966184 CPUtime=8.42 cores=1,3,5,7
/proc/3823/task/3829/stat : 3829 (java) S 3821 3823 32179 0 -1 4202560 338 0 0 0 834 8 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308966574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3830] ppid=3821 vsize=2966184 CPUtime=8.34 cores=1,3,5,7
/proc/3823/task/3830/stat : 3830 (java) S 3821 3823 32179 0 -1 4202560 341 0 0 0 823 11 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308965522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3831] ppid=3821 vsize=2966184 CPUtime=8.34 cores=1,3,5,7
/proc/3823/task/3831/stat : 3831 (java) S 3821 3823 32179 0 -1 4202560 323 0 0 0 825 9 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308964469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3832] ppid=3821 vsize=2966184 CPUtime=8.12 cores=1,3,5,7
/proc/3823/task/3832/stat : 3832 (java) S 3821 3823 32179 0 -1 4202560 331 0 0 0 803 9 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308963417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3833] ppid=3821 vsize=2966184 CPUtime=8.15 cores=1,3,5,7
/proc/3823/task/3833/stat : 3833 (java) S 3821 3823 32179 0 -1 4202560 324 0 0 0 809 6 0 0 20 0 22 0 341349574 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308962364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3834] ppid=3821 vsize=2966184 CPUtime=84.8 cores=1,3,5,7
/proc/3823/task/3834/stat : 3834 (java) R 3821 3823 32179 0 -1 4202560 139 0 0 0 8421 59 0 0 20 0 22 0 341349576 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308949951472 140308992305539 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3835] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3835/stat : 3835 (java) S 3821 3823 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308948898936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3836] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3836/stat : 3836 (java) S 3821 3823 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308947846280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3837] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3837/stat : 3837 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308946795024 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3840] ppid=3821 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/3823/task/3840/stat : 3840 (java) S 3821 3823 32179 0 -1 4202560 7857 0 0 0 169 2 0 0 20 0 22 0 341349578 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308945742392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3841] ppid=3821 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/3823/task/3841/stat : 3841 (java) S 3821 3823 32179 0 -1 4202560 6430 0 0 0 122 2 0 0 20 0 22 0 341349578 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308944689848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3842] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3842/stat : 3842 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308943637496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3843] ppid=3821 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/3823/task/3843/stat : 3843 (java) S 3821 3823 32179 0 -1 4202560 50 0 0 0 13 21 0 0 20 0 22 0 341349578 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308942585160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3846] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3846/stat : 3846 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308939424808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3847] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3847/stat : 3847 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308938372264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3856] ppid=3821 vsize=2966184 CPUtime=768.89 cores=1,3,5,7
/proc/3823/task/3856/stat : 3856 (java) S 3821 3823 32179 0 -1 4202560 630 0 0 0 76874 15 0 0 20 0 22 0 341350307 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308940476808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3857] ppid=3821 vsize=2966184 CPUtime=768.89 cores=1,3,5,7
/proc/3823/task/3857/stat : 3857 (java) S 3821 3823 32179 0 -1 4202560 546 0 0 0 76874 15 0 0 20 0 22 0 341350307 3037372416 239447 33554432000 1073741824 1073778376 140733650036176 140308941527736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1701.03
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.201 s]
/proc/loadavg: 3.96 3.83 3.62 5/219 3937
/proc/meminfo: memFree=26182396/32873648 swapFree=7116/7116
[pid=3823] ppid=3821 vsize=2966184 CPUtime=1800.06 cores=1,3,5,7
/proc/3823/stat : 3823 (java) S 3821 3823 32179 0 -1 4202496 22762 0 1 0 179820 186 0 0 20 0 22 0 341349572 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140733650027312 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3823/statm: 741546 242007 2288 9 0 732240 0
[pid=3823/tid=3825] ppid=3821 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/3823/task/3825/stat : 3825 (java) S 3821 3823 32179 0 -1 4202560 2900 0 1 0 130 3 0 0 20 0 22 0 341349573 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308985451688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3826] ppid=3821 vsize=2966184 CPUtime=8.97 cores=1,3,5,7
/proc/3823/task/3826/stat : 3826 (java) S 3821 3823 32179 0 -1 4202560 359 0 0 0 886 11 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308969732264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3827] ppid=3821 vsize=2966184 CPUtime=8.92 cores=1,3,5,7
/proc/3823/task/3827/stat : 3827 (java) S 3821 3823 32179 0 -1 4202560 327 0 0 0 884 8 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308968679720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3828] ppid=3821 vsize=2966184 CPUtime=8.66 cores=1,3,5,7
/proc/3823/task/3828/stat : 3828 (java) S 3821 3823 32179 0 -1 4202560 329 0 0 0 858 8 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308967627176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3829] ppid=3821 vsize=2966184 CPUtime=8.94 cores=1,3,5,7
/proc/3823/task/3829/stat : 3829 (java) S 3821 3823 32179 0 -1 4202560 340 0 0 0 886 8 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308966574632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3830] ppid=3821 vsize=2966184 CPUtime=8.96 cores=1,3,5,7
/proc/3823/task/3830/stat : 3830 (java) S 3821 3823 32179 0 -1 4202560 341 0 0 0 884 12 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308965522088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3831] ppid=3821 vsize=2966184 CPUtime=8.99 cores=1,3,5,7
/proc/3823/task/3831/stat : 3831 (java) S 3821 3823 32179 0 -1 4202560 324 0 0 0 890 9 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308964469544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3832] ppid=3821 vsize=2966184 CPUtime=8.84 cores=1,3,5,7
/proc/3823/task/3832/stat : 3832 (java) S 3821 3823 32179 0 -1 4202560 333 0 0 0 875 9 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308963417000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3833] ppid=3821 vsize=2966184 CPUtime=8.79 cores=1,3,5,7
/proc/3823/task/3833/stat : 3833 (java) S 3821 3823 32179 0 -1 4202560 325 0 0 0 872 7 0 0 20 0 22 0 341349574 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308962364456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3834] ppid=3821 vsize=2966184 CPUtime=91.73 cores=1,3,5,7
/proc/3823/task/3834/stat : 3834 (java) S 3821 3823 32179 0 -1 4202560 141 0 0 0 9112 61 0 0 20 0 22 0 341349576 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308949952616 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3835] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3835/stat : 3835 (java) S 3821 3823 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308948898936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3836] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3836/stat : 3836 (java) S 3821 3823 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341349576 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308947846280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3837] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3837/stat : 3837 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308946795024 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3823/tid=3840] ppid=3821 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/3823/task/3840/stat : 3840 (java) S 3821 3823 32179 0 -1 4202560 7857 0 0 0 169 2 0 0 20 0 22 0 341349578 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308945742392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3841] ppid=3821 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/3823/task/3841/stat : 3841 (java) S 3821 3823 32179 0 -1 4202560 6430 0 0 0 122 2 0 0 20 0 22 0 341349578 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308944689848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3842] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3842/stat : 3842 (java) S 3821 3823 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341349578 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308943637496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3823/tid=3843] ppid=3821 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/3823/task/3843/stat : 3843 (java) S 3821 3823 32179 0 -1 4202560 52 0 0 0 14 23 0 0 20 0 22 0 341349578 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308942585160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3846] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3846/stat : 3846 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308939424808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3847] ppid=3821 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/3823/task/3847/stat : 3847 (java) S 3821 3823 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341349707 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308938372264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3823/tid=3856] ppid=3821 vsize=2966184 CPUtime=812.4 cores=1,3,5,7
/proc/3823/task/3856/stat : 3856 (java) R 3821 3823 32179 0 -1 4202560 660 0 0 0 81224 16 0 0 20 0 22 0 341350307 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308940477008 140308814604882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3823/tid=3857] ppid=3821 vsize=2966184 CPUtime=812.4 cores=1,3,5,7
/proc/3823/task/3857/stat : 3857 (java) R 3821 3823 32179 0 -1 4202560 573 0 0 0 81224 16 0 0 20 0 22 0 341350307 3037372416 242007 33554432000 1073741824 1073778376 140733650036176 140308941527696 140308814478092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3823 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=890287
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=260656
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 934.234
CPU time (s): 1800.06
CPU user time (s): 1798.2
CPU system time (s): 1.86
CPU usage (%): 192.678
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 2.26066
maximum resident set size= 968140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22793
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57314
involuntary context switches= 124439

runsolver used 3.53146 second user time and 8.39272 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 21:37:21
IDJOB=3736819
IDBENCH=48131
IDSOLVER=2324
FILE ID=node123/3736819-1338752241
RUNJOBID= node123-1338737887-32196
PBS_JOBID= 14636768
Free space on /tmp= 71288 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736819-1338752241/watcher-3736819-1338752241 -o /tmp/evaluation-result-3736819-1338752241/solver-3736819-1338752241 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736819-1338752241.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f7e9965e006e5669c3252afd9a68998d
RANDOM SEED=142033044

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27164532 kB
Buffers:         1805048 kB
Cached:          2256948 kB
SwapCached:         2268 kB
Active:          2911740 kB
Inactive:        1902784 kB
Active(anon):     745668 kB
Inactive(anon):     5504 kB
Active(file):    2166072 kB
Inactive(file):  1897280 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:        758004 kB
Mapped:            18512 kB
Shmem:                 0 kB
Slab:             750608 kB
SReclaimable:     194312 kB
SUnreclaim:       556296 kB
KernelStack:        1616 kB
PageTables:         5644 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 21:52:57