Trace number 2661602

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.54 943.005

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
MD5SUM813576a353dee8860ef5bb1ebdae9d95
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2661602-1276682707.opb
0.21/0.22	c reading problem ... 
1.28/0.83	c ... done. Wall clock time 0.609s.
1.28/0.83	c #vars     1452
1.28/0.83	c #constraints  2807
1.28/0.83	c constraints type 
1.28/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1252
1.28/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1.28/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1.28/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1.28/0.83	c constraints type 
1.28/0.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.28/0.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
1.28/0.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1.28/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
10.99/5.71	c cleaning 2507 clauses out of 5014 with flag 5014/5014
15.67/8.19	c cleaning 4247 clauses out of 8495 with flag 11002/11002
25.13/12.92	c cleaning 5632 clauses out of 11264 with flag 18018/18018
38.34/19.67	c cleaning 6809 clauses out of 13617 with flag 26003/26003
52.71/26.98	c cleaning 7907 clauses out of 15814 with flag 35009/35009
68.90/35.14	c cleaning 8952 clauses out of 17904 with flag 45006/45006
83.66/42.64	c cleaning 9473 clauses out of 18946 with flag 55000/55000
97.44/49.60	c cleaning 9742 clauses out of 19484 with flag 65011/65011
107.21/54.68	c cleaning 9864 clauses out of 19733 with flag 75002/75002
113.85/58.05	c cleaning 9934 clauses out of 19867 with flag 85000/85000
121.87/62.18	c cleaning 9967 clauses out of 19933 with flag 95000/95000
130.07/66.37	c cleaning 9983 clauses out of 19966 with flag 105000/105000
137.64/70.26	c cleaning 9992 clauses out of 19983 with flag 115000/115000
146.05/74.58	c cleaning 9996 clauses out of 19991 with flag 125000/125000
155.07/79.13	c cleaning 9998 clauses out of 19995 with flag 135000/135000
164.02/83.74	c cleaning 9999 clauses out of 19998 with flag 145001/145001
172.57/88.10	c cleaning 9993 clauses out of 19998 with flag 155000/155000
180.55/92.26	c cleaning 9990 clauses out of 20005 with flag 165000/165000
189.34/96.74	c cleaning 9991 clauses out of 20015 with flag 175000/175000
197.91/101.13	c cleaning 9998 clauses out of 20024 with flag 185000/185000
205.23/104.93	c cleaning 10014 clauses out of 20027 with flag 195001/195001
213.79/109.37	c cleaning 10007 clauses out of 20013 with flag 205001/205001
222.14/113.68	c cleaning 9983 clauses out of 20005 with flag 215000/215000
230.69/118.06	c cleaning 10012 clauses out of 20023 with flag 225001/225001
239.19/122.44	c cleaning 9996 clauses out of 20010 with flag 235000/235000
247.74/126.81	c cleaning 10007 clauses out of 20014 with flag 245000/245000
255.90/131.08	c cleaning 10004 clauses out of 20007 with flag 255000/255000
264.06/135.22	c cleaning 9994 clauses out of 20003 with flag 265000/265000
272.54/139.70	c cleaning 9994 clauses out of 20009 with flag 275000/275000
281.08/144.09	c cleaning 10000 clauses out of 20015 with flag 285000/285000
289.61/148.49	c cleaning 10005 clauses out of 20015 with flag 295000/295000
297.13/152.39	c cleaning 9998 clauses out of 20010 with flag 305000/305000
305.39/156.66	c cleaning 10004 clauses out of 20012 with flag 315000/315000
313.71/160.95	c cleaning 10003 clauses out of 20008 with flag 325000/325000
321.83/165.10	c cleaning 9993 clauses out of 20005 with flag 335000/335000
329.57/169.12	c cleaning 9994 clauses out of 20012 with flag 345000/345000
338.03/173.53	c cleaning 10005 clauses out of 20018 with flag 355000/355000
345.56/177.41	c cleaning 10007 clauses out of 20014 with flag 365001/365001
353.09/181.31	c cleaning 9992 clauses out of 20006 with flag 375000/375000
360.03/184.97	c cleaning 10007 clauses out of 20014 with flag 385000/385000
367.48/188.86	c cleaning 10004 clauses out of 20007 with flag 395000/395000
374.81/192.61	c cleaning 10000 clauses out of 20003 with flag 405000/405000
382.34/196.56	c cleaning 9992 clauses out of 20003 with flag 415000/415000
388.48/199.73	c cleaning 10006 clauses out of 20012 with flag 425001/425001
395.73/203.59	c cleaning 10003 clauses out of 20005 with flag 435000/435000
403.84/207.70	c cleaning 9993 clauses out of 20002 with flag 445000/445000
411.97/211.99	c cleaning 10004 clauses out of 20009 with flag 455000/455000
419.90/216.05	c cleaning 10004 clauses out of 20007 with flag 465002/465002
427.55/220.03	c cleaning 9982 clauses out of 20001 with flag 475000/475000
435.07/223.90	c cleaning 10009 clauses out of 20019 with flag 485000/485000
441.41/227.22	c cleaning 9998 clauses out of 20010 with flag 495000/495000
448.15/230.79	c cleaning 10003 clauses out of 20012 with flag 505000/505000
454.22/233.92	c cleaning 9997 clauses out of 20009 with flag 515000/515000
460.96/237.49	c cleaning 9998 clauses out of 20012 with flag 525000/525000
467.88/241.09	c cleaning 9999 clauses out of 20014 with flag 535000/535000
474.03/244.25	c cleaning 9994 clauses out of 20015 with flag 545000/545000
480.09/247.45	c cleaning 10011 clauses out of 20021 with flag 555000/555000
485.44/250.20	c cleaning 10003 clauses out of 20010 with flag 565000/565000
491.20/253.28	c cleaning 9985 clauses out of 20007 with flag 575000/575000
497.34/256.45	c cleaning 10010 clauses out of 20022 with flag 585000/585000
503.81/259.89	c cleaning 10006 clauses out of 20012 with flag 595000/595000
510.94/263.52	c cleaning 10001 clauses out of 20006 with flag 605000/605000
518.29/267.36	c cleaning 10002 clauses out of 20005 with flag 615000/615000
525.21/270.91	c cleaning 10000 clauses out of 20003 with flag 625000/625000
531.67/274.37	c cleaning 9991 clauses out of 20003 with flag 635000/635000
537.80/277.57	c cleaning 10007 clauses out of 20013 with flag 645001/645001
544.15/280.82	c cleaning 10004 clauses out of 20007 with flag 655002/655002
549.92/283.88	c cleaning 9994 clauses out of 20001 with flag 665000/665000
555.58/286.87	c cleaning 10003 clauses out of 20007 with flag 675000/675000
562.33/290.40	c cleaning 10003 clauses out of 20005 with flag 685001/685001
568.67/293.66	c cleaning 10000 clauses out of 20001 with flag 695000/695000
574.79/296.86	c cleaning 10000 clauses out of 20001 with flag 705000/705000
580.26/299.78	c cleaning 9999 clauses out of 20001 with flag 715000/715000
585.21/302.37	c cleaning 9993 clauses out of 20002 with flag 725000/725000
591.55/305.62	c cleaning 10005 clauses out of 20009 with flag 735000/735000
597.11/308.54	c cleaning 10003 clauses out of 20005 with flag 745001/745001
603.16/311.72	c cleaning 9991 clauses out of 20001 with flag 755000/755000
609.09/314.80	c cleaning 10002 clauses out of 20010 with flag 765000/765000
614.84/317.81	c cleaning 10001 clauses out of 20008 with flag 775000/775000
620.57/320.82	c cleaning 10002 clauses out of 20007 with flag 785000/785000
626.04/323.76	c cleaning 10001 clauses out of 20005 with flag 795000/795000
631.80/326.72	c cleaning 9991 clauses out of 20004 with flag 805000/805000
637.14/329.55	c cleaning 9998 clauses out of 20013 with flag 815000/815000
642.29/332.22	c cleaning 10003 clauses out of 20015 with flag 825000/825000
647.34/334.97	c cleaning 9995 clauses out of 20012 with flag 835000/835000
652.49/337.66	c cleaning 10008 clauses out of 20017 with flag 845000/845000
657.23/340.11	c cleaning 10003 clauses out of 20010 with flag 855001/855001
661.78/342.53	c cleaning 10000 clauses out of 20006 with flag 865000/865000
666.45/345.01	c cleaning 10001 clauses out of 20006 with flag 875000/875000
671.22/347.60	c cleaning 10001 clauses out of 20006 with flag 885001/885001
676.95/350.56	c cleaning 9978 clauses out of 20004 with flag 895000/895000
683.28/353.85	c cleaning 10001 clauses out of 20026 with flag 905000/905000
689.55/357.15	c cleaning 10003 clauses out of 20025 with flag 915000/915000
695.30/360.16	c cleaning 10007 clauses out of 20023 with flag 925001/925001
700.46/362.88	c cleaning 9991 clauses out of 20015 with flag 935000/935000
706.62/366.04	c cleaning 10002 clauses out of 20024 with flag 945000/945000
712.50/369.14	c cleaning 10008 clauses out of 20022 with flag 955000/955000
718.45/372.26	c cleaning 9997 clauses out of 20014 with flag 965000/965000
723.41/374.82	c cleaning 10002 clauses out of 20017 with flag 975000/975000
728.78/377.62	c cleaning 10006 clauses out of 20015 with flag 985000/985000
734.67/380.77	c cleaning 10004 clauses out of 20009 with flag 995000/995000
739.83/383.44	c cleaning 10003 clauses out of 20006 with flag 1005001/1005001
745.39/386.30	c cleaning 9996 clauses out of 20002 with flag 1015000/1015000
750.35/389.00	c cleaning 9995 clauses out of 20006 with flag 1025000/1025000
755.79/391.83	c cleaning 9994 clauses out of 20011 with flag 1035000/1035000
760.53/394.39	c cleaning 10000 clauses out of 20017 with flag 1045000/1045000
766.05/397.27	c cleaning 9992 clauses out of 20017 with flag 1055000/1055000
771.58/400.17	c cleaning 10003 clauses out of 20026 with flag 1065001/1065001
777.24/403.11	c cleaning 9990 clauses out of 20022 with flag 1075000/1075000
783.38/406.34	c cleaning 10015 clauses out of 20033 with flag 1085001/1085001
788.53/409.04	c cleaning 10007 clauses out of 20017 with flag 1095000/1095000
794.46/412.17	c cleaning 9991 clauses out of 20010 with flag 1105000/1105000
799.93/415.08	c cleaning 9999 clauses out of 20019 with flag 1115000/1115000
805.88/418.16	c cleaning 10001 clauses out of 20020 with flag 1125000/1125000
810.83/420.78	c cleaning 10008 clauses out of 20019 with flag 1135000/1135000
815.60/423.29	c cleaning 10004 clauses out of 20011 with flag 1145000/1145000
820.47/425.82	c cleaning 9998 clauses out of 20007 with flag 1155000/1155000
826.04/428.76	c cleaning 9995 clauses out of 20009 with flag 1165000/1165000
831.56/431.64	c cleaning 9999 clauses out of 20014 with flag 1175000/1175000
837.66/434.80	c cleaning 9996 clauses out of 20015 with flag 1185000/1185000
843.50/437.92	c cleaning 10001 clauses out of 20019 with flag 1195000/1195000
849.04/440.86	c cleaning 10005 clauses out of 20018 with flag 1205000/1205000
854.36/443.62	c cleaning 9997 clauses out of 20013 with flag 1215000/1215000
859.50/446.34	c cleaning 10004 clauses out of 20016 with flag 1225000/1225000
864.58/449.05	c cleaning 10002 clauses out of 20012 with flag 1235000/1235000
870.54/452.11	c cleaning 9991 clauses out of 20010 with flag 1245000/1245000
875.88/454.92	c cleaning 10000 clauses out of 20019 with flag 1255000/1255000
881.42/457.80	c cleaning 10007 clauses out of 20019 with flag 1265000/1265000
886.69/460.60	c cleaning 10002 clauses out of 20013 with flag 1275001/1275001
891.62/463.23	c cleaning 10002 clauses out of 20010 with flag 1285000/1285000
896.56/465.89	c cleaning 10000 clauses out of 20008 with flag 1295000/1295000
901.72/468.60	c cleaning 9999 clauses out of 20008 with flag 1305000/1305000
907.19/471.47	c cleaning 10004 clauses out of 20009 with flag 1315000/1315000
912.35/474.17	c cleaning 9998 clauses out of 20007 with flag 1325002/1325002
917.67/476.92	c cleaning 9999 clauses out of 20007 with flag 1335000/1335000
922.44/479.40	c cleaning 10004 clauses out of 20008 with flag 1345000/1345000
928.12/482.41	c cleaning 9992 clauses out of 20004 with flag 1355000/1355000
933.45/485.21	c cleaning 9984 clauses out of 20012 with flag 1365000/1365000
939.01/488.11	c cleaning 10001 clauses out of 20028 with flag 1375000/1375000
944.38/490.97	c cleaning 10010 clauses out of 20027 with flag 1385000/1385000
950.06/493.94	c cleaning 9998 clauses out of 20017 with flag 1395000/1395000
955.60/496.81	c cleaning 10007 clauses out of 20019 with flag 1405000/1405000
960.74/499.55	c cleaning 9986 clauses out of 20012 with flag 1415000/1415000
966.08/502.30	c cleaning 10000 clauses out of 20026 with flag 1425000/1425000
971.35/505.14	c cleaning 10003 clauses out of 20026 with flag 1435000/1435000
976.51/507.84	c cleaning 10002 clauses out of 20023 with flag 1445000/1445000
981.25/510.41	c cleaning 9995 clauses out of 20021 with flag 1455000/1455000
986.97/513.32	c cleaning 10000 clauses out of 20026 with flag 1465000/1465000
992.23/516.11	c cleaning 10002 clauses out of 20026 with flag 1475000/1475000
997.39/518.83	c cleaning 10007 clauses out of 20024 with flag 1485000/1485000
1002.54/521.52	c cleaning 9998 clauses out of 20017 with flag 1495000/1495000
1007.48/524.14	c cleaning 9994 clauses out of 20019 with flag 1505000/1505000
1012.33/526.80	c cleaning 9999 clauses out of 20025 with flag 1515000/1515000
1017.68/529.54	c cleaning 9997 clauses out of 20026 with flag 1525000/1525000
1022.84/532.30	c cleaning 10003 clauses out of 20029 with flag 1535000/1535000
1028.20/535.05	c cleaning 9998 clauses out of 20026 with flag 1545000/1545000
1033.50/537.83	c cleaning 10001 clauses out of 20028 with flag 1555000/1555000
1038.43/540.43	c cleaning 10004 clauses out of 20027 with flag 1565000/1565000
1043.36/543.05	c cleaning 10003 clauses out of 20023 with flag 1575000/1575000
1048.11/545.53	c cleaning 9998 clauses out of 20020 with flag 1585000/1585000
1052.54/548.00	c cleaning 10010 clauses out of 20024 with flag 1595002/1595002
1057.27/550.48	c cleaning 9991 clauses out of 20012 with flag 1605000/1605000
1062.61/553.22	c cleaning 9992 clauses out of 20021 with flag 1615000/1615000
1067.55/555.88	c cleaning 10012 clauses out of 20029 with flag 1625000/1625000
1072.81/558.63	c cleaning 9990 clauses out of 20018 with flag 1635001/1635001
1077.58/561.16	c cleaning 9996 clauses out of 20027 with flag 1645000/1645000
1082.53/563.78	c cleaning 10007 clauses out of 20031 with flag 1655000/1655000
1087.50/566.40	c cleaning 10003 clauses out of 20025 with flag 1665001/1665001
1092.58/569.02	c cleaning 9995 clauses out of 20021 with flag 1675000/1675000
1097.14/571.46	c cleaning 9994 clauses out of 20026 with flag 1685000/1685000
1101.50/573.79	c cleaning 9999 clauses out of 20032 with flag 1695000/1695000
1106.26/576.23	c cleaning 10013 clauses out of 20034 with flag 1705001/1705001
1111.53/579.05	c cleaning 9995 clauses out of 20020 with flag 1715000/1715000
1116.90/581.82	c cleaning 10013 clauses out of 20027 with flag 1725002/1725002
1121.85/584.42	c cleaning 9990 clauses out of 20012 with flag 1735000/1735000
1126.60/586.98	c cleaning 9997 clauses out of 20023 with flag 1745001/1745001
1131.28/589.46	c cleaning 10000 clauses out of 20027 with flag 1755002/1755002
1135.86/591.82	c cleaning 10002 clauses out of 20027 with flag 1765002/1765002
1140.80/594.48	c cleaning 9998 clauses out of 20023 with flag 1775000/1775000
1145.95/597.19	c cleaning 9993 clauses out of 20025 with flag 1785000/1785000
1151.01/599.89	c cleaning 9996 clauses out of 20032 with flag 1795000/1795000
1155.93/602.45	c cleaning 10001 clauses out of 20036 with flag 1805000/1805000
1160.47/604.89	c cleaning 10003 clauses out of 20035 with flag 1815000/1815000
1165.22/607.34	c cleaning 9998 clauses out of 20032 with flag 1825000/1825000
1169.89/609.86	c cleaning 9999 clauses out of 20034 with flag 1835000/1835000
1174.25/612.14	c cleaning 10000 clauses out of 20036 with flag 1845001/1845001
1179.21/614.77	c cleaning 10000 clauses out of 20035 with flag 1855000/1855000
1184.16/617.35	c cleaning 10005 clauses out of 20035 with flag 1865000/1865000
1189.23/620.02	c cleaning 9995 clauses out of 20030 with flag 1875000/1875000
1194.00/622.52	c cleaning 10002 clauses out of 20035 with flag 1885000/1885000
1198.74/625.05	c cleaning 10004 clauses out of 20033 with flag 1895000/1895000
1203.31/627.43	c cleaning 9995 clauses out of 20030 with flag 1905001/1905001
1208.06/629.99	c cleaning 10005 clauses out of 20035 with flag 1915001/1915001
1213.04/632.52	c cleaning 9995 clauses out of 20029 with flag 1925000/1925000
1217.78/635.05	c cleaning 10001 clauses out of 20034 with flag 1935000/1935000
1222.52/637.51	c cleaning 9998 clauses out of 20033 with flag 1945000/1945000
1227.18/640.04	c cleaning 10000 clauses out of 20035 with flag 1955000/1955000
1231.93/642.60	c cleaning 10003 clauses out of 20035 with flag 1965000/1965000
1236.68/645.07	c cleaning 9997 clauses out of 20032 with flag 1975000/1975000
1241.24/647.44	c cleaning 10001 clauses out of 20035 with flag 1985000/1985000
1246.30/650.15	c cleaning 9997 clauses out of 20034 with flag 1995000/1995000
1252.03/653.11	c cleaning 10003 clauses out of 20037 with flag 2005000/2005000
1256.99/655.75	c cleaning 9997 clauses out of 20034 with flag 2015000/2015000
1262.15/658.48	c cleaning 9999 clauses out of 20037 with flag 2025000/2025000
1267.23/661.17	c cleaning 10000 clauses out of 20038 with flag 2035000/2035000
1272.16/663.78	c cleaning 10003 clauses out of 20038 with flag 2045000/2045000
1277.29/666.44	c cleaning 9999 clauses out of 20035 with flag 2055000/2055000
1282.44/669.15	c cleaning 10000 clauses out of 20036 with flag 2065000/2065000
1287.72/671.99	c cleaning 10000 clauses out of 20036 with flag 2075000/2075000
1293.07/674.76	c cleaning 10012 clauses out of 20037 with flag 2085001/2085001
1298.42/677.57	c cleaning 9995 clauses out of 20024 with flag 2095000/2095000
1303.74/680.37	c cleaning 10004 clauses out of 20029 with flag 2105000/2105000
1308.80/683.09	c cleaning 9996 clauses out of 20027 with flag 2115002/2115002
1314.52/686.00	c cleaning 10007 clauses out of 20029 with flag 2125000/2125000
1319.85/688.86	c cleaning 9992 clauses out of 20023 with flag 2135001/2135001
1324.78/691.44	c cleaning 10003 clauses out of 20030 with flag 2145000/2145000
1329.86/694.17	c cleaning 9993 clauses out of 20028 with flag 2155001/2155001
1334.59/696.64	c cleaning 9997 clauses out of 20034 with flag 2165000/2165000
1339.53/699.29	c cleaning 10000 clauses out of 20037 with flag 2175000/2175000
1344.30/701.74	c cleaning 10008 clauses out of 20037 with flag 2185000/2185000
1349.36/704.45	c cleaning 10005 clauses out of 20030 with flag 2195001/2195001
1354.31/707.01	c cleaning 9994 clauses out of 20024 with flag 2205000/2205000
1359.25/709.66	c cleaning 9997 clauses out of 20030 with flag 2215000/2215000
1364.40/712.31	c cleaning 10005 clauses out of 20033 with flag 2225000/2225000
1369.27/714.91	c cleaning 10004 clauses out of 20028 with flag 2235000/2235000
1373.80/717.31	c cleaning 9992 clauses out of 20024 with flag 2245000/2245000
1378.55/719.81	c cleaning 10000 clauses out of 20032 with flag 2255000/2255000
1383.91/722.63	c cleaning 9999 clauses out of 20032 with flag 2265000/2265000
1389.14/725.46	c cleaning 10006 clauses out of 20033 with flag 2275000/2275000
1394.09/728.06	c cleaning 9994 clauses out of 20027 with flag 2285000/2285000
1398.65/730.46	c cleaning 10008 clauses out of 20033 with flag 2295000/2295000
1403.19/732.87	c cleaning 10008 clauses out of 20029 with flag 2305004/2305004
1407.84/735.33	c cleaning 9996 clauses out of 20017 with flag 2315000/2315000
1412.38/737.77	c cleaning 10003 clauses out of 20021 with flag 2325000/2325000
1416.72/740.01	c cleaning 10001 clauses out of 20019 with flag 2335001/2335001
1420.67/742.12	c cleaning 10000 clauses out of 20017 with flag 2345000/2345000
1425.13/744.54	c cleaning 10001 clauses out of 20019 with flag 2355002/2355002
1429.69/746.91	c cleaning 9996 clauses out of 20016 with flag 2365000/2365000
1434.23/749.32	c cleaning 10005 clauses out of 20022 with flag 2375002/2375002
1438.37/751.50	c cleaning 10000 clauses out of 20015 with flag 2385000/2385000
1442.83/753.93	c cleaning 10000 clauses out of 20015 with flag 2395000/2395000
1446.97/756.12	c cleaning 9999 clauses out of 20017 with flag 2405002/2405002
1451.31/758.40	c cleaning 10002 clauses out of 20020 with flag 2415004/2415004
1455.86/760.86	c cleaning 10000 clauses out of 20015 with flag 2425001/2425001
1460.14/763.12	c cleaning 9989 clauses out of 20014 with flag 2435000/2435000
1465.08/765.77	c cleaning 9994 clauses out of 20025 with flag 2445000/2445000
1469.83/768.29	c cleaning 9999 clauses out of 20031 with flag 2455000/2455000
1474.58/770.74	c cleaning 9998 clauses out of 20032 with flag 2465000/2465000
1479.46/773.32	c cleaning 10001 clauses out of 20034 with flag 2475000/2475000
1484.00/775.77	c cleaning 10002 clauses out of 20033 with flag 2485000/2485000
1488.34/778.06	c cleaning 10000 clauses out of 20031 with flag 2495000/2495000
1493.49/780.72	c cleaning 10003 clauses out of 20031 with flag 2505000/2505000
1498.36/783.32	c cleaning 9995 clauses out of 20028 with flag 2515000/2515000
1503.11/785.83	c cleaning 9999 clauses out of 20033 with flag 2525000/2525000
1507.65/788.22	c cleaning 9999 clauses out of 20034 with flag 2535000/2535000
1512.00/790.54	c cleaning 9999 clauses out of 20035 with flag 2545000/2545000
1517.24/793.31	c cleaning 10001 clauses out of 20036 with flag 2555000/2555000
1521.79/795.78	c cleaning 10004 clauses out of 20035 with flag 2565000/2565000
1526.34/798.16	c cleaning 10001 clauses out of 20032 with flag 2575001/2575001
1530.90/800.59	c cleaning 10006 clauses out of 20030 with flag 2585000/2585000
1535.58/803.06	c cleaning 9997 clauses out of 20025 with flag 2595001/2595001
1539.92/805.31	c cleaning 9995 clauses out of 20027 with flag 2605000/2605000
1544.27/807.67	c cleaning 10001 clauses out of 20032 with flag 2615000/2615000
1548.62/809.96	c cleaning 10001 clauses out of 20031 with flag 2625000/2625000
1553.13/812.31	c cleaning 9996 clauses out of 20030 with flag 2635000/2635000
1557.09/814.42	c cleaning 10000 clauses out of 20034 with flag 2645000/2645000
1561.64/816.84	c cleaning 10004 clauses out of 20035 with flag 2655001/2655001
1566.59/819.49	c cleaning 10003 clauses out of 20030 with flag 2665000/2665000
1571.49/822.05	c cleaning 9996 clauses out of 20027 with flag 2675000/2675000
1576.25/824.56	c cleaning 10003 clauses out of 20031 with flag 2685000/2685000
1580.80/826.96	c cleaning 9995 clauses out of 20028 with flag 2695000/2695000
1584.96/829.12	c cleaning 10001 clauses out of 20035 with flag 2705002/2705002
1589.88/831.77	c cleaning 10010 clauses out of 20032 with flag 2715000/2715000
1594.83/834.31	c cleaning 10001 clauses out of 20023 with flag 2725001/2725001
1599.37/836.76	c cleaning 9992 clauses out of 20022 with flag 2735001/2735001
1603.93/839.11	c cleaning 10002 clauses out of 20029 with flag 2745000/2745000
1608.24/841.43	c cleaning 10001 clauses out of 20027 with flag 2755000/2755000
1613.18/844.07	c cleaning 9998 clauses out of 20026 with flag 2765000/2765000
1617.92/846.55	c cleaning 9999 clauses out of 20029 with flag 2775001/2775001
1622.07/848.77	c cleaning 9998 clauses out of 20029 with flag 2785000/2785000
1627.01/851.33	c cleaning 9999 clauses out of 20031 with flag 2795000/2795000
1631.36/853.69	c cleaning 9999 clauses out of 20032 with flag 2805000/2805000
1635.90/856.06	c cleaning 10001 clauses out of 20033 with flag 2815000/2815000
1640.25/858.31	c cleaning 10002 clauses out of 20032 with flag 2825000/2825000
1644.58/860.63	c cleaning 10001 clauses out of 20031 with flag 2835001/2835001
1648.74/862.86	c cleaning 10002 clauses out of 20030 with flag 2845001/2845001
1652.89/865.01	c cleaning 9997 clauses out of 20027 with flag 2855000/2855000
1657.44/867.41	c cleaning 10000 clauses out of 20030 with flag 2865000/2865000
1662.11/870.00	c cleaning 9998 clauses out of 20030 with flag 2875000/2875000
1667.06/872.51	c cleaning 10003 clauses out of 20032 with flag 2885000/2885000
1671.60/874.94	c cleaning 9996 clauses out of 20029 with flag 2895000/2895000
1675.95/877.28	c cleaning 10000 clauses out of 20033 with flag 2905000/2905000
1680.49/879.65	c cleaning 10003 clauses out of 20033 with flag 2915000/2915000
1685.25/882.18	c cleaning 10001 clauses out of 20030 with flag 2925000/2925000
1689.99/884.62	c cleaning 9997 clauses out of 20029 with flag 2935000/2935000
1694.55/887.08	c cleaning 10002 clauses out of 20034 with flag 2945002/2945002
1699.43/889.63	c cleaning 9996 clauses out of 20030 with flag 2955000/2955000
1704.00/892.10	c cleaning 10001 clauses out of 20034 with flag 2965000/2965000
1708.74/894.57	c cleaning 9998 clauses out of 20034 with flag 2975001/2975001
1712.90/896.74	c cleaning 10000 clauses out of 20035 with flag 2985000/2985000
1717.44/899.17	c cleaning 10004 clauses out of 20037 with flag 2995002/2995002
1722.40/901.78	c cleaning 10004 clauses out of 20031 with flag 3005000/3005000
1727.35/904.32	c cleaning 9996 clauses out of 20027 with flag 3015000/3015000
1732.30/906.96	c cleaning 9997 clauses out of 20031 with flag 3025000/3025000
1737.43/909.63	c cleaning 10009 clauses out of 20035 with flag 3035001/3035001
1741.98/912.06	c cleaning 9993 clauses out of 20025 with flag 3045000/3045000
1746.73/914.56	c cleaning 10006 clauses out of 20032 with flag 3055000/3055000
1751.49/917.09	c cleaning 9998 clauses out of 20026 with flag 3065000/3065000
1756.25/919.59	c cleaning 9995 clauses out of 20028 with flag 3075000/3075000
1761.19/922.16	c cleaning 10003 clauses out of 20033 with flag 3085000/3085000
1765.75/924.52	c cleaning 9998 clauses out of 20030 with flag 3095000/3095000
1770.31/926.92	c cleaning 9999 clauses out of 20032 with flag 3105000/3105000
1774.80/929.40	c cleaning 10005 clauses out of 20033 with flag 3115000/3115000
1779.36/931.76	c cleaning 9995 clauses out of 20028 with flag 3125000/3125000
1784.11/934.24	c cleaning 9998 clauses out of 20033 with flag 3135000/3135000
1788.66/936.69	c cleaning 10002 clauses out of 20035 with flag 3145000/3145000
1793.87/939.45	c cleaning 9999 clauses out of 20033 with flag 3155000/3155000
1798.61/941.95	c cleaning 10003 clauses out of 20035 with flag 3165001/3165001
1800.17/942.81	c starts		: 248
1800.17/942.81	c conflicts		: 3167870
1800.17/942.82	c decisions		: 3309669
1800.17/942.82	c propagations		: 89854362
1800.17/942.82	c inspects		: 1719610619
1800.17/942.82	c learnt literals	: 0
1800.17/942.82	c learnt binary clauses	: 0
1800.17/942.82	c learnt ternary clauses	: 2896
1800.17/942.82	c learnt clauses	: 3167872
1800.17/942.82	c ignored clauses	: 0
1800.17/942.82	c root simplifications	: 0
1800.17/942.82	c removed literals (reason simplification)	: 226551083
1800.17/942.82	c reason swapping (by a shorter reason)	: 0
1800.17/942.82	c Calls to reduceDB	: 318
1800.17/942.82	c number of reductions to clauses (during analyze)	: 0
1800.17/942.82	c number of learned constraints concerned by reduction	: 0
1800.17/942.82	c number of learning phase by resolution	: 0
1800.17/942.82	c number of learning phase by cutting planes	: 0
1800.17/942.82	c speed (assignments/second)	: 95388.82949868415
1800.17/942.82	c non guided choices	1335
1800.17/942.91	c learnt constraints type 
1800.17/942.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13273
1800.17/942.91	c constraints type 
1800.17/942.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1252
1800.17/942.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.17/942.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.17/942.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.17/942.91	c constraints type 
1800.17/942.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.17/942.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
1800.17/942.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.17/942.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.17/942.91	s UNKNOWN
1800.17/942.91	c Total wall clock time (in seconds): 942.685

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.12 1.65 1.56 3/106 15252
/proc/meminfo: memFree=1657052/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=248 CPUtime=0
/proc/15252/stat : 15252 (java6) R 15250 15252 14668 0 -1 4194304 110 0 0 0 0 0 0 0 16 0 1 0 9561495 253952 29 1992294400 134512640 134550932 4294255840 18446744073709551615 7701076 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15252/statm: 62 29 21 10 0 23 0

