Trace number 2658542

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT (TO)6 1800.17 1789.7

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark245.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658542-1276657693.opb
0.24/0.20	c reading problem ... 
2.02/1.50	c ... done. Wall clock time 1.3s.
2.02/1.50	c #vars     3174
2.02/1.50	c #constraints  6248
2.02/1.50	c constraints type 
2.02/1.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
2.02/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
2.24/1.62	c SATISFIABLE
2.24/1.62	c OPTIMIZING...
2.24/1.62	c Got one! Elapsed wall clock time (in seconds):1.419
2.24/1.62	o 7
2.40/1.74	c Got one! Elapsed wall clock time (in seconds):1.543
2.40/1.74	o 6
6.86/5.47	c cleaning 2497 clauses out of 5002 with flag 5002/5002
10.64/9.11	c cleaning 4249 clauses out of 8504 with flag 11001/11001
15.06/13.55	c cleaning 5626 clauses out of 11258 with flag 18004/18004
20.00/18.44	c cleaning 6811 clauses out of 13630 with flag 26002/26002
25.81/24.19	c cleaning 7904 clauses out of 15818 with flag 35001/35001
32.15/30.50	c cleaning 8953 clauses out of 17914 with flag 45001/45001
38.47/36.77	c cleaning 9478 clauses out of 18963 with flag 55003/55003
45.61/43.88	c cleaning 9739 clauses out of 19483 with flag 65001/65001
51.63/49.84	c cleaning 9870 clauses out of 19743 with flag 75000/75000
58.16/56.38	c cleaning 9933 clauses out of 19875 with flag 85002/85002
65.29/63.43	c cleaning 9966 clauses out of 19940 with flag 95000/95000
72.01/70.10	c cleaning 9983 clauses out of 19974 with flag 105000/105000
77.84/76.00	c cleaning 9991 clauses out of 19991 with flag 115000/115000
84.37/82.45	c cleaning 9997 clauses out of 20002 with flag 125002/125002
91.21/89.23	c cleaning 9998 clauses out of 20003 with flag 135000/135000
98.03/96.09	c cleaning 9999 clauses out of 20005 with flag 145000/145000
104.75/102.80	c cleaning 9997 clauses out of 20006 with flag 155000/155000
110.99/108.92	c cleaning 10000 clauses out of 20009 with flag 165000/165000
117.51/115.48	c cleaning 10004 clauses out of 20013 with flag 175004/175004
123.62/121.54	c cleaning 9999 clauses out of 20006 with flag 185001/185001
129.76/127.65	c cleaning 10000 clauses out of 20008 with flag 195002/195002
136.89/134.77	c cleaning 10000 clauses out of 20010 with flag 205004/205004
145.23/143.02	c cleaning 10001 clauses out of 20006 with flag 215000/215000
155.29/153.03	c cleaning 10001 clauses out of 20007 with flag 225002/225002
163.82/161.57	c cleaning 9998 clauses out of 20004 with flag 235000/235000
171.55/169.29	c cleaning 9999 clauses out of 20007 with flag 245001/245001
179.28/176.95	c cleaning 10000 clauses out of 20007 with flag 255000/255000
186.00/183.61	c cleaning 10001 clauses out of 20008 with flag 265001/265001
191.74/189.36	c cleaning 10000 clauses out of 20007 with flag 275001/275001
198.86/196.40	c cleaning 9997 clauses out of 20006 with flag 285000/285000
205.79/203.36	c cleaning 10001 clauses out of 20009 with flag 295000/295000
213.03/210.50	c cleaning 10003 clauses out of 20011 with flag 305003/305003
220.26/217.78	c cleaning 9999 clauses out of 20005 with flag 315000/315000
227.18/224.69	c cleaning 10002 clauses out of 20010 with flag 325004/325004
234.51/231.96	c cleaning 9995 clauses out of 20004 with flag 335000/335000
242.36/239.71	c cleaning 10001 clauses out of 20012 with flag 345003/345003
249.48/246.80	c cleaning 10002 clauses out of 20012 with flag 355004/355004
255.61/252.99	c cleaning 10000 clauses out of 20009 with flag 365003/365003
262.55/259.80	c cleaning 10002 clauses out of 20015 with flag 375009/375009
268.57/265.85	c cleaning 9997 clauses out of 20004 with flag 385000/385000
274.79/272.05	c cleaning 10001 clauses out of 20008 with flag 395001/395001
281.14/278.37	c cleaning 10000 clauses out of 20009 with flag 405003/405003
287.77/284.98	c cleaning 9999 clauses out of 20006 with flag 415000/415000
293.59/290.71	c cleaning 10000 clauses out of 20007 with flag 425000/425000
299.32/296.46	c cleaning 9998 clauses out of 20009 with flag 435002/435002
305.46/302.58	c cleaning 10001 clauses out of 20011 with flag 445002/445002
312.37/309.47	c cleaning 10002 clauses out of 20009 with flag 455001/455001
320.01/317.02	c cleaning 10000 clauses out of 20007 with flag 465001/465001
327.15/324.20	c cleaning 9997 clauses out of 20006 with flag 475000/475000
333.39/330.33	c cleaning 9999 clauses out of 20009 with flag 485000/485000
339.41/336.37	c cleaning 10001 clauses out of 20012 with flag 495002/495002
346.95/343.81	c cleaning 10000 clauses out of 20009 with flag 505000/505000
354.37/351.28	c cleaning 10002 clauses out of 20010 with flag 515001/515001
360.81/357.65	c cleaning 10002 clauses out of 20007 with flag 525000/525000
367.64/364.42	c cleaning 10000 clauses out of 20005 with flag 535000/535000
374.46/371.20	c cleaning 10002 clauses out of 20012 with flag 545007/545007
381.89/378.67	c cleaning 9997 clauses out of 20004 with flag 555001/555001
389.54/386.22	c cleaning 9998 clauses out of 20008 with flag 565002/565002
397.06/393.76	c cleaning 9999 clauses out of 20009 with flag 575001/575001
404.00/400.69	c cleaning 10000 clauses out of 20009 with flag 585000/585000
410.43/407.01	c cleaning 9998 clauses out of 20009 with flag 595000/595000
416.86/413.49	c cleaning 10003 clauses out of 20014 with flag 605003/605003
423.79/420.36	c cleaning 9999 clauses out of 20008 with flag 615000/615000
430.42/426.96	c cleaning 9999 clauses out of 20009 with flag 625000/625000
437.74/434.29	c cleaning 10000 clauses out of 20010 with flag 635000/635000
445.49/441.97	c cleaning 10003 clauses out of 20013 with flag 645003/645003
452.43/448.87	c cleaning 9999 clauses out of 20008 with flag 655001/655001
459.65/456.07	c cleaning 9997 clauses out of 20008 with flag 665000/665000
466.89/463.21	c cleaning 10005 clauses out of 20014 with flag 675003/675003
473.52/469.83	c cleaning 10002 clauses out of 20012 with flag 685006/685006
480.36/476.67	c cleaning 9997 clauses out of 20005 with flag 695001/695001
487.39/483.69	c cleaning 10001 clauses out of 20007 with flag 705000/705000
494.72/490.99	c cleaning 9999 clauses out of 20007 with flag 715001/715001
501.45/497.69	c cleaning 9998 clauses out of 20008 with flag 725001/725001
508.69/504.89	c cleaning 10005 clauses out of 20017 with flag 735008/735008
516.64/512.71	c cleaning 10003 clauses out of 20011 with flag 745007/745007
524.78/520.85	c cleaning 9997 clauses out of 20003 with flag 755002/755002
532.51/528.56	c cleaning 9998 clauses out of 20006 with flag 765002/765002
540.05/536.02	c cleaning 10002 clauses out of 20011 with flag 775005/775005
547.19/543.10	c cleaning 9999 clauses out of 20004 with flag 785000/785000
554.13/550.05	c cleaning 9999 clauses out of 20005 with flag 795000/795000
561.34/557.25	c cleaning 10000 clauses out of 20008 with flag 805002/805002
568.47/564.33	c cleaning 10000 clauses out of 20010 with flag 815004/815004
575.59/571.45	c cleaning 9999 clauses out of 20006 with flag 825000/825000
583.22/579.05	c cleaning 9999 clauses out of 20007 with flag 835000/835000
591.05/586.88	c cleaning 10001 clauses out of 20011 with flag 845003/845003
598.99/594.72	c cleaning 10000 clauses out of 20007 with flag 855000/855000
607.42/603.10	c cleaning 10002 clauses out of 20012 with flag 865005/865005
614.87/610.51	c cleaning 10001 clauses out of 20009 with flag 875004/875004
622.71/618.32	c cleaning 10001 clauses out of 20005 with flag 885001/885001
629.24/624.90	c cleaning 10000 clauses out of 20003 with flag 895000/895000
635.26/630.88	c cleaning 9995 clauses out of 20004 with flag 905001/905001
641.50/637.08	c cleaning 10004 clauses out of 20009 with flag 915001/915001
648.22/643.75	c cleaning 10000 clauses out of 20008 with flag 925004/925004
655.35/650.88	c cleaning 9998 clauses out of 20004 with flag 935000/935000
662.18/657.64	c cleaning 10001 clauses out of 20010 with flag 945004/945004
669.13/664.51	c cleaning 9999 clauses out of 20008 with flag 955003/955003
676.45/671.86	c cleaning 10000 clauses out of 20007 with flag 965001/965001
683.78/679.15	c cleaning 9998 clauses out of 20006 with flag 975000/975000
690.61/685.98	c cleaning 9999 clauses out of 20009 with flag 985001/985001
698.35/693.61	c cleaning 10002 clauses out of 20011 with flag 995002/995002
705.58/700.83	c cleaning 10001 clauses out of 20007 with flag 1005000/1005000
712.52/707.70	c cleaning 9998 clauses out of 20006 with flag 1015000/1015000
718.85/714.07	c cleaning 10000 clauses out of 20008 with flag 1025000/1025000
725.98/721.14	c cleaning 10001 clauses out of 20009 with flag 1035001/1035001
733.31/728.41	c cleaning 10000 clauses out of 20010 with flag 1045003/1045003
740.25/735.38	c cleaning 10001 clauses out of 20010 with flag 1055003/1055003
747.29/742.32	c cleaning 10000 clauses out of 20008 with flag 1065002/1065002
754.83/749.84	c cleaning 10001 clauses out of 20008 with flag 1075002/1075002
761.66/756.69	c cleaning 10001 clauses out of 20008 with flag 1085003/1085003
768.19/763.19	c cleaning 10000 clauses out of 20006 with flag 1095002/1095002
775.12/770.10	c cleaning 9998 clauses out of 20005 with flag 1105001/1105001
782.26/777.11	c cleaning 10001 clauses out of 20009 with flag 1115003/1115003
789.28/784.12	c cleaning 10000 clauses out of 20007 with flag 1125002/1125002
796.42/791.26	c cleaning 9998 clauses out of 20005 with flag 1135000/1135000
803.54/798.35	c cleaning 9999 clauses out of 20007 with flag 1145000/1145000
810.77/805.57	c cleaning 10001 clauses out of 20013 with flag 1155005/1155005
818.22/812.98	c cleaning 9999 clauses out of 20007 with flag 1165000/1165000
825.24/819.90	c cleaning 10000 clauses out of 20012 with flag 1175004/1175004
831.37/826.08	c cleaning 10000 clauses out of 20008 with flag 1185000/1185000
837.69/832.37	c cleaning 10000 clauses out of 20009 with flag 1195001/1195001
844.63/839.24	c cleaning 9999 clauses out of 20012 with flag 1205004/1205004
851.48/846.01	c cleaning 10001 clauses out of 20009 with flag 1215000/1215000
857.90/852.50	c cleaning 10000 clauses out of 20009 with flag 1225001/1225001
865.13/859.65	c cleaning 9998 clauses out of 20008 with flag 1235000/1235000
872.38/866.85	c cleaning 10002 clauses out of 20011 with flag 1245001/1245001
880.61/875.08	c cleaning 10003 clauses out of 20016 with flag 1255008/1255008
888.15/882.53	c cleaning 9997 clauses out of 20005 with flag 1265000/1265000
896.29/890.61	c cleaning 10001 clauses out of 20010 with flag 1275002/1275002
903.32/897.63	c cleaning 9999 clauses out of 20008 with flag 1285001/1285001
911.05/905.32	c cleaning 9999 clauses out of 20008 with flag 1295000/1295000
918.09/912.35	c cleaning 10003 clauses out of 20015 with flag 1305006/1305006
925.92/920.13	c cleaning 9999 clauses out of 20007 with flag 1315001/1315001
933.56/927.72	c cleaning 9999 clauses out of 20007 with flag 1325000/1325000
939.90/934.02	c cleaning 10002 clauses out of 20010 with flag 1335002/1335002
946.22/940.32	c cleaning 9999 clauses out of 20008 with flag 1345002/1345002
952.96/947.00	c cleaning 10000 clauses out of 20008 with flag 1355001/1355001
959.81/953.90	c cleaning 9999 clauses out of 20007 with flag 1365000/1365000
966.03/960.00	c cleaning 9998 clauses out of 20008 with flag 1375000/1375000
972.46/966.45	c cleaning 10001 clauses out of 20010 with flag 1385000/1385000
979.80/973.79	c cleaning 10000 clauses out of 20009 with flag 1395000/1395000
988.16/982.06	c cleaning 10002 clauses out of 20011 with flag 1405002/1405002
996.59/990.49	c cleaning 10002 clauses out of 20007 with flag 1415000/1415000
1003.33/997.16	c cleaning 9999 clauses out of 20008 with flag 1425003/1425003
1010.67/1004.42	c cleaning 10001 clauses out of 20009 with flag 1435003/1435003
1017.91/1011.64	c cleaning 9996 clauses out of 20006 with flag 1445001/1445001
1025.24/1018.91	c cleaning 10000 clauses out of 20009 with flag 1455000/1455000
1032.58/1026.25	c cleaning 10002 clauses out of 20012 with flag 1465003/1465003
1040.53/1034.20	c cleaning 10003 clauses out of 20013 with flag 1475006/1475006
1048.48/1042.01	c cleaning 10000 clauses out of 20009 with flag 1485005/1485005
1056.72/1050.20	c cleaning 9998 clauses out of 20005 with flag 1495001/1495001
1064.58/1058.01	c cleaning 9998 clauses out of 20008 with flag 1505002/1505002
1072.40/1065.89	c cleaning 9999 clauses out of 20008 with flag 1515000/1515000
1080.15/1073.57	c cleaning 10002 clauses out of 20011 with flag 1525002/1525002
1087.18/1080.50	c cleaning 10000 clauses out of 20007 with flag 1535000/1535000
1094.22/1087.53	c cleaning 9999 clauses out of 20008 with flag 1545001/1545001
1101.85/1095.12	c cleaning 9999 clauses out of 20008 with flag 1555000/1555000
1109.99/1103.20	c cleaning 9999 clauses out of 20009 with flag 1565000/1565000
1118.13/1111.38	c cleaning 10000 clauses out of 20011 with flag 1575001/1575001
1126.36/1119.50	c cleaning 10001 clauses out of 20012 with flag 1585002/1585002
1133.81/1126.97	c cleaning 10001 clauses out of 20010 with flag 1595001/1595001
1141.44/1134.57	c cleaning 10001 clauses out of 20010 with flag 1605002/1605002
1149.28/1142.32	c cleaning 9998 clauses out of 20007 with flag 1615000/1615000
1157.04/1150.06	c cleaning 10003 clauses out of 20011 with flag 1625002/1625002
1164.87/1157.83	c cleaning 9998 clauses out of 20007 with flag 1635001/1635001
1172.61/1165.52	c cleaning 9999 clauses out of 20008 with flag 1645000/1645000
1180.44/1173.34	c cleaning 10000 clauses out of 20009 with flag 1655000/1655000
1188.59/1181.42	c cleaning 10001 clauses out of 20011 with flag 1665002/1665002
1196.73/1189.53	c cleaning 10003 clauses out of 20014 with flag 1675006/1675006
1204.88/1197.68	c cleaning 9998 clauses out of 20005 with flag 1685000/1685000
1213.22/1205.94	c cleaning 9999 clauses out of 20007 with flag 1695000/1695000
1221.67/1214.39	c cleaning 9999 clauses out of 20011 with flag 1705003/1705003
1229.10/1221.74	c cleaning 10002 clauses out of 20012 with flag 1715003/1715003
1237.16/1229.76	c cleaning 10000 clauses out of 20007 with flag 1725000/1725000
1245.70/1238.22	c cleaning 10001 clauses out of 20011 with flag 1735004/1735004
1253.96/1246.43	c cleaning 10001 clauses out of 20009 with flag 1745003/1745003
1261.90/1254.39	c cleaning 9999 clauses out of 20005 with flag 1755000/1755000
1270.25/1262.67	c cleaning 9999 clauses out of 20007 with flag 1765001/1765001
1277.69/1270.04	c cleaning 10000 clauses out of 20007 with flag 1775000/1775000
1284.84/1277.13	c cleaning 10002 clauses out of 20010 with flag 1785003/1785003
1292.17/1284.41	c cleaning 9999 clauses out of 20009 with flag 1795004/1795004
1299.62/1291.88	c cleaning 9999 clauses out of 20006 with flag 1805000/1805000
1307.07/1299.26	c cleaning 9998 clauses out of 20007 with flag 1815000/1815000
1314.81/1306.95	c cleaning 10001 clauses out of 20011 with flag 1825002/1825002
1322.45/1314.57	c cleaning 10001 clauses out of 20013 with flag 1835005/1835005
1330.29/1322.37	c cleaning 9996 clauses out of 20007 with flag 1845000/1845000
1338.42/1330.41	c cleaning 9999 clauses out of 20011 with flag 1855000/1855000
1346.06/1338.05	c cleaning 10002 clauses out of 20014 with flag 1865002/1865002
1353.10/1345.03	c cleaning 10001 clauses out of 20012 with flag 1875002/1875002
1360.94/1352.82	c cleaning 10001 clauses out of 20009 with flag 1885000/1885000
1369.09/1360.90	c cleaning 10004 clauses out of 20010 with flag 1895002/1895002
1377.33/1369.17	c cleaning 9996 clauses out of 20006 with flag 1905002/1905002
1385.37/1377.14	c cleaning 9997 clauses out of 20008 with flag 1915000/1915000
1393.01/1384.78	c cleaning 10002 clauses out of 20015 with flag 1925004/1925004
1401.35/1393.03	c cleaning 10002 clauses out of 20013 with flag 1935004/1935004
1409.60/1401.24	c cleaning 9997 clauses out of 20007 with flag 1945000/1945000
1417.44/1409.05	c cleaning 10001 clauses out of 20011 with flag 1955001/1955001
1425.48/1417.00	c cleaning 10000 clauses out of 20009 with flag 1965000/1965000
1433.94/1425.44	c cleaning 10001 clauses out of 20010 with flag 1975001/1975001
1441.88/1433.34	c cleaning 9998 clauses out of 20009 with flag 1985001/1985001
1449.22/1440.67	c cleaning 10002 clauses out of 20011 with flag 1995001/1995001
1455.55/1446.96	c cleaning 10004 clauses out of 20012 with flag 2005004/2005004
1462.79/1454.18	c cleaning 10000 clauses out of 20006 with flag 2015002/2015002
1469.42/1460.76	c cleaning 9999 clauses out of 20004 with flag 2025000/2025000
1476.06/1467.32	c cleaning 9996 clauses out of 20006 with flag 2035001/2035001
1483.21/1474.50	c cleaning 9996 clauses out of 20010 with flag 2045001/2045001
1490.05/1481.27	c cleaning 10003 clauses out of 20013 with flag 2055000/2055000
1497.07/1488.28	c cleaning 10000 clauses out of 20010 with flag 2065000/2065000
1504.02/1495.14	c cleaning 10002 clauses out of 20012 with flag 2075002/2075002
1510.56/1501.69	c cleaning 10000 clauses out of 20010 with flag 2085002/2085002
1517.58/1508.63	c cleaning 9999 clauses out of 20009 with flag 2095001/2095001
1524.83/1515.89	c cleaning 10002 clauses out of 20014 with flag 2105005/2105005
1531.66/1522.63	c cleaning 10000 clauses out of 20007 with flag 2115000/2115000
1538.80/1529.71	c cleaning 10000 clauses out of 20007 with flag 2125000/2125000
1546.75/1537.68	c cleaning 10001 clauses out of 20009 with flag 2135002/2135002
1555.51/1546.38	c cleaning 9997 clauses out of 20007 with flag 2145001/2145001
1563.14/1553.98	c cleaning 9997 clauses out of 20009 with flag 2155000/2155000
1570.37/1561.11	c cleaning 10000 clauses out of 20014 with flag 2165002/2165002
1578.03/1568.77	c cleaning 10004 clauses out of 20015 with flag 2175003/2175003
1585.06/1575.78	c cleaning 9999 clauses out of 20008 with flag 2185000/2185000
1591.48/1582.14	c cleaning 10000 clauses out of 20009 with flag 2195000/2195000
1598.13/1588.72	c cleaning 10001 clauses out of 20009 with flag 2205000/2205000
1605.26/1595.83	c cleaning 9999 clauses out of 20008 with flag 2215000/2215000
1612.31/1602.86	c cleaning 9998 clauses out of 20010 with flag 2225001/2225001
1619.03/1609.54	c cleaning 10002 clauses out of 20011 with flag 2235000/2235000
1626.47/1616.93	c cleaning 10000 clauses out of 20009 with flag 2245000/2245000
1633.61/1624.07	c cleaning 10001 clauses out of 20011 with flag 2255002/2255002
1640.53/1630.99	c cleaning 10001 clauses out of 20011 with flag 2265003/2265003
1647.68/1638.05	c cleaning 9998 clauses out of 20007 with flag 2275000/2275000
1654.98/1645.38	c cleaning 10005 clauses out of 20015 with flag 2285006/2285006
1661.82/1652.10	c cleaning 9995 clauses out of 20004 with flag 2295000/2295000
1668.76/1659.03	c cleaning 10000 clauses out of 20009 with flag 2305000/2305000
1675.30/1665.59	c cleaning 10000 clauses out of 20011 with flag 2315002/2315002
1682.52/1672.74	c cleaning 10002 clauses out of 20009 with flag 2325000/2325000
1689.47/1679.68	c cleaning 10001 clauses out of 20011 with flag 2335004/2335004
1696.69/1686.90	c cleaning 10001 clauses out of 20007 with flag 2345001/2345001
1703.62/1693.78	c cleaning 9999 clauses out of 20012 with flag 2355007/2355007
1711.06/1701.10	c cleaning 9998 clauses out of 20006 with flag 2365000/2365000
1718.59/1708.65	c cleaning 10000 clauses out of 20008 with flag 2375000/2375000
1726.34/1716.36	c cleaning 10000 clauses out of 20008 with flag 2385000/2385000
1734.08/1724.05	c cleaning 10001 clauses out of 20012 with flag 2395004/2395004
1741.62/1731.54	c cleaning 9999 clauses out of 20008 with flag 2405001/2405001
1749.75/1739.63	c cleaning 9998 clauses out of 20008 with flag 2415000/2415000
1757.10/1746.96	c cleaning 10001 clauses out of 20011 with flag 2425001/2425001
1765.23/1755.05	c cleaning 10001 clauses out of 20010 with flag 2435001/2435001
1772.67/1762.41	c cleaning 10002 clauses out of 20011 with flag 2445003/2445003
1780.10/1769.86	c cleaning 10000 clauses out of 20009 with flag 2455003/2455003
1787.54/1777.24	c cleaning 10000 clauses out of 20008 with flag 2465002/2465002
1794.88/1784.57	c cleaning 9998 clauses out of 20007 with flag 2475001/2475001
1800.02/1789.61	c starts		: 232
1800.02/1789.61	c conflicts		: 2481484
1800.02/1789.61	c decisions		: 3674315
1800.02/1789.61	c propagations		: 482965115
1800.02/1789.61	c inspects		: 4103464440
1800.02/1789.61	c learnt literals	: 0
1800.02/1789.61	c learnt binary clauses	: 0
1800.02/1789.61	c learnt ternary clauses	: 0
1800.02/1789.61	c learnt clauses	: 2481484
1800.02/1789.61	c ignored clauses	: 0
1800.02/1789.61	c root simplifications	: 0
1800.02/1789.61	c removed literals (reason simplification)	: 12326153
1800.02/1789.61	c reason swapping (by a shorter reason)	: 0
1800.02/1789.61	c Calls to reduceDB	: 249
1800.02/1789.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1789.61	c number of learned constraints concerned by reduction	: 0
1800.02/1789.61	c number of learning phase by resolution	: 0
1800.02/1789.61	c number of learning phase by cutting planes	: 0
1800.02/1789.61	c speed (assignments/second)	: 270134.2093473187
1800.02/1789.61	c non guided choices	0
1800.02/1789.66	c learnt constraints type 
1800.02/1789.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16568
1800.02/1789.66	c constraints type 
1800.02/1789.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
1800.02/1789.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1789.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.02/1789.66	s SATISFIABLE
1800.02/1789.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.02/1789.66	c objective function=6
1800.02/1789.66	c Total wall clock time (in seconds): 1789.466

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658542-1276657693/watcher-2658542-1276657693 -o /tmp/evaluation-result-2658542-1276657693/solver-2658542-1276657693 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658542-1276657693.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.91 0.95 0.98 3/105 16560
/proc/meminfo: memFree=1812332/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=248 CPUtime=0
/proc/16560/stat : 16560 (java) R 16558 16560 16255 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 7062459 253952 28 1992294400 134512640 134550932 4294264656 18446744073709551615 10461780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16560/statm: 62 28 21 10 0 23 0

