Trace number 2661534

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.23 938.832

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_40.opb
MD5SUMbe9efb792831413817cc7562bdc6c002
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 benchmark206.709
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)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661534-1276676013.opb
0.23/0.22	c reading problem ... 
3.22/2.41	c ... done. Wall clock time 2.196s.
3.22/2.41	c #vars     3238
3.22/2.41	c #constraints  6379
3.22/2.41	c constraints type 
3.22/2.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
3.22/2.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.22/2.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.22/2.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
3.22/2.41	c constraints type 
3.22/2.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.22/2.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
3.22/2.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.22/2.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
14.30/8.00	c cleaning 2512 clauses out of 5024 with flag 5024/5024
19.96/11.00	c cleaning 4240 clauses out of 8488 with flag 11000/11000
28.21/15.20	c cleaning 5624 clauses out of 11248 with flag 18000/18000
38.02/20.13	c cleaning 6812 clauses out of 13624 with flag 26000/26000
48.59/25.56	c cleaning 7907 clauses out of 15813 with flag 35001/35001
60.79/31.70	c cleaning 8942 clauses out of 17905 with flag 45000/45000
73.95/38.44	c cleaning 9474 clauses out of 18963 with flag 55000/55000
86.68/44.92	c cleaning 9745 clauses out of 19489 with flag 65000/65000
99.00/51.22	c cleaning 9861 clauses out of 19744 with flag 75000/75000
111.16/57.44	c cleaning 9937 clauses out of 19883 with flag 85000/85000
123.32/63.65	c cleaning 9971 clauses out of 19946 with flag 95000/95000
135.46/69.89	c cleaning 9985 clauses out of 19975 with flag 105000/105000
148.32/76.45	c cleaning 9993 clauses out of 19990 with flag 115000/115000
160.44/82.61	c cleaning 9983 clauses out of 19997 with flag 125000/125000
171.16/88.15	c cleaning 9999 clauses out of 20014 with flag 135000/135000
182.09/93.71	c cleaning 9998 clauses out of 20015 with flag 145000/145000
193.16/99.46	c cleaning 9987 clauses out of 20017 with flag 155000/155000
204.65/105.37	c cleaning 9989 clauses out of 20030 with flag 165000/165000
216.94/111.64	c cleaning 10013 clauses out of 20041 with flag 175000/175000
228.83/117.78	c cleaning 9996 clauses out of 20028 with flag 185000/185000
240.77/123.91	c cleaning 10004 clauses out of 20032 with flag 195000/195000
251.47/129.48	c cleaning 10002 clauses out of 20028 with flag 205000/205000
261.95/134.80	c cleaning 10010 clauses out of 20026 with flag 215000/215000
272.82/140.48	c cleaning 10003 clauses out of 20016 with flag 225000/225000
283.59/146.02	c cleaning 10003 clauses out of 20013 with flag 235000/235000
294.26/151.57	c cleaning 9999 clauses out of 20010 with flag 245000/245000
305.55/157.38	c cleaning 10006 clauses out of 20011 with flag 255000/255000
317.40/163.41	c cleaning 9992 clauses out of 20005 with flag 265000/265000
328.78/169.31	c cleaning 9986 clauses out of 20013 with flag 275000/275000
339.47/174.88	c cleaning 9992 clauses out of 20027 with flag 285000/285000
350.32/180.43	c cleaning 10011 clauses out of 20035 with flag 295000/295000
361.59/186.21	c cleaning 10001 clauses out of 20024 with flag 305000/305000
372.36/191.83	c cleaning 10010 clauses out of 20023 with flag 315000/315000
383.02/197.31	c cleaning 9997 clauses out of 20013 with flag 325000/325000
393.52/202.70	c cleaning 9993 clauses out of 20016 with flag 335000/335000
403.62/207.96	c cleaning 9980 clauses out of 20023 with flag 345000/345000
414.78/213.71	c cleaning 10003 clauses out of 20043 with flag 355000/355000
424.87/218.99	c cleaning 9983 clauses out of 20040 with flag 365000/365000
435.13/224.21	c cleaning 9995 clauses out of 20057 with flag 375000/375000
445.21/229.45	c cleaning 10002 clauses out of 20062 with flag 385000/385000
455.57/234.83	c cleaning 10000 clauses out of 20060 with flag 395000/395000
465.85/240.12	c cleaning 10004 clauses out of 20060 with flag 405000/405000
475.94/245.37	c cleaning 10007 clauses out of 20056 with flag 415000/415000
486.81/250.98	c cleaning 9994 clauses out of 20049 with flag 425000/425000
497.62/256.52	c cleaning 10011 clauses out of 20055 with flag 435000/435000
507.75/261.77	c cleaning 9985 clauses out of 20044 with flag 445000/445000
518.00/267.07	c cleaning 10004 clauses out of 20059 with flag 455000/455000
527.69/272.09	c cleaning 10017 clauses out of 20055 with flag 465000/465000
538.63/277.77	c cleaning 9985 clauses out of 20038 with flag 475000/475000
549.29/283.23	c cleaning 9999 clauses out of 20053 with flag 485000/485000
558.97/288.27	c cleaning 9995 clauses out of 20054 with flag 495000/495000
569.21/293.59	c cleaning 9994 clauses out of 20059 with flag 505000/505000
580.11/299.23	c cleaning 10005 clauses out of 20065 with flag 515000/515000
589.34/304.06	c cleaning 9993 clauses out of 20060 with flag 525000/525000
599.97/309.54	c cleaning 9999 clauses out of 20067 with flag 535000/535000
610.18/314.89	c cleaning 10000 clauses out of 20068 with flag 545000/545000
620.49/320.27	c cleaning 10000 clauses out of 20068 with flag 555000/555000
630.33/325.33	c cleaning 10000 clauses out of 20068 with flag 565000/565000
640.15/330.49	c cleaning 10004 clauses out of 20068 with flag 575000/575000
649.79/335.42	c cleaning 10007 clauses out of 20064 with flag 585000/585000
658.67/340.12	c cleaning 9995 clauses out of 20057 with flag 595000/595000
668.92/345.43	c cleaning 10002 clauses out of 20064 with flag 605002/605002
679.33/350.81	c cleaning 10001 clauses out of 20060 with flag 615000/615000
689.74/356.22	c cleaning 10003 clauses out of 20059 with flag 625000/625000
700.45/361.83	c cleaning 9998 clauses out of 20057 with flag 635001/635001
710.06/366.83	c cleaning 9997 clauses out of 20058 with flag 645000/645000
719.49/371.80	c cleaning 9998 clauses out of 20061 with flag 655000/655000
729.08/376.74	c cleaning 9995 clauses out of 20063 with flag 665000/665000
738.98/381.98	c cleaning 10016 clauses out of 20069 with flag 675001/675001
749.01/387.16	c cleaning 10004 clauses out of 20052 with flag 685000/685000
758.22/391.98	c cleaning 9991 clauses out of 20049 with flag 695001/695001
768.62/397.38	c cleaning 9991 clauses out of 20057 with flag 705000/705000
777.91/402.28	c cleaning 10002 clauses out of 20066 with flag 715000/715000
787.91/407.41	c cleaning 10015 clauses out of 20064 with flag 725000/725000
798.12/412.73	c cleaning 9996 clauses out of 20049 with flag 735000/735000
807.53/417.68	c cleaning 10007 clauses out of 20053 with flag 745000/745000
817.20/422.70	c cleaning 9993 clauses out of 20047 with flag 755001/755001
826.42/427.50	c cleaning 9999 clauses out of 20053 with flag 765000/765000
835.25/432.17	c cleaning 9994 clauses out of 20054 with flag 775000/775000
844.25/436.80	c cleaning 10004 clauses out of 20061 with flag 785001/785001
853.73/441.80	c cleaning 9994 clauses out of 20056 with flag 795000/795000
862.96/446.61	c cleaning 10025 clauses out of 20062 with flag 805000/805000
872.75/451.73	c cleaning 9984 clauses out of 20037 with flag 815000/815000
881.39/456.26	c cleaning 9998 clauses out of 20053 with flag 825000/825000
889.88/460.71	c cleaning 10011 clauses out of 20055 with flag 835000/835000
898.11/465.08	c cleaning 9988 clauses out of 20044 with flag 845000/845000
906.14/469.22	c cleaning 9996 clauses out of 20056 with flag 855000/855000
913.95/473.31	c cleaning 9994 clauses out of 20060 with flag 865000/865000
921.03/477.11	c cleaning 9998 clauses out of 20066 with flag 875000/875000
929.87/481.71	c cleaning 10001 clauses out of 20068 with flag 885000/885000
939.48/486.72	c cleaning 10007 clauses out of 20067 with flag 895000/895000
948.69/491.55	c cleaning 9996 clauses out of 20060 with flag 905000/905000
958.35/496.62	c cleaning 10015 clauses out of 20064 with flag 915000/915000
968.16/501.72	c cleaning 9999 clauses out of 20050 with flag 925001/925001
978.01/506.87	c cleaning 10008 clauses out of 20050 with flag 935000/935000
987.65/511.81	c cleaning 9995 clauses out of 20042 with flag 945000/945000
996.95/516.75	c cleaning 9993 clauses out of 20047 with flag 955000/955000
1005.78/521.32	c cleaning 9994 clauses out of 20054 with flag 965000/965000
1015.16/526.26	c cleaning 9994 clauses out of 20060 with flag 975000/975000
1024.95/531.32	c cleaning 10012 clauses out of 20066 with flag 985000/985000
1035.00/536.66	c cleaning 10006 clauses out of 20054 with flag 995000/995000
1044.00/541.36	c cleaning 9995 clauses out of 20048 with flag 1005000/1005000
1052.79/545.96	c cleaning 9992 clauses out of 20053 with flag 1015000/1015000
1062.39/550.96	c cleaning 9996 clauses out of 20061 with flag 1025000/1025000
1071.63/555.89	c cleaning 10005 clauses out of 20065 with flag 1035000/1035000
1080.65/560.55	c cleaning 9993 clauses out of 20060 with flag 1045000/1045000
1090.03/565.44	c cleaning 10013 clauses out of 20067 with flag 1055000/1055000
1099.21/570.21	c cleaning 9991 clauses out of 20054 with flag 1065000/1065000
1107.87/574.85	c cleaning 10005 clauses out of 20063 with flag 1075000/1075000
1117.28/579.79	c cleaning 10004 clauses out of 20058 with flag 1085000/1085000
1127.45/585.02	c cleaning 9992 clauses out of 20054 with flag 1095000/1095000
1137.04/590.01	c cleaning 10004 clauses out of 20062 with flag 1105000/1105000
1145.88/594.77	c cleaning 9995 clauses out of 20058 with flag 1115000/1115000
1155.48/599.75	c cleaning 9997 clauses out of 20063 with flag 1125000/1125000
1164.27/604.33	c cleaning 10009 clauses out of 20066 with flag 1135000/1135000
1172.86/608.84	c cleaning 10002 clauses out of 20057 with flag 1145000/1145000
1180.93/613.10	c cleaning 10000 clauses out of 20055 with flag 1155000/1155000
1188.58/617.14	c cleaning 9993 clauses out of 20055 with flag 1165000/1165000
1195.57/620.83	c cleaning 9999 clauses out of 20062 with flag 1175000/1175000
1205.73/626.10	c cleaning 10000 clauses out of 20063 with flag 1185000/1185000
1215.95/631.52	c cleaning 9996 clauses out of 20063 with flag 1195000/1195000
1225.74/636.63	c cleaning 10002 clauses out of 20067 with flag 1205000/1205000
1235.12/641.54	c cleaning 10018 clauses out of 20065 with flag 1215000/1215000
1244.71/646.58	c cleaning 9988 clauses out of 20047 with flag 1225000/1225000
1254.15/651.54	c cleaning 9994 clauses out of 20059 with flag 1235000/1235000
1263.15/656.28	c cleaning 10012 clauses out of 20065 with flag 1245000/1245000
1271.39/660.55	c cleaning 10002 clauses out of 20053 with flag 1255000/1255000
1279.61/664.80	c cleaning 10001 clauses out of 20051 with flag 1265000/1265000
1287.87/669.22	c cleaning 9995 clauses out of 20050 with flag 1275000/1275000
1295.86/673.43	c cleaning 10004 clauses out of 20055 with flag 1285000/1285000
1305.43/678.48	c cleaning 10000 clauses out of 20051 with flag 1295000/1295000
1315.02/683.42	c cleaning 9998 clauses out of 20051 with flag 1305000/1305000
1324.26/688.34	c cleaning 9994 clauses out of 20053 with flag 1315000/1315000
1333.63/693.25	c cleaning 10016 clauses out of 20060 with flag 1325001/1325001
1342.82/698.06	c cleaning 9985 clauses out of 20043 with flag 1335000/1335000
1351.40/702.55	c cleaning 9997 clauses out of 20058 with flag 1345000/1345000
1359.43/706.84	c cleaning 10006 clauses out of 20061 with flag 1355000/1355000
1367.24/710.94	c cleaning 9993 clauses out of 20055 with flag 1365000/1365000
1376.41/715.77	c cleaning 10023 clauses out of 20062 with flag 1375000/1375000
1385.59/720.59	c cleaning 9991 clauses out of 20039 with flag 1385000/1385000
1395.18/725.61	c cleaning 10000 clauses out of 20048 with flag 1395000/1395000
1403.77/730.16	c cleaning 9991 clauses out of 20048 with flag 1405000/1405000
1412.80/734.84	c cleaning 10004 clauses out of 20057 with flag 1415000/1415000
1421.76/739.57	c cleaning 9992 clauses out of 20053 with flag 1425000/1425000
1430.98/744.41	c cleaning 10012 clauses out of 20061 with flag 1435000/1435000
1439.59/748.91	c cleaning 10005 clauses out of 20049 with flag 1445000/1445000
1448.38/753.51	c cleaning 9995 clauses out of 20044 with flag 1455000/1455000
1457.54/758.35	c cleaning 9995 clauses out of 20049 with flag 1465000/1465000
1466.98/763.34	c cleaning 9998 clauses out of 20054 with flag 1475000/1475000
1475.97/768.02	c cleaning 9995 clauses out of 20056 with flag 1485000/1485000
1485.18/772.82	c cleaning 9998 clauses out of 20061 with flag 1495000/1495000
1494.94/777.91	c cleaning 10017 clauses out of 20063 with flag 1505000/1505000
1504.75/783.16	c cleaning 9997 clauses out of 20047 with flag 1515001/1515001
1513.90/787.91	c cleaning 9991 clauses out of 20049 with flag 1525000/1525000
1522.48/792.45	c cleaning 9994 clauses out of 20059 with flag 1535001/1535001
1530.26/796.56	c cleaning 9997 clauses out of 20064 with flag 1545000/1545000
1539.84/801.62	c cleaning 10000 clauses out of 20067 with flag 1555000/1555000
1549.61/806.70	c cleaning 10000 clauses out of 20067 with flag 1565000/1565000
1559.18/811.73	c cleaning 10006 clauses out of 20067 with flag 1575000/1575000
1567.91/816.35	c cleaning 9997 clauses out of 20061 with flag 1585000/1585000
1576.48/820.97	c cleaning 10005 clauses out of 20064 with flag 1595000/1595000
1584.63/825.29	c cleaning 10012 clauses out of 20059 with flag 1605000/1605000
1592.42/829.34	c cleaning 9992 clauses out of 20049 with flag 1615002/1615002
1599.61/833.16	c cleaning 9996 clauses out of 20055 with flag 1625000/1625000
1608.23/837.70	c cleaning 9992 clauses out of 20059 with flag 1635000/1635000
1617.42/842.60	c cleaning 10012 clauses out of 20067 with flag 1645000/1645000
1626.42/847.28	c cleaning 9999 clauses out of 20055 with flag 1655000/1655000
1635.03/851.77	c cleaning 9997 clauses out of 20056 with flag 1665000/1665000
1644.42/856.71	c cleaning 10000 clauses out of 20060 with flag 1675001/1675001
1653.21/861.34	c cleaning 10007 clauses out of 20059 with flag 1685000/1685000
1661.97/865.93	c cleaning 9991 clauses out of 20052 with flag 1695000/1695000
1669.78/870.09	c cleaning 9998 clauses out of 20061 with flag 1705000/1705000
1677.77/874.38	c cleaning 10007 clauses out of 20064 with flag 1715001/1715001
1687.94/879.68	c cleaning 9991 clauses out of 20056 with flag 1725000/1725000
1697.89/884.87	c cleaning 10014 clauses out of 20065 with flag 1735000/1735000
1707.05/889.70	c cleaning 9991 clauses out of 20051 with flag 1745000/1745000
1716.65/894.78	c cleaning 9994 clauses out of 20060 with flag 1755000/1755000
1725.40/899.33	c cleaning 10004 clauses out of 20066 with flag 1765000/1765000
1734.78/904.26	c cleaning 9996 clauses out of 20062 with flag 1775000/1775000
1744.31/909.29	c cleaning 10002 clauses out of 20066 with flag 1785000/1785000
1754.52/914.62	c cleaning 9999 clauses out of 20064 with flag 1795000/1795000
1764.27/919.75	c cleaning 10011 clauses out of 20065 with flag 1805000/1805000
1773.22/924.45	c cleaning 9993 clauses out of 20054 with flag 1815000/1815000
1781.99/929.06	c cleaning 10004 clauses out of 20061 with flag 1825000/1825000
1790.59/933.66	c cleaning 9994 clauses out of 20057 with flag 1835000/1835000
1798.76/937.92	c cleaning 10002 clauses out of 20063 with flag 1845000/1845000
1800.02/938.72	c starts		: 210
1800.02/938.72	c conflicts		: 1846388
1800.02/938.72	c decisions		: 1872030
1800.02/938.72	c propagations		: 130056383
1800.02/938.72	c inspects		: 1885719596
1800.02/938.72	c learnt literals	: 0
1800.02/938.72	c learnt binary clauses	: 0
1800.02/938.72	c learnt ternary clauses	: 98
1800.02/938.72	c learnt clauses	: 1846388
1800.02/938.72	c ignored clauses	: 0
1800.02/938.72	c root simplifications	: 0
1800.02/938.72	c removed literals (reason simplification)	: 134678851
1800.02/938.72	c reason swapping (by a shorter reason)	: 0
1800.02/938.72	c Calls to reduceDB	: 186
1800.02/938.72	c number of reductions to clauses (during analyze)	: 0
1800.02/938.72	c number of learned constraints concerned by reduction	: 0
1800.02/938.72	c number of learning phase by resolution	: 0
1800.02/938.72	c number of learning phase by cutting planes	: 0
1800.02/938.72	c speed (assignments/second)	: 138904.01301286762
1800.02/938.72	c non guided choices	3096
1800.02/938.76	c learnt constraints type 
1800.02/938.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11573
1800.02/938.76	c constraints type 
1800.02/938.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
1800.02/938.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.02/938.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.02/938.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.02/938.76	c constraints type 
1800.02/938.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.02/938.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.02/938.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.02/938.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.02/938.76	s UNKNOWN
1800.02/938.76	c Total wall clock time (in seconds): 938.546

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-2661534-1276676013/watcher-2661534-1276676013 -o /tmp/evaluation-result-2661534-1276676013/solver-2661534-1276676013 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661534-1276676013.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.99 0.98 1.00 2/106 16001
/proc/meminfo: memFree=1684564/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1832 CPUtime=0
/proc/16001/stat : 16001 (java6) R 15999 16001 15812 0 -1 4194304 225 0 0 0 0 0 0 0 25 0 1 0 8893356 1875968 128 1992294400 134512640 134550932 4289554352 18446744073709551615 10907344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16001/statm: 458 132 96 10 0 63 0

