Trace number 2661595

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.32 935.839

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_40.opb
MD5SUM6ddc144a63b87021a78f3fe4530ac86f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark247.072
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661595-1276681626.opb
0.25/0.21	c reading problem ... 
3.32/2.40	c ... done. Wall clock time 2.188s.
3.32/2.40	c #vars     3290
3.32/2.40	c #constraints  6483
3.32/2.40	c constraints type 
3.32/2.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
3.32/2.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.32/2.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.32/2.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
3.32/2.40	c constraints type 
3.32/2.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.32/2.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
3.32/2.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.32/2.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
11.83/6.79	c cleaning 2504 clauses out of 5008 with flag 5008/5008
20.10/10.98	c cleaning 4248 clauses out of 8496 with flag 11000/11000
27.73/14.89	c cleaning 5627 clauses out of 11254 with flag 18006/18006
36.36/19.29	c cleaning 6811 clauses out of 13621 with flag 26000/26000
45.76/24.00	c cleaning 7904 clauses out of 15812 with flag 35002/35002
59.94/31.23	c cleaning 8953 clauses out of 17909 with flag 45003/45003
71.14/36.96	c cleaning 9475 clauses out of 18953 with flag 55000/55000
79.95/41.49	c cleaning 9741 clauses out of 19483 with flag 65005/65005
90.70/47.00	c cleaning 9869 clauses out of 19741 with flag 75004/75004
100.09/51.76	c cleaning 9937 clauses out of 19875 with flag 85007/85007
108.69/56.13	c cleaning 9966 clauses out of 19931 with flag 95000/95000
120.43/62.16	c cleaning 9982 clauses out of 19965 with flag 105000/105000
133.13/68.64	c cleaning 9991 clauses out of 19983 with flag 115000/115000
146.86/75.60	c cleaning 9996 clauses out of 19992 with flag 125000/125000
159.41/82.05	c cleaning 9994 clauses out of 19996 with flag 135000/135000
171.95/88.47	c cleaning 10001 clauses out of 20002 with flag 145000/145000
184.22/94.77	c cleaning 9999 clauses out of 20001 with flag 155000/155000
196.58/101.02	c cleaning 9991 clauses out of 20002 with flag 165000/165000
208.70/107.28	c cleaning 10006 clauses out of 20011 with flag 175000/175000
220.23/113.18	c cleaning 9991 clauses out of 20005 with flag 185000/185000
231.89/119.18	c cleaning 10005 clauses out of 20014 with flag 195000/195000
244.03/125.31	c cleaning 10006 clauses out of 20011 with flag 205002/205002
254.56/130.74	c cleaning 9995 clauses out of 20003 with flag 215000/215000
265.30/136.20	c cleaning 9999 clauses out of 20008 with flag 225000/225000
275.79/141.69	c cleaning 10003 clauses out of 20009 with flag 235000/235000
286.13/146.97	c cleaning 10001 clauses out of 20006 with flag 245000/245000
295.27/151.63	c cleaning 9996 clauses out of 20005 with flag 255000/255000
305.60/156.98	c cleaning 9988 clauses out of 20009 with flag 265000/265000
315.89/162.22	c cleaning 9987 clauses out of 20021 with flag 275000/275000
326.02/167.45	c cleaning 10018 clauses out of 20035 with flag 285001/285001
337.14/173.14	c cleaning 9991 clauses out of 20016 with flag 295000/295000
347.28/178.34	c cleaning 10008 clauses out of 20026 with flag 305001/305001
357.35/183.54	c cleaning 10007 clauses out of 20018 with flag 315001/315001
367.48/188.72	c cleaning 9970 clauses out of 20010 with flag 325000/325000
377.21/193.79	c cleaning 10005 clauses out of 20040 with flag 335000/335000
387.56/199.01	c cleaning 10001 clauses out of 20035 with flag 345000/345000
396.80/203.88	c cleaning 10017 clauses out of 20034 with flag 355000/355000
406.33/208.78	c cleaning 10002 clauses out of 20017 with flag 365000/365000
415.85/213.65	c cleaning 9992 clauses out of 20015 with flag 375000/375000
425.18/218.47	c cleaning 9993 clauses out of 20023 with flag 385000/385000
434.82/223.44	c cleaning 10015 clauses out of 20030 with flag 395000/395000
446.32/229.33	c cleaning 9994 clauses out of 20015 with flag 405000/405000
456.42/234.51	c cleaning 10007 clauses out of 20021 with flag 415000/415000
467.09/240.01	c cleaning 10002 clauses out of 20014 with flag 425000/425000
477.89/245.62	c cleaning 9980 clauses out of 20012 with flag 435000/435000
488.37/251.02	c cleaning 9994 clauses out of 20032 with flag 445000/445000
498.84/256.43	c cleaning 10000 clauses out of 20038 with flag 455000/455000
509.71/262.02	c cleaning 9999 clauses out of 20038 with flag 465000/465000
520.31/267.51	c cleaning 10003 clauses out of 20039 with flag 475000/475000
531.17/273.17	c cleaning 10000 clauses out of 20036 with flag 485000/485000
542.81/279.17	c cleaning 10001 clauses out of 20036 with flag 495000/495000
554.07/284.93	c cleaning 9993 clauses out of 20035 with flag 505000/505000
564.61/290.46	c cleaning 10017 clauses out of 20043 with flag 515001/515001
575.05/295.88	c cleaning 9997 clauses out of 20025 with flag 525000/525000
585.47/301.20	c cleaning 9999 clauses out of 20028 with flag 535000/535000
595.31/306.34	c cleaning 10000 clauses out of 20029 with flag 545000/545000
605.42/311.66	c cleaning 10008 clauses out of 20029 with flag 555000/555000
615.44/316.82	c cleaning 9983 clauses out of 20021 with flag 565000/565000
624.63/321.62	c cleaning 9998 clauses out of 20038 with flag 575000/575000
632.86/325.98	c cleaning 10005 clauses out of 20040 with flag 585000/585000
642.56/331.05	c cleaning 9982 clauses out of 20035 with flag 595000/595000
652.55/336.29	c cleaning 9992 clauses out of 20053 with flag 605000/605000
662.76/341.53	c cleaning 9995 clauses out of 20061 with flag 615000/615000
672.94/346.80	c cleaning 10019 clauses out of 20066 with flag 625000/625000
682.87/352.09	c cleaning 9994 clauses out of 20047 with flag 635000/635000
692.69/357.15	c cleaning 10000 clauses out of 20053 with flag 645000/645000
703.10/362.53	c cleaning 10003 clauses out of 20053 with flag 655000/655000
713.10/367.76	c cleaning 10000 clauses out of 20051 with flag 665001/665001
723.00/372.98	c cleaning 10018 clauses out of 20050 with flag 675000/675000
733.79/378.58	c cleaning 9982 clauses out of 20032 with flag 685000/685000
744.42/384.02	c cleaning 10013 clauses out of 20051 with flag 695001/695001
754.22/389.18	c cleaning 9994 clauses out of 20037 with flag 705000/705000
764.10/394.31	c cleaning 10005 clauses out of 20044 with flag 715001/715001
774.10/399.50	c cleaning 9984 clauses out of 20038 with flag 725000/725000
783.52/404.47	c cleaning 10003 clauses out of 20055 with flag 735001/735001
793.13/409.48	c cleaning 9995 clauses out of 20051 with flag 745000/745000
802.83/414.57	c cleaning 9993 clauses out of 20056 with flag 755000/755000
812.43/419.56	c cleaning 10007 clauses out of 20063 with flag 765000/765000
821.45/424.28	c cleaning 10007 clauses out of 20056 with flag 775000/775000
830.24/428.86	c cleaning 10000 clauses out of 20050 with flag 785001/785001
840.73/434.40	c cleaning 9996 clauses out of 20049 with flag 795000/795000
851.33/439.83	c cleaning 9994 clauses out of 20053 with flag 805000/805000
861.53/445.19	c cleaning 9999 clauses out of 20059 with flag 815000/815000
871.54/450.30	c cleaning 10025 clauses out of 20062 with flag 825002/825002
881.41/455.56	c cleaning 9985 clauses out of 20035 with flag 835000/835000
891.22/460.61	c cleaning 9996 clauses out of 20050 with flag 845000/845000
900.82/465.63	c cleaning 9990 clauses out of 20054 with flag 855000/855000
910.44/470.61	c cleaning 10005 clauses out of 20064 with flag 865000/865000
919.52/475.46	c cleaning 9997 clauses out of 20059 with flag 875000/875000
929.31/480.52	c cleaning 10013 clauses out of 20062 with flag 885000/885000
938.93/485.60	c cleaning 9991 clauses out of 20050 with flag 895001/895001
948.53/490.55	c cleaning 10012 clauses out of 20058 with flag 905000/905000
958.63/495.84	c cleaning 9998 clauses out of 20046 with flag 915000/915000
968.42/500.99	c cleaning 9989 clauses out of 20048 with flag 925000/925000
977.84/505.81	c cleaning 9997 clauses out of 20059 with flag 935000/935000
986.85/510.57	c cleaning 9998 clauses out of 20062 with flag 945000/945000
996.76/515.70	c cleaning 10013 clauses out of 20064 with flag 955000/955000
1006.17/520.67	c cleaning 10003 clauses out of 20051 with flag 965000/965000
1015.59/525.50	c cleaning 9996 clauses out of 20048 with flag 975000/975000
1024.61/530.21	c cleaning 10000 clauses out of 20052 with flag 985000/985000
1033.88/535.10	c cleaning 10002 clauses out of 20052 with flag 995000/995000
1042.90/539.83	c cleaning 9990 clauses out of 20050 with flag 1005000/1005000
1051.92/544.57	c cleaning 10006 clauses out of 20060 with flag 1015000/1015000
1060.92/549.28	c cleaning 9994 clauses out of 20054 with flag 1025000/1025000
1070.62/554.33	c cleaning 10001 clauses out of 20060 with flag 1035000/1035000
1080.04/559.21	c cleaning 9997 clauses out of 20059 with flag 1045000/1045000
1089.27/564.10	c cleaning 10016 clauses out of 20063 with flag 1055001/1055001
1098.34/568.73	c cleaning 9991 clauses out of 20046 with flag 1065000/1065000
1107.07/573.34	c cleaning 10004 clauses out of 20056 with flag 1075001/1075001
1116.33/578.11	c cleaning 10002 clauses out of 20051 with flag 1085000/1085000
1126.35/583.39	c cleaning 9990 clauses out of 20049 with flag 1095000/1095000
1136.15/588.44	c cleaning 9995 clauses out of 20059 with flag 1105000/1105000
1145.81/593.52	c cleaning 9996 clauses out of 20064 with flag 1115000/1115000
1155.22/598.41	c cleaning 10017 clauses out of 20068 with flag 1125000/1125000
1164.02/603.04	c cleaning 9997 clauses out of 20052 with flag 1135001/1135001
1172.81/607.62	c cleaning 9994 clauses out of 20054 with flag 1145000/1145000
1181.50/612.25	c cleaning 9995 clauses out of 20060 with flag 1155000/1155000
1189.33/616.37	c cleaning 10006 clauses out of 20065 with flag 1165000/1165000
1196.55/620.14	c cleaning 9994 clauses out of 20059 with flag 1175000/1175000
1205.96/625.05	c cleaning 10002 clauses out of 20065 with flag 1185000/1185000
1216.06/630.40	c cleaning 10003 clauses out of 20063 with flag 1195000/1195000
1225.45/635.26	c cleaning 10000 clauses out of 20060 with flag 1205000/1205000
1234.28/639.88	c cleaning 10010 clauses out of 20060 with flag 1215000/1215000
1243.10/644.42	c cleaning 9998 clauses out of 20050 with flag 1225000/1225000
1251.39/648.85	c cleaning 9992 clauses out of 20052 with flag 1235000/1235000
1259.60/653.14	c cleaning 10000 clauses out of 20060 with flag 1245000/1245000
1267.60/657.32	c cleaning 10002 clauses out of 20060 with flag 1255000/1255000
1275.23/661.30	c cleaning 9994 clauses out of 20058 with flag 1265000/1265000
1282.96/665.48	c cleaning 10006 clauses out of 20064 with flag 1275000/1275000
1292.35/670.37	c cleaning 10001 clauses out of 20058 with flag 1285000/1285000
1301.76/675.29	c cleaning 9995 clauses out of 20057 with flag 1295000/1295000
1310.97/680.07	c cleaning 9995 clauses out of 20062 with flag 1305000/1305000
1320.52/685.07	c cleaning 10005 clauses out of 20067 with flag 1315000/1315000
1329.38/689.64	c cleaning 10019 clauses out of 20062 with flag 1325000/1325000
1338.36/694.31	c cleaning 9989 clauses out of 20043 with flag 1335000/1335000
1348.16/699.45	c cleaning 10006 clauses out of 20054 with flag 1345000/1345000
1359.01/705.14	c cleaning 10010 clauses out of 20048 with flag 1355000/1355000
1368.99/710.32	c cleaning 9986 clauses out of 20038 with flag 1365000/1365000
1378.78/715.42	c cleaning 10018 clauses out of 20052 with flag 1375000/1375000
1389.37/720.94	c cleaning 9999 clauses out of 20034 with flag 1385000/1385000
1400.23/726.66	c cleaning 9995 clauses out of 20035 with flag 1395000/1395000
1410.26/731.87	c cleaning 9994 clauses out of 20041 with flag 1405001/1405001
1420.06/736.94	c cleaning 9990 clauses out of 20046 with flag 1415000/1415000
1429.65/741.91	c cleaning 10006 clauses out of 20056 with flag 1425000/1425000
1439.14/747.00	c cleaning 9998 clauses out of 20050 with flag 1435000/1435000
1447.93/751.59	c cleaning 9991 clauses out of 20052 with flag 1445000/1445000
1457.75/756.64	c cleaning 9997 clauses out of 20061 with flag 1455000/1455000
1467.55/761.70	c cleaning 10003 clauses out of 20064 with flag 1465000/1465000
1476.87/766.70	c cleaning 9995 clauses out of 20062 with flag 1475001/1475001
1486.08/771.44	c cleaning 9999 clauses out of 20066 with flag 1485000/1485000
1495.49/776.36	c cleaning 10020 clauses out of 20067 with flag 1495000/1495000
1504.72/781.12	c cleaning 9990 clauses out of 20047 with flag 1505000/1505000
1513.80/785.97	c cleaning 9997 clauses out of 20057 with flag 1515000/1515000
1523.44/790.93	c cleaning 10016 clauses out of 20060 with flag 1525000/1525000
1533.26/796.05	c cleaning 9999 clauses out of 20044 with flag 1535000/1535000
1542.71/800.94	c cleaning 9995 clauses out of 20045 with flag 1545000/1545000
1552.25/805.96	c cleaning 10006 clauses out of 20050 with flag 1555000/1555000
1561.70/810.84	c cleaning 9994 clauses out of 20044 with flag 1565000/1565000
1570.95/815.66	c cleaning 9992 clauses out of 20050 with flag 1575000/1575000
1580.19/820.44	c cleaning 10010 clauses out of 20058 with flag 1585000/1585000
1589.34/825.23	c cleaning 9995 clauses out of 20048 with flag 1595000/1595000
1597.99/829.78	c cleaning 9992 clauses out of 20053 with flag 1605000/1605000
1606.62/834.23	c cleaning 10002 clauses out of 20061 with flag 1615000/1615000
1614.43/838.33	c cleaning 10002 clauses out of 20059 with flag 1625000/1625000
1624.91/843.85	c cleaning 9998 clauses out of 20058 with flag 1635001/1635001
1635.88/849.50	c cleaning 9995 clauses out of 20059 with flag 1645000/1645000
1645.69/854.68	c cleaning 10002 clauses out of 20064 with flag 1655000/1655000
1654.66/859.37	c cleaning 10020 clauses out of 20062 with flag 1665000/1665000
1663.92/864.29	c cleaning 10000 clauses out of 20043 with flag 1675001/1675001
1672.53/868.79	c cleaning 9998 clauses out of 20042 with flag 1685000/1685000
1681.13/873.30	c cleaning 9989 clauses out of 20044 with flag 1695000/1695000
1689.72/877.80	c cleaning 9993 clauses out of 20055 with flag 1705000/1705000
1698.00/882.17	c cleaning 9998 clauses out of 20062 with flag 1715000/1715000
1707.75/887.22	c cleaning 10005 clauses out of 20064 with flag 1725000/1725000
1717.73/892.44	c cleaning 10024 clauses out of 20060 with flag 1735001/1735001
1727.31/897.42	c cleaning 9989 clauses out of 20035 with flag 1745000/1745000
1736.58/902.38	c cleaning 9998 clauses out of 20046 with flag 1755000/1755000
1745.79/907.19	c cleaning 9996 clauses out of 20048 with flag 1765000/1765000
1755.02/911.99	c cleaning 10004 clauses out of 20052 with flag 1775000/1775000
1763.61/916.43	c cleaning 9995 clauses out of 20049 with flag 1785001/1785001
1771.73/920.76	c cleaning 9992 clauses out of 20053 with flag 1795000/1795000
1780.52/925.32	c cleaning 10003 clauses out of 20061 with flag 1805000/1805000
1789.53/930.10	c cleaning 10003 clauses out of 20058 with flag 1815000/1815000
1798.73/934.81	c cleaning 10012 clauses out of 20055 with flag 1825000/1825000
1800.09/935.71	c starts		: 210
1800.09/935.71	c conflicts		: 1826065
1800.09/935.71	c decisions		: 1970441
1800.09/935.71	c propagations		: 125720658
1800.09/935.71	c inspects		: 1976361410
1800.09/935.71	c learnt literals	: 0
1800.09/935.71	c learnt binary clauses	: 0
1800.09/935.71	c learnt ternary clauses	: 392
1800.09/935.71	c learnt clauses	: 1826064
1800.09/935.71	c ignored clauses	: 0
1800.09/935.71	c root simplifications	: 0
1800.09/935.71	c removed literals (reason simplification)	: 128343739
1800.09/935.72	c reason swapping (by a shorter reason)	: 0
1800.09/935.72	c Calls to reduceDB	: 184
1800.09/935.72	c number of reductions to clauses (during analyze)	: 0
1800.09/935.72	c number of learned constraints concerned by reduction	: 0
1800.09/935.72	c number of learning phase by resolution	: 0
1800.09/935.72	c number of learning phase by cutting planes	: 0
1800.09/935.72	c speed (assignments/second)	: 134703.92827256938
1800.09/935.72	c non guided choices	3155
1800.09/935.78	c learnt constraints type 
1800.09/935.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11215
1800.09/935.78	c constraints type 
1800.09/935.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
1800.09/935.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.09/935.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.09/935.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.09/935.78	c constraints type 
1800.09/935.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.09/935.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
1800.09/935.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.09/935.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.09/935.78	s UNKNOWN
1800.09/935.78	c Total wall clock time (in seconds): 935.57

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-2661595-1276681626/watcher-2661595-1276681626 -o /tmp/evaluation-result-2661595-1276681626/solver-2661595-1276681626 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661595-1276681626.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: 0.95 0.98 0.99 3/106 15143
/proc/meminfo: memFree=1659216/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1832 CPUtime=0
/proc/15143/stat : 15143 (java6) S 15141 15143 14668 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 9453379 1875968 153 1992294400 134512640 134550932 4287048864 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/15143/statm: 458 153 116 10 0 63 0

