Trace number 2658529

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.15 1789.68

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
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 benchmark129.492
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 constraint41
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)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

Quality of the solution as a function of time


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

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.15	c version 2.2.0.v20100526
0.10/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.15	c java.vm.version	11.2-b01
0.10/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.15	c sun.arch.data.model	32
0.10/0.15	c java.version		1.6.0_12
0.10/0.15	c os.name		Linux
0.10/0.15	c os.version		2.6.18-164.el5
0.10/0.15	c os.arch		i386
0.10/0.15	c Free memory 		1393557488
0.10/0.15	c Max memory 		1395916800
0.10/0.15	c Total memory 		1395916800
0.10/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658529-1276655731.opb
0.23/0.21	c reading problem ... 
2.01/1.58	c ... done. Wall clock time 1.371s.
2.01/1.58	c #vars     3170
2.01/1.58	c #constraints  6240
2.01/1.58	c constraints type 
2.01/1.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
2.01/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
2.29/1.72	c SATISFIABLE
2.29/1.72	c OPTIMIZING...
2.29/1.72	c Got one! Elapsed wall clock time (in seconds):1.518
2.29/1.72	o 8
2.86/2.01	c Got one! Elapsed wall clock time (in seconds):1.808
2.86/2.01	o 7
6.03/4.96	c cleaning 2495 clauses out of 5000 with flag 5000/5000
9.19/8.05	c cleaning 4251 clauses out of 8506 with flag 11001/11001
12.81/11.62	c cleaning 5623 clauses out of 11254 with flag 18000/18000
14.54/13.36	c Got one! Elapsed wall clock time (in seconds):13.156
14.54/13.36	o 6
17.55/16.32	c cleaning 6815 clauses out of 13631 with flag 26000/26000
23.26/21.93	c cleaning 7906 clauses out of 15817 with flag 35001/35001
29.88/28.58	c cleaning 8950 clauses out of 17910 with flag 45000/45000
36.61/35.23	c cleaning 9476 clauses out of 18960 with flag 55000/55000
43.12/41.65	c cleaning 9738 clauses out of 19486 with flag 65002/65002
50.53/48.97	c cleaning 9871 clauses out of 19747 with flag 75001/75001
57.16/55.56	c cleaning 9935 clauses out of 19877 with flag 85002/85002
63.58/61.92	c cleaning 9966 clauses out of 19940 with flag 95000/95000
69.82/68.20	c cleaning 9985 clauses out of 19980 with flag 105006/105006
77.03/75.32	c cleaning 9995 clauses out of 19993 with flag 115004/115004
83.86/82.10	c cleaning 9994 clauses out of 19994 with flag 125000/125000
91.01/89.21	c cleaning 9998 clauses out of 20004 with flag 135004/135004
97.43/95.63	c cleaning 9995 clauses out of 20003 with flag 145001/145001
104.06/102.23	c cleaning 10003 clauses out of 20009 with flag 155002/155002
110.79/108.94	c cleaning 9999 clauses out of 20004 with flag 165000/165000
117.40/115.52	c cleaning 9998 clauses out of 20006 with flag 175001/175001
123.93/122.02	c cleaning 9996 clauses out of 20008 with flag 185001/185001
130.67/128.72	c cleaning 10000 clauses out of 20011 with flag 195000/195000
137.40/135.43	c cleaning 10003 clauses out of 20014 with flag 205003/205003
144.43/142.41	c cleaning 9997 clauses out of 20008 with flag 215000/215000
152.16/150.12	c cleaning 10000 clauses out of 20011 with flag 225000/225000
159.10/157.01	c cleaning 10002 clauses out of 20012 with flag 235001/235001
166.63/164.54	c cleaning 10002 clauses out of 20011 with flag 245002/245002
173.95/171.86	c cleaning 9999 clauses out of 20010 with flag 255003/255003
180.79/178.62	c cleaning 10001 clauses out of 20010 with flag 265002/265002
187.62/185.46	c cleaning 10000 clauses out of 20008 with flag 275001/275001
195.05/192.82	c cleaning 9997 clauses out of 20009 with flag 285002/285002
202.38/200.19	c cleaning 10002 clauses out of 20011 with flag 295001/295001
209.52/207.23	c cleaning 10003 clauses out of 20011 with flag 305003/305003
216.76/214.50	c cleaning 9999 clauses out of 20009 with flag 315004/315004
223.69/221.32	c cleaning 9997 clauses out of 20006 with flag 325000/325000
230.92/228.52	c cleaning 10004 clauses out of 20014 with flag 335005/335005
238.65/236.25	c cleaning 9998 clauses out of 20005 with flag 345000/345000
244.89/242.47	c cleaning 9999 clauses out of 20008 with flag 355001/355001
251.32/248.83	c cleaning 10001 clauses out of 20012 with flag 365004/365004
258.24/255.71	c cleaning 10000 clauses out of 20007 with flag 375000/375000
265.36/262.85	c cleaning 9999 clauses out of 20007 with flag 385000/385000
272.10/269.52	c cleaning 10000 clauses out of 20008 with flag 395000/395000
278.84/276.29	c cleaning 10000 clauses out of 20009 with flag 405001/405001
286.06/283.49	c cleaning 10002 clauses out of 20011 with flag 415003/415003
293.10/290.43	c cleaning 10000 clauses out of 20007 with flag 425001/425001
300.02/297.35	c cleaning 10002 clauses out of 20010 with flag 435004/435004
307.14/304.49	c cleaning 9999 clauses out of 20006 with flag 445002/445002
314.58/311.89	c cleaning 9999 clauses out of 20008 with flag 455003/455003
322.62/319.86	c cleaning 9999 clauses out of 20006 with flag 465000/465000
331.16/328.38	c cleaning 10001 clauses out of 20009 with flag 475002/475002
338.79/335.91	c cleaning 10002 clauses out of 20012 with flag 485006/485006
346.22/343.39	c cleaning 9996 clauses out of 20004 with flag 495000/495000
353.76/350.87	c cleaning 9998 clauses out of 20008 with flag 505000/505000
361.08/358.16	c cleaning 10002 clauses out of 20012 with flag 515002/515002
368.41/365.48	c cleaning 10002 clauses out of 20009 with flag 525001/525001
376.36/373.35	c cleaning 9998 clauses out of 20008 with flag 535002/535002
384.40/381.36	c cleaning 10000 clauses out of 20012 with flag 545004/545004
392.94/389.80	c cleaning 10000 clauses out of 20009 with flag 555001/555001
401.57/398.44	c cleaning 10004 clauses out of 20017 with flag 565009/565009
410.33/407.16	c cleaning 9996 clauses out of 20005 with flag 575001/575001
418.75/415.57	c cleaning 10001 clauses out of 20011 with flag 585003/585003
425.79/422.51	c cleaning 10005 clauses out of 20014 with flag 595007/595007
432.41/429.18	c cleaning 9998 clauses out of 20003 with flag 605001/605001
440.05/436.77	c cleaning 10001 clauses out of 20007 with flag 615003/615003
447.17/443.82	c cleaning 9999 clauses out of 20005 with flag 625002/625002
454.11/450.71	c cleaning 10001 clauses out of 20012 with flag 635008/635008
460.95/457.53	c cleaning 9995 clauses out of 20003 with flag 645000/645000
467.37/463.93	c cleaning 10000 clauses out of 20012 with flag 655004/655004
473.92/470.48	c cleaning 9998 clauses out of 20008 with flag 665000/665000
481.04/477.51	c cleaning 10003 clauses out of 20010 with flag 675000/675000
487.95/484.44	c cleaning 10002 clauses out of 20009 with flag 685002/685002
495.41/491.87	c cleaning 10000 clauses out of 20008 with flag 695003/695003
503.33/499.72	c cleaning 10001 clauses out of 20008 with flag 705003/705003
511.68/508.05	c cleaning 10000 clauses out of 20009 with flag 715005/715005
519.31/515.64	c cleaning 9999 clauses out of 20005 with flag 725001/725001
526.55/522.81	c cleaning 9997 clauses out of 20006 with flag 735001/735001
533.98/530.28	c cleaning 10001 clauses out of 20009 with flag 745001/745001
541.72/537.93	c cleaning 10000 clauses out of 20008 with flag 755001/755001
549.94/546.11	c cleaning 10002 clauses out of 20011 with flag 765004/765004
557.48/553.65	c cleaning 9996 clauses out of 20006 with flag 775001/775001
565.02/561.14	c cleaning 10007 clauses out of 20015 with flag 785006/785006
572.15/568.26	c cleaning 9999 clauses out of 20003 with flag 795001/795001
578.47/574.55	c cleaning 9999 clauses out of 20008 with flag 805005/805005
585.50/581.56	c cleaning 10000 clauses out of 20008 with flag 815004/815004
593.12/589.17	c cleaning 10000 clauses out of 20008 with flag 825004/825004
600.97/596.95	c cleaning 10000 clauses out of 20005 with flag 835001/835001
608.49/604.46	c cleaning 9999 clauses out of 20005 with flag 845001/845001
616.34/612.28	c cleaning 9999 clauses out of 20005 with flag 855000/855000
624.37/620.28	c cleaning 9998 clauses out of 20007 with flag 865001/865001
631.90/627.71	c cleaning 10001 clauses out of 20011 with flag 875003/875003
639.05/634.81	c cleaning 10001 clauses out of 20007 with flag 885000/885000
645.28/641.05	c cleaning 9999 clauses out of 20008 with flag 895002/895002
652.12/647.81	c cleaning 10000 clauses out of 20008 with flag 905001/905001
658.54/654.22	c cleaning 10001 clauses out of 20008 with flag 915001/915001
665.59/661.27	c cleaning 9999 clauses out of 20006 with flag 925000/925000
674.12/669.76	c cleaning 9999 clauses out of 20008 with flag 935001/935001
682.36/677.93	c cleaning 10002 clauses out of 20011 with flag 945003/945003
689.91/685.47	c cleaning 10000 clauses out of 20008 with flag 955002/955002
697.94/693.44	c cleaning 9999 clauses out of 20006 with flag 965000/965000
705.28/700.75	c cleaning 10000 clauses out of 20007 with flag 975000/975000
708.19/703.67	c Got one! Elapsed wall clock time (in seconds):703.463
708.19/703.67	o 5
711.81/707.30	c cleaning 9999 clauses out of 20007 with flag 985000/985000
718.95/714.40	c cleaning 10000 clauses out of 20008 with flag 995000/995000
726.39/721.78	c cleaning 10001 clauses out of 20012 with flag 1005004/1005004
734.32/729.64	c cleaning 10000 clauses out of 20007 with flag 1015000/1015000
742.46/737.72	c cleaning 10003 clauses out of 20011 with flag 1025004/1025004
749.79/745.00	c cleaning 9999 clauses out of 20008 with flag 1035004/1035004
757.94/753.10	c cleaning 10001 clauses out of 20006 with flag 1045001/1045001
766.19/761.31	c cleaning 9999 clauses out of 20006 with flag 1055002/1055002
774.63/769.74	c cleaning 9999 clauses out of 20005 with flag 1065000/1065000
783.67/778.75	c cleaning 10004 clauses out of 20012 with flag 1075006/1075006
792.91/787.94	c cleaning 9997 clauses out of 20002 with flag 1085000/1085000
801.26/796.24	c cleaning 10000 clauses out of 20006 with flag 1095001/1095001
809.40/804.35	c cleaning 9999 clauses out of 20005 with flag 1105000/1105000
817.76/812.62	c cleaning 10000 clauses out of 20008 with flag 1115002/1115002
826.40/821.24	c cleaning 10001 clauses out of 20009 with flag 1125003/1125003
835.16/829.95	c cleaning 10000 clauses out of 20007 with flag 1135002/1135002
843.90/838.67	c cleaning 10002 clauses out of 20012 with flag 1145007/1145007
852.85/847.55	c cleaning 10000 clauses out of 20007 with flag 1155004/1155004
862.10/856.79	c cleaning 10000 clauses out of 20003 with flag 1165000/1165000
871.35/865.99	c cleaning 9997 clauses out of 20004 with flag 1175001/1175001
881.22/875.73	c cleaning 10000 clauses out of 20008 with flag 1185002/1185002
889.35/883.89	c cleaning 10000 clauses out of 20006 with flag 1195000/1195000
897.89/892.34	c cleaning 10000 clauses out of 20007 with flag 1205001/1205001
906.73/901.11	c cleaning 9999 clauses out of 20007 with flag 1215001/1215001
915.50/909.82	c cleaning 10001 clauses out of 20008 with flag 1225001/1225001
924.52/918.81	c cleaning 9996 clauses out of 20006 with flag 1235000/1235000
933.88/928.15	c cleaning 10002 clauses out of 20012 with flag 1245002/1245002
942.93/937.13	c cleaning 9999 clauses out of 20010 with flag 1255002/1255002
952.28/946.43	c cleaning 10008 clauses out of 20019 with flag 1265010/1265010
961.73/955.82	c cleaning 9998 clauses out of 20004 with flag 1275003/1275003
970.69/964.74	c cleaning 10001 clauses out of 20007 with flag 1285004/1285004
980.05/974.06	c cleaning 9999 clauses out of 20005 with flag 1295003/1295003
990.62/984.56	c cleaning 9995 clauses out of 20004 with flag 1305001/1305001
1000.87/994.74	c cleaning 10000 clauses out of 20009 with flag 1315001/1315001
1010.32/1004.12	c cleaning 9998 clauses out of 20010 with flag 1325002/1325002
1020.29/1014.07	c cleaning 10008 clauses out of 20015 with flag 1335005/1335005
1027.82/1021.52	c cleaning 10000 clauses out of 20005 with flag 1345003/1345003
1035.46/1029.20	c cleaning 9998 clauses out of 20002 with flag 1355000/1355000
1043.71/1037.37	c cleaning 10000 clauses out of 20005 with flag 1365001/1365001
1051.92/1045.53	c cleaning 10002 clauses out of 20009 with flag 1375005/1375005
1060.47/1054.07	c cleaning 9997 clauses out of 20003 with flag 1385001/1385001
1068.82/1062.38	c cleaning 10000 clauses out of 20005 with flag 1395000/1395000
1077.76/1071.20	c cleaning 10002 clauses out of 20009 with flag 1405004/1405004
1087.22/1080.66	c cleaning 9998 clauses out of 20008 with flag 1415005/1415005
1096.46/1089.86	c cleaning 10002 clauses out of 20005 with flag 1425000/1425000
1105.30/1098.68	c cleaning 9998 clauses out of 20004 with flag 1435001/1435001
1114.36/1107.66	c cleaning 10000 clauses out of 20007 with flag 1445002/1445002
1124.11/1117.34	c cleaning 9997 clauses out of 20005 with flag 1455000/1455000
1133.56/1126.74	c cleaning 10001 clauses out of 20012 with flag 1465004/1465004
1141.61/1134.80	c cleaning 10002 clauses out of 20011 with flag 1475004/1475004
1150.15/1143.20	c cleaning 9999 clauses out of 20006 with flag 1485001/1485001
1158.98/1152.01	c cleaning 9999 clauses out of 20007 with flag 1495001/1495001
1167.54/1160.58	c cleaning 9998 clauses out of 20007 with flag 1505000/1505000
1176.58/1169.55	c cleaning 9995 clauses out of 20010 with flag 1515001/1515001
1186.05/1178.94	c cleaning 10003 clauses out of 20014 with flag 1525000/1525000
1194.89/1187.73	c cleaning 10001 clauses out of 20012 with flag 1535001/1535001
1203.44/1196.26	c cleaning 10002 clauses out of 20011 with flag 1545001/1545001
1212.19/1204.99	c cleaning 10000 clauses out of 20010 with flag 1555002/1555002
1221.84/1214.55	c cleaning 10002 clauses out of 20011 with flag 1565003/1565003
1231.19/1223.81	c cleaning 10000 clauses out of 20007 with flag 1575001/1575001
1240.13/1232.76	c cleaning 10000 clauses out of 20006 with flag 1585000/1585000
1249.69/1242.21	c cleaning 9998 clauses out of 20007 with flag 1595001/1595001
1258.73/1251.29	c cleaning 10004 clauses out of 20014 with flag 1605006/1605006
1268.88/1261.33	c cleaning 10000 clauses out of 20006 with flag 1615002/1615002
1279.03/1271.44	c cleaning 9998 clauses out of 20005 with flag 1625001/1625001
1287.48/1279.87	c cleaning 10003 clauses out of 20012 with flag 1635006/1635006
1295.02/1287.34	c cleaning 9999 clauses out of 20004 with flag 1645001/1645001
1302.75/1295.09	c cleaning 10001 clauses out of 20009 with flag 1655005/1655005
1310.99/1303.24	c cleaning 10000 clauses out of 20006 with flag 1665003/1665003
1319.53/1311.74	c cleaning 10000 clauses out of 20006 with flag 1675003/1675003
1327.88/1320.05	c cleaning 9998 clauses out of 20003 with flag 1685000/1685000
1336.52/1328.65	c cleaning 9997 clauses out of 20007 with flag 1695002/1695002
1345.37/1337.49	c cleaning 9998 clauses out of 20008 with flag 1705000/1705000
1354.43/1346.42	c cleaning 10003 clauses out of 20013 with flag 1715003/1715003
1363.37/1355.36	c cleaning 10001 clauses out of 20011 with flag 1725004/1725004
1372.52/1364.49	c cleaning 10001 clauses out of 20008 with flag 1735002/1735002
1381.58/1373.46	c cleaning 9996 clauses out of 20005 with flag 1745000/1745000
1390.51/1382.36	c cleaning 10003 clauses out of 20013 with flag 1755004/1755004
1400.06/1391.89	c cleaning 9999 clauses out of 20010 with flag 1765004/1765004
1409.73/1401.50	c cleaning 10000 clauses out of 20008 with flag 1775001/1775001
1418.17/1409.90	c cleaning 10001 clauses out of 20009 with flag 1785002/1785002
1426.90/1418.58	c cleaning 9998 clauses out of 20006 with flag 1795000/1795000
1435.75/1427.40	c cleaning 9995 clauses out of 20008 with flag 1805000/1805000
1445.10/1436.66	c cleaning 10002 clauses out of 20013 with flag 1815000/1815000
1454.55/1446.03	c cleaning 10003 clauses out of 20011 with flag 1825000/1825000
1464.40/1455.88	c cleaning 9999 clauses out of 20011 with flag 1835003/1835003
1474.45/1465.88	c cleaning 10002 clauses out of 20009 with flag 1845000/1845000
1484.10/1475.44	c cleaning 10004 clauses out of 20016 with flag 1855009/1855009
1493.66/1484.92	c cleaning 9998 clauses out of 20008 with flag 1865005/1865005
1503.92/1495.19	c cleaning 10000 clauses out of 20007 with flag 1875002/1875002
1513.07/1504.22	c cleaning 9999 clauses out of 20005 with flag 1885000/1885000
1522.72/1513.88	c cleaning 10000 clauses out of 20007 with flag 1895001/1895001
1533.29/1524.38	c cleaning 9998 clauses out of 20006 with flag 1905000/1905000
1542.62/1533.70	c cleaning 9999 clauses out of 20009 with flag 1915001/1915001
1553.18/1544.14	c cleaning 10001 clauses out of 20012 with flag 1925003/1925003
1563.55/1554.49	c cleaning 10000 clauses out of 20010 with flag 1935002/1935002
1573.09/1563.94	c cleaning 10002 clauses out of 20011 with flag 1945003/1945003
1583.75/1574.60	c cleaning 9999 clauses out of 20009 with flag 1955003/1955003
1594.53/1585.29	c cleaning 10001 clauses out of 20009 with flag 1965002/1965002
1604.47/1595.14	c cleaning 9999 clauses out of 20009 with flag 1975003/1975003
1614.82/1605.42	c cleaning 9999 clauses out of 20008 with flag 1985001/1985001
1625.27/1615.88	c cleaning 10001 clauses out of 20009 with flag 1995001/1995001
1634.12/1624.63	c cleaning 10002 clauses out of 20007 with flag 2005000/2005000
1643.08/1633.60	c cleaning 9998 clauses out of 20005 with flag 2015000/2015000
1652.24/1642.61	c cleaning 10003 clauses out of 20010 with flag 2025003/2025003
1660.99/1651.37	c cleaning 10002 clauses out of 20011 with flag 2035007/2035007
1669.94/1660.26	c cleaning 10000 clauses out of 20005 with flag 2045003/2045003
1678.79/1669.10	c cleaning 9997 clauses out of 20003 with flag 2055001/2055001
1687.34/1677.58	c cleaning 9999 clauses out of 20005 with flag 2065000/2065000
1696.08/1686.24	c cleaning 9999 clauses out of 20006 with flag 2075000/2075000
1705.32/1695.40	c cleaning 10000 clauses out of 20007 with flag 2085000/2085000
1713.88/1703.94	c cleaning 10002 clauses out of 20012 with flag 2095005/2095005
1722.72/1712.72	c cleaning 9999 clauses out of 20006 with flag 2105001/2105001
1731.86/1721.85	c cleaning 9999 clauses out of 20006 with flag 2115000/2115000
1741.01/1730.93	c cleaning 9999 clauses out of 20009 with flag 2125002/2125002
1750.05/1739.91	c cleaning 10003 clauses out of 20011 with flag 2135003/2135003
1759.01/1748.86	c cleaning 10001 clauses out of 20007 with flag 2145002/2145002
1768.86/1758.63	c cleaning 10000 clauses out of 20006 with flag 2155002/2155002
1778.52/1768.25	c cleaning 9998 clauses out of 20004 with flag 2165000/2165000
1788.37/1778.06	c cleaning 9998 clauses out of 20006 with flag 2175000/2175000
1798.42/1788.01	c cleaning 10001 clauses out of 20010 with flag 2185002/2185002
1800.04/1789.61	c starts		: 231
1800.04/1789.61	c conflicts		: 2186475
1800.04/1789.62	c decisions		: 3374150
1800.04/1789.62	c propagations		: 440012950
1800.04/1789.62	c inspects		: 3959986326
1800.04/1789.62	c learnt literals	: 0
1800.04/1789.62	c learnt binary clauses	: 0
1800.04/1789.62	c learnt ternary clauses	: 1
1800.04/1789.62	c learnt clauses	: 2186475
1800.04/1789.62	c ignored clauses	: 0
1800.04/1789.62	c root simplifications	: 0
1800.04/1789.62	c removed literals (reason simplification)	: 10504223
1800.04/1789.62	c reason swapping (by a shorter reason)	: 0
1800.04/1789.62	c Calls to reduceDB	: 220
1800.04/1789.62	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.62	c number of learned constraints concerned by reduction	: 0
1800.04/1789.62	c number of learning phase by resolution	: 0
1800.04/1789.62	c number of learning phase by cutting planes	: 0
1800.04/1789.62	c speed (assignments/second)	: 405189.797254552
1800.04/1789.62	c non guided choices	0
1800.04/1789.64	c learnt constraints type 
1800.04/1789.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11502
1800.04/1789.64	c constraints type 
1800.04/1789.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
1800.04/1789.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1789.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.04/1789.64	s SATISFIABLE
1800.04/1789.64	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.04/1789.64	c objective function=5
1800.04/1789.64	c Total wall clock time (in seconds): 1789.432

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-2658529-1276655731/watcher-2658529-1276655731 -o /tmp/evaluation-result-2658529-1276655731/solver-2658529-1276655731 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658529-1276655731.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.94 2.10 1.89 3/105 16706
/proc/meminfo: memFree=1822112/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1832 CPUtime=0
/proc/16706/stat : 16706 (java6) R 16704 16706 16681 0 -1 4194304 240 0 0 0 0 0 0 0 25 0 1 0 6866644 1875968 143 1992294400 134512640 134550932 4289924176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/16706/statm: 458 143 107 10 0 63 0

