Trace number 2659298

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659298-1276695545.opb
0.22/0.21	c reading problem ... 
0.71/0.52	c ... done. Wall clock time 0.303s.
0.71/0.52	c #vars     428
0.71/0.52	c #constraints  942
0.71/0.52	c constraints type 
0.71/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.71/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.71/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.71/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
3.88/2.87	c cleaning 2500 clauses out of 5000 with flag 5000/5000
7.03/5.93	c cleaning 4251 clauses out of 8502 with flag 11002/11002
11.34/10.27	c cleaning 5625 clauses out of 11249 with flag 18000/18000
18.24/17.04	c cleaning 6811 clauses out of 13624 with flag 26000/26000
26.73/25.44	c cleaning 7907 clauses out of 15818 with flag 35005/35005
36.84/35.59	c cleaning 8955 clauses out of 17909 with flag 45003/45003
48.95/47.65	c cleaning 9473 clauses out of 18951 with flag 55000/55000
61.96/60.67	c cleaning 9738 clauses out of 19480 with flag 65002/65002
73.18/71.84	c cleaning 9867 clauses out of 19740 with flag 75000/75000
85.10/83.70	c cleaning 9934 clauses out of 19874 with flag 85001/85001
96.39/95.09	c cleaning 9966 clauses out of 19945 with flag 95006/95006
108.40/107.03	c cleaning 9981 clauses out of 19978 with flag 105005/105005
120.41/119.05	c cleaning 9986 clauses out of 19992 with flag 115000/115000
134.16/132.66	c cleaning 9992 clauses out of 20008 with flag 125002/125002
146.71/145.18	c cleaning 9998 clauses out of 20016 with flag 135002/135002
159.40/157.74	c cleaning 10003 clauses out of 20018 with flag 145002/145002
171.91/170.22	c cleaning 10000 clauses out of 20017 with flag 155004/155004
184.33/182.64	c cleaning 9996 clauses out of 20013 with flag 165000/165000
196.93/195.25	c cleaning 9997 clauses out of 20017 with flag 175000/175000
209.43/207.79	c cleaning 10006 clauses out of 20026 with flag 185006/185006
220.65/218.92	c cleaning 9997 clauses out of 20014 with flag 195000/195000
231.86/230.14	c cleaning 10003 clauses out of 20021 with flag 205004/205004
243.87/242.17	c cleaning 10000 clauses out of 20015 with flag 215001/215001
255.28/253.56	c cleaning 10002 clauses out of 20019 with flag 225005/225005
265.79/264.02	c cleaning 10005 clauses out of 20017 with flag 235005/235005
276.49/274.78	c cleaning 9998 clauses out of 20011 with flag 245004/245004
287.00/285.25	c cleaning 9999 clauses out of 20010 with flag 255001/255001
298.82/297.04	c cleaning 10003 clauses out of 20013 with flag 265003/265003
309.72/307.91	c cleaning 9999 clauses out of 20008 with flag 275001/275001
320.52/318.77	c cleaning 9997 clauses out of 20008 with flag 285000/285000
331.53/329.74	c cleaning 10000 clauses out of 20011 with flag 295000/295000
342.54/340.78	c cleaning 9998 clauses out of 20013 with flag 305002/305002
352.94/351.16	c cleaning 9998 clauses out of 20013 with flag 315000/315000
363.56/361.72	c cleaning 10004 clauses out of 20015 with flag 325000/325000
374.37/372.51	c cleaning 10005 clauses out of 20013 with flag 335002/335002
384.37/382.51	c cleaning 10002 clauses out of 20009 with flag 345003/345003
395.98/394.13	c cleaning 9997 clauses out of 20005 with flag 355001/355001
406.49/404.61	c cleaning 10003 clauses out of 20014 with flag 365007/365007
416.60/414.71	c cleaning 9999 clauses out of 20006 with flag 375002/375002
426.29/424.44	c cleaning 9997 clauses out of 20006 with flag 385001/385001
437.89/436.04	c cleaning 9996 clauses out of 20008 with flag 395000/395000
448.61/446.77	c cleaning 10002 clauses out of 20014 with flag 405002/405002
459.21/457.34	c cleaning 10004 clauses out of 20013 with flag 415003/415003
469.33/467.49	c cleaning 10003 clauses out of 20014 with flag 425008/425008
479.44/477.57	c cleaning 9996 clauses out of 20006 with flag 435003/435003
488.63/486.71	c cleaning 9999 clauses out of 20007 with flag 445000/445000
498.64/496.79	c cleaning 10002 clauses out of 20010 with flag 455002/455002
508.14/506.21	c cleaning 10000 clauses out of 20006 with flag 465000/465000
517.55/515.65	c cleaning 9997 clauses out of 20008 with flag 475002/475002
527.26/525.34	c cleaning 9999 clauses out of 20012 with flag 485003/485003
535.98/534.09	c cleaning 10001 clauses out of 20013 with flag 495003/495003
544.29/542.35	c cleaning 9995 clauses out of 20009 with flag 505000/505000
552.28/550.30	c cleaning 10000 clauses out of 20014 with flag 515000/515000
560.81/558.88	c cleaning 10005 clauses out of 20019 with flag 525005/525005
570.11/568.11	c cleaning 10000 clauses out of 20009 with flag 535000/535000
579.02/577.04	c cleaning 10000 clauses out of 20014 with flag 545005/545005
588.23/586.29	c cleaning 10001 clauses out of 20012 with flag 555003/555003
597.94/595.92	c cleaning 10000 clauses out of 20010 with flag 565002/565002
606.74/604.77	c cleaning 10000 clauses out of 20010 with flag 575002/575002
615.64/613.65	c cleaning 10001 clauses out of 20009 with flag 585001/585001
625.54/623.59	c cleaning 9999 clauses out of 20007 with flag 595000/595000
635.66/633.62	c cleaning 10002 clauses out of 20012 with flag 605004/605004
646.06/644.04	c cleaning 9994 clauses out of 20006 with flag 615000/615000
655.68/653.62	c cleaning 10001 clauses out of 20013 with flag 625001/625001
666.28/664.24	c cleaning 9995 clauses out of 20012 with flag 635001/635001
676.30/674.28	c cleaning 10000 clauses out of 20017 with flag 645001/645001
685.81/683.70	c cleaning 10008 clauses out of 20023 with flag 655007/655007
695.12/693.01	c cleaning 9995 clauses out of 20010 with flag 665002/665002
703.62/701.56	c cleaning 10003 clauses out of 20017 with flag 675004/675004
712.53/710.48	c cleaning 10001 clauses out of 20010 with flag 685000/685000
721.04/718.97	c cleaning 10001 clauses out of 20009 with flag 695000/695000
729.64/727.58	c cleaning 9997 clauses out of 20009 with flag 705001/705001
738.77/736.63	c cleaning 9998 clauses out of 20012 with flag 715001/715001
748.78/746.68	c cleaning 9998 clauses out of 20015 with flag 725002/725002
757.73/755.50	c cleaning 10001 clauses out of 20015 with flag 735000/735000
765.84/763.63	c cleaning 9998 clauses out of 20016 with flag 745002/745002
774.15/771.98	c cleaning 10004 clauses out of 20018 with flag 755002/755002
781.95/779.77	c cleaning 10004 clauses out of 20019 with flag 765007/765007
790.36/788.14	c cleaning 10000 clauses out of 20008 with flag 775000/775000
797.98/795.74	c cleaning 10004 clauses out of 20011 with flag 785003/785003
805.20/802.98	c cleaning 9995 clauses out of 20006 with flag 795002/795002
812.92/810.69	c cleaning 10000 clauses out of 20010 with flag 805001/805001
820.42/818.11	c cleaning 9995 clauses out of 20009 with flag 815000/815000
827.03/824.77	c cleaning 9996 clauses out of 20015 with flag 825001/825001
834.14/831.88	c cleaning 10003 clauses out of 20019 with flag 835001/835001
841.65/839.31	c cleaning 10003 clauses out of 20015 with flag 845000/845000
848.57/846.22	c cleaning 9999 clauses out of 20013 with flag 855001/855001
855.48/853.13	c cleaning 10003 clauses out of 20014 with flag 865001/865001
862.39/860.09	c cleaning 9994 clauses out of 20012 with flag 875002/875002
868.20/865.74	c cleaning 10004 clauses out of 20016 with flag 885000/885000
873.70/870.87	c cleaning 10001 clauses out of 20012 with flag 895001/895001
878.51/875.49	c cleaning 10002 clauses out of 20011 with flag 905001/905001
883.90/880.81	c cleaning 10002 clauses out of 20008 with flag 915000/915000
888.92/885.82	c cleaning 10002 clauses out of 20009 with flag 925003/925003
894.13/891.09	c cleaning 9999 clauses out of 20006 with flag 935002/935002
899.13/896.02	c cleaning 10000 clauses out of 20007 with flag 945002/945002
904.54/901.42	c cleaning 9998 clauses out of 20007 with flag 955002/955002
909.46/906.34	c cleaning 10000 clauses out of 20007 with flag 965000/965000
914.55/911.40	c cleaning 9998 clauses out of 20009 with flag 975002/975002
919.35/916.27	c cleaning 10002 clauses out of 20010 with flag 985001/985001
924.96/921.87	c cleaning 9999 clauses out of 20010 with flag 995003/995003
930.06/926.92	c cleaning 9998 clauses out of 20008 with flag 1005000/1005000
935.77/932.67	c cleaning 10001 clauses out of 20013 with flag 1015003/1015003
941.97/938.82	c cleaning 10003 clauses out of 20014 with flag 1025005/1025005
948.27/945.11	c cleaning 9999 clauses out of 20006 with flag 1035000/1035000
954.79/951.63	c cleaning 9999 clauses out of 20007 with flag 1045000/1045000
960.99/957.84	c cleaning 10002 clauses out of 20011 with flag 1055003/1055003
966.29/963.11	c cleaning 9998 clauses out of 20006 with flag 1065000/1065000
972.19/969.05	c cleaning 9997 clauses out of 20010 with flag 1075002/1075002
978.50/975.34	c cleaning 10004 clauses out of 20015 with flag 1085004/1085004
984.30/981.11	c cleaning 10000 clauses out of 20010 with flag 1095003/1095003
990.21/987.04	c cleaning 9997 clauses out of 20008 with flag 1105001/1105001
996.20/993.07	c cleaning 10003 clauses out of 20014 with flag 1115004/1115004
1002.81/999.67	c cleaning 9998 clauses out of 20007 with flag 1125000/1125000
1008.80/1005.62	c cleaning 10001 clauses out of 20009 with flag 1135000/1135000
1015.62/1012.42	c cleaning 10002 clauses out of 20012 with flag 1145004/1145004
1021.82/1018.64	c cleaning 9997 clauses out of 20008 with flag 1155002/1155002
1027.92/1024.71	c cleaning 10000 clauses out of 20008 with flag 1165000/1165000
1034.42/1031.27	c cleaning 10000 clauses out of 20010 with flag 1175002/1175002
1040.72/1037.53	c cleaning 10001 clauses out of 20012 with flag 1185004/1185004
1047.43/1044.26	c cleaning 10000 clauses out of 20007 with flag 1195000/1195000
1054.63/1051.46	c cleaning 10000 clauses out of 20009 with flag 1205002/1205002
1060.84/1057.69	c cleaning 9999 clauses out of 20007 with flag 1215000/1215000
1067.24/1064.05	c cleaning 9999 clauses out of 20009 with flag 1225001/1225001
1073.44/1070.30	c cleaning 10001 clauses out of 20009 with flag 1235000/1235000
1080.34/1077.13	c cleaning 9994 clauses out of 20008 with flag 1245000/1245000
1086.95/1083.73	c cleaning 10004 clauses out of 20016 with flag 1255002/1255002
1093.55/1090.36	c cleaning 10003 clauses out of 20014 with flag 1265004/1265004
1100.56/1097.35	c cleaning 10000 clauses out of 20007 with flag 1275000/1275000
1106.86/1103.69	c cleaning 10000 clauses out of 20008 with flag 1285001/1285001
1113.38/1110.12	c cleaning 10001 clauses out of 20009 with flag 1295002/1295002
1120.18/1116.92	c cleaning 9999 clauses out of 20008 with flag 1305002/1305002
1127.69/1124.43	c cleaning 9999 clauses out of 20008 with flag 1315001/1315001
1133.79/1130.59	c cleaning 9997 clauses out of 20008 with flag 1325000/1325000
1140.09/1136.87	c cleaning 10002 clauses out of 20013 with flag 1335002/1335002
1146.59/1143.32	c cleaning 9998 clauses out of 20009 with flag 1345000/1345000
1153.69/1150.49	c cleaning 10003 clauses out of 20015 with flag 1355004/1355004
1160.59/1157.34	c cleaning 9996 clauses out of 20008 with flag 1365000/1365000
1167.20/1163.99	c cleaning 10001 clauses out of 20013 with flag 1375001/1375001
1173.80/1170.54	c cleaning 10000 clauses out of 20011 with flag 1385000/1385000
1180.11/1176.85	c cleaning 10001 clauses out of 20014 with flag 1395003/1395003
1186.41/1183.11	c cleaning 9999 clauses out of 20010 with flag 1405000/1405000
1193.52/1190.24	c cleaning 10001 clauses out of 20014 with flag 1415003/1415003
1200.72/1197.40	c cleaning 10001 clauses out of 20010 with flag 1425000/1425000
1207.42/1204.17	c cleaning 9999 clauses out of 20010 with flag 1435001/1435001
1214.34/1211.01	c cleaning 9999 clauses out of 20011 with flag 1445001/1445001
1221.35/1218.07	c cleaning 10001 clauses out of 20016 with flag 1455005/1455005
1228.15/1224.85	c cleaning 10000 clauses out of 20014 with flag 1465004/1465004
1235.16/1231.82	c cleaning 10000 clauses out of 20011 with flag 1475001/1475001
1241.97/1238.65	c cleaning 10001 clauses out of 20012 with flag 1485002/1485002
1249.27/1245.97	c cleaning 9999 clauses out of 20009 with flag 1495000/1495000
1255.77/1252.49	c cleaning 9998 clauses out of 20011 with flag 1505001/1505001
1262.88/1259.52	c cleaning 9998 clauses out of 20012 with flag 1515000/1515000
1269.47/1266.13	c cleaning 10003 clauses out of 20014 with flag 1525000/1525000
1276.27/1272.93	c cleaning 9998 clauses out of 20012 with flag 1535001/1535001
1282.97/1279.63	c cleaning 9996 clauses out of 20013 with flag 1545000/1545000
1288.37/1285.07	c cleaning 10004 clauses out of 20017 with flag 1555000/1555000
1294.47/1291.19	c cleaning 10003 clauses out of 20017 with flag 1565004/1565004
1301.17/1297.82	c cleaning 10002 clauses out of 20010 with flag 1575000/1575000
1307.18/1303.84	c cleaning 9999 clauses out of 20013 with flag 1585005/1585005
1313.58/1310.24	c cleaning 10001 clauses out of 20009 with flag 1595000/1595000
1319.48/1316.12	c cleaning 9999 clauses out of 20010 with flag 1605002/1605002
1325.97/1322.60	c cleaning 10000 clauses out of 20010 with flag 1615001/1615001
1332.38/1329.05	c cleaning 10002 clauses out of 20011 with flag 1625002/1625002
1338.48/1335.12	c cleaning 9999 clauses out of 20007 with flag 1635000/1635000
1345.19/1341.80	c cleaning 10002 clauses out of 20009 with flag 1645001/1645001
1351.89/1348.51	c cleaning 10000 clauses out of 20007 with flag 1655001/1655001
1357.99/1354.64	c cleaning 9997 clauses out of 20006 with flag 1665000/1665000
1364.28/1360.97	c cleaning 9997 clauses out of 20009 with flag 1675000/1675000
1370.88/1367.56	c cleaning 10000 clauses out of 20012 with flag 1685000/1685000
1377.89/1374.56	c cleaning 10000 clauses out of 20012 with flag 1695000/1695000
1384.18/1380.80	c cleaning 10001 clauses out of 20015 with flag 1705003/1705003
1390.40/1387.06	c cleaning 10003 clauses out of 20012 with flag 1715001/1715001
1396.40/1393.01	c cleaning 10000 clauses out of 20008 with flag 1725000/1725000
1402.89/1399.59	c cleaning 10001 clauses out of 20008 with flag 1735000/1735000
1408.79/1405.49	c cleaning 9998 clauses out of 20007 with flag 1745000/1745000
1415.20/1411.81	c cleaning 10002 clauses out of 20016 with flag 1755007/1755007
1421.80/1418.43	c cleaning 9999 clauses out of 20009 with flag 1765002/1765002
1429.10/1425.74	c cleaning 10001 clauses out of 20011 with flag 1775003/1775003
1436.41/1433.00	c cleaning 10000 clauses out of 20008 with flag 1785001/1785001
1443.23/1439.84	c cleaning 10002 clauses out of 20011 with flag 1795004/1795004
1450.52/1447.14	c cleaning 9998 clauses out of 20006 with flag 1805001/1805001
1458.02/1454.60	c cleaning 10000 clauses out of 20010 with flag 1815003/1815003
1464.13/1460.80	c cleaning 9999 clauses out of 20009 with flag 1825002/1825002
1470.62/1467.26	c cleaning 10000 clauses out of 20010 with flag 1835002/1835002
1477.83/1474.45	c cleaning 9997 clauses out of 20008 with flag 1845000/1845000
1485.13/1481.71	c cleaning 10002 clauses out of 20014 with flag 1855003/1855003
1491.33/1487.97	c cleaning 10000 clauses out of 20010 with flag 1865001/1865001
1497.24/1493.81	c cleaning 10001 clauses out of 20009 with flag 1875000/1875000
1503.94/1500.55	c cleaning 9997 clauses out of 20010 with flag 1885002/1885002
1510.53/1507.19	c cleaning 9997 clauses out of 20012 with flag 1895001/1895001
1517.63/1514.22	c cleaning 10006 clauses out of 20019 with flag 1905005/1905005
1523.95/1520.51	c cleaning 9997 clauses out of 20008 with flag 1915000/1915000
1529.65/1526.20	c cleaning 10001 clauses out of 20015 with flag 1925004/1925004
1535.94/1532.55	c cleaning 10001 clauses out of 20010 with flag 1935000/1935000
1543.15/1539.72	c cleaning 9999 clauses out of 20012 with flag 1945003/1945003
1550.45/1547.02	c cleaning 9999 clauses out of 20011 with flag 1955001/1955001
1557.26/1553.89	c cleaning 9995 clauses out of 20014 with flag 1965003/1965003
1563.86/1560.47	c cleaning 10000 clauses out of 20016 with flag 1975000/1975000
1569.37/1565.99	c cleaning 10005 clauses out of 20016 with flag 1985000/1985000
1575.27/1571.83	c cleaning 9999 clauses out of 20011 with flag 1995000/1995000
1581.26/1577.80	c cleaning 10000 clauses out of 20012 with flag 2005000/2005000
1588.26/1584.85	c cleaning 9999 clauses out of 20012 with flag 2015000/2015000
1595.57/1592.13	c cleaning 10000 clauses out of 20014 with flag 2025001/2025001
1602.47/1599.02	c cleaning 10002 clauses out of 20013 with flag 2035000/2035000
1609.87/1606.49	c cleaning 9998 clauses out of 20012 with flag 2045001/2045001
1615.37/1611.93	c cleaning 10002 clauses out of 20013 with flag 2055000/2055000
1621.67/1618.24	c cleaning 9994 clauses out of 20012 with flag 2065001/2065001
1628.38/1624.95	c cleaning 10004 clauses out of 20020 with flag 2075003/2075003
1636.18/1632.75	c cleaning 10000 clauses out of 20014 with flag 2085001/2085001
1642.79/1639.39	c cleaning 10000 clauses out of 20016 with flag 2095003/2095003
1649.79/1646.34	c cleaning 10002 clauses out of 20015 with flag 2105002/2105002
1656.00/1652.57	c cleaning 9998 clauses out of 20012 with flag 2115001/2115001
1662.90/1659.47	c cleaning 10004 clauses out of 20016 with flag 2125003/2125003
1670.00/1666.52	c cleaning 10000 clauses out of 20009 with flag 2135000/2135000
1675.90/1672.47	c cleaning 9999 clauses out of 20009 with flag 2145000/2145000
1682.51/1679.06	c cleaning 9996 clauses out of 20010 with flag 2155000/2155000
1689.01/1685.54	c cleaning 10006 clauses out of 20014 with flag 2165000/2165000
1695.62/1692.15	c cleaning 10001 clauses out of 20012 with flag 2175004/2175004
1702.62/1699.16	c cleaning 10005 clauses out of 20017 with flag 2185010/2185010
1709.52/1706.10	c cleaning 9996 clauses out of 20003 with flag 2195001/2195001
1715.92/1712.46	c cleaning 9997 clauses out of 20006 with flag 2205000/2205000
1722.53/1719.01	c cleaning 10000 clauses out of 20010 with flag 2215001/2215001
1729.23/1725.71	c cleaning 9999 clauses out of 20011 with flag 2225002/2225002
1735.33/1731.88	c cleaning 10001 clauses out of 20010 with flag 2235000/2235000
1741.32/1737.89	c cleaning 10000 clauses out of 20012 with flag 2245003/2245003
1747.53/1744.08	c cleaning 10001 clauses out of 20012 with flag 2255003/2255003
1753.83/1750.36	c cleaning 10000 clauses out of 20009 with flag 2265001/2265001
1760.04/1756.50	c cleaning 10001 clauses out of 20011 with flag 2275003/2275003
1765.94/1762.43	c cleaning 10000 clauses out of 20010 with flag 2285003/2285003
1771.94/1768.49	c cleaning 10001 clauses out of 20007 with flag 2295000/2295000
1777.85/1774.39	c cleaning 9995 clauses out of 20007 with flag 2305001/2305001
1784.14/1780.60	c cleaning 10003 clauses out of 20013 with flag 2315002/2315002
1790.35/1786.81	c cleaning 9999 clauses out of 20009 with flag 2325001/2325001
1796.46/1792.96	c cleaning 9996 clauses out of 20009 with flag 2335000/2335000
1800.06/1796.52	c starts		: 228
1800.06/1796.52	c conflicts		: 2342630
1800.06/1796.52	c decisions		: 2773730
1800.06/1796.52	c propagations		: 89317320
1800.06/1796.52	c inspects		: 5045089860
1800.06/1796.52	c learnt literals	: 2
1800.06/1796.52	c learnt binary clauses	: 31
1800.06/1796.52	c learnt ternary clauses	: 97
1800.06/1796.52	c learnt clauses	: 2342628
1800.06/1796.52	c ignored clauses	: 0
1800.06/1796.52	c root simplifications	: 0
1800.06/1796.52	c removed literals (reason simplification)	: 78472282
1800.06/1796.52	c reason swapping (by a shorter reason)	: 0
1800.06/1796.52	c Calls to reduceDB	: 235
1800.06/1796.52	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.52	c number of learned constraints concerned by reduction	: 0
1800.06/1796.52	c number of learning phase by resolution	: 0
1800.06/1796.52	c number of learning phase by cutting planes	: 0
1800.06/1796.52	c speed (assignments/second)	: 49731.30259610534
1800.06/1796.52	c non guided choices	25
1800.06/1796.54	c learnt constraints type 
1800.06/1796.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17628
1800.06/1796.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
1800.06/1796.55	c constraints type 
1800.06/1796.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
1800.06/1796.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.06/1796.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
1800.06/1796.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 295
1800.06/1796.55	s UNKNOWN
1800.06/1796.55	c Total wall clock time (in seconds): 1796.332

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659298-1276695545/watcher-2659298-1276695545 -o /tmp/evaluation-result-2659298-1276695545/solver-2659298-1276695545 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659298-1276695545.opb 

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