[startup+0.068828 s]
/proc/loadavg: 0.99 0.98 1.00 2/106 16001
/proc/meminfo: memFree=1684564/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1521796 CPUtime=0.05
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 3678 0 1 0 3 2 0 0 18 0 7 0 8893356 1558319104 3119 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 380449 3120 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100827 s]
/proc/loadavg: 0.99 0.98 1.00 2/106 16001
/proc/meminfo: memFree=1684564/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1524180 CPUtime=0.08
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 3952 0 1 0 6 2 0 0 18 0 12 0 8893356 1560760320 3391 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300825 s]
/proc/loadavg: 0.99 0.98 1.00 2/106 16001
/proc/meminfo: memFree=1684564/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1525796 CPUtime=0.36
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 5375 0 1 0 33 3 0 0 18 0 12 0 8893356 1562415104 4810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 381449 4810 1356 10 0 378752 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525796

[startup+0.700821 s]
/proc/loadavg: 0.99 0.98 1.00 2/106 16001
/proc/meminfo: memFree=1684564/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1527864 CPUtime=1.09
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 7244 0 1 0 105 4 0 0 18 0 12 0 8893356 1564532736 6371 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 381966 6371 1407 10 0 379269 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527864

[startup+1.50181 s]
/proc/loadavg: 1.15 1.02 1.01 3/118 16013
/proc/meminfo: memFree=1660476/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1529240 CPUtime=2.25
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 9335 0 1 0 219 6 0 0 18 0 12 0 8893356 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 382310 7995 1411 10 0 379613 0
[pid=16001/tid=16003] ppid=15999 vsize=1529240 CPUtime=1.46
/proc/16001/task/16003/stat : 16003 (java) R 15999 16001 15812 0 -1 4202560 6232 0 1 0 142 4 0 0 25 0 12 0 8893357 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4108875329 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 8893359 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 8893359 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8893360 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8893361 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 8893361 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8893365 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1529240 CPUtime=0.28
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 758 0 0 0 28 0 0 0 20 0 12 0 8893365 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1529240 CPUtime=0.48
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 1284 0 0 0 48 0 0 0 15 0 12 0 8893365 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8893365 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1529240 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8893365 1565941760 7995 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1529240

