Trace number 2658540

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)5 1800.2 1789.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMcdb29f44159b0b72729019e0c0db0b8a
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 benchmark87.1807
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)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658540-1276657523.opb
0.23/0.20	c reading problem ... 
2.06/1.63	c ... done. Wall clock time 1.425s.
2.06/1.63	c #vars     3190
2.06/1.63	c #constraints  6280
2.06/1.63	c constraints type 
2.06/1.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
2.06/1.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
2.22/1.77	c SATISFIABLE
2.22/1.78	c OPTIMIZING...
2.22/1.78	c Got one! Elapsed wall clock time (in seconds):1.572
2.22/1.78	o 9
2.59/1.94	c Got one! Elapsed wall clock time (in seconds):1.726
2.59/1.94	o 8
2.78/2.03	c Got one! Elapsed wall clock time (in seconds):1.831
2.78/2.03	o 7
5.76/4.77	c Got one! Elapsed wall clock time (in seconds):4.567
5.76/4.77	o 6
6.00/4.94	c cleaning 2496 clauses out of 5000 with flag 5000/5000
9.58/8.45	c cleaning 4250 clauses out of 8505 with flag 11001/11001
14.09/12.93	c cleaning 5623 clauses out of 11254 with flag 18000/18000
19.32/18.15	c cleaning 6814 clauses out of 13632 with flag 26001/26001
25.53/24.22	c cleaning 7906 clauses out of 15818 with flag 35001/35001
32.55/31.21	c cleaning 8952 clauses out of 17912 with flag 45001/45001
39.89/38.54	c cleaning 9478 clauses out of 18959 with flag 55000/55000
46.93/45.50	c cleaning 9740 clauses out of 19483 with flag 65002/65002
53.95/52.55	c cleaning 9867 clauses out of 19742 with flag 75001/75001
60.27/58.80	c cleaning 9935 clauses out of 19878 with flag 85004/85004
66.79/65.38	c cleaning 9969 clauses out of 19941 with flag 95002/95002
75.34/73.88	c cleaning 9983 clauses out of 19971 with flag 105001/105001
82.76/81.27	c cleaning 9991 clauses out of 19988 with flag 115001/115001
89.19/87.60	c cleaning 9996 clauses out of 19999 with flag 125003/125003
96.01/94.41	c cleaning 9997 clauses out of 20000 with flag 135000/135000
102.54/100.94	c cleaning 10000 clauses out of 20004 with flag 145001/145001
109.78/108.11	c cleaning 9998 clauses out of 20005 with flag 155002/155002
116.60/114.90	c cleaning 9998 clauses out of 20005 with flag 165000/165000
122.93/121.29	c cleaning 10002 clauses out of 20011 with flag 175004/175004
129.27/127.52	c cleaning 10001 clauses out of 20007 with flag 185002/185002
136.01/134.29	c cleaning 9997 clauses out of 20004 with flag 195000/195000
144.03/142.20	c cleaning 9999 clauses out of 20007 with flag 205000/205000
151.87/150.06	c cleaning 10000 clauses out of 20010 with flag 215002/215002
159.50/157.64	c cleaning 10001 clauses out of 20010 with flag 225002/225002
166.33/164.46	c cleaning 10002 clauses out of 20010 with flag 235003/235003
173.46/171.53	c cleaning 10001 clauses out of 20008 with flag 245003/245003
180.99/179.01	c cleaning 9997 clauses out of 20006 with flag 255002/255002
187.64/185.61	c cleaning 9999 clauses out of 20007 with flag 265000/265000
194.68/192.63	c cleaning 10001 clauses out of 20010 with flag 275002/275002
201.60/199.56	c cleaning 10000 clauses out of 20008 with flag 285001/285001
208.53/206.47	c cleaning 10000 clauses out of 20007 with flag 295000/295000
215.27/213.20	c cleaning 10000 clauses out of 20008 with flag 305001/305001
222.21/220.07	c cleaning 10000 clauses out of 20008 with flag 315001/315001
229.13/226.97	c cleaning 9998 clauses out of 20010 with flag 325003/325003
236.55/234.34	c cleaning 10003 clauses out of 20014 with flag 335005/335005
244.48/242.24	c cleaning 10001 clauses out of 20007 with flag 345001/345001
251.70/249.46	c cleaning 9996 clauses out of 20006 with flag 355001/355001
259.74/257.43	c cleaning 10003 clauses out of 20016 with flag 365007/365007
268.37/266.06	c cleaning 10004 clauses out of 20014 with flag 375008/375008
277.12/274.73	c cleaning 9999 clauses out of 20006 with flag 385004/385004
284.96/282.50	c cleaning 9999 clauses out of 20006 with flag 395003/395003
291.70/289.28	c cleaning 9998 clauses out of 20007 with flag 405003/405003
295.61/293.14	c Got one! Elapsed wall clock time (in seconds):292.935
295.61/293.14	o 5
298.33/295.80	c cleaning 10002 clauses out of 20009 with flag 415003/415003
305.37/302.82	c cleaning 9998 clauses out of 20004 with flag 425000/425000
313.41/310.88	c cleaning 9998 clauses out of 20006 with flag 435000/435000
321.94/319.35	c cleaning 10003 clauses out of 20011 with flag 445003/445003
330.29/327.67	c cleaning 9999 clauses out of 20006 with flag 455001/455001
339.64/336.94	c cleaning 10001 clauses out of 20011 with flag 465005/465005
348.98/346.29	c cleaning 9998 clauses out of 20006 with flag 475001/475001
357.72/354.99	c cleaning 10002 clauses out of 20008 with flag 485001/485001
366.66/363.84	c cleaning 9996 clauses out of 20005 with flag 495000/495000
375.82/372.94	c cleaning 10001 clauses out of 20009 with flag 505000/505000
385.06/382.16	c cleaning 10001 clauses out of 20009 with flag 515001/515001
394.50/391.53	c cleaning 10001 clauses out of 20007 with flag 525000/525000
403.56/400.55	c cleaning 10001 clauses out of 20008 with flag 535002/535002
412.89/409.84	c cleaning 9999 clauses out of 20005 with flag 545000/545000
422.64/419.56	c cleaning 10000 clauses out of 20008 with flag 555002/555002
433.08/429.91	c cleaning 9999 clauses out of 20007 with flag 565001/565001
443.03/439.84	c cleaning 9999 clauses out of 20007 with flag 575000/575000
453.68/450.46	c cleaning 10003 clauses out of 20012 with flag 585004/585004
462.33/459.05	c cleaning 10001 clauses out of 20007 with flag 595002/595002
470.26/466.98	c cleaning 9998 clauses out of 20005 with flag 605001/605001
479.21/475.83	c cleaning 10004 clauses out of 20011 with flag 615005/615005
487.25/483.85	c cleaning 10001 clauses out of 20007 with flag 625005/625005
495.09/491.67	c cleaning 9996 clauses out of 20001 with flag 635000/635000
503.23/499.76	c cleaning 9998 clauses out of 20005 with flag 645000/645000
511.27/507.71	c cleaning 10001 clauses out of 20007 with flag 655000/655000
519.31/515.79	c cleaning 9998 clauses out of 20006 with flag 665000/665000
528.26/524.71	c cleaning 10001 clauses out of 20010 with flag 675002/675002
537.11/533.40	c cleaning 10000 clauses out of 20008 with flag 685001/685001
545.95/542.28	c cleaning 10001 clauses out of 20007 with flag 695000/695000
555.21/551.45	c cleaning 10001 clauses out of 20009 with flag 705003/705003
563.96/560.16	c cleaning 10000 clauses out of 20006 with flag 715001/715001
572.51/568.65	c cleaning 10001 clauses out of 20010 with flag 725005/725005
581.25/577.37	c cleaning 10001 clauses out of 20007 with flag 735003/735003
591.10/587.15	c cleaning 9999 clauses out of 20005 with flag 745002/745002
601.27/597.30	c cleaning 10000 clauses out of 20007 with flag 755003/755003
610.40/606.33	c cleaning 10001 clauses out of 20009 with flag 765005/765005
619.86/615.77	c cleaning 9996 clauses out of 20004 with flag 775001/775001
629.10/624.98	c cleaning 9999 clauses out of 20009 with flag 785002/785002
637.44/633.22	c cleaning 9999 clauses out of 20008 with flag 795000/795000
646.18/641.91	c cleaning 10003 clauses out of 20013 with flag 805004/805004
655.03/650.76	c cleaning 10002 clauses out of 20007 with flag 815001/815001
663.97/659.67	c cleaning 9999 clauses out of 20005 with flag 825001/825001
673.12/668.75	c cleaning 9999 clauses out of 20007 with flag 835002/835002
682.67/678.23	c cleaning 10000 clauses out of 20010 with flag 845004/845004
692.13/687.67	c cleaning 10000 clauses out of 20007 with flag 855001/855001
701.87/697.32	c cleaning 10000 clauses out of 20008 with flag 865002/865002
711.33/706.77	c cleaning 9999 clauses out of 20006 with flag 875000/875000
721.18/716.52	c cleaning 10000 clauses out of 20008 with flag 885001/885001
728.83/724.17	c cleaning 9999 clauses out of 20008 with flag 895001/895001
736.78/732.04	c cleaning 10003 clauses out of 20012 with flag 905004/905004
745.23/740.41	c cleaning 9997 clauses out of 20005 with flag 915000/915000
753.77/748.97	c cleaning 10001 clauses out of 20010 with flag 925002/925002
763.23/758.32	c cleaning 10000 clauses out of 20007 with flag 935000/935000
772.07/767.19	c cleaning 10001 clauses out of 20007 with flag 945000/945000
780.01/775.01	c cleaning 9999 clauses out of 20008 with flag 955002/955002
788.36/783.37	c cleaning 9998 clauses out of 20007 with flag 965000/965000
796.91/791.81	c cleaning 10002 clauses out of 20011 with flag 975002/975002
804.85/799.78	c cleaning 9999 clauses out of 20009 with flag 985002/985002
812.78/807.62	c cleaning 10002 clauses out of 20011 with flag 995003/995003
821.12/815.93	c cleaning 10003 clauses out of 20011 with flag 1005005/1005005
830.46/825.24	c cleaning 9998 clauses out of 20005 with flag 1015002/1015002
839.30/834.01	c cleaning 10000 clauses out of 20007 with flag 1025002/1025002
848.86/843.52	c cleaning 9998 clauses out of 20005 with flag 1035000/1035000
858.22/852.83	c cleaning 9999 clauses out of 20007 with flag 1045000/1045000
867.99/862.56	c cleaning 10000 clauses out of 20008 with flag 1055000/1055000
878.35/872.81	c cleaning 9999 clauses out of 20008 with flag 1065000/1065000
889.02/883.47	c cleaning 10002 clauses out of 20010 with flag 1075001/1075001
899.16/893.59	c cleaning 10005 clauses out of 20014 with flag 1085007/1085007
907.42/901.74	c cleaning 9996 clauses out of 20002 with flag 1095000/1095000
916.36/910.61	c cleaning 9999 clauses out of 20006 with flag 1105000/1105000
925.41/919.61	c cleaning 10002 clauses out of 20011 with flag 1115004/1115004
934.96/929.11	c cleaning 9999 clauses out of 20006 with flag 1125001/1125001
944.23/938.37	c cleaning 9999 clauses out of 20006 with flag 1135000/1135000
953.87/947.96	c cleaning 10000 clauses out of 20007 with flag 1145000/1145000
963.73/957.74	c cleaning 10001 clauses out of 20010 with flag 1155003/1155003
973.69/967.68	c cleaning 10002 clauses out of 20011 with flag 1165005/1165005
983.44/977.38	c cleaning 9998 clauses out of 20006 with flag 1175002/1175002
992.00/985.81	c cleaning 10005 clauses out of 20016 with flag 1185010/1185010
999.83/993.70	c cleaning 9998 clauses out of 20003 with flag 1195002/1195002
1008.39/1002.15	c cleaning 10001 clauses out of 20008 with flag 1205005/1205005
1017.33/1011.04	c cleaning 9999 clauses out of 20004 with flag 1215002/1215002
1026.48/1020.12	c cleaning 9996 clauses out of 20003 with flag 1225000/1225000
1035.62/1029.22	c cleaning 10000 clauses out of 20009 with flag 1235002/1235002
1044.67/1038.29	c cleaning 10001 clauses out of 20008 with flag 1245001/1245001
1054.12/1047.64	c cleaning 10000 clauses out of 20009 with flag 1255003/1255003
1063.06/1056.54	c cleaning 9999 clauses out of 20008 with flag 1265002/1265002
1072.32/1065.77	c cleaning 10001 clauses out of 20009 with flag 1275002/1275002
1081.88/1075.25	c cleaning 9999 clauses out of 20008 with flag 1285002/1285002
1091.93/1085.29	c cleaning 10000 clauses out of 20009 with flag 1295002/1295002
1101.99/1095.24	c cleaning 10002 clauses out of 20011 with flag 1305004/1305004
1112.26/1105.50	c cleaning 9999 clauses out of 20005 with flag 1315000/1315000
1121.60/1114.74	c cleaning 10001 clauses out of 20009 with flag 1325003/1325003
1130.05/1123.20	c cleaning 10001 clauses out of 20006 with flag 1335001/1335001
1137.38/1130.43	c cleaning 9998 clauses out of 20006 with flag 1345002/1345002
1145.54/1138.59	c cleaning 10002 clauses out of 20006 with flag 1355000/1355000
1153.38/1146.39	c cleaning 9998 clauses out of 20006 with flag 1365002/1365002
1161.12/1154.09	c cleaning 10000 clauses out of 20008 with flag 1375002/1375002
1169.87/1162.73	c cleaning 10000 clauses out of 20007 with flag 1385001/1385001
1178.91/1171.72	c cleaning 9999 clauses out of 20006 with flag 1395000/1395000
1188.16/1180.93	c cleaning 10000 clauses out of 20007 with flag 1405000/1405000
1197.41/1190.19	c cleaning 9999 clauses out of 20008 with flag 1415001/1415001
1205.54/1198.27	c cleaning 10002 clauses out of 20008 with flag 1425000/1425000
1214.20/1206.88	c cleaning 9997 clauses out of 20006 with flag 1435000/1435000
1223.44/1216.03	c cleaning 10005 clauses out of 20015 with flag 1445006/1445006
1232.29/1224.86	c cleaning 9999 clauses out of 20006 with flag 1455002/1455002
1240.43/1232.95	c cleaning 9999 clauses out of 20005 with flag 1465000/1465000
1248.17/1240.67	c cleaning 10001 clauses out of 20012 with flag 1475006/1475006
1256.41/1248.82	c cleaning 10001 clauses out of 20009 with flag 1485004/1485004
1264.65/1257.08	c cleaning 10001 clauses out of 20008 with flag 1495004/1495004
1273.61/1265.94	c cleaning 10001 clauses out of 20009 with flag 1505006/1505006
1282.66/1274.93	c cleaning 9999 clauses out of 20003 with flag 1515001/1515001
1291.91/1284.15	c cleaning 9997 clauses out of 20003 with flag 1525000/1525000
1300.55/1292.73	c cleaning 10000 clauses out of 20006 with flag 1535000/1535000
1309.61/1301.77	c cleaning 10000 clauses out of 20009 with flag 1545003/1545003
1318.75/1310.85	c cleaning 10000 clauses out of 20007 with flag 1555001/1555001
1328.01/1320.04	c cleaning 10000 clauses out of 20007 with flag 1565001/1565001
1337.25/1329.21	c cleaning 9997 clauses out of 20006 with flag 1575000/1575000
1347.01/1338.92	c cleaning 10000 clauses out of 20009 with flag 1585000/1585000
1356.88/1348.74	c cleaning 9998 clauses out of 20009 with flag 1595000/1595000
1366.42/1358.25	c cleaning 10006 clauses out of 20017 with flag 1605006/1605006
1376.87/1368.67	c cleaning 9997 clauses out of 20005 with flag 1615000/1615000
1387.02/1378.75	c cleaning 10002 clauses out of 20012 with flag 1625004/1625004
1395.75/1387.43	c cleaning 10000 clauses out of 20006 with flag 1635000/1635000
1405.31/1396.93	c cleaning 9999 clauses out of 20007 with flag 1645001/1645001
1414.84/1406.42	c cleaning 9999 clauses out of 20007 with flag 1655000/1655000
1424.39/1415.97	c cleaning 9999 clauses out of 20009 with flag 1665001/1665001
1433.95/1425.49	c cleaning 10001 clauses out of 20011 with flag 1675002/1675002
1443.40/1434.85	c cleaning 10003 clauses out of 20016 with flag 1685008/1685008
1453.06/1444.44	c cleaning 10001 clauses out of 20008 with flag 1695003/1695003
1463.42/1454.77	c cleaning 9997 clauses out of 20006 with flag 1705002/1705002
1473.87/1465.12	c cleaning 10002 clauses out of 20011 with flag 1715004/1715004
1484.61/1475.88	c cleaning 10001 clauses out of 20007 with flag 1725002/1725002
1494.57/1485.76	c cleaning 9996 clauses out of 20004 with flag 1735000/1735000
1505.23/1496.32	c cleaning 10001 clauses out of 20009 with flag 1745001/1745001
1515.39/1506.40	c cleaning 10000 clauses out of 20007 with flag 1755000/1755000
1526.14/1517.14	c cleaning 9998 clauses out of 20007 with flag 1765000/1765000
1536.71/1527.68	c cleaning 10003 clauses out of 20011 with flag 1775002/1775002
1545.56/1536.44	c cleaning 10000 clauses out of 20007 with flag 1785001/1785001
1554.82/1545.64	c cleaning 10001 clauses out of 20008 with flag 1795002/1795002
1564.46/1555.25	c cleaning 10001 clauses out of 20007 with flag 1805002/1805002
1573.62/1564.38	c cleaning 9995 clauses out of 20006 with flag 1815002/1815002
1583.16/1573.80	c cleaning 10000 clauses out of 20009 with flag 1825000/1825000
1592.01/1582.64	c cleaning 10002 clauses out of 20013 with flag 1835004/1835004
1601.17/1591.71	c cleaning 9999 clauses out of 20007 with flag 1845000/1845000
1610.81/1601.34	c cleaning 10001 clauses out of 20009 with flag 1855001/1855001
1620.46/1610.94	c cleaning 10000 clauses out of 20007 with flag 1865000/1865000
1630.63/1621.00	c cleaning 9999 clauses out of 20008 with flag 1875001/1875001
1641.18/1631.53	c cleaning 9996 clauses out of 20008 with flag 1885000/1885000
1650.95/1641.29	c cleaning 10004 clauses out of 20013 with flag 1895001/1895001
1661.60/1651.80	c cleaning 10000 clauses out of 20010 with flag 1905002/1905002
1672.15/1662.31	c cleaning 10000 clauses out of 20008 with flag 1915000/1915000
1681.81/1671.96	c cleaning 10001 clauses out of 20009 with flag 1925001/1925001
1692.07/1682.18	c cleaning 10002 clauses out of 20012 with flag 1935005/1935005
1702.61/1692.68	c cleaning 9998 clauses out of 20006 with flag 1945001/1945001
1712.98/1702.92	c cleaning 9998 clauses out of 20007 with flag 1955000/1955000
1723.94/1713.90	c cleaning 10000 clauses out of 20010 with flag 1965001/1965001
1734.59/1724.46	c cleaning 10001 clauses out of 20011 with flag 1975002/1975002
1745.36/1735.10	c cleaning 10003 clauses out of 20013 with flag 1985005/1985005
1755.81/1745.55	c cleaning 10003 clauses out of 20009 with flag 1995004/1995004
1763.66/1753.31	c cleaning 9999 clauses out of 20003 with flag 2005001/2005001
1771.62/1761.26	c cleaning 9997 clauses out of 20004 with flag 2015001/2015001
1780.37/1769.97	c cleaning 10000 clauses out of 20008 with flag 2025002/2025002
1789.61/1779.10	c cleaning 10000 clauses out of 20007 with flag 2035001/2035001
1797.95/1787.41	c cleaning 10002 clauses out of 20011 with flag 2045005/2045005
1800.07/1789.51	c starts		: 229
1800.07/1789.51	c conflicts		: 2047471
1800.07/1789.51	c decisions		: 3215367
1800.07/1789.51	c propagations		: 434536619
1800.07/1789.51	c inspects		: 3966424149
1800.07/1789.51	c learnt literals	: 0
1800.07/1789.51	c learnt binary clauses	: 0
1800.07/1789.51	c learnt ternary clauses	: 1
1800.07/1789.51	c learnt clauses	: 2047471
1800.07/1789.51	c ignored clauses	: 0
1800.07/1789.51	c root simplifications	: 0
1800.07/1789.51	c removed literals (reason simplification)	: 9657672
1800.07/1789.51	c reason swapping (by a shorter reason)	: 0
1800.07/1789.51	c Calls to reduceDB	: 206
1800.07/1789.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1789.51	c number of learned constraints concerned by reduction	: 0
1800.07/1789.51	c number of learning phase by resolution	: 0
1800.07/1789.51	c number of learning phase by cutting planes	: 0
1800.07/1789.51	c speed (assignments/second)	: 290393.05614772777
1800.07/1789.51	c non guided choices	0
1800.07/1789.54	c learnt constraints type 
1800.07/1789.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12497
1800.07/1789.54	c constraints type 
1800.07/1789.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
1800.07/1789.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1789.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.07/1789.54	s SATISFIABLE
1800.07/1789.54	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.07/1789.54	c objective function=5
1800.07/1789.54	c Total wall clock time (in seconds): 1789.334

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658540-1276657523/watcher-2658540-1276657523 -o /tmp/evaluation-result-2658540-1276657523/solver-2658540-1276657523 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658540-1276657523.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.10 1.08 1.15 3/105 16803
/proc/meminfo: memFree=1819084/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=248 CPUtime=0
/proc/16803/stat : 16803 (java) R 16801 16803 16681 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 7045834 253952 29 1992294400 134512640 134550932 4289990592 18446744073709551615 8925662 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16803/statm: 62 29 21 10 0 23 0