[startup+0.111927 s]
/proc/loadavg: 1.94 2.10 1.89 3/105 16706
/proc/meminfo: memFree=1822112/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1524184 CPUtime=0.1
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 4027 0 1 0 8 2 0 0 25 0 12 0 6866644 1560764416 3466 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 381046 3466 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524184

[startup+0.201684 s]
/proc/loadavg: 1.94 2.10 1.89 3/105 16706
/proc/meminfo: memFree=1822112/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1526120 CPUtime=0.23
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 5048 0 1 0 20 3 0 0 25 0 12 0 6866644 1562746880 4485 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 381530 4485 1345 10 0 378832 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526120

[startup+0.301696 s]
/proc/loadavg: 1.94 2.10 1.89 3/105 16706
/proc/meminfo: memFree=1822112/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1527084 CPUtime=0.38
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 5457 0 1 0 35 3 0 0 25 0 12 0 6866644 1563734016 4894 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 381771 4894 1363 10 0 379073 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1527084

[startup+0.701758 s]
/proc/loadavg: 1.94 2.10 1.89 3/105 16706
/proc/meminfo: memFree=1822112/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1528412 CPUtime=0.98
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 6611 0 1 0 94 4 0 0 25 0 12 0 6866644 1565093888 5980 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382103 5980 1396 10 0 379405 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528412