[startup+0.052318 s]
/proc/loadavg: 1.12 1.65 1.56 3/106 15252
/proc/meminfo: memFree=1657052/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1521016 CPUtime=0.04
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 3479 0 1 0 2 2 0 0 15 0 5 0 9561495 1557520384 2922 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 380254 2922 984 10 0 377564 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521016

[startup+0.101323 s]
/proc/loadavg: 1.12 1.65 1.56 3/106 15252
/proc/meminfo: memFree=1657052/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1524020 CPUtime=0.08
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 3932 0 1 0 5 3 0 0 15 0 12 0 9561495 1560596480 3371 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 381005 3371 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301338 s]
/proc/loadavg: 1.12 1.65 1.56 3/106 15252
/proc/meminfo: memFree=1657052/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1526280 CPUtime=0.36
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 5394 0 1 0 32 4 0 0 15 0 12 0 9561495 1562910720 4831 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 381570 4831 1353 10 0 378873 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526280

[startup+0.701378 s]
/proc/loadavg: 1.12 1.65 1.56 3/106 15252
/proc/meminfo: memFree=1657052/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1529180 CPUtime=1.07
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 7221 0 1 0 103 4 0 0 15 0 12 0 9561495 1565880320 6658 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 382295 6658 1402 10 0 379598 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1529180

