Trace number 2658172

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.2 1798.27

General information on the benchmark

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

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.v20100526
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.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658172-1276675608.opb
0.08/0.21	c reading problem ... 
0.89/0.69	c ... done. Wall clock time 0.482s.
0.89/0.69	c #vars     1458
0.89/0.69	c #constraints  2819
0.89/0.69	c constraints type 
0.89/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1258
0.89/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.89/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.89/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
4.95/3.66	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.10/6.67	c cleaning 4252 clauses out of 8504 with flag 11005/11005
12.74/11.20	c cleaning 5629 clauses out of 11257 with flag 18010/18010
19.89/18.33	c cleaning 6810 clauses out of 13620 with flag 26002/26002
28.51/26.98	c cleaning 7914 clauses out of 15827 with flag 35019/35019
39.14/37.59	c cleaning 8949 clauses out of 17899 with flag 45005/45005
47.57/45.90	c cleaning 9472 clauses out of 18947 with flag 55002/55002
54.90/53.23	c cleaning 9740 clauses out of 19483 with flag 65010/65010
60.71/59.05	c cleaning 9868 clauses out of 19737 with flag 75004/75004
67.93/66.26	c cleaning 9931 clauses out of 19865 with flag 85000/85000
76.75/75.08	c cleaning 9966 clauses out of 19934 with flag 95000/95000
84.87/83.18	c cleaning 9986 clauses out of 19971 with flag 105003/105003
90.67/88.96	c cleaning 9993 clauses out of 19987 with flag 115005/115005
99.47/97.73	c cleaning 9993 clauses out of 19989 with flag 125000/125000
109.79/108.09	c cleaning 9997 clauses out of 19998 with flag 135002/135002
120.41/118.64	c cleaning 10009 clauses out of 20022 with flag 145023/145023
129.43/127.68	c cleaning 9996 clauses out of 19991 with flag 155001/155001
134.42/132.69	c cleaning 10000 clauses out of 20005 with flag 165011/165011
141.32/139.50	c cleaning 9997 clauses out of 19998 with flag 175004/175004
152.02/150.29	c cleaning 9997 clauses out of 19998 with flag 185001/185001
160.83/159.07	c cleaning 10013 clauses out of 20028 with flag 195028/195028
166.75/164.97	c cleaning 9993 clauses out of 19992 with flag 205005/205005
173.14/171.37	c cleaning 9998 clauses out of 20001 with flag 215007/215007
178.43/176.69	c cleaning 9996 clauses out of 19997 with flag 225001/225001
185.44/183.70	c cleaning 9997 clauses out of 20000 with flag 235000/235000
191.63/189.86	c cleaning 10005 clauses out of 20013 with flag 245010/245010
197.64/195.86	c cleaning 9998 clauses out of 19999 with flag 255001/255001
204.83/203.01	c cleaning 9999 clauses out of 20002 with flag 265002/265002
210.93/209.16	c cleaning 10003 clauses out of 20012 with flag 275011/275011
216.93/215.10	c cleaning 10005 clauses out of 20014 with flag 285016/285016
222.73/220.98	c cleaning 9994 clauses out of 19994 with flag 295001/295001
228.02/226.23	c cleaning 9998 clauses out of 20001 with flag 305002/305002
233.72/231.93	c cleaning 9998 clauses out of 20002 with flag 315001/315001
239.13/237.34	c cleaning 10002 clauses out of 20009 with flag 325006/325006
245.13/243.36	c cleaning 9998 clauses out of 20002 with flag 335001/335001
250.73/248.93	c cleaning 10005 clauses out of 20015 with flag 345012/345012
257.33/255.53	c cleaning 10000 clauses out of 20006 with flag 355008/355008
262.93/261.18	c cleaning 9997 clauses out of 20000 with flag 365002/365002
269.33/267.51	c cleaning 10001 clauses out of 20006 with flag 375005/375005
275.12/273.38	c cleaning 10000 clauses out of 20004 with flag 385004/385004
282.12/280.34	c cleaning 9998 clauses out of 20002 with flag 395002/395002
287.72/286.00	c cleaning 10000 clauses out of 20003 with flag 405001/405001
294.82/293.06	c cleaning 10008 clauses out of 20017 with flag 415015/415015
300.02/298.29	c cleaning 10001 clauses out of 20006 with flag 425012/425012
307.32/305.56	c cleaning 9994 clauses out of 19994 with flag 435001/435001
312.91/311.18	c cleaning 9999 clauses out of 19999 with flag 445000/445000
319.51/317.78	c cleaning 10003 clauses out of 20011 with flag 455011/455011
325.13/323.36	c cleaning 10006 clauses out of 20015 with flag 465018/465018
331.03/329.24	c cleaning 10009 clauses out of 20018 with flag 475027/475027
337.35/335.60	c cleaning 9990 clauses out of 19985 with flag 485003/485003
344.05/342.27	c cleaning 10010 clauses out of 20021 with flag 495029/495029
350.46/348.66	c cleaning 9990 clauses out of 19984 with flag 505002/505002
354.55/352.72	c cleaning 9994 clauses out of 19993 with flag 515001/515001
357.75/355.94	c cleaning 9997 clauses out of 20000 with flag 525002/525002
362.24/360.46	c cleaning 10001 clauses out of 20005 with flag 535004/535004
367.65/365.87	c cleaning 10000 clauses out of 20005 with flag 545005/545005
372.25/370.44	c cleaning 9997 clauses out of 20000 with flag 555000/555000
377.75/375.92	c cleaning 10003 clauses out of 20012 with flag 565009/565009
383.07/381.25	c cleaning 9996 clauses out of 20000 with flag 575000/575000
388.67/386.84	c cleaning 9999 clauses out of 20004 with flag 585000/585000
393.98/392.12	c cleaning 10003 clauses out of 20010 with flag 595005/595005
400.37/398.58	c cleaning 10013 clauses out of 20029 with flag 605027/605027
406.88/405.03	c cleaning 9990 clauses out of 19990 with flag 615001/615001
416.60/414.74	c cleaning 9997 clauses out of 19999 with flag 625000/625000
423.50/421.63	c cleaning 10007 clauses out of 20017 with flag 635015/635015
433.72/431.87	c cleaning 9997 clauses out of 19997 with flag 645002/645002
439.42/437.50	c cleaning 10001 clauses out of 20005 with flag 655007/655007
443.62/441.73	c cleaning 9996 clauses out of 19998 with flag 665001/665001
449.02/447.17	c cleaning 9999 clauses out of 20003 with flag 675002/675002
452.84/450.95	c cleaning 9999 clauses out of 20003 with flag 685001/685001
458.04/456.20	c cleaning 10003 clauses out of 20012 with flag 695009/695009
463.14/461.27	c cleaning 9999 clauses out of 20004 with flag 705004/705004
469.35/467.45	c cleaning 9998 clauses out of 20002 with flag 715001/715001
475.54/473.65	c cleaning 10002 clauses out of 20010 with flag 725007/725007
480.58/478.62	c cleaning 10001 clauses out of 20008 with flag 735007/735007
485.38/483.41	c cleaning 10005 clauses out of 20013 with flag 745013/745013
490.58/488.61	c cleaning 9992 clauses out of 19996 with flag 755001/755001
496.18/494.26	c cleaning 9996 clauses out of 20007 with flag 765004/765004
502.87/500.97	c cleaning 10002 clauses out of 20010 with flag 775003/775003
509.88/507.98	c cleaning 9998 clauses out of 20005 with flag 785000/785000
518.29/516.32	c cleaning 10010 clauses out of 20024 with flag 795017/795017
525.50/523.51	c cleaning 9995 clauses out of 19999 with flag 805002/805002
530.39/528.45	c cleaning 9999 clauses out of 20007 with flag 815005/815005
535.50/533.55	c cleaning 9998 clauses out of 20003 with flag 825000/825000
540.90/538.98	c cleaning 9999 clauses out of 20006 with flag 835001/835001
546.49/544.51	c cleaning 9999 clauses out of 20008 with flag 845002/845002
552.99/551.02	c cleaning 10000 clauses out of 20007 with flag 855000/855000
559.38/557.46	c cleaning 9999 clauses out of 20007 with flag 865000/865000
566.38/564.40	c cleaning 10004 clauses out of 20016 with flag 875008/875008
574.68/572.75	c cleaning 10003 clauses out of 20009 with flag 885005/885005
588.47/586.51	c cleaning 10000 clauses out of 20005 with flag 895004/895004
602.68/600.70	c cleaning 10003 clauses out of 20011 with flag 905010/905010
615.37/613.42	c cleaning 10002 clauses out of 20009 with flag 915011/915011
627.98/626.00	c cleaning 9996 clauses out of 19996 with flag 925000/925000
640.58/638.65	c cleaning 10011 clauses out of 20025 with flag 935025/935025
650.28/648.34	c cleaning 9995 clauses out of 19993 with flag 945004/945004
662.29/660.39	c cleaning 9996 clauses out of 19995 with flag 955001/955001
672.69/670.78	c cleaning 10011 clauses out of 20023 with flag 965025/965025
677.30/675.37	c cleaning 9990 clauses out of 19987 with flag 975000/975000
682.90/680.92	c cleaning 10001 clauses out of 20008 with flag 985011/985011
687.79/685.88	c cleaning 9996 clauses out of 19997 with flag 995001/995001
694.49/692.55	c cleaning 10001 clauses out of 20007 with flag 1005007/1005007
701.19/699.22	c cleaning 9998 clauses out of 20000 with flag 1015001/1015001
706.89/704.93	c cleaning 9996 clauses out of 20002 with flag 1025001/1025001
712.59/710.61	c cleaning 10002 clauses out of 20009 with flag 1035004/1035004
718.88/716.92	c cleaning 10000 clauses out of 20005 with flag 1045002/1045002
724.58/722.64	c cleaning 10001 clauses out of 20007 with flag 1055004/1055004
730.08/728.17	c cleaning 9997 clauses out of 20002 with flag 1065000/1065000
736.68/734.73	c cleaning 10000 clauses out of 20005 with flag 1075000/1075000
744.18/742.21	c cleaning 10002 clauses out of 20010 with flag 1085005/1085005
749.07/747.15	c cleaning 10000 clauses out of 20005 with flag 1095002/1095002
755.28/753.40	c cleaning 10001 clauses out of 20007 with flag 1105004/1105004
761.98/760.10	c cleaning 9998 clauses out of 20003 with flag 1115001/1115001
769.07/767.18	c cleaning 10002 clauses out of 20010 with flag 1125006/1125006
775.67/773.78	c cleaning 10006 clauses out of 20018 with flag 1135016/1135016
783.07/781.12	c cleaning 10000 clauses out of 20005 with flag 1145009/1145009
792.66/790.73	c cleaning 10001 clauses out of 20007 with flag 1155011/1155011
800.36/798.47	c cleaning 9997 clauses out of 19999 with flag 1165004/1165004
808.06/806.15	c cleaning 10000 clauses out of 20006 with flag 1175008/1175008
813.55/811.69	c cleaning 10000 clauses out of 20006 with flag 1185008/1185008
819.35/817.47	c cleaning 9997 clauses out of 19999 with flag 1195001/1195001
825.64/823.74	c cleaning 10001 clauses out of 20008 with flag 1205007/1205007
831.74/829.83	c cleaning 9997 clauses out of 20000 with flag 1215000/1215000
838.54/836.66	c cleaning 10003 clauses out of 20012 with flag 1225009/1225009
846.53/844.70	c cleaning 9997 clauses out of 20000 with flag 1235000/1235000
854.84/852.98	c cleaning 9999 clauses out of 20003 with flag 1245000/1245000
861.34/859.44	c cleaning 10002 clauses out of 20010 with flag 1255006/1255006
868.14/866.25	c cleaning 10003 clauses out of 20011 with flag 1265009/1265009
874.53/872.69	c cleaning 10002 clauses out of 20010 with flag 1275011/1275011
881.13/879.22	c cleaning 10009 clauses out of 20022 with flag 1285025/1285025
887.93/886.01	c cleaning 10001 clauses out of 20007 with flag 1295019/1295019
896.92/895.03	c cleaning 9992 clauses out of 19989 with flag 1305002/1305002
904.92/903.04	c cleaning 9996 clauses out of 19995 with flag 1315000/1315000
912.72/910.90	c cleaning 9998 clauses out of 20001 with flag 1325002/1325002
921.31/919.41	c cleaning 9999 clauses out of 20001 with flag 1335000/1335000
927.21/925.38	c cleaning 10000 clauses out of 20005 with flag 1345003/1345003
934.51/932.62	c cleaning 10000 clauses out of 20006 with flag 1355004/1355004
940.81/938.97	c cleaning 10008 clauses out of 20021 with flag 1365019/1365019
946.51/944.62	c cleaning 9998 clauses out of 20001 with flag 1375007/1375007
952.21/950.35	c cleaning 9996 clauses out of 19997 with flag 1385001/1385001
958.30/956.50	c cleaning 10003 clauses out of 20010 with flag 1395010/1395010
964.70/962.84	c cleaning 9996 clauses out of 19998 with flag 1405001/1405001
972.19/970.35	c cleaning 9998 clauses out of 20002 with flag 1415001/1415001
978.29/976.44	c cleaning 9999 clauses out of 20004 with flag 1425001/1425001
984.58/982.78	c cleaning 10002 clauses out of 20009 with flag 1435005/1435005
991.18/989.32	c cleaning 9999 clauses out of 20004 with flag 1445002/1445002
997.87/996.00	c cleaning 10001 clauses out of 20007 with flag 1455004/1455004
1005.17/1003.33	c cleaning 10000 clauses out of 20005 with flag 1465003/1465003
1011.67/1009.81	c cleaning 9999 clauses out of 20004 with flag 1475002/1475002
1017.86/1016.04	c cleaning 9999 clauses out of 20003 with flag 1485000/1485000
1024.87/1023.04	c cleaning 10006 clauses out of 20016 with flag 1495012/1495012
1032.26/1030.45	c cleaning 9998 clauses out of 20002 with flag 1505004/1505004
1039.75/1037.97	c cleaning 10004 clauses out of 20014 with flag 1515014/1515014
1048.25/1046.45	c cleaning 9998 clauses out of 20001 with flag 1525005/1525005
1057.04/1055.26	c cleaning 9997 clauses out of 20000 with flag 1535002/1535002
1065.75/1063.94	c cleaning 10002 clauses out of 20007 with flag 1545006/1545006
1073.95/1072.11	c cleaning 10006 clauses out of 20015 with flag 1555016/1555016
1082.15/1080.37	c cleaning 9994 clauses out of 19994 with flag 1565001/1565001
1090.24/1088.44	c cleaning 10007 clauses out of 20016 with flag 1575017/1575017
1099.94/1098.16	c cleaning 9998 clauses out of 20000 with flag 1585008/1585008
1110.55/1108.76	c cleaning 9995 clauses out of 19995 with flag 1595001/1595001
1121.54/1119.77	c cleaning 10000 clauses out of 20004 with flag 1605005/1605005
1131.84/1130.00	c cleaning 9998 clauses out of 20000 with flag 1615001/1615001
1141.23/1139.43	c cleaning 10000 clauses out of 20003 with flag 1625002/1625002
1148.33/1146.53	c cleaning 9998 clauses out of 20001 with flag 1635000/1635000
1154.83/1153.02	c cleaning 10005 clauses out of 20013 with flag 1645010/1645010
1161.23/1159.49	c cleaning 10002 clauses out of 20009 with flag 1655011/1655011
1168.02/1166.26	c cleaning 9996 clauses out of 19998 with flag 1665002/1665002
1174.62/1172.82	c cleaning 10007 clauses out of 20017 with flag 1675017/1675017
1181.42/1179.62	c cleaning 10000 clauses out of 20006 with flag 1685013/1685013
1189.61/1187.83	c cleaning 9997 clauses out of 19999 with flag 1695006/1695006
1197.61/1195.81	c cleaning 10002 clauses out of 20009 with flag 1705013/1705013
1205.71/1203.99	c cleaning 9995 clauses out of 19996 with flag 1715002/1715002
1213.80/1212.08	c cleaning 9997 clauses out of 19999 with flag 1725000/1725000
1222.20/1220.45	c cleaning 9999 clauses out of 20004 with flag 1735002/1735002
1229.70/1227.92	c cleaning 10013 clauses out of 20031 with flag 1745028/1745028
1240.00/1238.24	c cleaning 9995 clauses out of 19996 with flag 1755006/1755006
1252.19/1250.41	c cleaning 9996 clauses out of 19995 with flag 1765000/1765000
1259.60/1257.86	c cleaning 9998 clauses out of 20000 with flag 1775001/1775001
1266.40/1264.60	c cleaning 9999 clauses out of 20001 with flag 1785000/1785000
1273.50/1271.79	c cleaning 10003 clauses out of 20011 with flag 1795009/1795009
1281.70/1279.90	c cleaning 9998 clauses out of 19999 with flag 1805000/1805000
1292.40/1290.67	c cleaning 10013 clauses out of 20026 with flag 1815025/1815025
1299.80/1298.09	c cleaning 9991 clauses out of 19990 with flag 1825002/1825002
1304.40/1302.65	c cleaning 9991 clauses out of 19998 with flag 1835001/1835001
1308.10/1306.36	c cleaning 10006 clauses out of 20016 with flag 1845010/1845010
1311.90/1310.13	c cleaning 9997 clauses out of 20004 with flag 1855004/1855004
1315.50/1313.77	c cleaning 9995 clauses out of 20003 with flag 1865000/1865000
1319.39/1317.60	c cleaning 10003 clauses out of 20012 with flag 1875004/1875004
1323.70/1321.94	c cleaning 10002 clauses out of 20010 with flag 1885005/1885005
1327.80/1326.04	c cleaning 9996 clauses out of 20004 with flag 1895001/1895001
1332.00/1330.24	c cleaning 10010 clauses out of 20026 with flag 1905019/1905019
1336.80/1335.09	c cleaning 9988 clauses out of 19997 with flag 1915000/1915000
1342.00/1340.28	c cleaning 10001 clauses out of 20010 with flag 1925001/1925001
1346.20/1344.46	c cleaning 10000 clauses out of 20009 with flag 1935001/1935001
1351.00/1349.24	c cleaning 9998 clauses out of 20008 with flag 1945000/1945000
1355.70/1353.98	c cleaning 10003 clauses out of 20015 with flag 1955005/1955005
1360.21/1358.43	c cleaning 10003 clauses out of 20014 with flag 1965007/1965007
1364.51/1362.76	c cleaning 9991 clauses out of 20004 with flag 1975000/1975000
1369.41/1367.61	c cleaning 10005 clauses out of 20018 with flag 1985005/1985005
1373.61/1371.81	c cleaning 10000 clauses out of 20012 with flag 1995004/1995004
1380.71/1378.93	c cleaning 10004 clauses out of 20017 with flag 2005009/2005009
1386.51/1384.73	c cleaning 10009 clauses out of 20021 with flag 2015017/2015017
1392.91/1391.13	c cleaning 9994 clauses out of 19997 with flag 2025002/2025002
1402.12/1400.34	c cleaning 10000 clauses out of 20004 with flag 2035003/2035003
1410.52/1408.73	c cleaning 10006 clauses out of 20015 with flag 2045014/2045014
1417.03/1415.26	c cleaning 10001 clauses out of 20006 with flag 2055011/2055011
1424.93/1423.10	c cleaning 9996 clauses out of 19996 with flag 2065002/2065002
1433.14/1431.36	c cleaning 10000 clauses out of 20005 with flag 2075007/2075007
1438.25/1436.48	c cleaning 9993 clauses out of 19998 with flag 2085000/2085000
1443.05/1441.23	c cleaning 9995 clauses out of 20005 with flag 2095000/2095000
1447.45/1445.66	c cleaning 10006 clauses out of 20017 with flag 2105007/2105007
1453.14/1451.37	c cleaning 10006 clauses out of 20018 with flag 2115014/2115014
1457.85/1456.00	c cleaning 9997 clauses out of 19999 with flag 2125001/2125001
1461.85/1460.08	c cleaning 9998 clauses out of 20001 with flag 2135000/2135000
1467.15/1465.32	c cleaning 9999 clauses out of 20003 with flag 2145000/2145000
1471.55/1469.74	c cleaning 10003 clauses out of 20012 with flag 2155008/2155008
1476.45/1474.70	c cleaning 10002 clauses out of 20009 with flag 2165008/2165008
1482.04/1480.22	c cleaning 10002 clauses out of 20009 with flag 2175010/2175010
1489.64/1487.80	c cleaning 10007 clauses out of 20017 with flag 2185020/2185020
1494.45/1492.68	c cleaning 9993 clauses out of 19990 with flag 2195000/2195000
1499.15/1497.35	c cleaning 9995 clauses out of 19997 with flag 2205000/2205000
1504.55/1502.76	c cleaning 9992 clauses out of 20002 with flag 2215000/2215000
1509.75/1507.96	c cleaning 10007 clauses out of 20015 with flag 2225005/2225005
1514.25/1512.47	c cleaning 9997 clauses out of 20003 with flag 2235000/2235000
1519.64/1517.89	c cleaning 10000 clauses out of 20015 with flag 2245009/2245009
1525.93/1524.14	c cleaning 10004 clauses out of 20015 with flag 2255009/2255009
1532.94/1531.12	c cleaning 9996 clauses out of 20002 with flag 2265000/2265000
1541.63/1539.87	c cleaning 9998 clauses out of 20006 with flag 2275000/2275000
1550.83/1549.00	c cleaning 10004 clauses out of 20016 with flag 2285008/2285008
1554.83/1553.00	c cleaning 9993 clauses out of 20004 with flag 2295000/2295000
1558.93/1557.18	c cleaning 10001 clauses out of 20011 with flag 2305000/2305000
1564.03/1562.22	c cleaning 10001 clauses out of 20010 with flag 2315000/2315000
1568.52/1566.70	c cleaning 9999 clauses out of 20009 with flag 2325000/2325000
1574.22/1572.42	c cleaning 10005 clauses out of 20016 with flag 2335006/2335006
1580.82/1579.02	c cleaning 9999 clauses out of 20005 with flag 2345000/2345000
1587.12/1585.38	c cleaning 10001 clauses out of 20008 with flag 2355002/2355002
1593.53/1591.77	c cleaning 10004 clauses out of 20012 with flag 2365007/2365007
1601.92/1600.13	c cleaning 9999 clauses out of 20003 with flag 2375002/2375002
1606.93/1605.19	c cleaning 9998 clauses out of 20003 with flag 2385001/2385001
1612.04/1610.29	c cleaning 10004 clauses out of 20012 with flag 2395008/2395008
1618.75/1616.91	c cleaning 9994 clauses out of 20000 with flag 2405000/2405000
1625.74/1623.94	c cleaning 9999 clauses out of 20006 with flag 2415000/2415000
1633.04/1631.26	c cleaning 10001 clauses out of 20007 with flag 2425000/2425000
1641.13/1639.31	c cleaning 10001 clauses out of 20009 with flag 2435003/2435003
1647.55/1645.78	c cleaning 10002 clauses out of 20009 with flag 2445004/2445004
1653.65/1651.84	c cleaning 9997 clauses out of 20004 with flag 2455001/2455001
1659.95/1658.18	c cleaning 9997 clauses out of 20007 with flag 2465001/2465001
1665.65/1663.89	c cleaning 10004 clauses out of 20015 with flag 2475006/2475006
1671.65/1669.87	c cleaning 10004 clauses out of 20013 with flag 2485008/2485008
1680.36/1678.55	c cleaning 9999 clauses out of 20004 with flag 2495003/2495003
1688.75/1686.97	c cleaning 10005 clauses out of 20016 with flag 2505014/2505014
1695.35/1693.50	c cleaning 9995 clauses out of 19997 with flag 2515000/2515000
1703.16/1701.33	c cleaning 10010 clauses out of 20025 with flag 2525023/2525023
1710.17/1708.37	c cleaning 10001 clauses out of 20008 with flag 2535016/2535016
1718.36/1716.58	c cleaning 10006 clauses out of 20015 with flag 2545024/2545024
1724.87/1723.06	c cleaning 9984 clauses out of 19985 with flag 2555000/2555000
1732.57/1730.78	c cleaning 10019 clauses out of 20038 with flag 2565037/2565037
1739.28/1737.40	c cleaning 9986 clauses out of 19982 with flag 2575000/2575000
1746.78/1744.99	c cleaning 9999 clauses out of 20003 with flag 2585007/2585007
1751.48/1749.62	c cleaning 9996 clauses out of 19997 with flag 2595000/2595000
1755.99/1754.12	c cleaning 9998 clauses out of 20002 with flag 2605001/2605001
1759.89/1758.09	c cleaning 9999 clauses out of 20003 with flag 2615000/2615000
1764.89/1763.05	c cleaning 9994 clauses out of 20005 with flag 2625001/2625001
1769.09/1767.26	c cleaning 10003 clauses out of 20012 with flag 2635002/2635002
1775.30/1773.41	c cleaning 10001 clauses out of 20007 with flag 2645000/2645000
1779.60/1777.70	c cleaning 10005 clauses out of 20015 with flag 2655009/2655009
1784.10/1782.30	c cleaning 10000 clauses out of 20007 with flag 2665006/2665006
1788.40/1786.51	c cleaning 9998 clauses out of 20002 with flag 2675001/2675001
1792.50/1790.64	c cleaning 10000 clauses out of 20005 with flag 2685002/2685002
1797.89/1796.05	c cleaning 9998 clauses out of 20003 with flag 2695000/2695000
1800.10/1798.21	c starts		: 231
1800.10/1798.21	c conflicts		: 2699697
1800.10/1798.21	c decisions		: 5779082
1800.10/1798.21	c propagations		: 32571855
1800.10/1798.21	c inspects		: 2472547738
1800.10/1798.21	c learnt literals	: 0
1800.10/1798.21	c learnt binary clauses	: 0
1800.10/1798.21	c learnt ternary clauses	: 293
1800.10/1798.21	c learnt clauses	: 2699696
1800.10/1798.21	c ignored clauses	: 0
1800.10/1798.21	c root simplifications	: 0
1800.10/1798.21	c removed literals (reason simplification)	: 33812221
1800.10/1798.21	c reason swapping (by a shorter reason)	: 0
1800.10/1798.21	c Calls to reduceDB	: 271
1800.10/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.21	c number of learned constraints concerned by reduction	: 0
1800.10/1798.21	c number of learning phase by resolution	: 0
1800.10/1798.21	c number of learning phase by cutting planes	: 0
1800.10/1798.21	c speed (assignments/second)	: 18120.390536988358
1800.10/1798.21	c non guided choices	1345
1800.10/1798.24	c learnt constraints type 
1800.10/1798.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14729
1800.10/1798.24	c constraints type 
1800.10/1798.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1258
1800.10/1798.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.10/1798.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.10/1798.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1800.10/1798.24	s UNKNOWN
1800.10/1798.24	c Total wall clock time (in seconds): 1798.035

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-2658172-1276675608/watcher-2658172-1276675608 -o /tmp/evaluation-result-2658172-1276675608/solver-2658172-1276675608 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658172-1276675608.opb 

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