[startup+1.50181 s]
/proc/loadavg: 1.94 2.10 1.89 4/117 16718
/proc/meminfo: memFree=1800876/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1528480 CPUtime=2.01
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 7709 0 1 0 196 5 0 0 25 0 12 0 6866644 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382120 6673 1407 10 0 379422 0
[pid=16706/tid=16708] ppid=16704 vsize=1528480 CPUtime=1.34
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 4977 0 1 0 131 3 0 0 25 0 12 0 6866646 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4108668552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6866647 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6866647 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 6866649 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6866649 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 6866649 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6866654 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1528480 CPUtime=0.35
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 657 0 0 0 35 0 0 0 19 0 12 0 6866654 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1528480 CPUtime=0.29
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1010 0 0 0 29 0 0 0 16 0 12 0 6866654 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6866654 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1528480 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6866654 1565163520 6673 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1528480

[startup+3.10199 s]
/proc/loadavg: 1.94 2.10 1.89 2/118 16719
/proc/meminfo: memFree=1783384/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1532284 CPUtime=4.13
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 36668 0 1 0 396 17 0 0 25 0 13 0 6866644 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 383071 35484 1433 10 0 380373 0
[pid=16706/tid=16708] ppid=16704 vsize=1532284 CPUtime=2.61
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 32057 0 1 0 247 14 0 0 25 0 13 0 6866646 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4109198328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 377 0 0 0 0 0 0 0 18 0 13 0 6866647 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1532284 CPUtime=0.01
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 448 0 0 0 1 0 0 0 18 0 13 0 6866647 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6866649 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1532284 CPUtime=0.74
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1150 0 0 0 74 0 0 0 15 0 13 0 6866654 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1532284 CPUtime=0.72
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1560 0 0 0 71 1 0 0 15 0 13 0 6866654 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6866654 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1532284 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1569058816 35484 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1532284