[startup+1.50245 s]
/proc/loadavg: 1.12 1.65 1.56 7/122 15268
/proc/meminfo: memFree=1629336/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1533168 CPUtime=2.66
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 11592 0 1 0 260 6 0 0 15 0 16 0 9561495 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 383292 9527 1423 10 0 380595 0
[pid=15252/tid=15254] ppid=15250 vsize=1533168 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5446 0 1 0 77 3 0 0 25 0 16 0 9561497 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 9561498 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9561498 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 9561500 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 9561501 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 9561501 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1533168 CPUtime=0.44
/proc/15252/task/15261/stat : 15261 (java) R 15250 15252 14668 0 -1 4202560 619 0 0 0 44 0 0 0 21 0 16 0 9561505 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 106817392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1533168 CPUtime=1
/proc/15252/task/15262/stat : 15262 (java) R 15250 15252 14668 0 -1 4202560 3002 0 0 0 100 0 0 0 16 0 16 0 9561505 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 103975524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9561505 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1533168 CPUtime=0.17
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4202560 470 0 0 0 17 0 0 0 25 0 16 0 9561579 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1533168 CPUtime=0.21
/proc/15252/task/15266/stat : 15266 (java) R 15250 15252 14668 0 -1 4202560 981 0 0 0 21 0 0 0 25 0 16 0 9561579 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4108594206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1533168 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1569964032 9527 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1533168