[startup+0.0932751 s]
/proc/loadavg: 0.95 0.98 0.99 3/106 15143
/proc/meminfo: memFree=1659216/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1521796 CPUtime=0.08
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 3865 0 1 0 6 2 0 0 18 0 7 0 9453379 1558319104 3306 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 380449 3306 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.102275 s]
/proc/loadavg: 0.95 0.98 0.99 3/106 15143
/proc/meminfo: memFree=1659216/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1524180 CPUtime=0.09
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 3966 0 1 0 7 2 0 0 18 0 12 0 9453379 1560760320 3405 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 381045 3405 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301275 s]
/proc/loadavg: 0.95 0.98 0.99 3/106 15143
/proc/meminfo: memFree=1659216/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1525788 CPUtime=0.37
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 5395 0 1 0 34 3 0 0 18 0 12 0 9453379 1562406912 4831 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 381447 4831 1356 10 0 378750 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525788

[startup+0.700263 s]
/proc/loadavg: 0.95 0.98 0.99 3/106 15143
/proc/meminfo: memFree=1659216/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1527772 CPUtime=1.1
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 7058 0 1 0 106 4 0 0 18 0 12 0 9453379 1564438528 6386 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 381943 6386 1407 10 0 379246 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1527772

[startup+1.50024 s]
/proc/loadavg: 0.95 0.98 0.99 3/118 15155
/proc/meminfo: memFree=1634692/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1528024 CPUtime=2.33
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 9266 0 1 0 228 5 0 0 18 0 12 0 9453379 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 382006 8037 1411 10 0 379309 0
[pid=15143/tid=15145] ppid=15141 vsize=1528024 CPUtime=1.47
/proc/15143/task/15145/stat : 15145 (java) R 15141 15143 14668 0 -1 4202560 6312 0 1 0 144 3 0 0 20 0 12 0 9453381 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4109149190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9453382 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9453382 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14668 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9453384 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 9453384 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9453384 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9453389 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1528024 CPUtime=0.49
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 1289 0 0 0 49 0 0 0 24 0 12 0 9453389 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1528024 CPUtime=0.34
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 598 0 0 0 34 0 0 0 21 0 12 0 9453389 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9453389 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1528024 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9453389 1564696576 8037 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1528024