[startup+6.3013 s]
/proc/loadavg: 1.86 2.08 1.89 2/118 16719
/proc/meminfo: memFree=1676008/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=7.46
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 38861 0 1 0 728 18 0 0 25 0 13 0 6866644 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 37554 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=5.7
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 32064 0 1 0 556 14 0 0 25 0 13 0 6866646 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4109201173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=0.04
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 974 0 0 0 4 0 0 0 16 0 13 0 6866647 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=0.05
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 1177 0 0 0 5 0 0 0 16 0 13 0 6866647 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=0.03
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 849 0 0 0 3 0 0 0 15 0 13 0 6866649 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=0.83
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1165 0 0 0 83 0 0 0 15 0 13 0 6866654 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.74
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1564 0 0 0 73 1 0 0 15 0 13 0 6866654 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 37554 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1531828

[startup+12.702 s]
/proc/loadavg: 1.79 2.06 1.88 2/118 16719
/proc/meminfo: memFree=1646868/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=13.94
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 46373 0 1 0 1372 22 0 0 25 0 13 0 6866644 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 44906 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=11.93
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 36303 0 1 0 1177 16 0 0 18 0 13 0 6866646 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4109072976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=0.09
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 2409 0 0 0 8 1 0 0 16 0 13 0 6866647 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=0.1
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 2631 0 0 0 9 1 0 0 16 0 13 0 6866647 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=0.11
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1225 0 0 0 11 0 0 0 15 0 13 0 6866649 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=0.89
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1169 0 0 0 89 0 0 0 15 0 13 0 6866654 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.77
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1568 0 0 0 76 1 0 0 16 0 13 0 6866654 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 44906 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.94
Current children cumulated vsize (KiB) 1531828