[startup+3.1018 s]
/proc/loadavg: 1.15 1.02 1.01 2/118 16013
/proc/meminfo: memFree=1654028/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1551140 CPUtime=4.61
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 19097 0 1 0 450 11 0 0 18 0 16 0 8893356 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 387785 14727 1425 10 0 385088 0
[pid=16001/tid=16003] ppid=15999 vsize=1551140 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7598 0 1 0 231 5 0 0 25 0 16 0 8893357 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 8893359 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 8893359 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16006/stat : 16006 (java) R 15999 16001 15812 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 8893360 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 8893361 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8893361 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1551140 CPUtime=0.84
/proc/16001/task/16010/stat : 16010 (java) R 15999 16001 15812 0 -1 4202560 2875 0 0 0 83 1 0 0 16 0 16 0 8893365 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 104144029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1551140 CPUtime=1.09
/proc/16001/task/16011/stat : 16011 (java) R 15999 16001 15812 0 -1 4202560 6846 0 0 0 106 3 0 0 16 0 16 0 8893365 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 106251818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1551140 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8893365 1588367360 14727 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1551140

[startup+6.30277 s]
/proc/loadavg: 1.15 1.02 1.01 4/122 16017
/proc/meminfo: memFree=1527764/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1551172 CPUtime=10.94
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 53250 0 1 0 1064 30 0 0 18 0 16 0 8893356 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 387793 43049 1441 10 0 385096 0
[pid=16001/tid=16003] ppid=15999 vsize=1551172 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7599 0 1 0 231 5 0 0 15 0 16 0 8893357 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1551172 CPUtime=0.04
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 1952 0 0 0 4 0 0 0 16 0 16 0 8893359 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1551172 CPUtime=0.04
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 1919 0 0 0 4 0 0 0 15 0 16 0 8893359 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1551172 CPUtime=0.12
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 12 0 0 0 5 7 0 0 16 0 16 0 8893360 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 8893361 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8893361 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1551172 CPUtime=1.93
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 5514 0 0 0 191 2 0 0 16 0 16 0 8893365 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1551172 CPUtime=2.8
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 10679 0 0 0 276 4 0 0 15 0 16 0 8893365 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8893365 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=1551172 CPUtime=1.86
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4202560 15281 0 0 0 181 5 0 0 25 0 16 0 8893597 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4109575096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16015] ppid=15999 vsize=1551172 CPUtime=1.69
/proc/16001/task/16015/stat : 16015 (java) R 15999 16001 15812 0 -1 4202560 9226 0 0 0 167 2 0 0 19 0 16 0 8893597 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4108932228 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16016] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16016/stat : 16016 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893599 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16017] ppid=15999 vsize=1551172 CPUtime=0
/proc/16001/task/16017/stat : 16017 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893604 1588400128 43049 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 1551172