[startup+3.10119 s]
/proc/loadavg: 0.95 0.98 0.99 2/118 15155
/proc/meminfo: memFree=1628616/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1547680 CPUtime=4.71
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 17747 0 1 0 463 8 0 0 18 0 16 0 9453379 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 386920 14581 1426 10 0 384223 0
[pid=15143/tid=15145] ppid=15141 vsize=1547680 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7657 0 1 0 234 4 0 0 23 0 16 0 9453381 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 9453382 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 9453382 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15148/stat : 15148 (java) R 15141 15143 14668 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 9453384 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 9453384 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 9453384 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1547680 CPUtime=0.99
/proc/15143/task/15152/stat : 15152 (java) R 15141 15143 14668 0 -1 4202560 5502 0 0 0 98 1 0 0 16 0 16 0 9453389 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 106251283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1547680 CPUtime=0.89
/proc/15143/task/15153/stat : 15153 (java) R 15141 15143 14668 0 -1 4202560 2496 0 0 0 88 1 0 0 16 0 16 0 9453389 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 103373953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1547680 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9453389 1584824320 14581 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1547680

[startup+6.30182 s]
/proc/loadavg: 1.27 1.05 1.02 6/122 15159
/proc/meminfo: memFree=1502600/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1548872 CPUtime=11.05
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 51592 0 1 0 1053 52 0 0 18 0 16 0 9453379 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 387218 40224 1441 10 0 384521 0
[pid=15143/tid=15145] ppid=15141 vsize=1548872 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7657 0 1 0 234 4 0 0 15 0 16 0 9453381 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1548872 CPUtime=0.02
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 884 0 0 0 2 0 0 0 18 0 16 0 9453382 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1548872 CPUtime=0.01
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 582 0 0 0 1 0 0 0 18 0 16 0 9453382 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1548872 CPUtime=0.48
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14668 0 -1 4202560 8 0 0 0 19 29 0 0 16 0 16 0 9453384 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9453384 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9453384 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1548872 CPUtime=1.84
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 7443 0 0 0 181 3 0 0 15 0 16 0 9453389 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1548872 CPUtime=2.85
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 9500 0 0 0 281 4 0 0 16 0 16 0 9453389 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9453389 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1548872 CPUtime=2.65
/proc/15143/task/15156/stat : 15156 (java) R 15141 15143 14668 0 -1 4202560 22689 0 0 0 256 9 0 0 19 0 16 0 9453620 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4109748822 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1548872 CPUtime=0.74
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14668 0 -1 4202560 1757 0 0 0 74 0 0 0 22 0 16 0 9453620 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4109978563 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9453622 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1548872 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9453623 1586044928 40224 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 1548872

