Trace number 3453954

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 Res//CP 2.3.0SAT (TO)14 1800.22 954.297

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1797.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453954-1307194666.opb
0.10/0.11	c reading problem ... 
1.03/0.53	c ... done. Wall clock time 0.425s.
1.03/0.53	c #vars     6416
1.03/0.53	c #constraints  12632
1.03/0.53	c constraints type 
1.03/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1.03/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.03/0.53	c constraints type 
1.03/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1.03/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1.39/0.65	c  And the winner is Resolution
1.91/1.05	c SATISFIABLE
1.91/1.05	c OPTIMIZING...
1.91/1.05	c Got one! Elapsed wall clock time (in seconds):0.935
1.91/1.05	o 17
1.91/1.06	c  And the winner is Resolution
1.97/1.56	c Got one! Elapsed wall clock time (in seconds):1.444
1.97/1.56	o 16
2.54/1.77	c  And the winner is Resolution
2.96/2.06	c Got one! Elapsed wall clock time (in seconds):1.952
2.96/2.06	o 15
5.48/3.23	c cleaning 2804 clauses out of 5611 with flag 5001/5611
8.11/4.55	c cleaning 4400 clauses out of 8807 with flag 11001/11611
10.89/5.91	c cleaning 5698 clauses out of 11406 with flag 18000/18610
13.75/7.37	c  And the winner is Resolution
13.97/7.63	c Got one! Elapsed wall clock time (in seconds):7.517
13.97/7.63	o 14
15.93/8.70	c cleaning 8688 clauses out of 17384 with flag 5001/30286
19.07/10.24	c cleaning 7342 clauses out of 14696 with flag 11001/36286
22.47/11.96	c cleaning 7173 clauses out of 14354 with flag 18001/43286
26.40/14.00	c cleaning 7587 clauses out of 15180 with flag 26000/51285
30.92/16.28	c cleaning 8292 clauses out of 16594 with flag 35001/60286
35.99/18.81	c cleaning 9146 clauses out of 18303 with flag 45002/70287
41.12/21.48	c cleaning 10075 clauses out of 20155 with flag 56000/81285
48.22/25.01	c cleaning 11039 clauses out of 22081 with flag 68001/93286
55.16/28.52	c cleaning 12016 clauses out of 24041 with flag 81000/106285
61.80/31.93	c cleaning 12508 clauses out of 25025 with flag 94000/119285
68.84/35.56	c cleaning 12759 clauses out of 25519 with flag 107002/132287
75.91/39.14	c cleaning 12876 clauses out of 25760 with flag 120002/145287
82.58/42.59	c cleaning 12934 clauses out of 25882 with flag 133000/158285
90.17/46.40	c cleaning 12967 clauses out of 25950 with flag 146002/171287
96.42/49.67	c cleaning 12985 clauses out of 25981 with flag 159000/184285
103.28/53.10	c cleaning 12991 clauses out of 25996 with flag 172000/197285
110.53/56.80	c cleaning 13000 clauses out of 26008 with flag 185003/210288
116.71/60.02	c cleaning 12997 clauses out of 26005 with flag 198000/223285
123.16/63.30	c cleaning 12997 clauses out of 26008 with flag 211000/236285
130.01/66.84	c cleaning 13000 clauses out of 26013 with flag 224002/249287
137.24/70.57	c cleaning 13002 clauses out of 26011 with flag 237000/262285
144.19/74.18	c cleaning 13000 clauses out of 26010 with flag 250001/275286
151.42/77.89	c cleaning 12998 clauses out of 26010 with flag 263001/288286
158.84/81.64	c cleaning 13002 clauses out of 26011 with flag 276000/301285
166.26/85.43	c cleaning 13000 clauses out of 26010 with flag 289001/314286
172.98/89.01	c cleaning 12999 clauses out of 26009 with flag 302000/327285
180.00/92.57	c cleaning 12999 clauses out of 26011 with flag 315001/340286
187.61/96.40	c cleaning 13000 clauses out of 26012 with flag 328001/353286
196.40/100.99	c cleaning 13002 clauses out of 26014 with flag 341003/366288
205.11/105.42	c cleaning 12998 clauses out of 26009 with flag 354000/379285
213.29/109.69	c cleaning 13005 clauses out of 26012 with flag 367001/392286
219.88/113.09	c cleaning 13000 clauses out of 26009 with flag 380003/405288
227.06/116.77	c cleaning 13000 clauses out of 26007 with flag 393001/418286
234.73/120.73	c cleaning 12999 clauses out of 26006 with flag 406000/431285
242.47/124.68	c cleaning 12997 clauses out of 26008 with flag 419001/444286
249.65/128.35	c cleaning 13002 clauses out of 26014 with flag 432004/457289
256.23/131.71	c cleaning 12997 clauses out of 26008 with flag 445000/470285
262.67/135.19	c cleaning 13002 clauses out of 26011 with flag 458000/483285
269.64/138.80	c cleaning 13001 clauses out of 26009 with flag 471000/496285
276.60/142.34	c cleaning 12999 clauses out of 26009 with flag 484001/509286
283.36/145.83	c cleaning 12998 clauses out of 26010 with flag 497001/522286
290.00/149.35	c cleaning 13000 clauses out of 26011 with flag 510000/535285
296.57/152.80	c cleaning 13001 clauses out of 26011 with flag 523000/548285
303.52/156.34	c cleaning 13002 clauses out of 26011 with flag 536001/561286
310.28/159.80	c cleaning 13000 clauses out of 26008 with flag 549000/574285
317.31/163.56	c cleaning 12996 clauses out of 26008 with flag 562000/587285
323.28/166.65	c cleaning 13004 clauses out of 26015 with flag 575003/600288
330.25/170.20	c cleaning 12998 clauses out of 26008 with flag 588000/613285
337.25/173.89	c cleaning 13001 clauses out of 26010 with flag 601000/626285
343.63/177.21	c cleaning 12999 clauses out of 26009 with flag 614000/639285
349.98/180.54	c cleaning 12998 clauses out of 26010 with flag 627000/652285
356.94/184.18	c cleaning 13003 clauses out of 26016 with flag 640004/665289
364.09/187.80	c cleaning 13000 clauses out of 26009 with flag 653000/678285
370.31/191.17	c cleaning 13000 clauses out of 26011 with flag 666002/691287
376.66/194.48	c cleaning 12997 clauses out of 26009 with flag 679000/704285
383.44/197.99	c cleaning 13001 clauses out of 26016 with flag 692004/717289
390.00/201.38	c cleaning 13000 clauses out of 26012 with flag 705001/730286
397.38/205.22	c cleaning 12999 clauses out of 26011 with flag 718000/743285
403.93/208.69	c cleaning 12999 clauses out of 26012 with flag 731000/756285
411.29/212.45	c cleaning 12997 clauses out of 26013 with flag 744000/769285
418.04/215.98	c cleaning 13004 clauses out of 26018 with flag 757002/782287
424.45/219.30	c cleaning 13000 clauses out of 26012 with flag 770000/795285
430.60/222.59	c cleaning 12999 clauses out of 26012 with flag 783000/808285
436.93/225.89	c cleaning 12998 clauses out of 26013 with flag 796000/821285
443.66/229.30	c cleaning 13002 clauses out of 26016 with flag 809001/834286
450.45/232.98	c cleaning 13000 clauses out of 26014 with flag 822001/847286
457.58/236.61	c cleaning 12999 clauses out of 26015 with flag 835002/860287
463.90/239.95	c cleaning 13000 clauses out of 26014 with flag 848000/873285
470.22/243.25	c cleaning 13005 clauses out of 26017 with flag 861003/886288
476.39/246.50	c cleaning 12996 clauses out of 26009 with flag 874000/899285
483.12/250.03	c cleaning 13000 clauses out of 26014 with flag 887001/912286
489.84/253.55	c cleaning 13002 clauses out of 26013 with flag 900000/925285
496.55/257.02	c cleaning 13000 clauses out of 26011 with flag 913000/938285
502.91/260.45	c cleaning 12999 clauses out of 26012 with flag 926001/951286
509.23/263.76	c cleaning 12999 clauses out of 26013 with flag 939001/964286
515.54/267.01	c cleaning 12999 clauses out of 26014 with flag 952001/977286
521.64/270.22	c cleaning 13001 clauses out of 26016 with flag 965002/990287
527.78/273.58	c cleaning 13000 clauses out of 26013 with flag 978000/1003285
534.08/276.82	c cleaning 13004 clauses out of 26014 with flag 991001/1016286
540.78/280.36	c cleaning 12998 clauses out of 26010 with flag 1004001/1029286
547.51/283.88	c cleaning 12999 clauses out of 26011 with flag 1017000/1042285
554.41/287.56	c cleaning 12996 clauses out of 26012 with flag 1030000/1055285
561.09/291.04	c cleaning 13000 clauses out of 26018 with flag 1043002/1068287
567.97/294.66	c cleaning 13001 clauses out of 26016 with flag 1056000/1081285
574.85/298.25	c cleaning 13004 clauses out of 26017 with flag 1069002/1094287
582.16/302.12	c cleaning 12996 clauses out of 26011 with flag 1082000/1107285
589.07/305.74	c cleaning 13000 clauses out of 26016 with flag 1095001/1120286
595.91/309.34	c cleaning 13000 clauses out of 26016 with flag 1108001/1133286
601.84/312.44	c cleaning 0 clauses out of 5473 with flag 0/5475
604.18/313.82	c cleaning 12996 clauses out of 26015 with flag 1121000/1146285
611.04/317.34	c cleaning 13002 clauses out of 26020 with flag 1134001/1159286
617.91/320.99	c cleaning 13001 clauses out of 26017 with flag 1147000/1172285
624.82/324.59	c cleaning 13002 clauses out of 26016 with flag 1160000/1185285
632.07/328.45	c cleaning 12999 clauses out of 26016 with flag 1173002/1198287
638.94/332.11	c cleaning 13001 clauses out of 26016 with flag 1186001/1211286
646.40/335.94	c cleaning 13002 clauses out of 26015 with flag 1199001/1224286
653.66/339.72	c cleaning 12998 clauses out of 26012 with flag 1212000/1237285
660.94/343.69	c cleaning 13002 clauses out of 26015 with flag 1225001/1250286
668.43/347.59	c cleaning 13000 clauses out of 26014 with flag 1238002/1263287
676.07/351.52	c cleaning 13000 clauses out of 26012 with flag 1251000/1276285
683.16/355.25	c cleaning 12993 clauses out of 26012 with flag 1264000/1289285
690.82/359.32	c cleaning 13004 clauses out of 26023 with flag 1277004/1302289
698.48/363.34	c cleaning 13001 clauses out of 26015 with flag 1290000/1315285
706.17/367.32	c cleaning 13001 clauses out of 26014 with flag 1303000/1328285
712.44/370.65	c cleaning 12997 clauses out of 26014 with flag 1316001/1341286
718.53/373.98	c cleaning 13002 clauses out of 26017 with flag 1329001/1354286
724.79/377.26	c cleaning 13001 clauses out of 26014 with flag 1342000/1367285
731.62/380.81	c cleaning 13002 clauses out of 26013 with flag 1355000/1380285
738.67/384.52	c cleaning 13002 clauses out of 26013 with flag 1368002/1393287
746.57/388.72	c cleaning 13001 clauses out of 26010 with flag 1381001/1406286
754.07/392.62	c cleaning 12996 clauses out of 26008 with flag 1394000/1419285
761.29/396.43	c cleaning 13001 clauses out of 26013 with flag 1407001/1432286
768.54/400.23	c cleaning 13000 clauses out of 26012 with flag 1420001/1445286
776.00/404.22	c cleaning 12996 clauses out of 26012 with flag 1433001/1458286
783.27/408.05	c cleaning 13002 clauses out of 26015 with flag 1446000/1471285
790.69/411.91	c cleaning 13002 clauses out of 26015 with flag 1459002/1484287
798.33/415.91	c cleaning 13002 clauses out of 26011 with flag 1472000/1497285
805.79/419.97	c cleaning 13000 clauses out of 26009 with flag 1485000/1510285
813.23/423.89	c cleaning 12997 clauses out of 26009 with flag 1498000/1523285
820.27/427.56	c cleaning 13000 clauses out of 26014 with flag 1511002/1536287
827.70/431.41	c cleaning 13000 clauses out of 26013 with flag 1524001/1549286
835.14/435.40	c cleaning 13001 clauses out of 26013 with flag 1537001/1562286
842.37/439.24	c cleaning 12998 clauses out of 26011 with flag 1550000/1575285
849.80/443.19	c cleaning 13001 clauses out of 26016 with flag 1563003/1588288
857.83/447.33	c cleaning 13001 clauses out of 26013 with flag 1576001/1601286
865.25/451.36	c cleaning 13001 clauses out of 26011 with flag 1589000/1614285
872.89/455.37	c cleaning 13002 clauses out of 26011 with flag 1602001/1627286
880.70/459.47	c cleaning 12998 clauses out of 26008 with flag 1615000/1640285
888.32/463.47	c cleaning 12998 clauses out of 26010 with flag 1628000/1653285
896.54/467.84	c cleaning 12999 clauses out of 26012 with flag 1641000/1666285
904.75/472.11	c cleaning 13002 clauses out of 26013 with flag 1654000/1679285
912.80/476.38	c cleaning 13000 clauses out of 26012 with flag 1667001/1692286
921.00/480.71	c cleaning 12998 clauses out of 26011 with flag 1680000/1705285
929.57/485.20	c cleaning 13000 clauses out of 26013 with flag 1693000/1718285
936.98/489.10	c cleaning 12999 clauses out of 26020 with flag 1706007/1731292
944.39/493.07	c cleaning 13001 clauses out of 26014 with flag 1719000/1744285
951.79/496.99	c cleaning 13003 clauses out of 26016 with flag 1732003/1757288
959.58/501.11	c cleaning 12999 clauses out of 26010 with flag 1745000/1770285
966.38/504.80	c cleaning 13000 clauses out of 26013 with flag 1758002/1783287
973.77/508.61	c cleaning 13000 clauses out of 26011 with flag 1771000/1796285
980.77/512.38	c cleaning 12999 clauses out of 26011 with flag 1784000/1809285
988.35/516.42	c cleaning 13003 clauses out of 26016 with flag 1797004/1822289
995.57/520.26	c cleaning 12998 clauses out of 26010 with flag 1810001/1835286
1002.93/524.15	c cleaning 13000 clauses out of 26012 with flag 1823001/1848286
1010.52/528.17	c cleaning 12999 clauses out of 26013 with flag 1836002/1861287
1018.34/532.40	c cleaning 13001 clauses out of 26013 with flag 1849001/1874286
1025.91/536.31	c cleaning 13001 clauses out of 26012 with flag 1862001/1887286
1033.49/540.37	c cleaning 13001 clauses out of 26010 with flag 1875000/1900285
1040.88/544.26	c cleaning 12997 clauses out of 26009 with flag 1888000/1913285
1048.45/548.39	c cleaning 12999 clauses out of 26014 with flag 1901002/1926287
1056.23/552.40	c cleaning 13002 clauses out of 26018 with flag 1914005/1939290
1063.81/556.50	c cleaning 13002 clauses out of 26011 with flag 1927000/1952285
1071.37/560.41	c cleaning 13000 clauses out of 26011 with flag 1940002/1965287
1079.13/564.63	c cleaning 12995 clauses out of 26009 with flag 1953000/1978285
1086.73/568.71	c cleaning 13000 clauses out of 26014 with flag 1966000/1991285
1092.91/571.94	c cleaning 13004 clauses out of 26015 with flag 1979001/2004286
1099.28/575.39	c cleaning 12999 clauses out of 26011 with flag 1992001/2017286
1106.59/579.40	c cleaning 13001 clauses out of 26011 with flag 2005000/2030285
1113.39/582.97	c cleaning 13002 clauses out of 26010 with flag 2018000/2043285
1120.14/586.52	c cleaning 12999 clauses out of 26010 with flag 2031002/2056287
1126.90/590.19	c cleaning 13001 clauses out of 26010 with flag 2044001/2069286
1133.86/593.95	c cleaning 12999 clauses out of 26010 with flag 2057002/2082287
1140.24/597.38	c cleaning 12997 clauses out of 26009 with flag 2070000/2095285
1146.75/600.85	c cleaning 13002 clauses out of 26015 with flag 2083003/2108288
1153.30/604.32	c cleaning 13001 clauses out of 26011 with flag 2096001/2121286
1160.22/608.10	c cleaning 13000 clauses out of 26009 with flag 2109000/2134285
1167.18/611.86	c cleaning 12996 clauses out of 26009 with flag 2122000/2147285
1174.52/615.70	c cleaning 13000 clauses out of 26014 with flag 2135001/2160286
1181.67/619.55	c cleaning 13002 clauses out of 26013 with flag 2148000/2173285
1189.99/624.05	c cleaning 13000 clauses out of 26012 with flag 2161001/2186286
1197.33/627.94	c cleaning 13001 clauses out of 26011 with flag 2174000/2199285
1204.46/631.74	c cleaning 13000 clauses out of 26011 with flag 2187001/2212286
1211.60/635.55	c cleaning 13000 clauses out of 26010 with flag 2200000/2225285
1218.70/639.45	c cleaning 13000 clauses out of 26012 with flag 2213002/2238287
1225.86/643.25	c cleaning 13001 clauses out of 26011 with flag 2226001/2251286
1232.79/646.98	c cleaning 12997 clauses out of 26009 with flag 2239000/2264285
1239.93/650.73	c cleaning 12999 clauses out of 26012 with flag 2252000/2277285
1247.22/654.73	c cleaning 13003 clauses out of 26014 with flag 2265001/2290286
1254.55/658.64	c cleaning 13000 clauses out of 26012 with flag 2278002/2303287
1262.08/662.64	c cleaning 12998 clauses out of 26010 with flag 2291000/2316285
1269.81/666.74	c cleaning 13000 clauses out of 26014 with flag 2304002/2329287
1277.89/671.13	c cleaning 13002 clauses out of 26012 with flag 2317000/2342285
1285.43/675.11	c cleaning 12999 clauses out of 26010 with flag 2330000/2355285
1293.16/679.27	c cleaning 12999 clauses out of 26011 with flag 2343000/2368285
1300.68/683.29	c cleaning 12999 clauses out of 26012 with flag 2356000/2381285
1308.38/687.48	c cleaning 13000 clauses out of 26013 with flag 2369000/2394285
1316.07/691.53	c cleaning 13000 clauses out of 26014 with flag 2382001/2407286
1323.99/695.73	c cleaning 13000 clauses out of 26013 with flag 2395000/2420285
1331.90/699.90	c cleaning 12998 clauses out of 26013 with flag 2408000/2433285
1338.57/703.67	c cleaning 13002 clauses out of 26015 with flag 2421000/2446285
1345.31/707.25	c cleaning 12999 clauses out of 26014 with flag 2434001/2459286
1352.00/710.89	c cleaning 13003 clauses out of 26015 with flag 2447001/2472286
1359.11/714.67	c cleaning 12999 clauses out of 26011 with flag 2460000/2485285
1366.35/718.62	c cleaning 13001 clauses out of 26013 with flag 2473001/2498286
1373.26/722.40	c cleaning 12998 clauses out of 26012 with flag 2486001/2511286
1380.57/726.27	c cleaning 13000 clauses out of 26013 with flag 2499000/2524285
1387.47/729.91	c cleaning 13001 clauses out of 26013 with flag 2512000/2537285
1394.35/733.77	c cleaning 12999 clauses out of 26013 with flag 2525001/2550286
1401.22/737.48	c cleaning 13001 clauses out of 26014 with flag 2538001/2563286
1408.54/741.33	c cleaning 12998 clauses out of 26012 with flag 2551000/2576285
1415.80/745.26	c cleaning 12998 clauses out of 26014 with flag 2564000/2589285
1423.03/749.24	c cleaning 13001 clauses out of 26017 with flag 2577001/2602286
1430.52/753.25	c cleaning 12999 clauses out of 26016 with flag 2590001/2615286
1437.41/756.92	c cleaning 13001 clauses out of 26017 with flag 2603001/2628286
1444.29/760.66	c cleaning 13001 clauses out of 26016 with flag 2616001/2641286
1451.91/764.82	c cleaning 12999 clauses out of 26015 with flag 2629001/2654286
1458.59/768.47	c cleaning 13003 clauses out of 26020 with flag 2642005/2667290
1465.28/772.06	c cleaning 12997 clauses out of 26012 with flag 2655000/2680285
1472.16/775.75	c cleaning 13004 clauses out of 26018 with flag 2668003/2693288
1479.17/779.65	c cleaning 13001 clauses out of 26011 with flag 2681000/2706285
1486.05/783.32	c cleaning 13003 clauses out of 26013 with flag 2694003/2719288
1492.73/786.99	c cleaning 12999 clauses out of 26008 with flag 2707001/2732286
1499.81/790.80	c cleaning 12997 clauses out of 26008 with flag 2720000/2745285
1507.01/794.72	c cleaning 13002 clauses out of 26014 with flag 2733003/2758288
1513.89/798.47	c cleaning 12999 clauses out of 26010 with flag 2746001/2771286
1520.96/802.24	c cleaning 13000 clauses out of 26011 with flag 2759001/2784286
1528.03/806.09	c cleaning 12996 clauses out of 26010 with flag 2772000/2797285
1535.83/810.32	c cleaning 12999 clauses out of 26015 with flag 2785001/2810286
1542.90/814.15	c cleaning 13000 clauses out of 26015 with flag 2798000/2823285
1549.76/817.89	c cleaning 13005 clauses out of 26018 with flag 2811003/2836288
1557.22/821.81	c cleaning 12998 clauses out of 26011 with flag 2824001/2849286
1564.62/825.91	c cleaning 12998 clauses out of 26012 with flag 2837000/2862285
1571.89/829.80	c cleaning 13000 clauses out of 26014 with flag 2850000/2875285
1578.95/833.65	c cleaning 12998 clauses out of 26014 with flag 2863000/2888285
1586.20/837.59	c cleaning 13002 clauses out of 26016 with flag 2876000/2901285
1593.42/841.57	c cleaning 13001 clauses out of 26015 with flag 2889001/2914286
1600.43/845.31	c cleaning 13002 clauses out of 26013 with flag 2902000/2927285
1607.28/849.12	c cleaning 12998 clauses out of 26012 with flag 2915001/2940286
1614.53/852.99	c cleaning 13000 clauses out of 26013 with flag 2928000/2953285
1621.90/857.10	c cleaning 13001 clauses out of 26013 with flag 2941000/2966285
1629.35/861.03	c cleaning 12998 clauses out of 26012 with flag 2954000/2979285
1636.60/864.90	c cleaning 13001 clauses out of 26015 with flag 2967001/2992286
1643.25/868.50	c cleaning 12999 clauses out of 26013 with flag 2980000/3005285
1650.11/872.37	c cleaning 13000 clauses out of 26015 with flag 2993001/3018286
1656.32/875.75	c cleaning 13005 clauses out of 26018 with flag 3006004/3031289
1662.77/879.27	c cleaning 12998 clauses out of 26010 with flag 3019001/3044286
1669.41/882.80	c cleaning 13000 clauses out of 26012 with flag 3032001/3057286
1676.37/886.78	c cleaning 12998 clauses out of 26012 with flag 3045001/3070286
1683.21/890.43	c cleaning 13000 clauses out of 26013 with flag 3058000/3083285
1690.86/894.52	c cleaning 13003 clauses out of 26014 with flag 3071001/3096286
1697.72/898.29	c cleaning 12997 clauses out of 26010 with flag 3084000/3109285
1705.48/902.59	c cleaning 13001 clauses out of 26014 with flag 3097001/3122286
1712.75/906.45	c cleaning 13004 clauses out of 26013 with flag 3110001/3135286
1719.74/910.29	c cleaning 12999 clauses out of 26008 with flag 3123000/3148285
1727.17/914.27	c cleaning 13000 clauses out of 26010 with flag 3136001/3161286
1735.11/918.63	c cleaning 12995 clauses out of 26009 with flag 3149000/3174285
1742.14/922.49	c cleaning 13004 clauses out of 26016 with flag 3162002/3187287
1749.20/926.23	c cleaning 13000 clauses out of 26012 with flag 3175002/3200287
1755.82/929.84	c cleaning 13000 clauses out of 26013 with flag 3188003/3213288
1762.80/933.74	c cleaning 13000 clauses out of 26010 with flag 3201000/3226285
1769.83/937.53	c cleaning 13000 clauses out of 26010 with flag 3214000/3239285
1776.86/941.36	c cleaning 13000 clauses out of 26010 with flag 3227000/3252285
1784.08/945.29	c cleaning 12998 clauses out of 26010 with flag 3240000/3265285
1791.61/949.42	c cleaning 12998 clauses out of 26013 with flag 3253001/3278286
1798.64/953.24	c cleaning 13003 clauses out of 26016 with flag 3266002/3291287
1800.09/954.22	c starts		: 254
1800.09/954.22	c conflicts		: 3292755
1800.09/954.22	c decisions		: 5000075
1800.09/954.22	c propagations		: 632594902
1800.09/954.22	c inspects		: 6249226783
1800.09/954.22	c shortcuts		: 0
1800.09/954.22	c learnt literals	: 0
1800.09/954.22	c learnt binary clauses	: 0
1800.09/954.22	c learnt ternary clauses	: 0
1800.09/954.22	c learnt constraints	: 3292754
1800.09/954.22	c ignored constraints	: 0
1800.09/954.22	c root simplifications	: 0
1800.09/954.22	c removed literals (reason simplification)	: 12587919
1800.09/954.22	c reason swapping (by a shorter reason)	: 0
1800.09/954.22	c Calls to reduceDB	: 257
1800.09/954.22	c number of reductions to clauses (during analyze)	: 0
1800.09/954.22	c number of learned constraints concerned by reduction	: 0
1800.09/954.22	c number of learning phase by resolution	: 0
1800.09/954.22	c number of learning phase by cutting planes	: 0
1800.09/954.22	c speed (assignments/second)	: 668284.0007775228
1800.09/954.22	c non guided choices	0
1800.09/954.23	c learnt constraints type 
1800.09/954.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14520
1800.09/954.23	c constraints type 
1800.09/954.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1800.09/954.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/954.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.09/954.23	c constraints type 
1800.09/954.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1800.09/954.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/954.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.09/954.23	s SATISFIABLE
1800.09/954.23	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 
1800.09/954.23	c objective function=14
1800.09/954.23	c Total wall clock time (in seconds): 954.125