[startup+3.10259 s]
/proc/loadavg: 1.12 1.65 1.56 6/122 15268
/proc/meminfo: memFree=1602924/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1538988 CPUtime=5.83
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 26357 0 1 0 572 11 0 0 15 0 16 0 9561495 1575923712 22786 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 384747 22786 1426 10 0 382050 0
[pid=15252/tid=15254] ppid=15250 vsize=1538988 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5446 0 1 0 77 3 0 0 17 0 16 0 9561497 1575923712 22787 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 9561498 1575923712 22788 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9561498 1575923712 22789 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9561500 1575923712 22790 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 9561501 1575923712 22790 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 9561501 1575923712 22790 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1575923712 22790 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1538988 CPUtime=0.71
/proc/15252/task/15261/stat : 15261 (java) R 15250 15252 14668 0 -1 4202560 1405 0 0 0 71 0 0 0 21 0 16 0 9561505 1575923712 22791 1992294400 134512640 134550932 4294840864 18446744073709551615 104139786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1538988 CPUtime=2.49
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5224 0 0 0 248 1 0 0 16 0 16 0 9561505 1575923712 22792 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1575923712 22793 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9561505 1575923712 22794 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1538988 CPUtime=0.26
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4202560 1269 0 0 0 26 0 0 0 25 0 16 0 9561579 1575923712 22794 1992294400 134512640 134550932 4294840864 18446744073709551615 4109063435 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1538988 CPUtime=1.5
/proc/15252/task/15266/stat : 15266 (java) R 15250 15252 14668 0 -1 4202560 11947 0 0 0 147 3 0 0 19 0 16 0 9561579 1575923712 22794 1992294400 134512640 134550932 4294840864 18446744073709551615 4109080031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1575923712 22794 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1538988 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1575923712 22795 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1538988