[startup+0.109916 s]
/proc/loadavg: 1.10 1.08 1.15 3/105 16803
/proc/meminfo: memFree=1819084/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1524184 CPUtime=0.09
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 4028 0 1 0 7 2 0 0 18 0 12 0 7045834 1560764416 3468 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 381046 3468 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.20191 s]
/proc/loadavg: 1.10 1.08 1.15 3/105 16803
/proc/meminfo: memFree=1819084/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1526088 CPUtime=0.23
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 5066 0 1 0 20 3 0 0 18 0 12 0 7045834 1562714112 4504 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 381522 4504 1346 10 0 378824 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526088

[startup+0.30192 s]
/proc/loadavg: 1.10 1.08 1.15 3/105 16803
/proc/meminfo: memFree=1819084/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1527008 CPUtime=0.39
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 5467 0 1 0 35 4 0 0 18 0 12 0 7045834 1563656192 4905 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 381752 4906 1363 10 0 379054 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1527008

[startup+0.700961 s]
/proc/loadavg: 1.10 1.08 1.15 3/105 16803
/proc/meminfo: memFree=1819084/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1528152 CPUtime=0.93
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 6570 0 1 0 89 4 0 0 18 0 12 0 7045834 1564827648 5968 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382038 5972 1396 10 0 379340 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1528152