[startup+12.7024 s]
/proc/loadavg: 1.33 1.07 1.02 3/122 15159
/proc/meminfo: memFree=1461556/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1547052 CPUtime=23.56
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 63899 0 1 0 2298 58 0 0 18 0 16 0 9453379 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 386763 50720 1450 10 0 384066 0
[pid=15143/tid=15145] ppid=15141 vsize=1547052 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7657 0 1 0 234 4 0 0 15 0 16 0 9453381 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1547052 CPUtime=0.17
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 4713 0 0 0 15 2 0 0 15 0 16 0 9453382 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1547052 CPUtime=0.18
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 3975 0 0 0 16 2 0 0 16 0 16 0 9453382 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1547052 CPUtime=0.64
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14668 0 -1 4202560 3757 0 0 0 34 30 0 0 15 0 16 0 9453384 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1547052 CPUtime=1.97
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 7458 0 0 0 194 3 0 0 15 0 16 0 9453389 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1547052 CPUtime=3.51
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 10809 0 0 0 347 4 0 0 15 0 16 0 9453389 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9453389 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1547052 CPUtime=8.53
/proc/15143/task/15156/stat : 15156 (java) R 15141 15143 14668 0 -1 4202560 22694 0 0 0 844 9 0 0 25 0 16 0 9453620 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4109672022 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1547052 CPUtime=6.11
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14668 0 -1 4202560 1764 0 0 0 611 0 0 0 25 0 16 0 9453620 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4109683059 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9453622 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9453623 1584181248 50720 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 1547052