Verifier Data

OK	14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453954-1307194666/watcher-3453954-1307194666 -o /tmp/evaluation-result-3453954-1307194666/solver-3453954-1307194666 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453954-1307194666.opb 

running on 4 cores: 0,2,4,6

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.77 3.85 3.77 3/536 21215
/proc/meminfo: memFree=19364412/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 4541 0 1 0 0 0 0 0 25 0 2 0 909697235 10694979584 4243 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2611079 4257 917 9 0 2602235 0
[pid=21215/tid=21216] ppid=21213 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) R 21213 21215 16455 0 -1 4202560 6132 0 1 0 0 0 0 0 25 0 2 0 909697235 10694979584 6948 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.098574 s]
/proc/loadavg: 3.77 3.85 3.77 3/536 21215
/proc/meminfo: memFree=19364412/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10540344 CPUtime=0.1 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 13019 0 1 0 9 1 0 0 25 0 18 0 909697235 10793312256 12716 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2635086 12716 2093 9 0 2625820 0
[pid=21215/tid=21216] ppid=21213 vsize=10540344 CPUtime=0.07 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) R 21213 21215 16455 0 -1 4202560 11086 0 1 0 7 0 0 0 18 0 18 0 909697235 10793312256 12716 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912496218221 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540344

[startup+0.100578 s]
/proc/loadavg: 3.77 3.85 3.77 3/536 21215
/proc/meminfo: memFree=19364412/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10540344 CPUtime=0.1 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 13030 0 1 0 9 1 0 0 25 0 18 0 909697235 10793312256 12727 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2635086 12727 2093 9 0 2625820 0
[pid=21215/tid=21216] ppid=21213 vsize=10540344 CPUtime=0.08 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) R 21213 21215 16455 0 -1 4202560 11097 0 1 0 8 0 0 0 18 0 18 0 909697235 10793312256 12727 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427218379 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540344