[startup+0 s]
/proc/loadavg: 1.07 1.05 1.09 3/106 15164
/proc/meminfo: memFree=1754828/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1832 CPUtime=0
/proc/15164/stat : 15164 (java6) S 15162 15164 14711 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 8853003 1875968 154 1992294400 134512640 134550932 4289114640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/15164/statm: 458 154 116 10 0 63 0

[startup+0.0119549 s]
/proc/loadavg: 1.07 1.05 1.09 3/106 15164
/proc/meminfo: memFree=1754828/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=392 CPUtime=0
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4194304 296 0 0 0 0 0 0 0 19 0 1 0 8853003 401408 41 1992294400 134512640 134550932 4288741152 18446744073709551615 5767764 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/15164/statm: 107 42 32 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.10097 s]
/proc/loadavg: 1.07 1.05 1.09 3/106 15164
/proc/meminfo: memFree=1754828/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1524184 CPUtime=0.08
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 3958 0 1 0 5 3 0 0 18 0 12 0 8853003 1560764416 3396 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300837 s]
/proc/loadavg: 1.07 1.05 1.09 3/106 15164
/proc/meminfo: memFree=1754828/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1526236 CPUtime=0.39
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 5308 0 1 0 35 4 0 0 18 0 12 0 8853003 1562865664 4744 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 381559 4745 1363 10 0 378861 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526236