[startup+0 s]
/proc/loadavg: 0.00 0.22 0.61 3/106 15954
/proc/meminfo: memFree=1708464/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1836 CPUtime=0
/proc/15954/stat : 15954 (java6) R 15952 15954 15929 0 -1 4194304 252 0 0 0 0 0 0 0 17 0 1 0 10849527 1880064 154 1992294400 134512640 134550932 4287217456 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15954/statm: 458 153 116 10 0 63 0

[startup+0.099815 s]
/proc/loadavg: 0.00 0.22 0.61 3/106 15954
/proc/meminfo: memFree=1708464/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1524024 CPUtime=0.08
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 3935 0 1 0 6 2 0 0 15 0 12 0 10849527 1560600576 3373 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.101813 s]
/proc/loadavg: 0.00 0.22 0.61 3/106 15954
/proc/meminfo: memFree=1708464/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1524184 CPUtime=0.08
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 3956 0 1 0 6 2 0 0 15 0 12 0 10849527 1560764416 3394 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300824 s]
/proc/loadavg: 0.00 0.22 0.61 3/106 15954
/proc/meminfo: memFree=1708464/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1526516 CPUtime=0.33
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 5377 0 1 0 30 3 0 0 15 0 12 0 10849527 1563152384 4813 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 381629 4814 1361 10 0 378931 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526516