[startup+0.300532 s]
/proc/loadavg: 3.77 3.85 3.77 3/536 21215
/proc/meminfo: memFree=19364412/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10541312 CPUtime=0.46 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 15560 0 1 0 44 2 0 0 25 0 18 0 909697235 10794303488 14990 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2635328 14990 2209 9 0 2626062 0
[pid=21215/tid=21216] ppid=21213 vsize=10541312 CPUtime=0.28 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) R 21213 21215 16455 0 -1 4202560 12699 0 1 0 27 1 0 0 18 0 18 0 909697235 10794303488 14991 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912505566828 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541312

[startup+0.700461 s]
/proc/loadavg: 3.77 3.85 3.77 3/536 21215
/proc/meminfo: memFree=19364412/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10552708 CPUtime=1.72 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 27640 0 1 0 168 4 0 0 25 0 19 0 909697235 10805972992 24440 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2638177 24440 2241 9 0 2628911 0
[pid=21215/tid=21216] ppid=21213 vsize=10552708 CPUtime=0.52 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16770 0 1 0 50 2 0 0 19 0 19 0 909697235 10805972992 24440 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 10552708

[startup+1.50132 s]
/proc/loadavg: 3.77 3.85 3.77 3/555 21237
/proc/meminfo: memFree=19274556/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10552708 CPUtime=1.97 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 28277 0 1 0 193 4 0 0 25 0 19 0 909697235 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2638177 25075 2244 9 0 2628911 0
[pid=21215/tid=21216] ppid=21213 vsize=10552708 CPUtime=0.53 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16832 0 1 0 51 2 0 0 17 0 19 0 909697235 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21218/stat : 21218 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21219] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21219/stat : 21219 (java) S 21213 21215 16455 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21220] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21220/stat : 21220 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21221] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21221/stat : 21221 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21222] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21222/stat : 21222 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21223] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21223/stat : 21223 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21224] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21224/stat : 21224 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21225] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21225/stat : 21225 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697237 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21226] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21226/stat : 21226 (java) S 21213 21215 16455 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 909697238 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 0 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21227] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21227/stat : 21227 (java) S 21213 21215 16455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909697238 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21228] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21228/stat : 21228 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909697238 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21229] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21229/stat : 21229 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697241 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427215281 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21230] ppid=21213 vsize=10552708 CPUtime=0.55 cores=0,2,4,6
/proc/21215/task/21230/stat : 21230 (java) S 21213 21215 16455 0 -1 4202560 4066 0 0 0 55 0 0 0 15 0 19 0 909697241 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21231] ppid=21213 vsize=10552708 CPUtime=0.59 cores=0,2,4,6
/proc/21215/task/21231/stat : 21231 (java) S 21213 21215 16455 0 -1 4202560 5101 0 0 0 58 1 0 0 15 0 19 0 909697241 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21232] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21232/stat : 21232 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909697241 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21233] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21233/stat : 21233 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909697241 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21236] ppid=21213 vsize=10552708 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21236/stat : 21236 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 909697291 10805972992 25075 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10552708