[startup+25.5025 s]
/proc/loadavg: 1.48 1.11 1.04 3/122 15159
/proc/meminfo: memFree=1446056/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1547052 CPUtime=48.63
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 67955 0 1 0 4801 62 0 0 18 0 16 0 9453379 1584181248 54370 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/15143/statm: 386763 88983 1450 10 0 384066 0
[pid=15143/tid=15145] ppid=15141 vsize=1547052 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7671 0 1 0 234 4 0 0 15 0 16 0 9453381 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1547052 CPUtime=7.5
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 23382 0 0 0 725 25 0 0 15 0 16 0 9453382 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1547052 CPUtime=7.47
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 26648 0 0 0 719 28 0 0 15 0 16 0 9453382 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1547052 CPUtime=42.37
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14668 0 -1 4202560 5193 0 0 0 4187 50 0 0 16 0 16 0 9453384 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1547052 CPUtime=1.98
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 7458 0 0 0 195 3 0 0 15 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1547052 CPUtime=3.92
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 10815 0 0 0 388 4 0 0 15 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1547052 CPUtime=704.15
/proc/15143/task/15156/stat : 15156 (java) R 15141 15143 14668 0 -1 4202560 23303 0 0 0 70379 36 0 0 22 0 16 0 9453620 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4110302830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1547052 CPUtime=698.5
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14668 0 -1 4202560 2275 0 0 0 69840 10 0 0 22 0 16 0 9453620 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4110032653 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9453622 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9453623 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1468.35
Current children cumulated vsize (KiB) 1547052