[startup+0.073681 s]
/proc/loadavg: 0.91 0.95 0.98 3/105 16560
/proc/meminfo: memFree=1812332/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1521796 CPUtime=0.06
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 3763 0 1 0 4 2 0 0 18 0 7 0 7062459 1558319104 3204 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 380449 3204 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100677 s]
/proc/loadavg: 0.91 0.95 0.98 3/105 16560
/proc/meminfo: memFree=1812332/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1524184 CPUtime=0.09
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 3998 0 1 0 7 2 0 0 18 0 12 0 7062459 1560764416 3437 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 381046 3437 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300711 s]
/proc/loadavg: 0.91 0.95 0.98 3/105 16560
/proc/meminfo: memFree=1812332/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1527044 CPUtime=0.38
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 5471 0 1 0 35 3 0 0 18 0 12 0 7062459 1563693056 4908 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 381761 4908 1365 10 0 379063 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1527044

[startup+0.713848 s]
/proc/loadavg: 0.91 0.95 0.98 3/105 16560
/proc/meminfo: memFree=1812332/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1528596 CPUtime=1.03
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 6694 0 1 0 99 4 0 0 18 0 12 0 7062459 1565282304 6089 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382149 6089 1396 10 0 379451 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528596

[startup+1.50185 s]
/proc/loadavg: 1.08 0.99 0.99 2/117 16572
/proc/meminfo: memFree=1790908/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1528736 CPUtime=2.02
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 7705 0 1 0 198 4 0 0 18 0 12 0 7062459 1565425664 6796 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382184 6796 1414 10 0 379486 0
[pid=16560/tid=16562] ppid=16558 vsize=1528736 CPUtime=1.42
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 5070 0 1 0 139 3 0 0 25 0 12 0 7062460 1565425664 6796 1992294400 134512640 134550932 4294264656 18446744073709551615 104621557 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 12 0 7062461 1565425664 6796 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 7062461 1565425664 6796 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7062463 1565425664 6796 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 12 0 7062464 1565425664 6797 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 7062464 1565425664 6797 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7062468 1565425664 6797 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1528736 CPUtime=0.18
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 200 0 0 0 18 0 0 0 21 0 12 0 7062468 1565425664 6799 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1528736 CPUtime=0.4
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 1372 0 0 0 40 0 0 0 16 0 12 0 7062468 1565425664 6799 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7062468 1565425664 6799 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1528736 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7062468 1565425664 6799 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1528736