[startup+3.10101 s]
/proc/loadavg: 3.77 3.85 3.77 6/558 21246
/proc/meminfo: memFree=19246000/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10553292 CPUtime=5.24 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 94482 0 1 0 512 12 0 0 25 0 22 0 909697235 10806571008 89177 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2638323 89178 2248 9 0 2629057 0
[pid=21215/tid=21216] ppid=21213 vsize=10553292 CPUtime=0.53 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16911 0 1 0 51 2 0 0 15 0 22 0 909697235 10806571008 89179 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21218/stat : 21218 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89180 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21219] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21219/stat : 21219 (java) S 21213 21215 16455 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89181 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21220] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21220/stat : 21220 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89182 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21221] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21221/stat : 21221 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89183 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21222] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21222/stat : 21222 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89184 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21223] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21223/stat : 21223 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89185 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21224] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21224/stat : 21224 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89187 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21225] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21225/stat : 21225 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697237 10806571008 89188 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21226] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21226/stat : 21226 (java) S 21213 21215 16455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 909697238 10806571008 89189 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 0 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21227] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21227/stat : 21227 (java) S 21213 21215 16455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909697238 10806571008 89190 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21228] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21228/stat : 21228 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909697238 10806571008 89191 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21229] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21229/stat : 21229 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10806571008 89193 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427215281 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21230] ppid=21213 vsize=10553292 CPUtime=0.89 cores=0,2,4,6
/proc/21215/task/21230/stat : 21230 (java) S 21213 21215 16455 0 -1 4202560 6407 0 0 0 89 0 0 0 15 0 22 0 909697241 10806571008 89194 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21231] ppid=21213 vsize=10553292 CPUtime=1 cores=0,2,4,6
/proc/21215/task/21231/stat : 21231 (java) S 21213 21215 16455 0 -1 4202560 5164 0 0 0 99 1 0 0 15 0 22 0 909697241 10806571008 89195 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21232] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21232/stat : 21232 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10806571008 89196 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21233] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21233/stat : 21233 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909697241 10806571008 89198 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21236] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21236/stat : 21236 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909697291 10806571008 89199 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21244] ppid=21213 vsize=10553292 CPUtime=1.03 cores=0,2,4,6
/proc/21215/task/21244/stat : 21244 (java) R 21213 21215 16455 0 -1 4202560 678 0 0 0 103 0 0 0 18 0 22 0 909697441 10806571008 89200 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912506102698 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21215/tid=21245] ppid=21213 vsize=10553292 CPUtime=1.02 cores=0,2,4,6
/proc/21215/task/21245/stat : 21245 (java) R 21213 21215 16455 0 -1 4202560 59174 0 0 0 96 6 0 0 19 0 22 0 909697441 10806571008 89201 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912505977987 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21215/tid=21246] ppid=21213 vsize=10553292 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21246/stat : 21246 (java) S 21213 21215 16455 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909697442 10806571008 89203 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 10553292