[startup+0.700859 s]
/proc/loadavg: 0.00 0.22 0.61 3/106 15954
/proc/meminfo: memFree=1708464/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1530744 CPUtime=1.11
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 7668 0 1 0 107 4 0 0 15 0 13 0 10849527 1567481856 6628 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 382686 6628 1401 10 0 379988 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1530744

[startup+1.50191 s]
/proc/loadavg: 0.00 0.22 0.61 6/119 15967
/proc/meminfo: memFree=1679964/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1537460 CPUtime=2.47
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 14561 0 1 0 241 6 0 0 15 0 13 0 10849527 1574359040 12900 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384365 12902 1422 10 0 381667 0
[pid=15954/tid=15956] ppid=15952 vsize=1537460 CPUtime=1.15
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 9109 0 1 0 111 4 0 0 25 0 13 0 10849529 1574359040 12903 1992294400 134512640 134550932 4293893280 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 10849530 1574359040 12904 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10849530 1574359040 12904 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 10849532 1574359040 12905 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 10849532 1574359040 12906 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 10849533 1574359040 12907 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1574359040 12908 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1537460 CPUtime=0.42
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 1098 0 0 0 42 0 0 0 17 0 13 0 10849537 1574359040 12908 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1537460 CPUtime=0.88
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3288 0 0 0 87 1 0 0 15 0 13 0 10849537 1574359040 12910 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1574359040 12910 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10849537 1574359040 12911 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1574359040 12913 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1537460