[startup+3.10206 s]
/proc/loadavg: 1.08 0.99 0.99 6/118 16573
/proc/meminfo: memFree=1779492/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1531776 CPUtime=4.44
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 33518 0 1 0 432 12 0 0 18 0 13 0 7062459 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382944 31998 1424 10 0 380246 0
[pid=16560/tid=16562] ppid=16558 vsize=1531776 CPUtime=2.92
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 29518 0 1 0 283 9 0 0 25 0 13 0 7062460 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4109748560 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 13 0 7062461 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7062461 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 7062463 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 13 0 7062464 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7062464 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1531776 CPUtime=0.34
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 209 0 0 0 34 0 0 0 15 0 13 0 7062468 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1531776 CPUtime=1.14
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2724 0 0 0 114 0 0 0 15 0 13 0 7062468 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7062468 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1531776 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1568538624 31998 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1531776

[startup+6.30246 s]
/proc/loadavg: 1.08 0.99 0.99 2/118 16573
/proc/meminfo: memFree=1670248/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=7.8
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 39234 0 1 0 766 14 0 0 18 0 13 0 7062459 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 37402 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=6
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 32074 0 1 0 589 11 0 0 25 0 13 0 7062460 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4109861103 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=0.06
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 1092 0 0 0 6 0 0 0 16 0 13 0 7062461 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=0.05
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 1142 0 0 0 5 0 0 0 16 0 13 0 7062461 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=0.03
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 842 0 0 0 3 0 0 0 15 0 13 0 7062463 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.37
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 215 0 0 0 37 0 0 0 15 0 13 0 7062468 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.22
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2803 0 0 0 122 0 0 0 15 0 13 0 7062468 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 37402 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1530804