[startup+822.3 s]
/proc/loadavg: 2.12 1.98 1.59 3/122 15181
/proc/meminfo: memFree=1305564/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1547052 CPUtime=1583.58
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 107913 0 1 0 158186 172 0 0 18 0 16 0 9453379 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 386763 88983 1450 10 0 384066 0
[pid=15143/tid=15145] ppid=15141 vsize=1547052 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7671 0 1 0 234 4 0 0 15 0 16 0 9453381 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1547052 CPUtime=7.79
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 23382 0 0 0 752 27 0 0 16 0 16 0 9453382 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1547052 CPUtime=7.76
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 26648 0 0 0 748 28 0 0 16 0 16 0 9453382 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1547052 CPUtime=46.39
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14668 0 -1 4202560 5197 0 0 0 4587 52 0 0 15 0 16 0 9453384 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1547052 CPUtime=1.98
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 7458 0 0 0 195 3 0 0 15 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1547052 CPUtime=3.92
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 10815 0 0 0 388 4 0 0 15 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 9453389 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1547052 CPUtime=759.67
/proc/15143/task/15156/stat : 15156 (java) R 15141 15143 14668 0 -1 4202560 23337 0 0 0 75929 38 0 0 25 0 16 0 9453620 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4109673996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1547052 CPUtime=753.59
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14668 0 -1 4202560 2285 0 0 0 75349 10 0 0 25 0 16 0 9453620 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4110032610 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9453622 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9453623 1584181248 88983 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1583.58
Current children cumulated vsize (KiB) 1547052