[startup+0.700831 s]
/proc/loadavg: 1.07 1.05 1.09 3/106 15164
/proc/meminfo: memFree=1754828/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1528892 CPUtime=1.1
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 7460 0 1 0 105 5 0 0 18 0 12 0 8853003 1565585408 6720 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 382223 6720 1412 10 0 379525 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528892

[startup+1.50182 s]
/proc/loadavg: 1.07 1.05 1.09 4/119 15177
/proc/meminfo: memFree=1729056/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1533480 CPUtime=2.65
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 11868 0 1 0 256 9 0 0 18 0 13 0 8853003 1570283520 10558 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383370 10560 1425 10 0 380672 0
[pid=15164/tid=15166] ppid=15162 vsize=1533480 CPUtime=1.3
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 7771 0 1 0 126 4 0 0 18 0 13 0 8853005 1570283520 10560 1992294400 134512640 134550932 4288741152 18446744073709551615 4109420171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8853006 1570283520 10560 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8853006 1570283520 10560 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1533480 CPUtime=0.04
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 2 2 0 0 18 0 13 0 8853008 1570283520 10560 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8853008 1570283520 10560 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8853008 1570283520 10561 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1570283520 10561 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1533480 CPUtime=0.84
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1973 0 0 0 84 0 0 0 18 0 13 0 8853013 1570283520 10561 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1533480 CPUtime=0.43
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1054 0 0 0 43 0 0 0 25 0 13 0 8853013 1570283520 10561 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1570283520 10561 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8853013 1570283520 10562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1570283520 10562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1533480