[startup+12.7022 s]
/proc/loadavg: 1.07 0.99 0.99 3/118 16573
/proc/meminfo: memFree=1641356/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=14.26
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 46000 0 1 0 1409 17 0 0 18 0 13 0 7062459 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 44063 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=12.26
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 36299 0 1 0 1214 12 0 0 25 0 13 0 7062460 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4109827508 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=0.1
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 2217 0 0 0 10 0 0 0 16 0 13 0 7062461 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=0.1
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 2300 0 0 0 9 1 0 0 16 0 13 0 7062461 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=0.07
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1030 0 0 0 7 0 0 0 15 0 13 0 7062463 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.41
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 229 0 0 0 41 0 0 0 16 0 13 0 7062468 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.26
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2859 0 0 0 126 0 0 0 15 0 13 0 7062468 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 44063 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 1530804

[startup+25.5018 s]
/proc/loadavg: 1.06 0.99 0.99 2/118 16573
/proc/meminfo: memFree=1631932/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=27.22
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 48372 0 1 0 2703 19 0 0 18 0 13 0 7062459 1567543296 46274 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 46274 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=24.84
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 36331 0 1 0 2471 13 0 0 25 0 13 0 7062460 1567543296 46274 1992294400 134512640 134550932 4294264656 18446744073709551615 4109905370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=0.17
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 3308 0 0 0 16 1 0 0 16 0 13 0 7062461 1567543296 46274 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=0.17
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 3449 0 0 0 16 1 0 0 15 0 13 0 7062461 1567543296 46274 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=0.2
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1067 0 0 0 20 0 0 0 16 0 13 0 7062463 1567543296 46274 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0

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