[startup+12.7017 s]
/proc/loadavg: 1.36 1.06 1.03 3/122 16017
/proc/meminfo: memFree=1493664/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1549124 CPUtime=23.45
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 60094 0 1 0 2312 33 0 0 18 0 16 0 8893356 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 387281 49212 1450 10 0 384584 0
[pid=16001/tid=16003] ppid=15999 vsize=1549124 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7599 0 1 0 231 5 0 0 15 0 16 0 8893357 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1549124 CPUtime=0.2
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 3386 0 0 0 19 1 0 0 16 0 16 0 8893359 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1549124 CPUtime=0.2
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 3753 0 0 0 19 1 0 0 16 0 16 0 8893359 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1549124 CPUtime=0.28
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 3515 0 0 0 20 8 0 0 15 0 16 0 8893360 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1549124 CPUtime=2.33
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 5550 0 0 0 231 2 0 0 15 0 16 0 8893365 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1549124 CPUtime=3.24
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 10704 0 0 0 320 4 0 0 15 0 16 0 8893365 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 8893365 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=1549124 CPUtime=7.48
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4202560 15287 0 0 0 743 5 0 0 19 0 16 0 8893597 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4108932424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16015] ppid=15999 vsize=1549124 CPUtime=7.27
/proc/16001/task/16015/stat : 16015 (java) R 15999 16001 15812 0 -1 4202560 9232 0 0 0 724 3 0 0 25 0 16 0 8893597 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4109246502 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16016] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16016/stat : 16016 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893599 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16017] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16017/stat : 16017 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893604 1586302976 49212 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 1549124