[startup+1.50104 s]
/proc/loadavg: 1.17 1.09 1.15 2/117 16817
/proc/meminfo: memFree=1797660/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529312 CPUtime=1.96
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 8122 0 1 0 191 5 0 0 18 0 12 0 7045834 1566015488 6787 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382328 6787 1407 10 0 379630 0
[pid=16803/tid=16805] ppid=16801 vsize=1529312 CPUtime=1.3
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 4958 0 1 0 127 3 0 0 25 0 12 0 7045836 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4109867286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 7045837 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 7045837 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7045839 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 7045839 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7045839 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7045844 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529312 CPUtime=0.26
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 553 0 0 0 26 0 0 0 18 0 12 0 7045844 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529312 CPUtime=0.37
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 1547 0 0 0 37 0 0 0 15 0 12 0 7045844 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7045844 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529312 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7045844 1566015488 6788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1529312

[startup+3.10121 s]
/proc/loadavg: 1.17 1.09 1.15 2/118 16818
/proc/meminfo: memFree=1783392/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1531716 CPUtime=4.07
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 35603 0 1 0 391 16 0 0 18 0 13 0 7045834 1568477184 33565 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382929 33567 1424 10 0 380231 0
[pid=16803/tid=16805] ppid=16801 vsize=1531716 CPUtime=2.59
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 31026 0 1 0 245 14 0 0 25 0 13 0 7045836 1568477184 33568 1992294400 134512640 134550932 4289990592 18446744073709551615 4109966179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 7045837 1568477184 33569 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 7045837 1568477184 33569 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 7045839 1568477184 33569 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 7045839 1568477184 33569 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 7045839 1568477184 33572 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1568477184 33575 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1531716 CPUtime=0.67
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1159 0 0 0 67 0 0 0 15 0 13 0 7045844 1568477184 33577 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1531716 CPUtime=0.78
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2352 0 0 0 78 0 0 0 15 0 13 0 7045844 1568477184 33579 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1568477184 33580 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7045844 1568477184 33580 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1531716 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1568477184 33581 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1531716