[pid=16560] ppid=16558 vsize=1530804 CPUtime=1672.08
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 54921 0 1 0 167093 115 0 0 18 0 13 0 7062459 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 50365 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=1638.24
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 38284 0 1 0 163803 21 0 0 25 0 13 0 7062460 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4109906554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=10.38
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 5402 0 0 0 998 40 0 0 16 0 13 0 7062461 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=10.43
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 5676 0 0 0 1004 39 0 0 15 0 13 0 7062461 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=11.17
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1246 0 0 0 1106 11 0 0 15 0 13 0 7062463 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.53
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 247 0 0 0 53 0 0 0 15 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.27
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2905 0 0 0 127 0 0 0 16 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1672.08
Current children cumulated vsize (KiB) 1530804

[startup+1722.3 s]
/proc/loadavg: 1.26 1.25 1.10 2/118 16622
/proc/meminfo: memFree=1612216/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=1732.36
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 54998 0 1 0 173118 118 0 0 18 0 13 0 7062459 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 50365 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=1697.33
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 38353 0 1 0 169712 21 0 0 25 0 13 0 7062460 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4109906519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=10.77
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 5402 0 0 0 1036 41 0 0 15 0 13 0 7062461 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=10.84
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 5676 0 0 0 1043 41 0 0 15 0 13 0 7062461 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=11.56
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1250 0 0 0 1145 11 0 0 16 0 13 0 7062463 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.53
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 247 0 0 0 53 0 0 0 15 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.27
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2905 0 0 0 127 0 0 0 16 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 50365 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.36
Current children cumulated vsize (KiB) 1530804