[startup+6.30187 s]
/proc/loadavg: 1.51 1.72 1.58 3/122 15268
/proc/meminfo: memFree=1510172/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1536808 CPUtime=12.11
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 49022 0 1 0 1191 20 0 0 15 0 16 0 9561495 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 384202 44810 1444 10 0 381505 0
[pid=15252/tid=15254] ppid=15250 vsize=1536808 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5446 0 1 0 77 3 0 0 15 0 16 0 9561497 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1536808 CPUtime=0.07
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 3448 0 0 0 6 1 0 0 16 0 16 0 9561498 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1536808 CPUtime=0.07
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 2824 0 0 0 6 1 0 0 15 0 16 0 9561498 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1536808 CPUtime=0.07
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 2909 0 0 0 6 1 0 0 16 0 16 0 9561500 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1536808 CPUtime=0.75
/proc/15252/task/15261/stat : 15261 (java) S 15250 15252 14668 0 -1 4202560 1414 0 0 0 75 0 0 0 21 0 16 0 9561505 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1536808 CPUtime=2.69
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5242 0 0 0 268 1 0 0 15 0 16 0 9561505 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9561505 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1536808 CPUtime=3.13
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4202560 7506 0 0 0 310 3 0 0 18 0 16 0 9561579 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4109098668 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1536808 CPUtime=4.45
/proc/15252/task/15266/stat : 15266 (java) R 15250 15252 14668 0 -1 4202560 19160 0 0 0 440 5 0 0 25 0 16 0 9561579 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4109147606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1573691392 44810 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1536808