[startup+25.5016 s]
/proc/loadavg: 1.46 1.10 1.04 3/122 16019
/proc/meminfo: memFree=1468740/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1549124 CPUtime=48.59
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 66413 0 1 0 4822 37 0 0 18 0 16 0 8893356 1586302976 55104 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/16001/statm: 387281 105833 1450 10 0 384584 0
[pid=16001/tid=16003] ppid=15999 vsize=1549124 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7618 0 1 0 231 5 0 0 15 0 16 0 8893357 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1549124 CPUtime=7.82
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 38632 0 0 0 750 32 0 0 15 0 16 0 8893359 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1549124 CPUtime=7.79
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 34243 0 0 0 745 34 0 0 15 0 16 0 8893359 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1549124 CPUtime=45.54
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 5562 0 0 0 4530 24 0 0 15 0 16 0 8893360 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1549124 CPUtime=2.33
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 5550 0 0 0 231 2 0 0 15 0 16 0 8893365 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1549124 CPUtime=3.5
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 10705 0 0 0 346 4 0 0 16 0 16 0 8893365 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 8893365 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=1549124 CPUtime=699.19
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4202560 16252 0 0 0 69893 26 0 0 25 0 16 0 8893597 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4109083551 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16015] ppid=15999 vsize=1549124 CPUtime=696.35
/proc/16001/task/16015/stat : 16015 (java) R 15999 16001 15812 0 -1 4202560 10444 0 0 0 69619 16 0 0 25 0 16 0 8893597 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4109250958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16016] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16016/stat : 16016 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893599 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16017] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16017/stat : 16017 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893604 1586302976 105833 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1464.99
Current children cumulated vsize (KiB) 1549124