[startup+6.30141 s]
/proc/loadavg: 3.79 3.85 3.77 5/558 21246
/proc/meminfo: memFree=18646452/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10550912 CPUtime=11.64 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 188170 0 1 0 1139 25 0 0 25 0 22 0 909697235 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2637728 182245 2272 9 0 2628462 0
[pid=21215/tid=21216] ppid=21213 vsize=10550912 CPUtime=0.53 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16911 0 1 0 51 2 0 0 15 0 22 0 909697235 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=10550912 CPUtime=0.01 cores=0,2,4,6
/proc/21215/task/21218/stat : 21218 (java) S 21213 21215 16455 0 -1 4202560 561 0 0 0 1 0 0 0 16 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21219] ppid=21213 vsize=10550912 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21219/stat : 21219 (java) S 21213 21215 16455 0 -1 4202560 518 0 0 0 0 0 0 0 15 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21220] ppid=21213 vsize=10550912 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21220/stat : 21220 (java) S 21213 21215 16455 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21221] ppid=21213 vsize=10550912 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21221/stat : 21221 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21222] ppid=21213 vsize=10550912 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21222/stat : 21222 (java) S 21213 21215 16455 0 -1 4202560 480 0 0 0 0 0 0 0 15 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21223] ppid=21213 vsize=10550912 CPUtime=0.01 cores=0,2,4,6
/proc/21215/task/21223/stat : 21223 (java) S 21213 21215 16455 0 -1 4202560 953 0 0 0 1 0 0 0 16 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21224] ppid=21213 vsize=10550912 CPUtime=0.01 cores=0,2,4,6
/proc/21215/task/21224/stat : 21224 (java) S 21213 21215 16455 0 -1 4202560 1239 0 0 0 1 0 0 0 15 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21225] ppid=21213 vsize=10550912 CPUtime=0.01 cores=0,2,4,6
/proc/21215/task/21225/stat : 21225 (java) S 21213 21215 16455 0 -1 4202560 1398 0 0 0 1 0 0 0 18 0 22 0 909697237 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21226] ppid=21213 vsize=10550912 CPUtime=0.17 cores=0,2,4,6
/proc/21215/task/21226/stat : 21226 (java) S 21213 21215 16455 0 -1 4202560 6064 0 0 0 17 0 0 0 16 0 22 0 909697238 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 0 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21227] ppid=21213 vsize=10550912 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21227/stat : 21227 (java) S 21213 21215 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909697238 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21228] ppid=21213 vsize=10550912 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21228/stat : 21228 (java) S 21213 21215 16455 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909697238 10804133888 182245 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0

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