[startup+12.7024 s]
/proc/loadavg: 1.55 1.72 1.58 3/122 15268
/proc/meminfo: memFree=1478552/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1536808 CPUtime=24.73
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 49870 0 1 0 2453 20 0 0 15 0 16 0 9561495 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 384202 45653 1444 10 0 381505 0
[pid=15252/tid=15254] ppid=15250 vsize=1536808 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5446 0 1 0 77 3 0 0 15 0 16 0 9561497 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1536808 CPUtime=0.1
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 3451 0 0 0 9 1 0 0 16 0 16 0 9561498 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1536808 CPUtime=0.1
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 2826 0 0 0 9 1 0 0 16 0 16 0 9561498 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1536808 CPUtime=0.13
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 3740 0 0 0 12 1 0 0 15 0 16 0 9561500 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1536808 CPUtime=0.81
/proc/15252/task/15261/stat : 15261 (java) S 15250 15252 14668 0 -1 4202560 1417 0 0 0 81 0 0 0 15 0 16 0 9561505 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1536808 CPUtime=2.73
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5245 0 0 0 272 1 0 0 15 0 16 0 9561505 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9561505 1573691392 45653 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0

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

/proc/15252/statm: 384202 75589 1448 10 0 381505 0
[pid=15252/tid=15254] ppid=15250 vsize=1536808 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5453 0 1 0 77 3 0 0 15 0 16 0 9561497 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1536808 CPUtime=3.95
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 14682 0 0 0 379 16 0 0 15 0 16 0 9561498 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1536808 CPUtime=3.9
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 14716 0 0 0 372 18 0 0 15 0 16 0 9561498 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1536808 CPUtime=62.2
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 12490 0 0 0 6187 33 0 0 16 0 16 0 9561500 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1536808 CPUtime=1.44
/proc/15252/task/15261/stat : 15261 (java) S 15250 15252 14668 0 -1 4202560 1449 0 0 0 144 0 0 0 15 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1536808 CPUtime=2.75
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5247 0 0 0 274 1 0 0 15 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1536808 CPUtime=749.12
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4202560 8090 0 0 0 74891 21 0 0 23 0 16 0 9561579 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4109098786 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1536808 CPUtime=747.59
/proc/15252/task/15266/stat : 15266 (java) R 15250 15252 14668 0 -1 4202560 19927 0 0 0 74745 14 0 0 23 0 16 0 9561579 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4109229856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1571.87
Current children cumulated vsize (KiB) 1536808