[startup+3.10179 s]
/proc/loadavg: 1.07 1.05 1.09 2/119 15177
/proc/meminfo: memFree=1690988/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1533480 CPUtime=4.33
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 29789 0 1 0 418 15 0 0 18 0 13 0 8853003 1570283520 28478 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383370 28478 1429 10 0 380672 0
[pid=15164/tid=15166] ppid=15162 vsize=1533480 CPUtime=2.9
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 25628 0 1 0 279 11 0 0 21 0 13 0 8853005 1570283520 28478 1992294400 134512640 134550932 4288741152 18446744073709551615 4109420191 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8853006 1570283520 28479 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8853006 1570283520 28480 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1533480 CPUtime=0.04
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 2 2 0 0 18 0 13 0 8853008 1570283520 28481 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8853008 1570283520 28481 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8853008 1570283520 28481 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1570283520 28481 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1533480 CPUtime=0.84
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1973 0 0 0 84 0 0 0 18 0 13 0 8853013 1570283520 28482 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1533480 CPUtime=0.52
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1116 0 0 0 52 0 0 0 15 0 13 0 8853013 1570283520 28483 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1570283520 28485 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8853013 1570283520 28485 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1533480 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1570283520 28485 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1533480

[startup+6.30175 s]
/proc/loadavg: 1.31 1.10 1.10 2/119 15177
/proc/meminfo: memFree=1630848/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=7.79
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 34354 0 1 0 761 18 0 0 18 0 13 0 8853003 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 32562 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=6.06
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 28330 0 1 0 594 12 0 0 25 0 13 0 8853005 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4109335046 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 434 0 0 0 0 0 0 0 18 0 13 0 8853006 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 401 0 0 0 0 0 0 0 17 0 13 0 8853006 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=0.06
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 800 0 0 0 4 2 0 0 16 0 13 0 8853008 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=0.89
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1975 0 0 0 89 0 0 0 15 0 13 0 8853013 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 32562 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 1532220