[pid=21215/tid=21247] ppid=21213 vsize=10550676 CPUtime=722.76 cores=0,2,4,6
/proc/21215/task/21247/stat : 21247 (java) S 21213 21215 16455 0 -1 4202560 205 0 0 0 72275 1 0 0 25 0 22 0 909697998 10803892224 283244 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21248] ppid=21213 vsize=10550676 CPUtime=722.8 cores=0,2,4,6
/proc/21215/task/21248/stat : 21248 (java) S 21213 21215 16455 0 -1 4202560 25896 0 0 0 72276 4 0 0 25 0 22 0 909697998 10803892224 283244 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21249] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21249/stat : 21249 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909697998 10803892224 283244 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1557.77
Current children cumulated vsize (KiB) 10550676

[startup+882.301 s]
/proc/loadavg: 1.89 2.89 3.43 3/531 21296
/proc/meminfo: memFree=21940856/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10550676 CPUtime=1668.41 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 296133 0 1 0 166798 43 0 0 25 0 22 0 909697235 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2637669 286271 2273 9 0 2628403 0
[pid=21215/tid=21216] ppid=21213 vsize=10550676 CPUtime=0.54 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16958 0 1 0 52 2 0 0 15 0 22 0 909697235 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=10550676 CPUtime=1.02 cores=0,2,4,6
/proc/21215/task/21218/stat : 21218 (java) S 21213 21215 16455 0 -1 4202560 613 0 0 0 102 0 0 0 15 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21219] ppid=21213 vsize=10550676 CPUtime=1.1 cores=0,2,4,6
/proc/21215/task/21219/stat : 21219 (java) S 21213 21215 16455 0 -1 4202560 1096 0 0 0 110 0 0 0 15 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21220] ppid=21213 vsize=10550676 CPUtime=1.18 cores=0,2,4,6
/proc/21215/task/21220/stat : 21220 (java) S 21213 21215 16455 0 -1 4202560 366 0 0 0 118 0 0 0 16 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21221] ppid=21213 vsize=10550676 CPUtime=1.17 cores=0,2,4,6
/proc/21215/task/21221/stat : 21221 (java) S 21213 21215 16455 0 -1 4202560 54 0 0 0 117 0 0 0 15 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21222] ppid=21213 vsize=10550676 CPUtime=1.13 cores=0,2,4,6
/proc/21215/task/21222/stat : 21222 (java) S 21213 21215 16455 0 -1 4202560 542 0 0 0 113 0 0 0 16 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21223] ppid=21213 vsize=10550676 CPUtime=1.24 cores=0,2,4,6
/proc/21215/task/21223/stat : 21223 (java) S 21213 21215 16455 0 -1 4202560 1629 0 0 0 124 0 0 0 16 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21224] ppid=21213 vsize=10550676 CPUtime=1.08 cores=0,2,4,6
/proc/21215/task/21224/stat : 21224 (java) S 21213 21215 16455 0 -1 4202560 1277 0 0 0 108 0 0 0 16 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21225] ppid=21213 vsize=10550676 CPUtime=1.18 cores=0,2,4,6
/proc/21215/task/21225/stat : 21225 (java) S 21213 21215 16455 0 -1 4202560 2077 0 0 0 118 0 0 0 15 0 22 0 909697237 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21226] ppid=21213 vsize=10550676 CPUtime=99.19 cores=0,2,4,6
/proc/21215/task/21226/stat : 21226 (java) S 21213 21215 16455 0 -1 4202560 81683 0 0 0 9909 10 0 0 15 0 22 0 909697238 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 0 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21227] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21227/stat : 21227 (java) S 21213 21215 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909697238 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21228] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21228/stat : 21228 (java) S 21213 21215 16455 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909697238 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21229] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21229/stat : 21229 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427215281 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21230] ppid=21213 vsize=10550676 CPUtime=1.51 cores=0,2,4,6
/proc/21215/task/21230/stat : 21230 (java) S 21213 21215 16455 0 -1 4202560 9991 0 0 0 150 1 0 0 15 0 22 0 909697241 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21231] ppid=21213 vsize=10550676 CPUtime=1.13 cores=0,2,4,6
/proc/21215/task/21231/stat : 21231 (java) S 21213 21215 16455 0 -1 4202560 5172 0 0 0 112 1 0 0 15 0 22 0 909697241 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21232] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21232/stat : 21232 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21233] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21233/stat : 21233 (java) S 21213 21215 16455 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 909697241 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21236] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21236/stat : 21236 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909697291 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21247] ppid=21213 vsize=10550676 CPUtime=772.9 cores=0,2,4,6
/proc/21215/task/21247/stat : 21247 (java) R 21213 21215 16455 0 -1 4202560 220 0 0 0 77289 1 0 0 25 0 22 0 909697998 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912506065411 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21215/tid=21248] ppid=21213 vsize=10550676 CPUtime=772.93 cores=0,2,4,6
/proc/21215/task/21248/stat : 21248 (java) R 21213 21215 16455 0 -1 4202560 25896 0 0 0 77289 4 0 0 25 0 22 0 909697998 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912506044962 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21215/tid=21249] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21249/stat : 21249 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909697998 10803892224 286271 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1668.41
Current children cumulated vsize (KiB) 10550676