[startup+3.10203 s]
/proc/loadavg: 0.00 0.22 0.61 2/119 15967
/proc/meminfo: memFree=1630984/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1537460 CPUtime=4.21
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 30135 0 1 0 408 13 0 0 15 0 13 0 10849527 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384365 28158 1440 10 0 381667 0
[pid=15954/tid=15956] ppid=15952 vsize=1537460 CPUtime=2.69
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 23359 0 1 0 259 10 0 0 25 0 13 0 10849529 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4109550322 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 13 0 10849530 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 299 0 0 0 0 0 0 0 18 0 13 0 10849530 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1537460 CPUtime=0.02
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 480 0 0 0 2 0 0 0 16 0 13 0 10849532 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1537460 CPUtime=0.45
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 1103 0 0 0 45 0 0 0 15 0 13 0 10849537 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1537460 CPUtime=1
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3626 0 0 0 99 1 0 0 15 0 13 0 10849537 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10849537 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1574359040 28158 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 1537460

[startup+6.30224 s]
/proc/loadavg: 0.08 0.23 0.61 2/119 15967
/proc/meminfo: memFree=1590436/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1537460 CPUtime=7.44
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 36155 0 1 0 729 15 0 0 15 0 13 0 10849527 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384365 34160 1440 10 0 381667 0
[pid=15954/tid=15956] ppid=15952 vsize=1537460 CPUtime=5.81
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 28174 0 1 0 569 12 0 0 25 0 13 0 10849529 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4109479589 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1537460 CPUtime=0.01
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 665 0 0 0 1 0 0 0 15 0 13 0 10849530 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 581 0 0 0 0 0 0 0 18 0 13 0 10849530 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1537460 CPUtime=0.04
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 934 0 0 0 4 0 0 0 16 0 13 0 10849532 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1537460 CPUtime=0.49
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 1106 0 0 0 49 0 0 0 16 0 13 0 10849537 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1537460 CPUtime=1.04
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3628 0 0 0 103 1 0 0 15 0 13 0 10849537 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10849537 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1537460 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1574359040 34160 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1537460