[startup+822.302 s]
/proc/loadavg: 2.09 1.95 1.57 3/122 16039
/proc/meminfo: memFree=1255212/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1549124 CPUtime=1578.91
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 132721 0 1 0 157735 156 0 0 18 0 16 0 8893356 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 387281 107860 1450 10 0 384584 0
[pid=16001/tid=16003] ppid=15999 vsize=1549124 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7625 0 1 0 231 5 0 0 15 0 16 0 8893357 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1549124 CPUtime=8.36
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 40081 0 0 0 801 35 0 0 15 0 16 0 8893359 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1549124 CPUtime=8.33
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 35294 0 0 0 797 36 0 0 16 0 16 0 8893359 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1549124 CPUtime=50.51
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 5586 0 0 0 5027 24 0 0 16 0 16 0 8893360 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1549124 CPUtime=2.33
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 5550 0 0 0 231 2 0 0 15 0 16 0 8893365 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1549124 CPUtime=3.5
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 10705 0 0 0 346 4 0 0 16 0 16 0 8893365 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 8893365 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=1549124 CPUtime=752.99
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4202560 16285 0 0 0 75273 26 0 0 25 0 16 0 8893597 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4109083787 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16015] ppid=15999 vsize=1549124 CPUtime=750.4
/proc/16001/task/16015/stat : 16015 (java) R 15999 16001 15812 0 -1 4202560 10477 0 0 0 75023 17 0 0 25 0 16 0 8893597 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4109438453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16016] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16016/stat : 16016 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893599 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16017] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16017/stat : 16017 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893604 1586302976 107860 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1578.91
Current children cumulated vsize (KiB) 1549124