[startup+882.301 s]
/proc/loadavg: 1.93 1.97 1.82 3/122 15292
/proc/meminfo: memFree=1356784/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1536808 CPUtime=1685.53
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 83205 0 1 0 168430 123 0 0 15 0 16 0 9561495 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 384202 75589 1448 10 0 381505 0
[pid=15252/tid=15254] ppid=15250 vsize=1536808 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5453 0 1 0 77 3 0 0 15 0 16 0 9561497 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1536808 CPUtime=4.03
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 14682 0 0 0 387 16 0 0 15 0 16 0 9561498 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1536808 CPUtime=4.01
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 14716 0 0 0 382 19 0 0 16 0 16 0 9561498 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1536808 CPUtime=67.97
/proc/15252/task/15257/stat : 15257 (java) R 15250 15252 14668 0 -1 4202560 12494 0 0 0 6758 39 0 0 16 0 16 0 9561500 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 106157886 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1536808 CPUtime=1.44
/proc/15252/task/15261/stat : 15261 (java) S 15250 15252 14668 0 -1 4202560 1449 0 0 0 144 0 0 0 15 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1536808 CPUtime=2.75
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5247 0 0 0 274 1 0 0 15 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1536808 CPUtime=0.01
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 16 0 9561505 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1536808 CPUtime=803.21
/proc/15252/task/15265/stat : 15265 (java) S 15250 15252 14668 0 -1 4202560 8115 0 0 0 80298 23 0 0 25 0 16 0 9561579 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1536808 CPUtime=801.18
/proc/15252/task/15266/stat : 15266 (java) S 15250 15252 14668 0 -1 4202560 19927 0 0 0 80103 15 0 0 25 0 16 0 9561579 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1573691392 75589 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.53
Current children cumulated vsize (KiB) 1536808