[startup+882.302 s]
/proc/loadavg: 2.12 2.00 1.62 3/122 15190
/proc/meminfo: memFree=1283616/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1547052 CPUtime=1698.26
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 115872 0 1 0 169637 189 0 0 18 0 16 0 9453379 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 386763 94392 1450 10 0 384066 0
[pid=15143/tid=15145] ppid=15141 vsize=1547052 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7672 0 1 0 234 4 0 0 15 0 16 0 9453381 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1547052 CPUtime=8.23
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 27209 0 0 0 792 31 0 0 15 0 16 0 9453382 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1547052 CPUtime=8.24
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 30504 0 0 0 793 31 0 0 16 0 16 0 9453382 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1547052 CPUtime=50.72
/proc/15143/task/15148/stat : 15148 (java) R 15141 15143 14668 0 -1 4202560 5401 0 0 0 5013 59 0 0 16 0 16 0 9453384 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1547052 CPUtime=1.98
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 7458 0 0 0 195 3 0 0 15 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1547052 CPUtime=3.92
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 10815 0 0 0 388 4 0 0 15 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1547052 CPUtime=814.35
/proc/15143/task/15156/stat : 15156 (java) S 15141 15143 14668 0 -1 4202560 23372 0 0 0 81395 40 0 0 25 0 16 0 9453620 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1547052 CPUtime=808.34
/proc/15143/task/15157/stat : 15157 (java) S 15141 15143 14668 0 -1 4202560 2317 0 0 0 80823 11 0 0 25 0 16 0 9453620 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9453622 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9453623 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1698.26
Current children cumulated vsize (KiB) 1547052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.701 s]
/proc/loadavg: 2.16 2.03 1.65 3/122 15192
/proc/meminfo: memFree=1283616/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=1547052 CPUtime=1800.09
/proc/15143/stat : 15143 (java) S 15141 15143 14668 0 -1 4202496 115942 0 1 0 179804 205 0 0 18 0 16 0 9453379 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 386763 94392 1450 10 0 384066 0
[pid=15143/tid=15145] ppid=15141 vsize=1547052 CPUtime=2.38
/proc/15143/task/15145/stat : 15145 (java) S 15141 15143 14668 0 -1 4202560 7673 0 1 0 234 4 0 0 15 0 16 0 9453381 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15146] ppid=15141 vsize=1547052 CPUtime=8.6
/proc/15143/task/15146/stat : 15146 (java) S 15141 15143 14668 0 -1 4202560 27209 0 0 0 827 33 0 0 16 0 16 0 9453382 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15147] ppid=15141 vsize=1547052 CPUtime=8.62
/proc/15143/task/15147/stat : 15147 (java) S 15141 15143 14668 0 -1 4202560 30504 0 0 0 830 32 0 0 15 0 16 0 9453382 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15148] ppid=15141 vsize=1547052 CPUtime=54.86
/proc/15143/task/15148/stat : 15148 (java) S 15141 15143 14668 0 -1 4202560 5403 0 0 0 5417 69 0 0 16 0 16 0 9453384 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15149] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15149/stat : 15149 (java) S 15141 15143 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15150] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15150/stat : 15150 (java) S 15141 15143 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9453384 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15151] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15151/stat : 15151 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15152] ppid=15141 vsize=1547052 CPUtime=1.98
/proc/15143/task/15152/stat : 15152 (java) S 15141 15143 14668 0 -1 4202560 7458 0 0 0 195 3 0 0 15 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15153] ppid=15141 vsize=1547052 CPUtime=3.92
/proc/15143/task/15153/stat : 15153 (java) S 15141 15143 14668 0 -1 4202560 10815 0 0 0 388 4 0 0 15 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15154] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15154/stat : 15154 (java) S 15141 15143 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15155] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15155/stat : 15155 (java) S 15141 15143 14668 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9453389 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 1 0 0 0
[pid=15143/tid=15156] ppid=15141 vsize=1547052 CPUtime=863.03
/proc/15143/task/15156/stat : 15156 (java) R 15141 15143 14668 0 -1 4202560 23407 0 0 0 86260 43 0 0 22 0 16 0 9453620 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4109672688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=1547052 CPUtime=856.61
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14668 0 -1 4202560 2347 0 0 0 85649 12 0 0 22 0 16 0 9453620 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4110032499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15143/tid=15158] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15158/stat : 15158 (java) S 15141 15143 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 9453622 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
[pid=15143/tid=15159] ppid=15141 vsize=1547052 CPUtime=0
/proc/15143/task/15159/stat : 15159 (java) S 15141 15143 14668 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9453623 1584181248 94392 1992294400 134512640 134550932 4289006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437860958464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1547052

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

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