[startup+882.301 s]
/proc/loadavg: 1.93 1.93 1.58 3/122 16041
/proc/meminfo: memFree=1251368/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1549124 CPUtime=1692.94
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 133786 0 1 0 169132 162 0 0 18 0 16 0 8893356 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 387281 108810 1450 10 0 384584 0
[pid=16001/tid=16003] ppid=15999 vsize=1549124 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7629 0 1 0 231 5 0 0 15 0 16 0 8893357 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1549124 CPUtime=8.87
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 40631 0 0 0 850 37 0 0 16 0 16 0 8893359 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1549124 CPUtime=8.85
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 35631 0 0 0 847 38 0 0 15 0 16 0 8893359 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1549124 CPUtime=55.49
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 5696 0 0 0 5524 25 0 0 15 0 16 0 8893360 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1549124 CPUtime=2.33
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 5550 0 0 0 231 2 0 0 15 0 16 0 8893365 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1549124 CPUtime=3.5
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 10705 0 0 0 346 4 0 0 16 0 16 0 8893365 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 8893365 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=1549124 CPUtime=806.95
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4202560 16316 0 0 0 80668 27 0 0 25 0 16 0 8893597 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4109172801 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16015] ppid=15999 vsize=1549124 CPUtime=804.48
/proc/16001/task/16015/stat : 16015 (java) R 15999 16001 15812 0 -1 4202560 10509 0 0 0 80430 18 0 0 25 0 16 0 8893597 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4108932597 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16016] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16016/stat : 16016 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893599 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16017] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16017/stat : 16017 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893604 1586302976 108810 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1692.94
Current children cumulated vsize (KiB) 1549124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.702 s]
/proc/loadavg: 2.09 1.97 1.61 3/122 16043
/proc/meminfo: memFree=1243680/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=1549124 CPUtime=1800.02
/proc/16001/stat : 16001 (java) S 15999 16001 15812 0 -1 4202496 136319 0 1 0 179833 169 0 0 18 0 16 0 8893356 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 387281 110708 1450 10 0 384584 0
[pid=16001/tid=16003] ppid=15999 vsize=1549124 CPUtime=2.36
/proc/16001/task/16003/stat : 16003 (java) S 15999 16001 15812 0 -1 4202560 7631 0 1 0 231 5 0 0 15 0 16 0 8893357 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16004] ppid=15999 vsize=1549124 CPUtime=9.23
/proc/16001/task/16004/stat : 16004 (java) S 15999 16001 15812 0 -1 4202560 41933 0 0 0 884 39 0 0 15 0 16 0 8893359 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16005] ppid=15999 vsize=1549124 CPUtime=9.22
/proc/16001/task/16005/stat : 16005 (java) S 15999 16001 15812 0 -1 4202560 36774 0 0 0 882 40 0 0 16 0 16 0 8893359 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16006] ppid=15999 vsize=1549124 CPUtime=60.15
/proc/16001/task/16006/stat : 16006 (java) S 15999 16001 15812 0 -1 4202560 5729 0 0 0 5990 25 0 0 16 0 16 0 8893360 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16007] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16007/stat : 16007 (java) S 15999 16001 15812 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16008] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16008/stat : 16008 (java) S 15999 16001 15812 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8893361 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16009] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16009/stat : 16009 (java) S 15999 16001 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16010] ppid=15999 vsize=1549124 CPUtime=2.33
/proc/16001/task/16010/stat : 16010 (java) S 15999 16001 15812 0 -1 4202560 5550 0 0 0 231 2 0 0 15 0 16 0 8893365 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16011] ppid=15999 vsize=1549124 CPUtime=3.5
/proc/16001/task/16011/stat : 16011 (java) S 15999 16001 15812 0 -1 4202560 10705 0 0 0 346 4 0 0 16 0 16 0 8893365 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16012] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16012/stat : 16012 (java) S 15999 16001 15812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8893365 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16001/tid=16013] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16013/stat : 16013 (java) S 15999 16001 15812 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8893365 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=1549124 CPUtime=857.35
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4202560 16344 0 0 0 85707 28 0 0 24 0 16 0 8893597 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4109172147 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16001/tid=16015] ppid=15999 vsize=1549124 CPUtime=855.78
/proc/16001/task/16015/stat : 16015 (java) R 15999 16001 15812 0 -1 4202560 10530 0 0 0 85557 21 0 0 23 0 16 0 8893597 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4108932559 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16001/tid=16016] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16016/stat : 16016 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893599 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16001/tid=16017] ppid=15999 vsize=1549124 CPUtime=0
/proc/16001/task/16017/stat : 16017 (java) S 15999 16001 15812 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8893604 1586302976 110708 1992294400 134512640 134550932 4291490096 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1549124

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

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