[startup+6.30154 s]
/proc/loadavg: 1.17 1.09 1.15 2/118 16818
/proc/meminfo: memFree=1674396/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=7.43
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 39817 0 1 0 725 18 0 0 18 0 13 0 7045834 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 37200 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=5.66
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 32060 0 1 0 552 14 0 0 25 0 13 0 7045836 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4109939235 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=0.05
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 1116 0 0 0 5 0 0 0 15 0 13 0 7045837 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=0.05
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 1177 0 0 0 5 0 0 0 16 0 13 0 7045837 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=0.03
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 867 0 0 0 3 0 0 0 16 0 13 0 7045839 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.77
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1174 0 0 0 77 0 0 0 15 0 13 0 7045844 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.8
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2356 0 0 0 80 0 0 0 15 0 13 0 7045844 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 37200 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1529760

[startup+12.7012 s]
/proc/loadavg: 1.14 1.09 1.15 2/118 16818
/proc/meminfo: memFree=1648604/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=13.89
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 46583 0 1 0 1368 21 0 0 18 0 13 0 7045834 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 43861 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=11.94
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 36075 0 1 0 1178 16 0 0 25 0 13 0 7045836 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4110048404 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=0.09
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 2242 0 0 0 8 1 0 0 16 0 13 0 7045837 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=0.09
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 2559 0 0 0 8 1 0 0 16 0 13 0 7045837 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=0.07
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1106 0 0 0 7 0 0 0 15 0 13 0 7045839 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.81
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1176 0 0 0 81 0 0 0 16 0 13 0 7045844 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.84
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2358 0 0 0 83 1 0 0 15 0 13 0 7045844 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 43861 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 1529760