[startup+935.815 s]
/proc/loadavg: 2.16 2.03 1.65 3/122 15192
/proc/meminfo: memFree=1283616/2059040 swapFree=4192956/4192956
[pid=15143] ppid=15141 vsize=0 CPUtime=1800.29
/proc/15143/stat : 15143 (java) Z 15141 15143 14668 0 -1 4203548 115964 0 1 0 179822 207 0 0 17 0 2 0 9453379 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15143/statm: 0 0 0 0 0 0 0
[pid=15143/tid=15157] ppid=15141 vsize=0 CPUtime=856.7
/proc/15143/task/15157/stat : 15157 (java) R 15141 15143 14668 0 -1 4203588 2347 0 0 0 85657 13 0 0 23 0 2 0 9453620 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.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 935.839
CPU time (s): 1800.32
CPU user time (s): 1798.22
CPU system time (s): 2.09568
CPU usage (%): 192.375
Max. virtual memory (cumulated for all children) (KiB): 1551340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.09568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115964
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= 34245
involuntary context switches= 55145

runsolver used 4.89426 second user time and 9.59154 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-16 11:47:06
IDJOB=2661595
IDBENCH=48355
IDSOLVER=1166
FILE ID=node057/2661595-1276681626
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_25_3_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661595-1276681626/watcher-2661595-1276681626 -o /tmp/evaluation-result-2661595-1276681626/solver-2661595-1276681626 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661595-1276681626.opb

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

MD5SUM BENCH= 6ddc144a63b87021a78f3fe4530ac86f
RANDOM SEED=1245048721

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:       1659612 kB
Buffers:        107148 kB
Cached:         154024 kB
SwapCached:          0 kB
Active:         126040 kB
Inactive:       194468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1659612 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       59260 kB
Mapped:          15456 kB
Slab:            57084 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 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:02:43