[startup+942.302 s]
/proc/loadavg: 1.83 2.69 3.33 2/531 21297
/proc/meminfo: memFree=21934100/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10550676 CPUtime=1778.28 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 298247 0 1 0 177785 43 0 0 25 0 22 0 909697235 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2637669 288361 2273 9 0 2628403 0
[pid=21215/tid=21216] ppid=21213 vsize=10550676 CPUtime=0.54 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16958 0 1 0 52 2 0 0 15 0 22 0 909697235 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=10550676 CPUtime=1.05 cores=0,2,4,6
/proc/21215/task/21218/stat : 21218 (java) S 21213 21215 16455 0 -1 4202560 614 0 0 0 105 0 0 0 15 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21219] ppid=21213 vsize=10550676 CPUtime=1.21 cores=0,2,4,6
/proc/21215/task/21219/stat : 21219 (java) S 21213 21215 16455 0 -1 4202560 1105 0 0 0 121 0 0 0 16 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21220] ppid=21213 vsize=10550676 CPUtime=1.26 cores=0,2,4,6
/proc/21215/task/21220/stat : 21220 (java) S 21213 21215 16455 0 -1 4202560 366 0 0 0 126 0 0 0 16 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21221] ppid=21213 vsize=10550676 CPUtime=1.28 cores=0,2,4,6
/proc/21215/task/21221/stat : 21221 (java) S 21213 21215 16455 0 -1 4202560 59 0 0 0 128 0 0 0 15 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21222] ppid=21213 vsize=10550676 CPUtime=1.22 cores=0,2,4,6
/proc/21215/task/21222/stat : 21222 (java) S 21213 21215 16455 0 -1 4202560 543 0 0 0 122 0 0 0 16 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21223] ppid=21213 vsize=10550676 CPUtime=1.4 cores=0,2,4,6
/proc/21215/task/21223/stat : 21223 (java) S 21213 21215 16455 0 -1 4202560 1639 0 0 0 140 0 0 0 16 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21224] ppid=21213 vsize=10550676 CPUtime=1.17 cores=0,2,4,6
/proc/21215/task/21224/stat : 21224 (java) S 21213 21215 16455 0 -1 4202560 1279 0 0 0 117 0 0 0 15 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21225] ppid=21213 vsize=10550676 CPUtime=1.26 cores=0,2,4,6
/proc/21215/task/21225/stat : 21225 (java) S 21213 21215 16455 0 -1 4202560 2081 0 0 0 126 0 0 0 15 0 22 0 909697237 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21226] ppid=21213 vsize=10550676 CPUtime=109.63 cores=0,2,4,6
/proc/21215/task/21226/stat : 21226 (java) S 21213 21215 16455 0 -1 4202560 83745 0 0 0 10952 11 0 0 16 0 22 0 909697238 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 0 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21227] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21227/stat : 21227 (java) S 21213 21215 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909697238 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21228] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21228/stat : 21228 (java) S 21213 21215 16455 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909697238 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21229] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21229/stat : 21229 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427215281 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21230] ppid=21213 vsize=10550676 CPUtime=1.51 cores=0,2,4,6
/proc/21215/task/21230/stat : 21230 (java) S 21213 21215 16455 0 -1 4202560 9991 0 0 0 150 1 0 0 15 0 22 0 909697241 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21231] ppid=21213 vsize=10550676 CPUtime=1.13 cores=0,2,4,6
/proc/21215/task/21231/stat : 21231 (java) S 21213 21215 16455 0 -1 4202560 5172 0 0 0 112 1 0 0 15 0 22 0 909697241 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21232] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21232/stat : 21232 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21233] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21233/stat : 21233 (java) S 21213 21215 16455 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909697241 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21236] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21236/stat : 21236 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909697291 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21247] ppid=21213 vsize=10550676 CPUtime=822.24 cores=0,2,4,6
/proc/21215/task/21247/stat : 21247 (java) R 21213 21215 16455 0 -1 4202560 236 0 0 0 82223 1 0 0 20 0 22 0 909697998 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912506121216 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21215/tid=21248] ppid=21213 vsize=10550676 CPUtime=822.28 cores=0,2,4,6
/proc/21215/task/21248/stat : 21248 (java) R 21213 21215 16455 0 -1 4202560 25896 0 0 0 82224 4 0 0 20 0 22 0 909697998 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912506044973 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21215/tid=21249] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21249/stat : 21249 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909697998 10803892224 288361 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1778.28
Current children cumulated vsize (KiB) 10550676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+954.201 s]
/proc/loadavg: 1.86 2.67 3.32 3/531 21298
/proc/meminfo: memFree=21931244/32950928 swapFree=58671692/67111528
[pid=21215] ppid=21213 vsize=10550676 CPUtime=1800.09 cores=0,2,4,6
/proc/21215/stat : 21215 (java) S 21213 21215 16455 0 -1 4202496 298564 0 1 0 179966 43 0 0 25 0 22 0 909697235 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21215/statm: 2637669 288675 2273 9 0 2628403 0
[pid=21215/tid=21216] ppid=21213 vsize=10550676 CPUtime=0.54 cores=0,2,4,6
/proc/21215/task/21216/stat : 21216 (java) S 21213 21215 16455 0 -1 4202560 16958 0 1 0 52 2 0 0 15 0 22 0 909697235 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21218] ppid=21213 vsize=10550676 CPUtime=1.07 cores=0,2,4,6
/proc/21215/task/21218/stat : 21218 (java) S 21213 21215 16455 0 -1 4202560 619 0 0 0 107 0 0 0 15 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21219] ppid=21213 vsize=10550676 CPUtime=1.24 cores=0,2,4,6
/proc/21215/task/21219/stat : 21219 (java) S 21213 21215 16455 0 -1 4202560 1106 0 0 0 124 0 0 0 16 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21220] ppid=21213 vsize=10550676 CPUtime=1.28 cores=0,2,4,6
/proc/21215/task/21220/stat : 21220 (java) S 21213 21215 16455 0 -1 4202560 366 0 0 0 128 0 0 0 15 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21221] ppid=21213 vsize=10550676 CPUtime=1.29 cores=0,2,4,6
/proc/21215/task/21221/stat : 21221 (java) S 21213 21215 16455 0 -1 4202560 59 0 0 0 129 0 0 0 15 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21222] ppid=21213 vsize=10550676 CPUtime=1.24 cores=0,2,4,6
/proc/21215/task/21222/stat : 21222 (java) S 21213 21215 16455 0 -1 4202560 544 0 0 0 124 0 0 0 16 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21223] ppid=21213 vsize=10550676 CPUtime=1.42 cores=0,2,4,6
/proc/21215/task/21223/stat : 21223 (java) S 21213 21215 16455 0 -1 4202560 1639 0 0 0 142 0 0 0 16 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21224] ppid=21213 vsize=10550676 CPUtime=1.18 cores=0,2,4,6
/proc/21215/task/21224/stat : 21224 (java) S 21213 21215 16455 0 -1 4202560 1279 0 0 0 118 0 0 0 16 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21225] ppid=21213 vsize=10550676 CPUtime=1.28 cores=0,2,4,6
/proc/21215/task/21225/stat : 21225 (java) S 21213 21215 16455 0 -1 4202560 2082 0 0 0 128 0 0 0 15 0 22 0 909697237 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21226] ppid=21213 vsize=10550676 CPUtime=111.71 cores=0,2,4,6
/proc/21215/task/21226/stat : 21226 (java) S 21213 21215 16455 0 -1 4202560 84051 0 0 0 11160 11 0 0 16 0 22 0 909697238 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 0 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21227] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21227/stat : 21227 (java) S 21213 21215 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909697238 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21228] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21228/stat : 21228 (java) S 21213 21215 16455 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909697238 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21229] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21229/stat : 21229 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427215281 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21230] ppid=21213 vsize=10550676 CPUtime=1.51 cores=0,2,4,6
/proc/21215/task/21230/stat : 21230 (java) S 21213 21215 16455 0 -1 4202560 9991 0 0 0 150 1 0 0 15 0 22 0 909697241 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 4 0 0 0
[pid=21215/tid=21231] ppid=21213 vsize=10550676 CPUtime=1.13 cores=0,2,4,6
/proc/21215/task/21231/stat : 21231 (java) S 21213 21215 16455 0 -1 4202560 5172 0 0 0 112 1 0 0 15 0 22 0 909697241 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 6 0 0 0
[pid=21215/tid=21232] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21232/stat : 21232 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909697241 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427207577 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21233] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21233/stat : 21233 (java) S 21213 21215 16455 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909697241 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 0 0 0 0
[pid=21215/tid=21236] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21236/stat : 21236 (java) S 21213 21215 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909697291 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
[pid=21215/tid=21247] ppid=21213 vsize=10550676 CPUtime=832.04 cores=0,2,4,6
/proc/21215/task/21247/stat : 21247 (java) R 21213 21215 16455 0 -1 4202560 239 0 0 0 83203 1 0 0 20 0 22 0 909697998 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912505968938 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21215/tid=21248] ppid=21213 vsize=10550676 CPUtime=832.08 cores=0,2,4,6
/proc/21215/task/21248/stat : 21248 (java) R 21213 21215 16455 0 -1 4202560 25896 0 0 0 83204 4 0 0 20 0 22 0 909697998 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 46912506044978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21215/tid=21249] ppid=21213 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/21215/task/21249/stat : 21249 (java) S 21213 21215 16455 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909697998 10803892224 288675 33554432000 1073741824 1073778376 140736265898672 18446744073709551615 256427208192 0 4 0 16800975 18446604444657071104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10550676

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): 954.297
CPU time (s): 1800.22
CPU user time (s): 1799.72
CPU system time (s): 0.495924
CPU usage (%): 188.643
Max. virtual memory (cumulated for all children) (KiB): 10564400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298591
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= 29787
involuntary context switches= 31196

runsolver used 5.34519 second user time and 11.5462 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 15:37:46
IDJOB=3453954
IDBENCH=48158
IDSOLVER=1950
FILE ID=node115/3453954-1307194666
RUNJOBID= node115-1307194194-20870
PBS_JOBID= 13508831
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453954-1307194666/watcher-3453954-1307194666 -o /tmp/evaluation-result-3453954-1307194666/solver-3453954-1307194666 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453954-1307194666.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=1864511925

node115.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19364800 kB
Buffers:        206148 kB
Cached:         328900 kB
SwapCached:      65828 kB
Active:        4817940 kB
Inactive:      8519448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19364800 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:    12740244 kB
Mapped:          35836 kB
Slab:            97092 kB
PageTables:      83360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162191296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node115 at 2011-06-04 15:53:42