[startup+938.819 s]
/proc/loadavg: 2.09 1.97 1.61 3/122 16043
/proc/meminfo: memFree=1243680/2059040 swapFree=4192956/4192956
[pid=16001] ppid=15999 vsize=0 CPUtime=1800.2
/proc/16001/stat : 16001 (java) Z 15999 16001 15812 0 -1 4203548 136340 0 1 0 179847 173 0 0 17 0 2 0 8893356 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16001/statm: 0 0 0 0 0 0 0
[pid=16001/tid=16014] ppid=15999 vsize=0 CPUtime=857.45
/proc/16001/task/16014/stat : 16014 (java) R 15999 16001 15812 0 -1 4203588 16344 0 0 0 85714 31 0 0 25 0 2 0 8893597 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.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 938.832
CPU time (s): 1800.23
CPU user time (s): 1798.48
CPU system time (s): 1.74773
CPU usage (%): 191.752
Max. virtual memory (cumulated for all children) (KiB): 1556896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.74773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136340
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= 34649
involuntary context switches= 54963

runsolver used 5.03423 second user time and 9.54055 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 10:13:33
IDJOB=2661534
IDBENCH=48294
IDSOLVER=1166
FILE ID=node047/2661534-1276676013
PBS_JOBID= 11172544
Free space on /tmp= 62540 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_1_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661534-1276676013/watcher-2661534-1276676013 -o /tmp/evaluation-result-2661534-1276676013/solver-2661534-1276676013 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661534-1276676013.opb

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

MD5SUM BENCH= be9efb792831413817cc7562bdc6c002
RANDOM SEED=1681704493

node047.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.244
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.48
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.244
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1684960 kB
Buffers:         98440 kB
Cached:         148952 kB
SwapCached:          0 kB
Active:         127528 kB
Inactive:       179132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1684960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59236 kB
Mapped:          15488 kB
Slab:            45620 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180164 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= 62540 MiB
End job on node047 at 2010-06-16 10:29:14