[startup+12.7012 s]
/proc/loadavg: 0.15 0.25 0.61 2/119 15967
/proc/meminfo: memFree=1558692/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1535916 CPUtime=13.86
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 40810 0 1 0 1369 17 0 0 15 0 13 0 10849527 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 383979 38430 1440 10 0 381281 0
[pid=15954/tid=15956] ppid=15952 vsize=1535916 CPUtime=12.16
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 32055 0 1 0 1203 13 0 0 25 0 13 0 10849529 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4109432703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1535916 CPUtime=0.02
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 845 0 0 0 2 0 0 0 15 0 13 0 10849530 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1535916 CPUtime=0.01
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 734 0 0 0 1 0 0 0 16 0 13 0 10849530 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1535916 CPUtime=0.07
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 1373 0 0 0 7 0 0 0 15 0 13 0 10849532 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1535916 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1535916 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1535916 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1535916 CPUtime=0.5
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 1108 0 0 0 50 0 0 0 15 0 13 0 10849537 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1535916 CPUtime=1.04
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3628 0 0 0 103 1 0 0 15 0 13 0 10849537 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1535916 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1535916 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10849537 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1535916 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1572777984 38430 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 1535916

[startup+25.5016 s]
/proc/loadavg: 0.34 0.28 0.62 3/119 15967
/proc/meminfo: memFree=1558444/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1535916 CPUtime=26.84
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 41292 0 1 0 2666 18 0 0 15 0 13 0 10849527 1572777984 38908 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 383979 38908 1440 10 0 381281 0
[pid=15954/tid=15956] ppid=15952 vsize=1535916 CPUtime=24.86
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 32059 0 1 0 2472 14 0 0 25 0 13 0 10849529 1572777984 38908 1992294400 134512640 134550932 4293893280 18446744073709551615 4109509418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1535916 CPUtime=0.04
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 878 0 0 0 4 0 0 0 15 0 13 0 10849530 1572777984 38908 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1535916 CPUtime=0.03
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 819 0 0 0 3 0 0 0 16 0 13 0 10849530 1572777984 38908 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1535916 CPUtime=0.13

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