[startup+25.5013 s]
/proc/loadavg: 1.68 2.02 1.87 2/118 16719
/proc/meminfo: memFree=1642156/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=26.86
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 47711 0 1 0 2663 23 0 0 25 0 13 0 6866644 1568591872 46130 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 46130 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=24.54
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 36318 0 1 0 2438 16 0 0 25 0 13 0 6866646 1568591872 46130 1992294400 134512640 134550932 4292241136 18446744073709551615 4108818244 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=0.15
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 3033 0 0 0 14 1 0 0 15 0 13 0 6866647 1568591872 46130 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=0.17
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 3307 0 0 0 15 2 0 0 16 0 13 0 6866647 1568591872 46130 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=0.2
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1242 0 0 0 20 0 0 0 15 0 13 0 6866649 1568591872 46130 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0

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

[pid=16706] ppid=16704 vsize=1531828 CPUtime=1672.05
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 54320 0 1 0 167082 123 0 0 25 0 13 0 6866644 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 50427 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=1639.56
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 38162 0 1 0 163930 26 0 0 25 0 13 0 6866646 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4109200334 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=10.29
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 5327 0 0 0 987 42 0 0 16 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=10.33
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 5490 0 0 0 995 38 0 0 15 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=9.86
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1429 0 0 0 973 13 0 0 15 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=1.17
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1181 0 0 0 117 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.77
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1568 0 0 0 76 1 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.05
Current children cumulated vsize (KiB) 1531828