[startup+1782.3 s]
/proc/loadavg: 1.13 1.21 1.09 2/118 16624
/proc/meminfo: memFree=1611968/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=1792.67
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 55164 0 1 0 179145 122 0 0 18 0 13 0 7062459 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 50454 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=1756.41
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 38421 0 1 0 175620 21 0 0 18 0 13 0 7062460 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4109905973 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=11.18
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 5481 0 0 0 1075 43 0 0 15 0 13 0 7062461 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=11.25
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 5691 0 0 0 1083 42 0 0 15 0 13 0 7062461 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=11.96
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1252 0 0 0 1184 12 0 0 15 0 13 0 7062463 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.53
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 247 0 0 0 53 0 0 0 15 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.27
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2905 0 0 0 127 0 0 0 16 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (KiB) 1530804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 1.12 1.21 1.09 2/118 16624
/proc/meminfo: memFree=1611968/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=1800.02
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 55176 0 1 0 179879 123 0 0 18 0 13 0 7062459 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 50454 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=1763.62
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 38429 0 1 0 176341 21 0 0 25 0 13 0 7062460 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4109748761 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=11.22
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 5481 0 0 0 1079 43 0 0 16 0 13 0 7062461 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=11.29
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 5691 0 0 0 1087 42 0 0 15 0 13 0 7062461 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=12.01
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1254 0 0 0 1189 12 0 0 16 0 13 0 7062463 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.53
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 247 0 0 0 53 0 0 0 15 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.27
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2905 0 0 0 127 0 0 0 16 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1530804

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

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