[pid=15954] ppid=15952 vsize=1536332 CPUtime=1665.8
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 54701 0 1 0 166492 88 0 0 15 0 13 0 10849527 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384083 50311 1440 10 0 381385 0
[pid=15954/tid=15956] ppid=15952 vsize=1536332 CPUtime=1651.65
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 38014 0 1 0 165100 65 0 0 25 0 13 0 10849529 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4109561855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1536332 CPUtime=1.93
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 3356 0 0 0 187 6 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1536332 CPUtime=1.97
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 3482 0 0 0 189 8 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1536332 CPUtime=7.46
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 2797 0 0 0 742 4 0 0 15 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1536332 CPUtime=1.66
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 2245 0 0 0 166 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1536332 CPUtime=1.06
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3646 0 0 0 105 1 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.8
Current children cumulated vsize (KiB) 1536332

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/119 16022
/proc/meminfo: memFree=1508596/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1536332 CPUtime=1725.83
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 54718 0 1 0 172492 91 0 0 15 0 13 0 10849527 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384083 50311 1440 10 0 381385 0
[pid=15954/tid=15956] ppid=15952 vsize=1536332 CPUtime=1711.23
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 38023 0 1 0 171056 67 0 0 25 0 13 0 10849529 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4109432703 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1536332 CPUtime=1.99
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 3356 0 0 0 192 7 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1536332 CPUtime=2.03
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 3482 0 0 0 195 8 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1536332 CPUtime=7.79
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 2801 0 0 0 775 4 0 0 15 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1536332 CPUtime=1.66
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 2245 0 0 0 166 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1536332 CPUtime=1.06
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3646 0 0 0 105 1 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.83
Current children cumulated vsize (KiB) 1536332

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/119 16024
/proc/meminfo: memFree=1508224/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1536332 CPUtime=1785.85
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 54736 0 1 0 178491 94 0 0 15 0 13 0 10849527 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384083 50311 1440 10 0 381385 0
[pid=15954/tid=15956] ppid=15952 vsize=1536332 CPUtime=1770.81
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 38033 0 1 0 177011 70 0 0 25 0 13 0 10849529 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4109509812 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1536332 CPUtime=2.03
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 3356 0 0 0 196 7 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1536332 CPUtime=2.06
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 3482 0 0 0 198 8 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1536332 CPUtime=8.15
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 2805 0 0 0 811 4 0 0 15 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1536332 CPUtime=1.66
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 2245 0 0 0 166 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1536332 CPUtime=1.06
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3646 0 0 0 105 1 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.85
Current children cumulated vsize (KiB) 1536332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/119 16024
/proc/meminfo: memFree=1508224/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1536332 CPUtime=1800.06
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 54738 0 1 0 179911 95 0 0 15 0 13 0 10849527 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384083 50311 1440 10 0 381385 0
[pid=15954/tid=15956] ppid=15952 vsize=1536332 CPUtime=1784.94
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 38035 0 1 0 178423 71 0 0 25 0 13 0 10849529 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4109432703 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1536332 CPUtime=2.04
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 3356 0 0 0 197 7 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1536332 CPUtime=2.07
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 3482 0 0 0 199 8 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1536332 CPUtime=8.22
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 2805 0 0 0 818 4 0 0 15 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1536332 CPUtime=1.66
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 2245 0 0 0 166 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1536332 CPUtime=1.06
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3646 0 0 0 105 1 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1536332

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

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

