Trace number 2701646

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1MSAT (TO) 1800.14 1798.28

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-505_wcsp.wbo
MD5SUMaac7e90374eb115b0312a3cfc81835b8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark21260
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints3672
Number of soft constraints3432
Number of constraints which are clauses3432
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 34354
Min constraint cost 1
Max constraint cost 34354
Sum of constraints costs 109692321
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08/0.07	c version 2.2.1.v20100705
0.08/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.07	c java.vm.version	11.2-b01
0.08/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.07	c sun.arch.data.model	32
0.08/0.07	c java.version		1.6.0_12
0.08/0.07	c os.name		Linux
0.08/0.07	c os.version		2.6.18-164.el5
0.08/0.07	c os.arch		i386
0.08/0.07	c Free memory 		1393557488
0.08/0.07	c Max memory 		1395916800
0.08/0.07	c Total memory 		1395916800
0.08/0.07	c Number of processors 	8
0.08/0.09	c Pseudo Boolean Optimization
0.08/0.09	c --- Begin Solver configuration ---
0.08/0.09	c Stops conflict analysis at the first Unique Implication Point
0.08/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.08/0.09	c Learn all clauses as in MiniSAT
0.08/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.09	c Expensive reason simplification
0.08/0.09	c Armin Biere (Picosat) restarts strategy
0.08/0.09	c Glucose learned constraints deletion strategy
0.08/0.09	c timeout=2147483s
0.08/0.09	c DB Simplification allowed=false
0.08/0.09	c --- End Solver configuration ---
0.08/0.09	c solving HOME/instance-2701646-1278540983.wbo
0.08/0.09	c reading problem ... 
0.56/0.32	c ... done. Wall clock time 0.232s.
0.56/0.32	c #vars     4120
0.56/0.32	c #constraints  7105
0.56/0.32	c constraints type 
0.56/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3296
0.56/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.56/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 512
0.56/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.86/0.49	c SATISFIABLE
0.86/0.49	c OPTIMIZING...
0.86/0.49	c Got one! Elapsed wall clock time (in seconds):0.397
0.86/0.49	o 22273
1.08/0.56	c Got one! Elapsed wall clock time (in seconds):0.47
1.08/0.56	o 22272
4.33/3.33	c Got one! Elapsed wall clock time (in seconds):3.235
4.33/3.33	o 22271
5.68/4.61	c cleaning 2500 clauses out of 5000 with flag 5000/5000
9.64/8.55	c cleaning 4251 clauses out of 8501 with flag 11001/11001
13.65/12.55	c cleaning 5615 clauses out of 11249 with flag 18000/18000
18.47/17.36	c cleaning 6817 clauses out of 13634 with flag 26000/26000
23.72/22.53	c cleaning 7890 clauses out of 15817 with flag 35000/35000
24.82/23.68	c Got one! Elapsed wall clock time (in seconds):23.584
24.82/23.68	o 22270
29.54/28.38	c cleaning 8957 clauses out of 17928 with flag 45001/45001
33.15/31.94	c Got one! Elapsed wall clock time (in seconds):31.852
33.15/31.94	o 22269
35.08/33.84	c cleaning 9473 clauses out of 18971 with flag 55001/55001
40.88/39.69	c cleaning 9740 clauses out of 19497 with flag 65000/65000
46.58/45.37	c cleaning 9866 clauses out of 19759 with flag 75002/75002
53.38/52.18	c cleaning 9935 clauses out of 19891 with flag 85000/85000
59.59/58.39	c cleaning 9968 clauses out of 19956 with flag 95000/95000
65.29/64.02	c cleaning 9989 clauses out of 19988 with flag 105000/105000
71.80/70.59	c cleaning 9994 clauses out of 19999 with flag 115000/115000
78.10/76.85	c cleaning 10002 clauses out of 20006 with flag 125001/125001
81.90/80.61	c Got one! Elapsed wall clock time (in seconds):80.515
81.90/80.61	o 22268
84.30/83.01	c cleaning 9992 clauses out of 20003 with flag 135000/135000
89.11/87.83	c cleaning 9991 clauses out of 20013 with flag 145002/145002
94.72/93.50	c cleaning 10011 clauses out of 20021 with flag 155001/155001
99.71/98.47	c cleaning 9999 clauses out of 20009 with flag 165000/165000
104.42/103.14	c cleaning 10002 clauses out of 20010 with flag 175000/175000
109.82/108.56	c cleaning 9992 clauses out of 20008 with flag 185000/185000
115.12/113.87	c cleaning 10001 clauses out of 20018 with flag 195002/195002
121.23/119.96	c cleaning 10008 clauses out of 20016 with flag 205001/205001
126.73/125.46	c cleaning 10003 clauses out of 20007 with flag 215000/215000
132.63/131.32	c cleaning 10002 clauses out of 20006 with flag 225002/225002
138.33/137.01	c cleaning 9991 clauses out of 20002 with flag 235000/235000
143.63/142.33	c cleaning 9996 clauses out of 20012 with flag 245001/245001
148.74/147.45	c cleaning 9994 clauses out of 20015 with flag 255000/255000
153.93/152.61	c cleaning 9996 clauses out of 20021 with flag 265000/265000
159.53/158.27	c cleaning 10005 clauses out of 20025 with flag 275000/275000
165.24/163.94	c cleaning 9998 clauses out of 20020 with flag 285000/285000
171.04/169.78	c cleaning 10002 clauses out of 20022 with flag 295000/295000
176.94/175.67	c cleaning 9996 clauses out of 20020 with flag 305000/305000
182.15/180.82	c cleaning 10001 clauses out of 20024 with flag 315000/315000
187.47/186.15	c cleaning 10001 clauses out of 20024 with flag 325001/325001
193.59/192.25	c cleaning 10001 clauses out of 20022 with flag 335000/335000
199.40/198.02	c cleaning 9999 clauses out of 20023 with flag 345002/345002
204.80/203.49	c cleaning 10000 clauses out of 20023 with flag 355001/355001
209.90/208.51	c cleaning 10000 clauses out of 20022 with flag 365000/365000
215.50/214.19	c cleaning 9994 clauses out of 20022 with flag 375000/375000
221.30/219.99	c cleaning 10000 clauses out of 20028 with flag 385000/385000
227.10/225.75	c cleaning 10003 clauses out of 20028 with flag 395000/395000
233.40/232.09	c cleaning 10005 clauses out of 20025 with flag 405000/405000
236.71/235.36	c Got one! Elapsed wall clock time (in seconds):235.266
236.71/235.36	o 22267
239.11/237.75	c cleaning 10005 clauses out of 20020 with flag 415000/415000
244.81/243.49	c cleaning 10000 clauses out of 20015 with flag 425000/425000
251.91/250.50	c cleaning 9992 clauses out of 20015 with flag 435000/435000
259.61/258.22	c cleaning 10004 clauses out of 20023 with flag 445000/445000
268.12/266.70	c cleaning 9997 clauses out of 20019 with flag 455000/455000
275.92/274.53	c cleaning 9997 clauses out of 20022 with flag 465000/465000
283.32/281.98	c cleaning 9989 clauses out of 20025 with flag 475000/475000
291.73/290.31	c cleaning 10004 clauses out of 20036 with flag 485000/485000
299.83/298.44	c cleaning 10008 clauses out of 20033 with flag 495001/495001
308.24/306.85	c cleaning 10001 clauses out of 20024 with flag 505000/505000
316.73/315.30	c cleaning 9999 clauses out of 20024 with flag 515001/515001
325.13/323.76	c cleaning 9998 clauses out of 20025 with flag 525001/525001
332.73/331.38	c cleaning 10007 clauses out of 20027 with flag 535001/535001
339.84/338.47	c cleaning 9996 clauses out of 20019 with flag 545000/545000
346.85/345.49	c cleaning 10000 clauses out of 20023 with flag 555000/555000
353.85/352.50	c cleaning 9997 clauses out of 20023 with flag 565000/565000
360.95/359.51	c cleaning 9995 clauses out of 20026 with flag 575000/575000
367.95/366.50	c cleaning 10005 clauses out of 20032 with flag 585001/585001
375.15/373.70	c cleaning 10005 clauses out of 20026 with flag 595000/595000
381.46/380.04	c cleaning 9995 clauses out of 20021 with flag 605000/605000
383.66/382.22	c Got one! Elapsed wall clock time (in seconds):382.126
383.66/382.22	o 22266
387.47/386.02	c cleaning 10006 clauses out of 20027 with flag 615001/615001
394.17/392.79	c cleaning 9999 clauses out of 20020 with flag 625000/625000
400.06/398.64	c cleaning 10006 clauses out of 20023 with flag 635002/635002
405.19/403.76	c cleaning 9989 clauses out of 20015 with flag 645000/645000
410.19/408.70	c cleaning 10006 clauses out of 20026 with flag 655000/655000
416.70/415.25	c cleaning 9981 clauses out of 20020 with flag 665000/665000
423.30/421.88	c cleaning 10006 clauses out of 20040 with flag 675001/675001
429.71/428.20	c cleaning 10009 clauses out of 20035 with flag 685002/685002
437.52/436.05	c cleaning 10003 clauses out of 20026 with flag 695002/695002
445.01/443.54	c cleaning 9987 clauses out of 20021 with flag 705000/705000
451.72/450.25	c cleaning 10006 clauses out of 20034 with flag 715000/715000
457.71/456.20	c cleaning 10003 clauses out of 20030 with flag 725002/725002
464.01/462.59	c cleaning 10001 clauses out of 20026 with flag 735001/735001
470.91/469.42	c cleaning 9992 clauses out of 20025 with flag 745001/745001
479.01/477.59	c cleaning 9999 clauses out of 20032 with flag 755000/755000
484.01/482.57	c Got one! Elapsed wall clock time (in seconds):482.478
484.01/482.57	o 22265
485.81/484.39	c cleaning 10006 clauses out of 20034 with flag 765001/765001
492.32/490.82	c cleaning 10001 clauses out of 20027 with flag 775000/775000
498.72/497.23	c cleaning 9997 clauses out of 20026 with flag 785000/785000
505.09/503.61	c cleaning 10007 clauses out of 20029 with flag 795000/795000
511.61/510.14	c cleaning 9998 clauses out of 20023 with flag 805001/805001
518.01/516.58	c cleaning 9997 clauses out of 20025 with flag 815001/815001
524.71/523.22	c cleaning 10000 clauses out of 20027 with flag 825000/825000
530.52/529.01	c cleaning 9996 clauses out of 20027 with flag 835000/835000
535.61/534.12	c cleaning 9990 clauses out of 20031 with flag 845000/845000
542.52/541.01	c cleaning 10005 clauses out of 20041 with flag 855000/855000
548.94/547.49	c cleaning 10000 clauses out of 20037 with flag 865001/865001
554.45/552.93	c cleaning 9993 clauses out of 20036 with flag 875000/875000
560.75/559.24	c cleaning 10007 clauses out of 20044 with flag 885001/885001
567.05/565.51	c cleaning 9998 clauses out of 20036 with flag 895000/895000
573.35/571.83	c cleaning 10006 clauses out of 20038 with flag 905000/905000
579.66/578.16	c cleaning 9988 clauses out of 20032 with flag 915000/915000
585.16/583.65	c cleaning 10002 clauses out of 20046 with flag 925002/925002
590.56/589.06	c cleaning 10015 clauses out of 20042 with flag 935000/935000
596.26/594.79	c cleaning 10010 clauses out of 20027 with flag 945000/945000
602.26/600.76	c cleaning 9994 clauses out of 20017 with flag 955000/955000
608.27/606.76	c cleaning 10009 clauses out of 20023 with flag 965000/965000
616.26/614.71	c cleaning 9998 clauses out of 20014 with flag 975000/975000
624.26/622.72	c cleaning 9998 clauses out of 20016 with flag 985000/985000
630.16/628.69	c cleaning 9975 clauses out of 20018 with flag 995000/995000
636.07/634.56	c cleaning 10002 clauses out of 20044 with flag 1005001/1005001
641.88/640.33	c cleaning 10012 clauses out of 20043 with flag 1015002/1015002
647.48/645.94	c cleaning 9993 clauses out of 20030 with flag 1025001/1025001
652.88/651.34	c cleaning 9993 clauses out of 20038 with flag 1035002/1035002
658.39/656.86	c cleaning 9999 clauses out of 20044 with flag 1045001/1045001
663.60/662.05	c cleaning 9998 clauses out of 20045 with flag 1055001/1055001
669.50/667.96	c cleaning 10019 clauses out of 20047 with flag 1065001/1065001
675.41/673.88	c cleaning 10006 clauses out of 20027 with flag 1075000/1075000
681.21/679.70	c cleaning 10002 clauses out of 20021 with flag 1085000/1085000
687.21/685.61	c cleaning 10004 clauses out of 20020 with flag 1095001/1095001
693.41/691.90	c cleaning 9999 clauses out of 20015 with flag 1105000/1105000
699.41/697.90	c cleaning 9996 clauses out of 20016 with flag 1115000/1115000
705.21/703.68	c cleaning 9996 clauses out of 20020 with flag 1125000/1125000
711.22/709.68	c cleaning 9996 clauses out of 20025 with flag 1135001/1135001
717.23/715.65	c cleaning 10006 clauses out of 20029 with flag 1145001/1145001
723.73/722.10	c cleaning 9994 clauses out of 20023 with flag 1155001/1155001
729.93/728.36	c cleaning 10006 clauses out of 20029 with flag 1165001/1165001
737.13/735.52	c cleaning 10001 clauses out of 20025 with flag 1175003/1175003
743.93/742.36	c cleaning 9997 clauses out of 20022 with flag 1185001/1185001
751.03/749.43	c cleaning 9993 clauses out of 20024 with flag 1195000/1195000
757.93/756.33	c cleaning 10011 clauses out of 20031 with flag 1205000/1205000
764.94/763.39	c cleaning 9982 clauses out of 20020 with flag 1215000/1215000
771.24/769.66	c cleaning 10014 clauses out of 20039 with flag 1225001/1225001
777.44/775.84	c cleaning 10000 clauses out of 20025 with flag 1235001/1235001
783.44/781.82	c cleaning 9990 clauses out of 20025 with flag 1245001/1245001
789.64/788.03	c cleaning 10001 clauses out of 20034 with flag 1255000/1255000
795.55/793.97	c cleaning 9994 clauses out of 20034 with flag 1265001/1265001
801.95/800.39	c cleaning 10001 clauses out of 20039 with flag 1275000/1275000
808.15/806.58	c cleaning 9995 clauses out of 20039 with flag 1285001/1285001
814.45/812.89	c cleaning 10005 clauses out of 20043 with flag 1295000/1295000
820.75/819.16	c cleaning 9999 clauses out of 20038 with flag 1305000/1305000
826.84/825.22	c cleaning 9997 clauses out of 20039 with flag 1315000/1315000
833.04/831.45	c cleaning 10003 clauses out of 20043 with flag 1325001/1325001
839.85/838.26	c cleaning 10008 clauses out of 20039 with flag 1335000/1335000
846.45/844.86	c cleaning 10003 clauses out of 20031 with flag 1345000/1345000
853.26/851.63	c cleaning 10005 clauses out of 20029 with flag 1355001/1355001
859.96/858.30	c cleaning 9999 clauses out of 20023 with flag 1365000/1365000
866.16/864.55	c cleaning 10002 clauses out of 20024 with flag 1375000/1375000
871.67/870.10	c cleaning 9998 clauses out of 20022 with flag 1385000/1385000
877.86/876.24	c cleaning 9997 clauses out of 20024 with flag 1395000/1395000
884.97/883.34	c cleaning 10004 clauses out of 20027 with flag 1405000/1405000
890.97/889.33	c cleaning 10012 clauses out of 20023 with flag 1415000/1415000
896.18/894.50	c cleaning 10006 clauses out of 20011 with flag 1425000/1425000
901.18/899.60	c cleaning 9977 clauses out of 20006 with flag 1435001/1435001
906.38/904.70	c cleaning 9995 clauses out of 20028 with flag 1445000/1445000
911.69/910.09	c cleaning 10000 clauses out of 20034 with flag 1455001/1455001
917.30/915.68	c cleaning 9998 clauses out of 20033 with flag 1465000/1465000
922.70/921.10	c cleaning 10002 clauses out of 20035 with flag 1475000/1475000
927.82/926.19	c cleaning 10003 clauses out of 20033 with flag 1485000/1485000
932.98/931.34	c cleaning 10003 clauses out of 20030 with flag 1495000/1495000
938.37/936.78	c cleaning 9995 clauses out of 20027 with flag 1505000/1505000
944.87/943.29	c cleaning 9989 clauses out of 20033 with flag 1515001/1515001
951.17/949.52	c cleaning 9990 clauses out of 20043 with flag 1525000/1525000
957.77/956.12	c cleaning 10014 clauses out of 20055 with flag 1535002/1535002
964.27/962.62	c cleaning 10003 clauses out of 20041 with flag 1545002/1545002
970.38/968.74	c cleaning 9989 clauses out of 20036 with flag 1555000/1555000
976.48/974.82	c cleaning 10001 clauses out of 20048 with flag 1565001/1565001
982.79/981.20	c cleaning 10016 clauses out of 20048 with flag 1575002/1575002
989.39/987.80	c cleaning 10000 clauses out of 20032 with flag 1585002/1585002
995.96/994.35	c cleaning 10001 clauses out of 20030 with flag 1595000/1595000
1002.46/1000.81	c cleaning 10000 clauses out of 20029 with flag 1605000/1605000
1007.86/1006.27	c cleaning 9978 clauses out of 20030 with flag 1615001/1615001
1012.06/1010.48	c cleaning 10008 clauses out of 20051 with flag 1625000/1625000
1018.06/1016.43	c cleaning 9998 clauses out of 20043 with flag 1635000/1635000
1023.86/1022.28	c cleaning 9998 clauses out of 20045 with flag 1645000/1645000
1030.07/1028.41	c cleaning 10012 clauses out of 20049 with flag 1655002/1655002
1036.27/1034.63	c cleaning 10010 clauses out of 20038 with flag 1665003/1665003
1041.67/1040.00	c cleaning 10000 clauses out of 20026 with flag 1675001/1675001
1047.08/1045.47	c cleaning 9984 clauses out of 20026 with flag 1685001/1685001
1052.78/1051.11	c cleaning 10000 clauses out of 20041 with flag 1695000/1695000
1058.48/1056.86	c cleaning 10003 clauses out of 20041 with flag 1705000/1705000
1063.78/1062.12	c cleaning 10002 clauses out of 20038 with flag 1715000/1715000
1069.38/1067.77	c cleaning 10000 clauses out of 20037 with flag 1725001/1725001
1074.98/1073.35	c cleaning 9993 clauses out of 20036 with flag 1735000/1735000
1080.59/1078.94	c cleaning 10003 clauses out of 20045 with flag 1745002/1745002
1085.89/1084.24	c cleaning 10005 clauses out of 20040 with flag 1755000/1755000
1091.09/1089.46	c cleaning 9996 clauses out of 20036 with flag 1765001/1765001
1096.78/1095.12	c cleaning 10013 clauses out of 20040 with flag 1775001/1775001
1102.68/1101.10	c cleaning 9999 clauses out of 20026 with flag 1785000/1785000
1108.18/1106.55	c cleaning 10004 clauses out of 20027 with flag 1795000/1795000
1113.47/1111.82	c cleaning 9994 clauses out of 20023 with flag 1805000/1805000
1118.57/1116.92	c cleaning 10004 clauses out of 20029 with flag 1815000/1815000
1123.48/1121.82	c cleaning 10006 clauses out of 20027 with flag 1825002/1825002
1128.39/1126.73	c cleaning 9997 clauses out of 20020 with flag 1835001/1835001
1133.28/1131.67	c cleaning 10004 clauses out of 20023 with flag 1845001/1845001
1138.29/1136.64	c cleaning 9997 clauses out of 20018 with flag 1855000/1855000
1143.07/1141.48	c cleaning 9986 clauses out of 20022 with flag 1865001/1865001
1147.87/1146.28	c cleaning 9998 clauses out of 20035 with flag 1875000/1875000
1153.47/1151.87	c cleaning 9997 clauses out of 20037 with flag 1885000/1885000
1159.07/1157.40	c cleaning 10008 clauses out of 20040 with flag 1895000/1895000
1164.67/1163.08	c cleaning 9989 clauses out of 20032 with flag 1905000/1905000
1170.07/1168.43	c cleaning 9995 clauses out of 20043 with flag 1915000/1915000
1175.67/1174.04	c cleaning 9997 clauses out of 20049 with flag 1925001/1925001
1181.37/1179.74	c cleaning 10016 clauses out of 20051 with flag 1935000/1935000
1186.88/1185.26	c cleaning 9990 clauses out of 20035 with flag 1945000/1945000
1192.39/1190.73	c cleaning 9998 clauses out of 20045 with flag 1955000/1955000
1197.89/1196.29	c cleaning 10006 clauses out of 20048 with flag 1965001/1965001
1203.53/1201.96	c cleaning 10006 clauses out of 20041 with flag 1975000/1975000
1209.14/1207.50	c cleaning 9989 clauses out of 20035 with flag 1985000/1985000
1214.64/1213.08	c cleaning 10002 clauses out of 20046 with flag 1995000/1995000
1220.33/1218.79	c cleaning 10002 clauses out of 20045 with flag 2005001/2005001
1225.94/1224.39	c cleaning 9996 clauses out of 20042 with flag 2015000/2015000
1231.53/1229.93	c cleaning 10009 clauses out of 20046 with flag 2025000/2025000
1237.33/1235.75	c cleaning 10016 clauses out of 20038 with flag 2035001/2035001
1242.94/1241.39	c cleaning 9994 clauses out of 20021 with flag 2045000/2045000
1248.94/1247.39	c cleaning 9996 clauses out of 20027 with flag 2055000/2055000
1254.55/1252.95	c cleaning 9995 clauses out of 20031 with flag 2065000/2065000
1261.06/1259.49	c cleaning 10005 clauses out of 20038 with flag 2075002/2075002
1266.87/1265.20	c cleaning 9998 clauses out of 20031 with flag 2085000/2085000
1272.17/1270.52	c cleaning 10006 clauses out of 20033 with flag 2095000/2095000
1277.77/1276.14	c cleaning 10001 clauses out of 20028 with flag 2105001/2105001
1283.67/1282.04	c cleaning 10003 clauses out of 20027 with flag 2115001/2115001
1290.05/1288.44	c cleaning 9991 clauses out of 20023 with flag 2125000/2125000
1296.65/1295.06	c cleaning 10003 clauses out of 20032 with flag 2135000/2135000
1302.36/1300.80	c cleaning 9992 clauses out of 20029 with flag 2145000/2145000
1307.96/1306.36	c cleaning 9992 clauses out of 20038 with flag 2155001/2155001
1313.47/1311.88	c cleaning 10004 clauses out of 20045 with flag 2165000/2165000
1318.59/1316.90	c cleaning 10014 clauses out of 20041 with flag 2175000/2175000
1323.50/1321.88	c cleaning 9998 clauses out of 20028 with flag 2185001/2185001
1328.40/1326.75	c cleaning 10000 clauses out of 20029 with flag 2195000/2195000
1333.00/1331.33	c cleaning 9999 clauses out of 20030 with flag 2205001/2205001
1337.60/1335.90	c cleaning 9999 clauses out of 20031 with flag 2215001/2215001
1342.11/1340.44	c cleaning 9994 clauses out of 20032 with flag 2225001/2225001
1347.61/1345.97	c cleaning 10007 clauses out of 20038 with flag 2235001/2235001
1354.41/1352.75	c cleaning 10004 clauses out of 20033 with flag 2245003/2245003
1361.22/1359.55	c cleaning 10005 clauses out of 20027 with flag 2255001/2255001
1368.08/1366.49	c cleaning 9992 clauses out of 20021 with flag 2265000/2265000
1374.98/1373.34	c cleaning 9993 clauses out of 20029 with flag 2275000/2275000
1381.88/1380.25	c cleaning 9988 clauses out of 20036 with flag 2285000/2285000
1388.98/1387.32	c cleaning 10005 clauses out of 20050 with flag 2295002/2295002
1395.79/1394.27	c cleaning 10003 clauses out of 20043 with flag 2305000/2305000
1402.70/1401.16	c cleaning 9998 clauses out of 20041 with flag 2315001/2315001
1409.60/1408.10	c cleaning 10002 clauses out of 20042 with flag 2325000/2325000
1415.70/1414.19	c cleaning 9993 clauses out of 20042 with flag 2335002/2335002
1421.31/1419.70	c cleaning 9991 clauses out of 20047 with flag 2345000/2345000
1426.82/1425.23	c cleaning 9999 clauses out of 20057 with flag 2355001/2355001
1432.42/1430.80	c cleaning 9998 clauses out of 20058 with flag 2365001/2365001
1437.92/1436.38	c cleaning 10003 clauses out of 20059 with flag 2375000/2375000
1443.52/1442.00	c cleaning 9994 clauses out of 20056 with flag 2385000/2385000
1449.13/1447.58	c cleaning 10001 clauses out of 20063 with flag 2395001/2395001
1455.10/1453.52	c cleaning 10000 clauses out of 20061 with flag 2405000/2405000
1460.90/1459.31	c cleaning 10004 clauses out of 20061 with flag 2415000/2415000
1466.60/1465.01	c cleaning 9999 clauses out of 20057 with flag 2425000/2425000
1471.80/1470.27	c cleaning 10000 clauses out of 20058 with flag 2435000/2435000
1477.21/1475.66	c cleaning 10000 clauses out of 20058 with flag 2445000/2445000
1482.51/1480.97	c cleaning 10000 clauses out of 20058 with flag 2455000/2455000
1487.91/1486.37	c cleaning 10008 clauses out of 20058 with flag 2465000/2465000
1493.32/1491.79	c cleaning 9994 clauses out of 20050 with flag 2475000/2475000
1498.53/1496.99	c cleaning 10012 clauses out of 20057 with flag 2485001/2485001
1504.03/1502.42	c cleaning 10002 clauses out of 20044 with flag 2495000/2495000
1509.53/1507.90	c cleaning 10005 clauses out of 20042 with flag 2505000/2505000
1514.94/1513.39	c cleaning 9988 clauses out of 20037 with flag 2515000/2515000
1520.24/1518.61	c cleaning 10014 clauses out of 20049 with flag 2525000/2525000
1525.24/1523.67	c cleaning 9994 clauses out of 20036 with flag 2535001/2535001
1530.24/1528.64	c cleaning 10002 clauses out of 20042 with flag 2545001/2545001
1535.25/1533.62	c cleaning 10005 clauses out of 20040 with flag 2555001/2555001
1540.25/1538.62	c cleaning 9998 clauses out of 20035 with flag 2565001/2565001
1545.55/1543.91	c cleaning 9994 clauses out of 20037 with flag 2575001/2575001
1550.55/1548.98	c cleaning 10000 clauses out of 20043 with flag 2585001/2585001
1555.65/1554.08	c cleaning 10009 clauses out of 20044 with flag 2595002/2595002
1560.75/1559.13	c cleaning 9992 clauses out of 20033 with flag 2605000/2605000
1565.87/1564.21	c cleaning 10010 clauses out of 20043 with flag 2615002/2615002
1570.87/1569.25	c cleaning 9993 clauses out of 20031 with flag 2625000/2625000
1575.97/1574.33	c cleaning 10001 clauses out of 20039 with flag 2635001/2635001
1581.07/1579.42	c cleaning 9994 clauses out of 20037 with flag 2645000/2645000
1586.17/1584.53	c cleaning 9999 clauses out of 20043 with flag 2655000/2655000
1591.18/1589.59	c cleaning 10005 clauses out of 20044 with flag 2665000/2665000
1596.37/1594.72	c cleaning 9985 clauses out of 20039 with flag 2675000/2675000
1601.57/1599.93	c cleaning 10013 clauses out of 20054 with flag 2685000/2685000
1606.68/1605.06	c cleaning 10000 clauses out of 20041 with flag 2695000/2695000
1612.27/1610.62	c cleaning 10011 clauses out of 20041 with flag 2705000/2705000
1618.17/1616.54	c cleaning 10002 clauses out of 20030 with flag 2715000/2715000
1624.27/1622.66	c cleaning 9999 clauses out of 20030 with flag 2725002/2725002
1630.28/1628.63	c cleaning 9987 clauses out of 20029 with flag 2735000/2735000
1635.59/1633.90	c cleaning 9991 clauses out of 20042 with flag 2745000/2745000
1640.79/1639.20	c cleaning 10009 clauses out of 20052 with flag 2755001/2755001
1646.39/1644.74	c cleaning 9993 clauses out of 20044 with flag 2765002/2765002
1652.20/1650.54	c cleaning 10005 clauses out of 20049 with flag 2775000/2775000
1658.61/1656.90	c cleaning 10006 clauses out of 20044 with flag 2785000/2785000
1664.41/1662.74	c cleaning 10000 clauses out of 20038 with flag 2795000/2795000
1670.81/1669.18	c cleaning 10003 clauses out of 20040 with flag 2805002/2805002
1677.22/1675.53	c cleaning 9998 clauses out of 20035 with flag 2815000/2815000
1684.12/1682.45	c cleaning 10004 clauses out of 20039 with flag 2825002/2825002
1690.44/1688.70	c cleaning 10001 clauses out of 20033 with flag 2835000/2835000
1696.24/1694.53	c cleaning 10006 clauses out of 20032 with flag 2845000/2845000
1702.35/1700.67	c cleaning 9991 clauses out of 20026 with flag 2855000/2855000
1708.14/1706.46	c cleaning 9993 clauses out of 20035 with flag 2865000/2865000
1713.94/1712.29	c cleaning 10010 clauses out of 20043 with flag 2875001/2875001
1720.14/1718.41	c cleaning 9994 clauses out of 20032 with flag 2885000/2885000
1726.46/1724.74	c cleaning 10002 clauses out of 20038 with flag 2895000/2895000
1733.17/1731.49	c cleaning 10005 clauses out of 20036 with flag 2905000/2905000
1739.68/1737.98	c cleaning 9992 clauses out of 20032 with flag 2915001/2915001
1745.78/1744.00	c cleaning 10009 clauses out of 20039 with flag 2925000/2925000
1752.39/1750.69	c cleaning 9994 clauses out of 20031 with flag 2935001/2935001
1759.00/1757.26	c cleaning 9996 clauses out of 20036 with flag 2945000/2945000
1765.10/1763.36	c cleaning 10003 clauses out of 20040 with flag 2955000/2955000
1771.80/1770.06	c cleaning 9999 clauses out of 20038 with flag 2965001/2965001
1778.00/1776.25	c cleaning 9989 clauses out of 20038 with flag 2975000/2975000
1784.20/1782.49	c cleaning 10010 clauses out of 20049 with flag 2985000/2985000
1791.01/1789.24	c cleaning 10005 clauses out of 20040 with flag 2995001/2995001
1796.61/1794.89	c cleaning 9997 clauses out of 20034 with flag 3005000/3005000
1800.02/1798.21	c starts		: 240
1800.02/1798.21	c conflicts		: 3011186
1800.02/1798.21	c decisions		: 3633631
1800.02/1798.21	c propagations		: 99626247
1800.02/1798.21	c inspects		: 1085858713
1800.02/1798.21	c learnt literals	: 0
1800.02/1798.21	c learnt binary clauses	: 0
1800.02/1798.21	c learnt ternary clauses	: 1406
1800.02/1798.21	c learnt clauses	: 3011186
1800.02/1798.21	c ignored clauses	: 0
1800.02/1798.21	c root simplifications	: 0
1800.02/1798.21	c removed literals (reason simplification)	: 20282386
1800.02/1798.21	c reason swapping (by a shorter reason)	: 0
1800.02/1798.21	c Calls to reduceDB	: 302
1800.02/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.21	c number of learned constraints concerned by reduction	: 0
1800.02/1798.21	c number of learning phase by resolution	: 0
1800.02/1798.21	c number of learning phase by cutting planes	: 0
1800.02/1798.21	c speed (assignments/second)	: 75724.7295416593
1800.02/1798.21	c non guided choices	739
1800.02/1798.22	c learnt constraints type 
1800.02/1798.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16242
1800.02/1798.22	c constraints type 
1800.02/1798.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3296
1800.02/1798.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
1800.02/1798.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 512
1800.02/1798.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1798.22	s SATISFIABLE
1800.02/1798.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 -x501 x502 -x503 x504 -x505 x506 -x507 -x508 -x509 x510 -x511 -x512 x513 -x514 -x515 x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 x528 x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 x544 -x545 x546 x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 x568 -x569 x570 -x571 -x572 -x573 x574 -x575 x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 x590 -x591 x592 -x593 -x594 -x595 -x596 -x597 x598 -x599 -x600 -x601 x602 x603 -x604 -x605 -x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 -x616 -x617 x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 x626 -x627 -x628 x629 -x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 x639 -x640 -x641 -x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 x650 -x651 -x652 x653 -x654 x655 -x656 -x657 -x658 -x659 x660 -x661 -x662 -x663 -x664 x665 -x666 x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 x675 -x676 -x677 -x678 -x679 x680 -x681 -x682 x683 -x684 -x685 x686 x687 -x688 
1800.02/1798.22	c objective function=22265
1800.02/1798.22	c Total wall clock time (in seconds): 1798.131