[startup+25.5026 s]
/proc/loadavg: 1.20 1.10 1.16 2/118 16818
/proc/meminfo: memFree=1640172/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=26.83
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 49097 0 1 0 2660 23 0 0 18 0 13 0 7045834 1566474240 45854 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 45854 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=24.51
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 36091 0 1 0 2435 16 0 0 25 0 13 0 7045836 1566474240 45854 1992294400 134512640 134550932 4289990592 18446744073709551615 4110126067 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=0.15
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 3255 0 0 0 14 1 0 0 15 0 13 0 7045837 1566474240 45854 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=0.16
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 3390 0 0 0 14 2 0 0 16 0 13 0 7045837 1566474240 45854 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=0.2
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1193 0 0 0 20 0 0 0 15 0 13 0 7045839 1566474240 45854 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0

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

[pid=16803] ppid=16801 vsize=1529760 CPUtime=1611.82
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 55266 0 1 0 161065 117 0 0 18 0 13 0 7045834 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 49642 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=1581.32
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 37945 0 1 0 158107 25 0 0 25 0 13 0 7045836 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4109966789 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=9.82
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 5298 0 0 0 950 32 0 0 16 0 13 0 7045837 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=9.8
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 5372 0 0 0 939 41 0 0 15 0 13 0 7045837 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=8.99
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1390 0 0 0 885 14 0 0 15 0 13 0 7045839 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.84
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1179 0 0 0 84 0 0 0 15 0 13 0 7045844 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.99
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2925 0 0 0 98 1 0 0 15 0 13 0 7045844 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 49642 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.82
Current children cumulated vsize (KiB) 1529760

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/118 16865
/proc/meminfo: memFree=1620828/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=1672.15
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 55493 0 1 0 167093 122 0 0 18 0 13 0 7045834 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 49788 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=1640.57
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 38013 0 1 0 164031 26 0 0 25 0 13 0 7045836 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4109930896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=10.23
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 5316 0 0 0 989 34 0 0 15 0 13 0 7045837 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=10.21
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 5505 0 0 0 978 43 0 0 16 0 13 0 7045837 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=9.26
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1394 0 0 0 911 15 0 0 15 0 13 0 7045839 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.84
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1179 0 0 0 84 0 0 0 15 0 13 0 7045844 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.99
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2925 0 0 0 98 1 0 0 15 0 13 0 7045844 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 49788 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.15
Current children cumulated vsize (KiB) 1529760

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/118 16865
/proc/meminfo: memFree=1620828/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=1732.48
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 55576 0 1 0 173122 126 0 0 18 0 13 0 7045834 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 49795 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=1699.77
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 38081 0 1 0 169951 26 0 0 25 0 13 0 7045836 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4109876450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=10.63
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 5316 0 0 0 1029 34 0 0 15 0 13 0 7045837 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=10.62
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 5512 0 0 0 1017 45 0 0 16 0 13 0 7045837 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=9.56
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1398 0 0 0 941 15 0 0 15 0 13 0 7045839 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.84
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1179 0 0 0 84 0 0 0 15 0 13 0 7045844 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.99
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2925 0 0 0 98 1 0 0 15 0 13 0 7045844 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 49795 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.48
Current children cumulated vsize (KiB) 1529760

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16867
/proc/meminfo: memFree=1620580/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=1792.83
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 55774 0 1 0 179153 130 0 0 18 0 13 0 7045834 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 49919 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=1758.93
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 38149 0 1 0 175866 27 0 0 25 0 13 0 7045836 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4109982181 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=11.05
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 5342 0 0 0 1069 36 0 0 15 0 13 0 7045837 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=11.04
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 5612 0 0 0 1058 46 0 0 15 0 13 0 7045837 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=9.9
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1400 0 0 0 975 15 0 0 15 0 13 0 7045839 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.84
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1179 0 0 0 84 0 0 0 15 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.99
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2925 0 0 0 98 1 0 0 15 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.83
Current children cumulated vsize (KiB) 1529760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16867
/proc/meminfo: memFree=1620580/2059040 swapFree=4148288/4192956
[pid=16803] ppid=16801 vsize=1529760 CPUtime=1800.07
/proc/16803/stat : 16803 (java) S 16801 16803 16681 0 -1 4202496 55786 0 1 0 179877 130 0 0 18 0 13 0 7045834 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16803/statm: 382440 49919 1442 10 0 379742 0
[pid=16803/tid=16805] ppid=16801 vsize=1529760 CPUtime=1766.03
/proc/16803/task/16805/stat : 16805 (java) R 16801 16803 16681 0 -1 4202560 38157 0 1 0 176576 27 0 0 25 0 13 0 7045836 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4109963770 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16803/tid=16806] ppid=16801 vsize=1529760 CPUtime=11.1
/proc/16803/task/16806/stat : 16806 (java) S 16801 16803 16681 0 -1 4202560 5342 0 0 0 1074 36 0 0 15 0 13 0 7045837 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16807] ppid=16801 vsize=1529760 CPUtime=11.09
/proc/16803/task/16807/stat : 16807 (java) S 16801 16803 16681 0 -1 4202560 5612 0 0 0 1062 47 0 0 16 0 13 0 7045837 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16808] ppid=16801 vsize=1529760 CPUtime=9.95
/proc/16803/task/16808/stat : 16808 (java) S 16801 16803 16681 0 -1 4202560 1402 0 0 0 980 15 0 0 15 0 13 0 7045839 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 0 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16809] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16809/stat : 16809 (java) S 16801 16803 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16810] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16810/stat : 16810 (java) S 16801 16803 16681 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7045839 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16813] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16813/stat : 16813 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16814] ppid=16801 vsize=1529760 CPUtime=0.84
/proc/16803/task/16814/stat : 16814 (java) S 16801 16803 16681 0 -1 4202560 1179 0 0 0 84 0 0 0 15 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16815] ppid=16801 vsize=1529760 CPUtime=0.99
/proc/16803/task/16815/stat : 16815 (java) S 16801 16803 16681 0 -1 4202560 2925 0 0 0 98 1 0 0 15 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16816] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16816/stat : 16816 (java) S 16801 16803 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
[pid=16803/tid=16817] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16817/stat : 16817 (java) S 16801 16803 16681 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 7045844 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 1 0 0 0
[pid=16803/tid=16818] ppid=16801 vsize=1529760 CPUtime=0
/proc/16803/task/16818/stat : 16818 (java) S 16801 16803 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7045999 1566474240 49919 1992294400 134512640 134550932 4289990592 18446744073709551615 4294960144 0 4 0 16800975 18446604435930256512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1529760

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): 1789.61
CPU time (s): 1800.2
CPU user time (s): 1798.87
CPU system time (s): 1.3288
CPU usage (%): 100.592
Max. virtual memory (cumulated for all children) (KiB): 1531716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.3288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55808
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= 56305
involuntary context switches= 30793

runsolver used 3.33849 second user time and 9.8455 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 05:05:23
IDJOB=2658540
IDBENCH=48154
IDSOLVER=1164
FILE ID=node082/2658540-1276657523
PBS_JOBID= 11172467
Free space on /tmp= 62584 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_3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658540-1276657523/watcher-2658540-1276657523 -o /tmp/evaluation-result-2658540-1276657523/solver-2658540-1276657523 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658540-1276657523.opb

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

MD5SUM BENCH= cdb29f44159b0b72729019e0c0db0b8a
RANDOM SEED=261155212

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1819480 kB
Buffers:         37016 kB
Cached:         105168 kB
SwapCached:       6752 kB
Active:          99744 kB
Inactive:        63956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1819480 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             320 kB
Writeback:           0 kB
AnonPages:       18816 kB
Mapped:          13204 kB
Slab:            54020 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node082 at 2010-06-16 05:35:15