[startup+942.302 s]
/proc/loadavg: 1.74 1.91 1.81 3/122 15294
/proc/meminfo: memFree=1353808/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1536808 CPUtime=1799.17
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 84139 0 1 0 179784 133 0 0 15 0 16 0 9561495 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 384202 76420 1448 10 0 381505 0
[pid=15252/tid=15254] ppid=15250 vsize=1536808 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5453 0 1 0 77 3 0 0 15 0 16 0 9561497 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1536808 CPUtime=4.14
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 14826 0 0 0 397 17 0 0 15 0 16 0 9561498 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1536808 CPUtime=4.11
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 14942 0 0 0 392 19 0 0 16 0 16 0 9561498 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1536808 CPUtime=73.97
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 13032 0 0 0 7349 48 0 0 16 0 16 0 9561500 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1536808 CPUtime=1.44
/proc/15252/task/15261/stat : 15261 (java) S 15250 15252 14668 0 -1 4202560 1449 0 0 0 144 0 0 0 15 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1536808 CPUtime=2.75
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5247 0 0 0 274 1 0 0 15 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1536808 CPUtime=0.01
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1536808 CPUtime=857.04
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4202560 8139 0 0 0 85680 24 0 0 23 0 16 0 9561579 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4109057763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1536808 CPUtime=854.81
/proc/15252/task/15266/stat : 15266 (java) R 15250 15252 14668 0 -1 4202560 19927 0 0 0 85466 15 0 0 23 0 16 0 9561579 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4109147636 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 1536808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+942.802 s]
/proc/loadavg: 1.68 1.90 1.81 4/122 15294
/proc/meminfo: memFree=1353312/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=1536808 CPUtime=1800.17
/proc/15252/stat : 15252 (java) S 15250 15252 14668 0 -1 4202496 84139 0 1 0 179884 133 0 0 15 0 16 0 9561495 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 384202 76420 1448 10 0 381505 0
[pid=15252/tid=15254] ppid=15250 vsize=1536808 CPUtime=0.8
/proc/15252/task/15254/stat : 15254 (java) S 15250 15252 14668 0 -1 4202560 5453 0 1 0 77 3 0 0 15 0 16 0 9561497 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15255] ppid=15250 vsize=1536808 CPUtime=4.14
/proc/15252/task/15255/stat : 15255 (java) S 15250 15252 14668 0 -1 4202560 14826 0 0 0 397 17 0 0 15 0 16 0 9561498 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15256] ppid=15250 vsize=1536808 CPUtime=4.11
/proc/15252/task/15256/stat : 15256 (java) S 15250 15252 14668 0 -1 4202560 14942 0 0 0 392 19 0 0 16 0 16 0 9561498 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15257] ppid=15250 vsize=1536808 CPUtime=73.97
/proc/15252/task/15257/stat : 15257 (java) S 15250 15252 14668 0 -1 4202560 13032 0 0 0 7349 48 0 0 16 0 16 0 9561500 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 0 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15258] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15258/stat : 15258 (java) S 15250 15252 14668 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15259] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15259/stat : 15259 (java) S 15250 15252 14668 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9561501 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15260] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15260/stat : 15260 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15261] ppid=15250 vsize=1536808 CPUtime=1.44
/proc/15252/task/15261/stat : 15261 (java) S 15250 15252 14668 0 -1 4202560 1449 0 0 0 144 0 0 0 15 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15262] ppid=15250 vsize=1536808 CPUtime=2.75
/proc/15252/task/15262/stat : 15262 (java) S 15250 15252 14668 0 -1 4202560 5247 0 0 0 274 1 0 0 15 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15263] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15263/stat : 15263 (java) S 15250 15252 14668 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15264] ppid=15250 vsize=1536808 CPUtime=0.01
/proc/15252/task/15264/stat : 15264 (java) S 15250 15252 14668 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 16 0 9561505 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 0 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=1536808 CPUtime=857.55
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4202560 8139 0 0 0 85731 24 0 0 25 0 16 0 9561579 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4109019535 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15252/tid=15266] ppid=15250 vsize=1536808 CPUtime=855.3
/proc/15252/task/15266/stat : 15266 (java) R 15250 15252 14668 0 -1 4202560 19927 0 0 0 85515 15 0 0 25 0 16 0 9561579 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4109147606 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15252/tid=15267] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15267/stat : 15267 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561580 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
[pid=15252/tid=15268] ppid=15250 vsize=1536808 CPUtime=0
/proc/15252/task/15268/stat : 15268 (java) S 15250 15252 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9561582 1573691392 76420 1992294400 134512640 134550932 4294840864 18446744073709551615 4294960144 0 4 0 16800975 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1536808

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

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

[startup+943.002 s]
/proc/loadavg: 1.68 1.90 1.81 4/122 15294
/proc/meminfo: memFree=1353312/2059040 swapFree=4192956/4192956
[pid=15252] ppid=15250 vsize=0 CPUtime=1800.52
/proc/15252/stat : 15252 (java) Z 15250 15252 14668 0 -1 4203548 84160 0 1 0 179915 137 0 0 15 0 2 0 9561495 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15252/statm: 0 0 0 0 0 0 0
[pid=15252/tid=15265] ppid=15250 vsize=0 CPUtime=857.72
/proc/15252/task/15265/stat : 15265 (java) R 15250 15252 14668 0 -1 4203588 8139 0 0 0 85745 27 0 0 25 0 2 0 9561579 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 943.005
CPU time (s): 1800.54
CPU user time (s): 1799.16
CPU system time (s): 1.37979
CPU usage (%): 190.936
Max. virtual memory (cumulated for all children) (KiB): 1538988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.37979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84160
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= 27123
involuntary context switches= 51515

runsolver used 4.07438 second user time and 7.48786 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-16 12:05:07
IDJOB=2661602
IDBENCH=48362
IDSOLVER=1166
FILE ID=node057/2661602-1276682707
PBS_JOBID= 11172545
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661602-1276682707/watcher-2661602-1276682707 -o /tmp/evaluation-result-2661602-1276682707/solver-2661602-1276682707 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661602-1276682707.opb

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

MD5SUM BENCH= 813576a353dee8860ef5bb1ebdae9d95
RANDOM SEED=468170362

node057.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1657324 kB
Buffers:        109012 kB
Cached:         154244 kB
SwapCached:          0 kB
Active:         126160 kB
Inactive:       196508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1657324 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             288 kB
Writeback:           0 kB
AnonPages:       59440 kB
Mapped:          15396 kB
Slab:            57060 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node057 at 2010-06-16 12:20:52