[startup+1789.6 s]
/proc/loadavg: 1.12 1.21 1.09 2/118 16624
/proc/meminfo: memFree=1611968/2059040 swapFree=4164956/4192956
[pid=16560] ppid=16558 vsize=1530804 CPUtime=1800.02
/proc/16560/stat : 16560 (java) S 16558 16560 16255 0 -1 4202496 55176 0 1 0 179879 123 0 0 18 0 13 0 7062459 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16560/statm: 382701 50454 1442 10 0 380003 0
[pid=16560/tid=16562] ppid=16558 vsize=1530804 CPUtime=1763.62
/proc/16560/task/16562/stat : 16562 (java) R 16558 16560 16255 0 -1 4202560 38429 0 1 0 176341 21 0 0 25 0 13 0 7062460 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4109748761 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16560/tid=16563] ppid=16558 vsize=1530804 CPUtime=11.22
/proc/16560/task/16563/stat : 16563 (java) S 16558 16560 16255 0 -1 4202560 5481 0 0 0 1079 43 0 0 16 0 13 0 7062461 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16564] ppid=16558 vsize=1530804 CPUtime=11.29
/proc/16560/task/16564/stat : 16564 (java) S 16558 16560 16255 0 -1 4202560 5691 0 0 0 1087 42 0 0 15 0 13 0 7062461 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16565] ppid=16558 vsize=1530804 CPUtime=12.01
/proc/16560/task/16565/stat : 16565 (java) S 16558 16560 16255 0 -1 4202560 1254 0 0 0 1189 12 0 0 16 0 13 0 7062463 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 0 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16566] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16566/stat : 16566 (java) S 16558 16560 16255 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16567] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16567/stat : 16567 (java) S 16558 16560 16255 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 7062464 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16568] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16568/stat : 16568 (java) S 16558 16560 16255 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16569] ppid=16558 vsize=1530804 CPUtime=0.53
/proc/16560/task/16569/stat : 16569 (java) S 16558 16560 16255 0 -1 4202560 247 0 0 0 53 0 0 0 15 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16570] ppid=16558 vsize=1530804 CPUtime=1.27
/proc/16560/task/16570/stat : 16570 (java) S 16558 16560 16255 0 -1 4202560 2905 0 0 0 127 0 0 0 16 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
[pid=16560/tid=16571] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16571/stat : 16571 (java) S 16558 16560 16255 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16572] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16572/stat : 16572 (java) S 16558 16560 16255 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 7062468 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 0 0 0 0
[pid=16560/tid=16573] ppid=16558 vsize=1530804 CPUtime=0
/proc/16560/task/16573/stat : 16573 (java) S 16558 16560 16255 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7062611 1567543296 50454 1992294400 134512640 134550932 4294264656 18446744073709551615 4294960144 0 4 0 16800975 18446604437800607872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1530804

Child status: 143
Real time (s): 1789.7
CPU time (s): 1800.17
CPU user time (s): 1798.91
CPU system time (s): 1.25181
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 1531776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.25181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55201
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= 57083
involuntary context switches= 30062

runsolver used 3.68944 second user time and 9.47556 second system time

The end

Launcher Data

Begin job on node080 at 2010-06-16 05:08:13
IDJOB=2658542
IDBENCH=48156
IDSOLVER=1164
FILE ID=node080/2658542-1276657693
PBS_JOBID= 11172468
Free space on /tmp= 62592 MiB

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

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

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=1262200488

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1812588 kB
Buffers:         33784 kB
Cached:         102836 kB
SwapCached:       1540 kB
Active:          94104 kB
Inactive:        76172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1812588 kB
SwapTotal:     4192956 kB
SwapFree:      4164956 kB
Dirty:             620 kB
Writeback:           0 kB
AnonPages:       32000 kB
Mapped:          14348 kB
Slab:            54428 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182064 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= 62592 MiB
End job on node080 at 2010-06-16 05:38:05