Verifier Data

OK	22265

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701646-1278540983/watcher-2701646-1278540983 -o /tmp/evaluation-result-2701646-1278540983/solver-2701646-1278540983 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701646-1278540983.wbo 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19831
/proc/meminfo: memFree=29198248/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=13696 CPUtime=0
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 1151 0 0 0 0 0 0 0 25 0 2 0 22313049 14024704 613 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 3411 611 289 10 0 1206 0
[pid=19831/tid=19832] ppid=19829 vsize=13696 CPUtime=0
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 22313050 14024704 619 4089446400 134512640 134550932 4286850928 18446744073709551615 10314324 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.075407 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19831
/proc/meminfo: memFree=29198248/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1529740 CPUtime=0.08
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 4888 0 1 0 7 1 0 0 25 0 18 0 22313049 1566453760 4325 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 382435 4327 1328 10 0 379738 0
[pid=19831/tid=19832] ppid=19829 vsize=1529740 CPUtime=0.06
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 3325 0 1 0 6 0 0 0 18 0 18 0 22313050 1566453760 4328 4089446400 134512640 134550932 4286850928 18446744073709551615 105776770 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529740

[startup+0.100402 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19831
/proc/meminfo: memFree=29198248/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1530036 CPUtime=0.12
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 5235 0 1 0 11 1 0 0 25 0 18 0 22313049 1566756864 4672 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 382509 4672 1347 10 0 379812 0
[pid=19831/tid=19832] ppid=19829 vsize=1530036 CPUtime=0.08
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 3579 0 1 0 8 0 0 0 18 0 18 0 22313050 1566756864 4673 4089446400 134512640 134550932 4286850928 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530036

[startup+0.300365 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19831
/proc/meminfo: memFree=29198248/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1531668 CPUtime=0.56
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 8023 0 1 0 55 1 0 0 25 0 18 0 22313049 1568428032 7194 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 382917 7195 1401 10 0 380220 0
[pid=19831/tid=19832] ppid=19829 vsize=1531668 CPUtime=0.28
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 5575 0 1 0 28 0 0 0 18 0 18 0 22313050 1568428032 7196 4089446400 134512640 134550932 4286850928 18446744073709551615 4108798836 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1531668

[startup+0.70074 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 19831
/proc/meminfo: memFree=29198248/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=1.65
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 12844 0 1 0 163 2 0 0 25 0 19 0 22313049 1571430400 11366 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 11366 1430 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=0.69
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 9076 0 1 0 68 1 0 0 19 0 19 0 22313050 1571430400 11366 4089446400 134512640 134550932 4286850928 18446744073709551615 4109294502 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1534600

[startup+1.50116 s]
/proc/loadavg: 1.92 1.98 1.99 3/197 19850
/proc/meminfo: memFree=29158556/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=2.51
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 13394 0 1 0 249 2 0 0 25 0 19 0 22313049 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 11915 1430 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=1.48
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 9615 0 1 0 147 1 0 0 20 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4109294113 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 18045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 22313051 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22313051 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.48
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1736 0 0 0 48 0 0 0 16 0 19 0 22313053 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.53
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 972 0 0 0 53 0 0 0 15 0 19 0 22313053 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 11915 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 22313053 1571430400 11916 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 11916 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1534600

[startup+3.10087 s]
/proc/loadavg: 1.92 1.98 1.99 3/197 19850
/proc/meminfo: memFree=29155084/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=4.13
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 14523 0 1 0 411 2 0 0 25 0 19 0 22313049 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 13044 1430 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=3.08
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 10743 0 1 0 307 1 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4109295027 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 18045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 22313050 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 22313051 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 22313051 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.48
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1736 0 0 0 48 0 0 0 16 0 19 0 22313053 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.54
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 973 0 0 0 54 0 0 0 15 0 19 0 22313053 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 22313053 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 13044 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1534600

[startup+6.30131 s]
/proc/loadavg: 1.93 1.98 1.99 3/197 19850
/proc/meminfo: memFree=29137524/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=7.4
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 18367 0 1 0 737 3 0 0 25 0 19 0 22313049 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 16880 1444 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=6.27
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 12864 0 1 0 625 2 0 0 25 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4109294077 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 18045 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 18045 0 -1 4202560 121 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 223 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 2 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 301 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 187 0 0 0 0 0 0 0 18 0 19 0 22313050 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=0.01
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 879 0 0 0 1 0 0 0 15 0 19 0 22313051 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.54
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1745 0 0 0 54 0 0 0 15 0 19 0 22313053 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.56
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 978 0 0 0 56 0 0 0 15 0 19 0 22313053 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 22313053 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 16880 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1534600


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

[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 626 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 2 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0.16
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 526 0 0 0 14 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0.16
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 268 0 0 0 14 2 0 0 16 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=5.54
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 3823 0 0 0 548 6 0 0 15 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.63
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1764 0 0 0 63 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.69
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 993 0 0 0 69 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0.01
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.01
Current children cumulated vsize (KiB) 1534600

[startup+1722.3 s]
/proc/loadavg: 1.02 1.65 2.06 2/189 19969
/proc/meminfo: memFree=29891640/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=1724.06
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 23668 0 1 0 172377 29 0 0 25 0 19 0 22313049 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 21680 1444 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=1715.52
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 13152 0 1 0 171549 3 0 0 25 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4109294115 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1534600 CPUtime=0.2
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 18045 0 -1 4202560 278 0 0 0 18 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 5 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1534600 CPUtime=0.14
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 18045 0 -1 4202560 253 0 0 0 13 1 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1534600 CPUtime=0.16
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 18045 0 -1 4202560 346 0 0 0 15 1 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 5 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1534600 CPUtime=0.15
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 18045 0 -1 4202560 236 0 0 0 14 1 0 0 16 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1534600 CPUtime=0.16
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 18045 0 -1 4202560 235 0 0 0 15 1 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 626 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 2 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 526 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 268 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=5.75
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 3827 0 0 0 569 6 0 0 15 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.63
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1764 0 0 0 63 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.69
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 993 0 0 0 69 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0.01
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.06
Current children cumulated vsize (KiB) 1534600

[startup+1782.3 s]
/proc/loadavg: 1.00 1.53 1.99 2/189 19971
/proc/meminfo: memFree=29891636/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=1784.1
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 23685 0 1 0 178380 30 0 0 25 0 19 0 22313049 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 21680 1444 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=1775.31
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 13161 0 1 0 177528 3 0 0 25 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4109294160 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1534600 CPUtime=0.2
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 18045 0 -1 4202560 278 0 0 0 18 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1534600 CPUtime=0.15
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 18045 0 -1 4202560 253 0 0 0 14 1 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 18045 0 -1 4202560 346 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1534600 CPUtime=0.15
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 18045 0 -1 4202560 236 0 0 0 14 1 0 0 16 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1534600 CPUtime=0.18
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 18045 0 -1 4202560 235 0 0 0 16 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0.19
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 626 0 0 0 16 3 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 2 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 526 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0.18
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 268 0 0 0 16 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=5.94
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 3831 0 0 0 588 6 0 0 15 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.63
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1764 0 0 0 63 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.69
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 993 0 0 0 69 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0.01
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.1
Current children cumulated vsize (KiB) 1534600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 1.00 1.50 1.98 2/189 19971
/proc/meminfo: memFree=29891624/32951124 swapFree=67111528/67111528
[pid=19831] ppid=19829 vsize=1534600 CPUtime=1800.02
/proc/19831/stat : 19831 (java) S 19829 19831 18045 0 -1 4202496 23688 0 1 0 179971 31 0 0 25 0 19 0 22313049 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19831/statm: 383650 21680 1444 10 0 380953 0
[pid=19831/tid=19832] ppid=19829 vsize=1534600 CPUtime=1791.15
/proc/19831/task/19832/stat : 19832 (java) R 19829 19831 18045 0 -1 4202560 13164 0 1 0 179112 3 0 0 25 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4109293749 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1534600 CPUtime=0.2
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 18045 0 -1 4202560 278 0 0 0 18 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1534600 CPUtime=0.15
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 18045 0 -1 4202560 253 0 0 0 14 1 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 18045 0 -1 4202560 346 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 18045 0 -1 4202560 236 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1534600 CPUtime=0.19
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 18045 0 -1 4202560 235 0 0 0 17 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1534600 CPUtime=0.19
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 18045 0 -1 4202560 626 0 0 0 16 3 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 2 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1534600 CPUtime=0.17
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 18045 0 -1 4202560 526 0 0 0 15 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 3 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1534600 CPUtime=0.18
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 18045 0 -1 4202560 268 0 0 0 16 2 0 0 15 0 19 0 22313050 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1534600 CPUtime=6.01
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 18045 0 -1 4202560 3831 0 0 0 594 7 0 0 15 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 0 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 18045 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 18045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22313051 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19845] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19845/stat : 19845 (java) S 19829 19831 18045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19846] ppid=19829 vsize=1534600 CPUtime=0.63
/proc/19831/task/19846/stat : 19846 (java) S 19829 19831 18045 0 -1 4202560 1764 0 0 0 63 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 7 0 0 0
[pid=19831/tid=19847] ppid=19829 vsize=1534600 CPUtime=0.69
/proc/19831/task/19847/stat : 19847 (java) S 19829 19831 18045 0 -1 4202560 993 0 0 0 69 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 4 0 0 0
[pid=19831/tid=19848] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19848/stat : 19848 (java) S 19829 19831 18045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 6 0 0 0
[pid=19831/tid=19849] ppid=19829 vsize=1534600 CPUtime=0.01
/proc/19831/task/19849/stat : 19849 (java) S 19829 19831 18045 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 22313053 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 0 0 0 0
[pid=19831/tid=19850] ppid=19829 vsize=1534600 CPUtime=0
/proc/19831/task/19850/stat : 19850 (java) S 19829 19831 18045 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 22313091 1571430400 21680 4089446400 134512640 134550932 4286850928 18446744073709551615 4294960144 0 4 0 16800975 18446604450043123648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1534600

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): 1798.28
CPU time (s): 1800.14
CPU user time (s): 1799.82
CPU system time (s): 0.316951
CPU usage (%): 100.103
Max. virtual memory (cumulated for all children) (KiB): 1534600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23710
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= 45365
involuntary context switches= 138202

runsolver used 3.24951 second user time and 6.90095 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-08 00:16:23
IDJOB=2701646
IDBENCH=79614
IDSOLVER=1211
FILE ID=node108/2701646-1278540983
PBS_JOBID= 11239261
Free space on /tmp= 73476 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-505_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701646-1278540983/watcher-2701646-1278540983 -o /tmp/evaluation-result-2701646-1278540983/solver-2701646-1278540983 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2701646-1278540983.wbo

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

MD5SUM BENCH= aac7e90374eb115b0312a3cfc81835b8
RANDOM SEED=1046439121

node108.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		: 2681.499
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	: 5362.99
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		: 2681.499
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	: 5332.75
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		: 2681.499
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.74
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		: 2681.499
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		: 2681.499
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.74
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		: 2681.499
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.69
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		: 2681.499
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		: 2681.499
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29198652 kB
Buffers:        140992 kB
Cached:        2629064 kB
SwapCached:          0 kB
Active:        2517128 kB
Inactive:      1084260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29198652 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             580 kB
Writeback:           0 kB
AnonPages:      831832 kB
Mapped:          15732 kB
Slab:            84516 kB
PageTables:       6596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1016872 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= 73484 MiB
End job on node108 at 2010-07-08 00:46:23