[startup+1722.3 s]
/proc/loadavg: 1.13 1.08 1.16 2/118 16774
/proc/meminfo: memFree=1621076/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=1732.36
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 54396 0 1 0 173109 127 0 0 25 0 13 0 6866644 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 50427 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=1698.68
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 38230 0 1 0 169842 26 0 0 25 0 13 0 6866646 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4109200648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=10.71
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 5327 0 0 0 1026 45 0 0 15 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=10.75
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 5490 0 0 0 1037 38 0 0 15 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=10.21
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1433 0 0 0 1007 14 0 0 16 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=1.17
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1181 0 0 0 117 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.77
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1568 0 0 0 76 1 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.36
Current children cumulated vsize (KiB) 1531828

[startup+1782.3 s]
/proc/loadavg: 1.11 1.08 1.15 2/118 16774
/proc/meminfo: memFree=1621076/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=1792.7
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 54467 0 1 0 179139 131 0 0 25 0 13 0 6866644 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 50427 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=1757.91
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 38297 0 1 0 175764 27 0 0 25 0 13 0 6866646 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4109121504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=11.12
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 5327 0 0 0 1066 46 0 0 16 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=11.15
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 5490 0 0 0 1076 39 0 0 15 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=10.52
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1435 0 0 0 1037 15 0 0 16 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=1.17
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1181 0 0 0 117 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.77
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1568 0 0 0 76 1 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.7
Current children cumulated vsize (KiB) 1531828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 1.10 1.08 1.15 2/118 16774
/proc/meminfo: memFree=1621076/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=1800.04
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 54479 0 1 0 179873 131 0 0 25 0 13 0 6866644 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 50427 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=1765.1
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 38305 0 1 0 176483 27 0 0 25 0 13 0 6866646 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4108818080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=11.16
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 5327 0 0 0 1070 46 0 0 16 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=11.2
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 5490 0 0 0 1081 39 0 0 15 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=10.57
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1437 0 0 0 1042 15 0 0 16 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=1.17
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1181 0 0 0 117 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.77
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1568 0 0 0 76 1 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1531828

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.10 1.08 1.15 2/118 16774
/proc/meminfo: memFree=1621076/2059040 swapFree=4148288/4192956
[pid=16706] ppid=16704 vsize=1531828 CPUtime=1800.04
/proc/16706/stat : 16706 (java) S 16704 16706 16681 0 -1 4202496 54479 0 1 0 179873 131 0 0 25 0 13 0 6866644 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16706/statm: 382957 50427 1442 10 0 380259 0
[pid=16706/tid=16708] ppid=16704 vsize=1531828 CPUtime=1765.1
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16681 0 -1 4202560 38305 0 1 0 176483 27 0 0 25 0 13 0 6866646 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4108818080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1531828 CPUtime=11.16
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16681 0 -1 4202560 5327 0 0 0 1070 46 0 0 16 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1531828 CPUtime=11.2
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16681 0 -1 4202560 5490 0 0 0 1081 39 0 0 15 0 13 0 6866647 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1531828 CPUtime=10.57
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16681 0 -1 4202560 1437 0 0 0 1042 15 0 0 16 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 0 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16681 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16681 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 6866649 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16681 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1531828 CPUtime=1.17
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16681 0 -1 4202560 1181 0 0 0 117 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1531828 CPUtime=0.77
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16681 0 -1 4202560 1568 0 0 0 76 1 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16681 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16681 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 6866654 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1531828 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16681 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6866804 1568591872 50427 1992294400 134512640 134550932 4292241136 18446744073709551615 4294960144 0 4 0 16800975 18446604435930257408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1531828

Child status: 143
Real time (s): 1789.68
CPU time (s): 1800.15
CPU user time (s): 1798.81
CPU system time (s): 1.3398
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 1532284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.3398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54501
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= 55830
involuntary context switches= 35522

runsolver used 3.81642 second user time and 9.36857 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 04:35:31
IDJOB=2658529
IDBENCH=48143
IDSOLVER=1164
FILE ID=node082/2658529-1276655731
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_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658529-1276655731/watcher-2658529-1276655731 -o /tmp/evaluation-result-2658529-1276655731/solver-2658529-1276655731 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658529-1276655731.opb

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=255727138

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:       1822384 kB
Buffers:         34092 kB
Cached:         105112 kB
SwapCached:       6752 kB
Active:          99588 kB
Inactive:        61036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822384 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:       18608 kB
Mapped:          13172 kB
Slab:            54128 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180572 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:05:23