[startup+12.7016 s]
/proc/loadavg: 1.28 1.10 1.10 2/119 15177
/proc/meminfo: memFree=1615844/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=14.24
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 37687 0 1 0 1405 19 0 0 18 0 13 0 8853003 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 35856 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=12.37
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 29043 0 1 0 1225 12 0 0 25 0 13 0 8853005 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4109335159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=0.02
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 1249 0 0 0 2 0 0 0 18 0 13 0 8853006 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=0.02
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 1178 0 0 0 1 1 0 0 15 0 13 0 8853006 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=0.13
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 1826 0 0 0 10 3 0 0 15 0 13 0 8853008 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=0.93
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1977 0 0 0 93 0 0 0 15 0 13 0 8853013 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 35856 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 1532220

[startup+25.5005 s]
/proc/loadavg: 1.22 1.09 1.10 2/119 15179
/proc/meminfo: memFree=1601956/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=27.11
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 41144 0 1 0 2690 21 0 0 18 0 13 0 8853003 1568993280 39308 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 39308 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=25.09
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 32065 0 1 0 2495 14 0 0 25 0 13 0 8853005 1568993280 39308 1992294400 134512640 134550932 4288741152 18446744073709551615 4109522047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=0.05
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 1505 0 0 0 5 0 0 0 16 0 13 0 8853006 1568993280 39308 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=0.05
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 1354 0 0 0 4 1 0 0 16 0 13 0 8853006 1568993280 39308 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=0.17

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