[startup+1796.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/119 16024
/proc/meminfo: memFree=1508224/2059040 swapFree=4192956/4192956
[pid=15954] ppid=15952 vsize=1536332 CPUtime=1800.06
/proc/15954/stat : 15954 (java) S 15952 15954 15929 0 -1 4202496 54738 0 1 0 179911 95 0 0 15 0 13 0 10849527 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15954/statm: 384083 50311 1440 10 0 381385 0
[pid=15954/tid=15956] ppid=15952 vsize=1536332 CPUtime=1784.94
/proc/15954/task/15956/stat : 15956 (java) R 15952 15954 15929 0 -1 4202560 38035 0 1 0 178423 71 0 0 25 0 13 0 10849529 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4109432703 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15954/tid=15957] ppid=15952 vsize=1536332 CPUtime=2.04
/proc/15954/task/15957/stat : 15957 (java) S 15952 15954 15929 0 -1 4202560 3356 0 0 0 197 7 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15958] ppid=15952 vsize=1536332 CPUtime=2.07
/proc/15954/task/15958/stat : 15958 (java) S 15952 15954 15929 0 -1 4202560 3482 0 0 0 199 8 0 0 15 0 13 0 10849530 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15959] ppid=15952 vsize=1536332 CPUtime=8.22
/proc/15954/task/15959/stat : 15959 (java) S 15952 15954 15929 0 -1 4202560 2805 0 0 0 818 4 0 0 15 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 0 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15960] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15960/stat : 15960 (java) S 15952 15954 15929 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10849532 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15961] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15961/stat : 15961 (java) S 15952 15954 15929 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10849533 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15962] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15962/stat : 15962 (java) S 15952 15954 15929 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15963] ppid=15952 vsize=1536332 CPUtime=1.66
/proc/15954/task/15963/stat : 15963 (java) S 15952 15954 15929 0 -1 4202560 2245 0 0 0 166 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15964] ppid=15952 vsize=1536332 CPUtime=1.06
/proc/15954/task/15964/stat : 15964 (java) S 15952 15954 15929 0 -1 4202560 3646 0 0 0 105 1 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15965] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15965/stat : 15965 (java) S 15952 15954 15929 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 0 0 0 0
[pid=15954/tid=15966] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15966/stat : 15966 (java) S 15952 15954 15929 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10849537 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
[pid=15954/tid=15967] ppid=15952 vsize=1536332 CPUtime=0
/proc/15954/task/15967/stat : 15967 (java) S 15952 15954 15929 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10849580 1573203968 50311 1992294400 134512640 134550932 4293893280 18446744073709551615 4294960144 0 4 0 16800975 18446604437829829952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1536332

Child status: 143
Real time (s): 1796.6
CPU time (s): 1800.21
CPU user time (s): 1799.23
CPU system time (s): 0.977851
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 1537816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.977851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54762
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40167
involuntary context switches= 19140

runsolver used 3.77243 second user time and 9.54155 second system time

The end

Launcher Data

Begin job on node034 at 2010-06-16 15:39:05
IDJOB=2659298
IDBENCH=1161
IDSOLVER=1164
FILE ID=node034/2659298-1276695545
PBS_JOBID= 11174064
Free space on /tmp= 62516 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659298-1276695545/watcher-2659298-1276695545 -o /tmp/evaluation-result-2659298-1276695545/solver-2659298-1276695545 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659298-1276695545.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=927202273

node034.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1708860 kB
Buffers:         86600 kB
Cached:         137396 kB
SwapCached:          0 kB
Active:         120608 kB
Inactive:       162932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708860 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:       59584 kB
Mapped:          15316 kB
Slab:            44820 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62512 MiB
End job on node034 at 2010-06-16 16:09:03