[pid=15164] ppid=15162 vsize=1532220 CPUtime=1604.13
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 54581 0 1 0 160362 51 0 0 18 0 13 0 8853003 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 50554 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=1590.99
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 35621 0 1 0 159070 29 0 0 25 0 13 0 8853005 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4109522047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=1.14
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 5452 0 0 0 107 7 0 0 16 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=1.18
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 5191 0 0 0 112 6 0 0 16 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=8.93
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 3822 0 0 0 888 5 0 0 15 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=1.1
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1990 0 0 0 110 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.13
Current children cumulated vsize (KiB) 1532220

[startup+1662.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/119 15224
/proc/meminfo: memFree=1553224/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=1664.15
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 54602 0 1 0 166362 53 0 0 18 0 13 0 8853003 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 50554 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=1650.56
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 35634 0 1 0 165025 31 0 0 25 0 13 0 8853005 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4109446120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=1.2
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 5452 0 0 0 113 7 0 0 15 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=1.24
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 5191 0 0 0 118 6 0 0 16 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=9.26
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 3826 0 0 0 921 5 0 0 15 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=1.1
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1990 0 0 0 110 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.15
Current children cumulated vsize (KiB) 1532220

[startup+1722.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/119 15226
/proc/meminfo: memFree=1553224/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=1724.16
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 54622 0 1 0 172361 55 0 0 18 0 13 0 8853003 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 50554 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=1710.17
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 35646 0 1 0 170984 33 0 0 25 0 13 0 8853005 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4109512267 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=1.26
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 5452 0 0 0 119 7 0 0 15 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=1.3
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 5191 0 0 0 124 6 0 0 15 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=9.55
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 3830 0 0 0 950 5 0 0 16 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=1.1
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1990 0 0 0 110 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.16
Current children cumulated vsize (KiB) 1532220

[startup+1782.3 s]
/proc/loadavg: 1.16 1.09 1.02 2/119 15228
/proc/meminfo: memFree=1553224/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=1784.2
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 54641 0 1 0 178362 58 0 0 18 0 13 0 8853003 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 50554 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=1769.7
/proc/15164/task/15166/stat : 15166 (java) S 15162 15164 14711 0 -1 4202560 35661 0 1 0 176935 35 0 0 25 0 13 0 8853005 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=1.32
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 5452 0 0 0 124 8 0 0 16 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=1.35
/proc/15164/task/15168/stat : 15168 (java) R 15162 15164 14711 0 -1 4202560 5191 0 0 0 129 6 0 0 15 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=9.94
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 3832 0 0 0 989 5 0 0 15 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=1.1
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1990 0 0 0 110 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.2
Current children cumulated vsize (KiB) 1532220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 1.21 1.10 1.03 2/119 15228
/proc/meminfo: memFree=1553224/2059040 swapFree=4192956/4192956
[pid=15164] ppid=15162 vsize=1532220 CPUtime=1800.1
/proc/15164/stat : 15164 (java) S 15162 15164 14711 0 -1 4202496 54648 0 1 0 179952 58 0 0 18 0 13 0 8853003 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15164/statm: 383055 50554 1443 10 0 380357 0
[pid=15164/tid=15166] ppid=15162 vsize=1532220 CPUtime=1785.44
/proc/15164/task/15166/stat : 15166 (java) R 15162 15164 14711 0 -1 4202560 35664 0 1 0 178509 35 0 0 25 0 13 0 8853005 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4109446301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15164/tid=15167] ppid=15162 vsize=1532220 CPUtime=1.33
/proc/15164/task/15167/stat : 15167 (java) S 15162 15164 14711 0 -1 4202560 5452 0 0 0 125 8 0 0 16 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15168] ppid=15162 vsize=1532220 CPUtime=1.36
/proc/15164/task/15168/stat : 15168 (java) S 15162 15164 14711 0 -1 4202560 5191 0 0 0 130 6 0 0 15 0 13 0 8853006 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15169] ppid=15162 vsize=1532220 CPUtime=10.08
/proc/15164/task/15169/stat : 15169 (java) S 15162 15164 14711 0 -1 4202560 3834 0 0 0 1003 5 0 0 15 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 0 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15170] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15170/stat : 15170 (java) S 15162 15164 14711 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15171] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15171/stat : 15171 (java) S 15162 15164 14711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8853008 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15172] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15172/stat : 15172 (java) S 15162 15164 14711 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15173] ppid=15162 vsize=1532220 CPUtime=1.1
/proc/15164/task/15173/stat : 15173 (java) S 15162 15164 14711 0 -1 4202560 1990 0 0 0 110 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15174] ppid=15162 vsize=1532220 CPUtime=0.71
/proc/15164/task/15174/stat : 15174 (java) S 15162 15164 14711 0 -1 4202560 1345 0 0 0 71 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15175] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15175/stat : 15175 (java) S 15162 15164 14711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
[pid=15164/tid=15176] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15176/stat : 15176 (java) S 15162 15164 14711 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8853013 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 1 0 0 0
[pid=15164/tid=15177] ppid=15162 vsize=1532220 CPUtime=0
/proc/15164/task/15177/stat : 15177 (java) S 15162 15164 14711 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8853073 1568993280 50554 1992294400 134512640 134550932 4288741152 18446744073709551615 4294960144 0 4 0 16800975 18446604437865313472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1532220

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

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

Child status: 143
Real time (s): 1798.27
CPU time (s): 1800.2
CPU user time (s): 1799.59
CPU system time (s): 0.608907
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 1533480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54670
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= 40167
involuntary context switches= 19887

runsolver used 3.68044 second user time and 9.58854 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 10:06:48
IDJOB=2658172
IDBENCH=48291
IDSOLVER=1164
FILE ID=node045/2658172-1276675608
PBS_JOBID= 11172519
Free space on /tmp= 62460 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_4_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658172-1276675608/watcher-2658172-1276675608 -o /tmp/evaluation-result-2658172-1276675608/solver-2658172-1276675608 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658172-1276675608.opb

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

MD5SUM BENCH= 476815bfad4ec3fb3f4fdbbbbf10b706
RANDOM SEED=1097731001

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755224 kB
Buffers:         64132 kB
Cached:         114792 kB
SwapCached:          0 kB
Active:          89368 kB
Inactive:       148900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             252 kB
Writeback:           0 kB
AnonPages:       59432 kB
Mapped:          15380 kB
Slab:            43708 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181332 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= 62460 MiB
End job on node045 at 2010-06-16 10:36:48