Trace number 2658828

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-26? (TO) 1800.21 1798.39

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-adlittle.opb
MD5SUM952cd1c498d347dda37d376c7740481e
Bench CategoryOPT-BIGINT (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2910
Total number of constraints56
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 constraints56
Minimum length of a constraint30
Maximum length of a constraint810
Number of terms in the objective function 2460
Biggest coefficient in the objective function 88852135936000
Number of bits for the biggest coefficient in the objective function 47
Sum of the numbers in the objective function 3689448844530141
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 359703511040000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 6054438712178314
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658828-1276555716.opb
0.09/0.20	c reading problem ... 
1.19/0.74	c ... done. Wall clock time 0.542s.
1.19/0.74	c #vars     2910
1.19/0.74	c #constraints  1634
1.19/0.74	c constraints type 
1.19/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
12.70/10.73	c cleaning 2500 clauses out of 5000 with flag 5000/5000
21.80/19.78	c cleaning 4247 clauses out of 8500 with flag 11000/11000
37.09/35.07	c cleaning 5623 clauses out of 11254 with flag 18001/18001
54.23/52.17	c cleaning 6812 clauses out of 13631 with flag 26001/26001
61.93/59.83	c cleaning 7909 clauses out of 15818 with flag 35000/35000
77.13/75.03	c cleaning 8954 clauses out of 17910 with flag 45001/45001
93.53/91.49	c cleaning 9474 clauses out of 18956 with flag 55001/55001
107.82/105.71	c cleaning 9737 clauses out of 19482 with flag 65001/65001
119.83/117.74	c cleaning 9866 clauses out of 19744 with flag 75000/75000
131.53/129.44	c cleaning 9934 clauses out of 19879 with flag 85001/85001
143.94/141.84	c cleaning 9960 clauses out of 19944 with flag 95000/95000
160.83/158.76	c cleaning 9987 clauses out of 19984 with flag 105000/105000
181.23/179.15	c cleaning 9993 clauses out of 19997 with flag 115000/115000
201.14/199.03	c cleaning 9999 clauses out of 20005 with flag 125001/125001
219.84/217.80	c cleaning 9994 clauses out of 20005 with flag 135000/135000
238.92/236.80	c cleaning 10003 clauses out of 20011 with flag 145000/145000
258.62/256.52	c cleaning 9999 clauses out of 20010 with flag 155002/155002
276.12/274.02	c cleaning 9996 clauses out of 20009 with flag 165000/165000
295.21/293.16	c cleaning 9996 clauses out of 20013 with flag 175000/175000
313.52/311.46	c cleaning 10002 clauses out of 20019 with flag 185002/185002
332.12/330.10	c cleaning 10002 clauses out of 20016 with flag 195001/195001
352.70/350.68	c cleaning 9998 clauses out of 20013 with flag 205000/205000
372.30/370.21	c cleaning 10002 clauses out of 20015 with flag 215000/215000
391.70/389.64	c cleaning 10001 clauses out of 20013 with flag 225000/225000
411.30/409.27	c cleaning 10003 clauses out of 20015 with flag 235003/235003
430.29/428.24	c cleaning 9998 clauses out of 20010 with flag 245001/245001
449.39/447.31	c cleaning 10000 clauses out of 20012 with flag 255001/255001
468.57/466.56	c cleaning 10003 clauses out of 20011 with flag 265000/265000
484.38/482.38	c cleaning 9997 clauses out of 20008 with flag 275000/275000
500.47/498.47	c cleaning 10001 clauses out of 20011 with flag 285000/285000
517.46/515.42	c cleaning 9998 clauses out of 20010 with flag 295000/295000
535.37/533.34	c cleaning 10002 clauses out of 20015 with flag 305003/305003
552.36/550.32	c cleaning 9999 clauses out of 20011 with flag 315001/315001
569.35/567.33	c cleaning 10002 clauses out of 20016 with flag 325005/325005
586.54/584.52	c cleaning 10002 clauses out of 20014 with flag 335005/335005
604.03/602.00	c cleaning 9998 clauses out of 20009 with flag 345002/345002
620.93/618.99	c cleaning 10002 clauses out of 20014 with flag 355005/355005
637.93/635.94	c cleaning 9996 clauses out of 20007 with flag 365000/365000
654.91/652.91	c cleaning 10006 clauses out of 20017 with flag 375006/375006
672.11/670.13	c cleaning 9993 clauses out of 20005 with flag 385000/385000
688.80/686.81	c cleaning 10000 clauses out of 20012 with flag 395000/395000
705.39/703.48	c cleaning 10001 clauses out of 20012 with flag 405000/405000
721.48/719.55	c cleaning 10001 clauses out of 20013 with flag 415002/415002
736.57/734.66	c cleaning 9998 clauses out of 20010 with flag 425000/425000
753.17/751.29	c cleaning 10000 clauses out of 20014 with flag 435002/435002
768.06/766.17	c cleaning 9995 clauses out of 20012 with flag 445000/445000
785.45/783.54	c cleaning 9999 clauses out of 20018 with flag 455001/455001
803.05/801.10	c cleaning 9995 clauses out of 20019 with flag 465001/465001
819.26/817.34	c cleaning 10006 clauses out of 20023 with flag 475000/475000
835.25/833.34	c cleaning 10000 clauses out of 20017 with flag 485000/485000
851.86/849.92	c cleaning 10005 clauses out of 20017 with flag 495000/495000
867.85/865.92	c cleaning 9998 clauses out of 20012 with flag 505000/505000
884.34/882.44	c cleaning 9998 clauses out of 20016 with flag 515002/515002
900.24/898.39	c cleaning 10003 clauses out of 20017 with flag 525001/525001
915.83/913.93	c cleaning 9999 clauses out of 20014 with flag 535001/535001
931.23/929.34	c cleaning 9998 clauses out of 20014 with flag 545000/545000
946.74/944.88	c cleaning 10001 clauses out of 20016 with flag 555000/555000
962.51/960.63	c cleaning 10000 clauses out of 20015 with flag 565000/565000
978.01/976.11	c cleaning 10001 clauses out of 20016 with flag 575001/575001
993.41/991.57	c cleaning 10000 clauses out of 20015 with flag 585001/585001
1000.01/998.10	c cleaning 10008 clauses out of 20015 with flag 595001/595001
1003.92/1002.06	c cleaning 10003 clauses out of 20006 with flag 605000/605000
1008.01/1006.13	c cleaning 10002 clauses out of 20004 with flag 615001/615001
1011.52/1009.61	c cleaning 10001 clauses out of 20001 with flag 625000/625000
1014.92/1013.06	c cleaning 10001 clauses out of 20001 with flag 635001/635001
1018.12/1016.27	c cleaning 10000 clauses out of 19999 with flag 645000/645000
1021.71/1019.89	c cleaning 10000 clauses out of 20000 with flag 655001/655001
1025.53/1023.69	c cleaning 9995 clauses out of 19999 with flag 665000/665000
1028.92/1027.02	c cleaning 10000 clauses out of 20005 with flag 675001/675001
1032.02/1030.17	c cleaning 10002 clauses out of 20005 with flag 685001/685001
1035.22/1033.34	c cleaning 10001 clauses out of 20002 with flag 695000/695000
1038.52/1036.65	c cleaning 10001 clauses out of 20002 with flag 705001/705001
1041.62/1039.80	c cleaning 9998 clauses out of 20000 with flag 715000/715000
1045.22/1043.38	c cleaning 9998 clauses out of 20002 with flag 725000/725000
1048.61/1046.73	c cleaning 9999 clauses out of 20004 with flag 735000/735000
1051.41/1049.55	c cleaning 9997 clauses out of 20005 with flag 745000/745000
1054.55/1052.63	c cleaning 9999 clauses out of 20008 with flag 755000/755000
1057.95/1056.02	c cleaning 10000 clauses out of 20009 with flag 765000/765000
1061.34/1059.49	c cleaning 10000 clauses out of 20009 with flag 775000/775000
1065.74/1063.80	c cleaning 10004 clauses out of 20010 with flag 785001/785001
1069.55/1067.70	c cleaning 10001 clauses out of 20005 with flag 795000/795000
1073.54/1071.64	c cleaning 10000 clauses out of 20006 with flag 805002/805002
1077.04/1075.19	c cleaning 9999 clauses out of 20004 with flag 815000/815000
1080.65/1078.79	c cleaning 9998 clauses out of 20005 with flag 825000/825000
1084.25/1082.38	c cleaning 10000 clauses out of 20008 with flag 835001/835001
1087.74/1085.85	c cleaning 10002 clauses out of 20008 with flag 845001/845001
1090.85/1088.95	c cleaning 10003 clauses out of 20006 with flag 855001/855001
1094.45/1092.52	c cleaning 10001 clauses out of 20004 with flag 865002/865002
1097.74/1095.80	c cleaning 9997 clauses out of 20001 with flag 875000/875000
1101.44/1099.56	c cleaning 9998 clauses out of 20004 with flag 885000/885000
1105.25/1103.39	c cleaning 10001 clauses out of 20007 with flag 895001/895001
1109.44/1107.53	c cleaning 10000 clauses out of 20006 with flag 905001/905001
1113.25/1111.39	c cleaning 9998 clauses out of 20006 with flag 915001/915001
1117.05/1115.11	c cleaning 9999 clauses out of 20007 with flag 925000/925000
1120.85/1118.97	c cleaning 10003 clauses out of 20008 with flag 935000/935000
1124.65/1122.79	c cleaning 9995 clauses out of 20006 with flag 945001/945001
1128.05/1126.18	c cleaning 10006 clauses out of 20011 with flag 955001/955001
1131.35/1129.47	c cleaning 9996 clauses out of 20004 with flag 965000/965000
1134.85/1132.95	c cleaning 10004 clauses out of 20008 with flag 975000/975000
1138.84/1136.92	c cleaning 10000 clauses out of 20004 with flag 985000/985000
1142.55/1140.70	c cleaning 10003 clauses out of 20005 with flag 995001/995001
1146.44/1144.53	c cleaning 10000 clauses out of 20002 with flag 1005001/1005001
1150.04/1148.13	c cleaning 9999 clauses out of 20003 with flag 1015002/1015002
1153.84/1151.92	c cleaning 10001 clauses out of 20003 with flag 1025001/1025001
1157.04/1155.18	c cleaning 9996 clauses out of 20002 with flag 1035001/1035001
1160.54/1158.70	c cleaning 10001 clauses out of 20006 with flag 1045001/1045001
1163.74/1161.87	c cleaning 10002 clauses out of 20005 with flag 1055001/1055001
1167.04/1165.18	c cleaning 9999 clauses out of 20003 with flag 1065001/1065001
1170.64/1168.79	c cleaning 10000 clauses out of 20004 with flag 1075001/1075001
1174.54/1172.65	c cleaning 9994 clauses out of 20003 with flag 1085000/1085000
1177.84/1175.96	c cleaning 10002 clauses out of 20009 with flag 1095000/1095000
1180.94/1179.03	c cleaning 10000 clauses out of 20007 with flag 1105000/1105000
1184.45/1182.57	c cleaning 10002 clauses out of 20008 with flag 1115001/1115001
1187.65/1185.74	c cleaning 10003 clauses out of 20005 with flag 1125000/1125000
1190.74/1188.81	c cleaning 9995 clauses out of 20003 with flag 1135001/1135001
1193.74/1191.83	c cleaning 9999 clauses out of 20007 with flag 1145000/1145000
1196.64/1194.78	c cleaning 9999 clauses out of 20009 with flag 1155001/1155001
1199.76/1197.84	c cleaning 10004 clauses out of 20010 with flag 1165001/1165001
1202.95/1201.01	c cleaning 10001 clauses out of 20005 with flag 1175000/1175000
1206.26/1204.40	c cleaning 9997 clauses out of 20004 with flag 1185000/1185000
1209.85/1207.91	c cleaning 10003 clauses out of 20008 with flag 1195001/1195001
1213.45/1211.52	c cleaning 9999 clauses out of 20005 with flag 1205001/1205001
1216.85/1214.91	c cleaning 10001 clauses out of 20005 with flag 1215000/1215000
1220.35/1218.43	c cleaning 9999 clauses out of 20004 with flag 1225000/1225000
1223.95/1222.05	c cleaning 10001 clauses out of 20006 with flag 1235001/1235001
1227.44/1225.57	c cleaning 9996 clauses out of 20004 with flag 1245000/1245000
1231.04/1229.16	c cleaning 10002 clauses out of 20008 with flag 1255000/1255000
1234.64/1232.74	c cleaning 9998 clauses out of 20007 with flag 1265001/1265001
1238.14/1236.21	c cleaning 9998 clauses out of 20008 with flag 1275000/1275000
1241.23/1239.37	c cleaning 10002 clauses out of 20011 with flag 1285001/1285001
1244.43/1242.59	c cleaning 10000 clauses out of 20009 with flag 1295001/1295001
1247.63/1245.78	c cleaning 9998 clauses out of 20009 with flag 1305001/1305001
1251.12/1249.24	c cleaning 10002 clauses out of 20010 with flag 1315000/1315000
1254.42/1252.55	c cleaning 10004 clauses out of 20009 with flag 1325001/1325001
1257.62/1255.70	c cleaning 10001 clauses out of 20005 with flag 1335001/1335001
1260.82/1258.99	c cleaning 9991 clauses out of 20003 with flag 1345000/1345000
1264.31/1262.49	c cleaning 10003 clauses out of 20012 with flag 1355000/1355000
1268.02/1266.15	c cleaning 10000 clauses out of 20009 with flag 1365000/1365000
1271.62/1269.80	c cleaning 10002 clauses out of 20009 with flag 1375000/1375000
1274.81/1272.97	c cleaning 9998 clauses out of 20007 with flag 1385000/1385000
1278.00/1276.13	c cleaning 9999 clauses out of 20010 with flag 1395001/1395001
1281.11/1279.21	c cleaning 10005 clauses out of 20011 with flag 1405001/1405001
1284.60/1282.78	c cleaning 9996 clauses out of 20005 with flag 1415000/1415000
1288.10/1286.20	c cleaning 10001 clauses out of 20010 with flag 1425001/1425001
1291.30/1289.49	c cleaning 9999 clauses out of 20009 with flag 1435001/1435001
1294.80/1292.94	c cleaning 10000 clauses out of 20009 with flag 1445000/1445000
1298.50/1296.62	c cleaning 9999 clauses out of 20010 with flag 1455001/1455001
1302.30/1300.44	c cleaning 10001 clauses out of 20010 with flag 1465000/1465000
1305.69/1303.87	c cleaning 10001 clauses out of 20009 with flag 1475000/1475000
1309.09/1307.20	c cleaning 10000 clauses out of 20008 with flag 1485000/1485000
1312.59/1310.71	c cleaning 10001 clauses out of 20008 with flag 1495000/1495000
1315.89/1314.06	c cleaning 10003 clauses out of 20009 with flag 1505002/1505002
1319.19/1317.35	c cleaning 9996 clauses out of 20004 with flag 1515000/1515000
1322.19/1320.31	c cleaning 9999 clauses out of 20008 with flag 1525000/1525000
1325.59/1323.73	c cleaning 10000 clauses out of 20009 with flag 1535000/1535000
1328.79/1326.92	c cleaning 10002 clauses out of 20011 with flag 1545002/1545002
1331.88/1330.01	c cleaning 9998 clauses out of 20008 with flag 1555001/1555001
1334.78/1332.97	c cleaning 9999 clauses out of 20009 with flag 1565000/1565000
1337.98/1336.16	c cleaning 10003 clauses out of 20011 with flag 1575001/1575001
1341.38/1339.54	c cleaning 9997 clauses out of 20007 with flag 1585000/1585000
1344.89/1343.06	c cleaning 10000 clauses out of 20010 with flag 1595000/1595000
1348.68/1346.84	c cleaning 9997 clauses out of 20010 with flag 1605000/1605000
1352.08/1350.24	c cleaning 10001 clauses out of 20014 with flag 1615001/1615001
1355.18/1353.32	c cleaning 9999 clauses out of 20013 with flag 1625001/1625001
1357.98/1356.11	c cleaning 10001 clauses out of 20013 with flag 1635000/1635000
1360.68/1358.85	c cleaning 10002 clauses out of 20012 with flag 1645000/1645000
1363.58/1361.75	c cleaning 10002 clauses out of 20010 with flag 1655000/1655000
1366.78/1364.90	c cleaning 9999 clauses out of 20008 with flag 1665000/1665000
1369.78/1367.92	c cleaning 10002 clauses out of 20009 with flag 1675000/1675000
1372.58/1370.78	c cleaning 10001 clauses out of 20008 with flag 1685001/1685001
1375.58/1373.78	c cleaning 10000 clauses out of 20007 with flag 1695001/1695001
1378.68/1376.84	c cleaning 9998 clauses out of 20006 with flag 1705000/1705000
1381.78/1379.94	c cleaning 9997 clauses out of 20008 with flag 1715000/1715000
1384.88/1383.09	c cleaning 10001 clauses out of 20012 with flag 1725001/1725001
1387.79/1385.95	c cleaning 9999 clauses out of 20010 with flag 1735000/1735000
1390.58/1388.75	c cleaning 10002 clauses out of 20012 with flag 1745001/1745001
1393.58/1391.75	c cleaning 9999 clauses out of 20010 with flag 1755001/1755001
1396.38/1394.57	c cleaning 10001 clauses out of 20010 with flag 1765000/1765000
1399.58/1397.79	c cleaning 10000 clauses out of 20011 with flag 1775002/1775002
1402.58/1400.71	c cleaning 9998 clauses out of 20009 with flag 1785000/1785000
1405.48/1403.66	c cleaning 9998 clauses out of 20011 with flag 1795000/1795000
1408.27/1406.46	c cleaning 10003 clauses out of 20014 with flag 1805001/1805001
1411.47/1409.68	c cleaning 9998 clauses out of 20011 with flag 1815001/1815001
1414.47/1412.63	c cleaning 10003 clauses out of 20013 with flag 1825001/1825001
1417.58/1415.72	c cleaning 9996 clauses out of 20010 with flag 1835001/1835001
1420.88/1419.03	c cleaning 10004 clauses out of 20014 with flag 1845001/1845001
1423.97/1422.16	c cleaning 10001 clauses out of 20010 with flag 1855001/1855001
1426.97/1425.18	c cleaning 9998 clauses out of 20008 with flag 1865000/1865000
1430.47/1428.62	c cleaning 9999 clauses out of 20010 with flag 1875000/1875000
1433.87/1432.06	c cleaning 10005 clauses out of 20013 with flag 1885002/1885002
1437.46/1435.62	c cleaning 9998 clauses out of 20007 with flag 1895001/1895001
1441.16/1439.31	c cleaning 10002 clauses out of 20010 with flag 1905002/1905002
1444.46/1442.61	c cleaning 9997 clauses out of 20006 with flag 1915000/1915000
1447.46/1445.62	c cleaning 10003 clauses out of 20010 with flag 1925001/1925001
1450.66/1448.89	c cleaning 9999 clauses out of 20006 with flag 1935000/1935000
1454.07/1452.21	c cleaning 10000 clauses out of 20008 with flag 1945001/1945001
1457.46/1455.61	c cleaning 10000 clauses out of 20008 with flag 1955001/1955001
1460.48/1458.63	c cleaning 9997 clauses out of 20007 with flag 1965000/1965000
1463.67/1461.89	c cleaning 9998 clauses out of 20010 with flag 1975000/1975000
1466.77/1464.90	c cleaning 10002 clauses out of 20012 with flag 1985000/1985000
1470.06/1468.29	c cleaning 9999 clauses out of 20010 with flag 1995000/1995000
1473.57/1471.80	c cleaning 9999 clauses out of 20011 with flag 2005000/2005000
1477.46/1475.63	c cleaning 9996 clauses out of 20013 with flag 2015001/2015001
1480.96/1479.16	c cleaning 10005 clauses out of 20017 with flag 2025001/2025001
1484.75/1482.92	c cleaning 10000 clauses out of 20012 with flag 2035001/2035001
1488.05/1486.22	c cleaning 10000 clauses out of 20012 with flag 2045001/2045001
1491.55/1489.74	c cleaning 10004 clauses out of 20011 with flag 2055000/2055000
1495.05/1493.29	c cleaning 10002 clauses out of 20008 with flag 2065001/2065001
1498.55/1496.74	c cleaning 9999 clauses out of 20006 with flag 2075001/2075001
1502.34/1500.52	c cleaning 10001 clauses out of 20008 with flag 2085002/2085002
1505.45/1503.61	c cleaning 10000 clauses out of 20005 with flag 2095000/2095000
1508.54/1506.78	c cleaning 9996 clauses out of 20005 with flag 2105000/2105000
1511.54/1509.75	c cleaning 9999 clauses out of 20010 with flag 2115001/2115001
1514.74/1512.97	c cleaning 10002 clauses out of 20011 with flag 2125001/2125001
1517.93/1516.14	c cleaning 9999 clauses out of 20009 with flag 2135001/2135001
1521.33/1519.56	c cleaning 10002 clauses out of 20009 with flag 2145000/2145000
1524.93/1523.16	c cleaning 10003 clauses out of 20007 with flag 2155000/2155000
1528.84/1527.10	c cleaning 9998 clauses out of 20005 with flag 2165001/2165001
1532.54/1530.72	c cleaning 10000 clauses out of 20006 with flag 2175000/2175000
1536.43/1534.69	c cleaning 9998 clauses out of 20006 with flag 2185000/2185000
1540.33/1538.56	c cleaning 9999 clauses out of 20008 with flag 2195000/2195000
1543.83/1542.02	c cleaning 10006 clauses out of 20011 with flag 2205002/2205002
1547.24/1545.46	c cleaning 10000 clauses out of 20005 with flag 2215002/2215002
1550.42/1548.63	c cleaning 10000 clauses out of 20004 with flag 2225001/2225001
1554.02/1552.26	c cleaning 10002 clauses out of 20003 with flag 2235000/2235000
1557.32/1555.58	c cleaning 9996 clauses out of 20001 with flag 2245000/2245000
1560.72/1558.94	c cleaning 9997 clauses out of 20006 with flag 2255001/2255001
1564.22/1562.45	c cleaning 10005 clauses out of 20009 with flag 2265001/2265001
1567.82/1566.00	c cleaning 10000 clauses out of 20004 with flag 2275001/2275001
1571.82/1570.06	c cleaning 9997 clauses out of 20004 with flag 2285001/2285001
1575.83/1574.01	c cleaning 9995 clauses out of 20006 with flag 2295000/2295000
1579.32/1577.54	c cleaning 10000 clauses out of 20011 with flag 2305000/2305000
1583.42/1581.68	c cleaning 10002 clauses out of 20011 with flag 2315000/2315000
1587.32/1585.55	c cleaning 10003 clauses out of 20010 with flag 2325001/2325001
1591.12/1589.37	c cleaning 10000 clauses out of 20007 with flag 2335001/2335001
1595.32/1593.59	c cleaning 10000 clauses out of 20007 with flag 2345001/2345001
1599.21/1597.40	c cleaning 9995 clauses out of 20007 with flag 2355001/2355001
1602.91/1601.15	c cleaning 10001 clauses out of 20011 with flag 2365000/2365000
1606.62/1604.81	c cleaning 10001 clauses out of 20011 with flag 2375001/2375001
1610.61/1608.88	c cleaning 9999 clauses out of 20010 with flag 2385001/2385001
1615.31/1613.55	c cleaning 10003 clauses out of 20010 with flag 2395000/2395000
1619.11/1617.35	c cleaning 9998 clauses out of 20007 with flag 2405000/2405000
1623.12/1621.30	c cleaning 9999 clauses out of 20009 with flag 2415000/2415000
1626.81/1625.05	c cleaning 10004 clauses out of 20010 with flag 2425000/2425000
1630.60/1628.86	c cleaning 10001 clauses out of 20006 with flag 2435000/2435000
1635.31/1633.53	c cleaning 10001 clauses out of 20005 with flag 2445000/2445000
1639.90/1638.19	c cleaning 10001 clauses out of 20006 with flag 2455002/2455002
1643.91/1642.13	c cleaning 9996 clauses out of 20003 with flag 2465000/2465000
1648.01/1646.20	c cleaning 10000 clauses out of 20007 with flag 2475000/2475000
1652.31/1650.58	c cleaning 9995 clauses out of 20007 with flag 2485000/2485000
1656.70/1654.95	c cleaning 10004 clauses out of 20012 with flag 2495000/2495000
1660.20/1658.49	c cleaning 9999 clauses out of 20008 with flag 2505000/2505000
1663.70/1661.94	c cleaning 10000 clauses out of 20009 with flag 2515000/2515000
1666.99/1665.27	c cleaning 9997 clauses out of 20009 with flag 2525000/2525000
1670.79/1669.00	c cleaning 10005 clauses out of 20015 with flag 2535003/2535003
1674.39/1672.67	c cleaning 9999 clauses out of 20007 with flag 2545000/2545000
1678.59/1676.86	c cleaning 9996 clauses out of 20008 with flag 2555000/2555000
1682.89/1681.18	c cleaning 10004 clauses out of 20012 with flag 2565000/2565000
1687.00/1685.26	c cleaning 10001 clauses out of 20008 with flag 2575000/2575000
1690.99/1689.24	c cleaning 9998 clauses out of 20008 with flag 2585001/2585001
1694.98/1693.22	c cleaning 10002 clauses out of 20010 with flag 2595001/2595001
1698.88/1697.16	c cleaning 9998 clauses out of 20008 with flag 2605001/2605001
1702.78/1701.06	c cleaning 10000 clauses out of 20009 with flag 2615000/2615000
1706.58/1704.90	c cleaning 9999 clauses out of 20009 with flag 2625000/2625000
1710.28/1708.54	c cleaning 10003 clauses out of 20011 with flag 2635001/2635001
1714.38/1712.67	c cleaning 10001 clauses out of 20008 with flag 2645001/2645001
1718.58/1716.80	c cleaning 9997 clauses out of 20007 with flag 2655001/2655001
1722.38/1720.60	c cleaning 9996 clauses out of 20010 with flag 2665001/2665001
1725.39/1723.69	c cleaning 10000 clauses out of 20013 with flag 2675000/2675000
1728.58/1726.84	c cleaning 10001 clauses out of 20013 with flag 2685000/2685000
1732.09/1730.32	c cleaning 10003 clauses out of 20014 with flag 2695002/2695002
1735.68/1733.92	c cleaning 10001 clauses out of 20009 with flag 2705000/2705000
1739.08/1737.30	c cleaning 9998 clauses out of 20009 with flag 2715001/2715001
1742.58/1740.83	c cleaning 10002 clauses out of 20011 with flag 2725001/2725001
1746.48/1744.73	c cleaning 9999 clauses out of 20008 with flag 2735000/2735000
1750.18/1748.45	c cleaning 10002 clauses out of 20009 with flag 2745000/2745000
1753.98/1752.22	c cleaning 9996 clauses out of 20008 with flag 2755001/2755001
1757.38/1755.65	c cleaning 10003 clauses out of 20012 with flag 2765001/2765001
1761.68/1759.95	c cleaning 10002 clauses out of 20009 with flag 2775001/2775001
1765.57/1763.87	c cleaning 9998 clauses out of 20008 with flag 2785002/2785002
1768.97/1767.22	c cleaning 10000 clauses out of 20009 with flag 2795001/2795001
1772.47/1770.76	c cleaning 9999 clauses out of 20008 with flag 2805000/2805000
1775.67/1773.91	c cleaning 10004 clauses out of 20009 with flag 2815000/2815000
1779.17/1777.40	c cleaning 10000 clauses out of 20006 with flag 2825001/2825001
1782.57/1780.86	c cleaning 9999 clauses out of 20005 with flag 2835000/2835000
1785.76/1784.06	c cleaning 10000 clauses out of 20008 with flag 2845002/2845002
1789.27/1787.59	c cleaning 9999 clauses out of 20006 with flag 2855000/2855000
1793.06/1791.30	c cleaning 10004 clauses out of 20007 with flag 2865000/2865000
1796.56/1794.84	c cleaning 9998 clauses out of 20003 with flag 2875000/2875000
1800.06/1798.31	c starts		: 231
1800.06/1798.31	c conflicts		: 2884108
1800.06/1798.31	c decisions		: 2911163
1800.06/1798.31	c propagations		: 30837386
1800.06/1798.31	c inspects		: 1920006843
1800.06/1798.31	c learnt literals	: 0
1800.06/1798.31	c learnt binary clauses	: 0
1800.06/1798.31	c learnt ternary clauses	: 0
1800.06/1798.31	c learnt clauses	: 2884109
1800.06/1798.31	c ignored clauses	: 0
1800.06/1798.31	c root simplifications	: 0
1800.06/1798.31	c removed literals (reason simplification)	: 93584085
1800.06/1798.31	c reason swapping (by a shorter reason)	: 0
1800.06/1798.31	c Calls to reduceDB	: 289
1800.06/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.31	c number of learned constraints concerned by reduction	: 0
1800.06/1798.31	c number of learning phase by resolution	: 0
1800.06/1798.31	c number of learning phase by cutting planes	: 0
1800.06/1798.31	c speed (assignments/second)	: 17155.040243172458
1800.06/1798.31	c non guided choices	73
1800.06/1798.34	c learnt constraints type 
1800.06/1798.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19149
1800.06/1798.34	c constraints type 
1800.06/1798.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
1800.06/1798.34	s UNKNOWN
1800.06/1798.34	c Total wall clock time (in seconds): 1798.144

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-2658828-1276555716/watcher-2658828-1276555716 -o /tmp/evaluation-result-2658828-1276555716/solver-2658828-1276555716 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658828-1276555716.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.27 1.09 1.03 3/106 32315
/proc/meminfo: memFree=1809868/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1832 CPUtime=0
/proc/32315/stat : 32315 (java) R 32313 32315 31163 0 -1 4194304 402 0 0 0 0 0 0 0 19 0 1 0 31172996 1875968 132 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32315/statm: 458 144 107 10 0 63 0

[startup+0.086121 s]
/proc/loadavg: 1.27 1.09 1.03 3/106 32315
/proc/meminfo: memFree=1809868/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1521796 CPUtime=0.07
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 3859 0 1 0 5 2 0 0 18 0 7 0 31172996 1558319104 3300 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 380449 3300 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101123 s]
/proc/loadavg: 1.27 1.09 1.03 3/106 32315
/proc/meminfo: memFree=1809868/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1524184 CPUtime=0.09
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 4001 0 1 0 7 2 0 0 18 0 12 0 31172996 1560764416 3440 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 381046 3440 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.3006 s]
/proc/loadavg: 1.27 1.09 1.03 3/106 32315
/proc/meminfo: memFree=1809868/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1526336 CPUtime=0.4
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 5357 0 1 0 36 4 0 0 18 0 12 0 31172996 1562968064 4794 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 381584 4794 1368 10 0 378886 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526336

[startup+0.700589 s]
/proc/loadavg: 1.27 1.09 1.03 3/106 32315
/proc/meminfo: memFree=1809868/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1535384 CPUtime=1.19
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 9471 0 1 0 113 6 0 0 18 0 12 0 31172996 1572233216 8603 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 383846 8604 1404 10 0 381148 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1535384

[startup+1.50157 s]
/proc/loadavg: 1.27 1.09 1.03 4/119 32328
/proc/meminfo: memFree=1771884/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1542428 CPUtime=2.78
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 14398 0 1 0 270 8 0 0 18 0 13 0 31172996 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385607 11496 1414 10 0 382909 0
[pid=32315/tid=32317] ppid=32313 vsize=1542428 CPUtime=1.47
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 6738 0 1 0 143 4 0 0 19 0 13 0 31172997 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4109055785 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 31172998 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 31172998 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 31173000 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 31173000 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 31173000 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1542428 CPUtime=0.6
/proc/32315/task/32324/stat : 32324 (java) R 32313 32315 31163 0 -1 4202560 1022 0 0 0 60 0 0 0 25 0 13 0 31173004 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 105876065 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1542428 CPUtime=0.67
/proc/32315/task/32325/stat : 32325 (java) R 32313 32315 31163 0 -1 4202560 5569 0 0 0 65 2 0 0 25 0 13 0 31173004 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 105495939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31173005 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1542428 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1579446272 11496 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1542428

[startup+3.10053 s]
/proc/loadavg: 1.25 1.08 1.03 2/119 32328
/proc/meminfo: memFree=1765808/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1541456 CPUtime=5.02
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 19795 0 1 0 491 11 0 0 18 0 13 0 31172996 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385364 14992 1431 10 0 382666 0
[pid=32315/tid=32317] ppid=32313 vsize=1541456 CPUtime=2.85
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 10116 0 1 0 279 6 0 0 22 0 13 0 31172997 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4109687983 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 31172998 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 31172998 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31173000 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 31173000 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 31173000 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1541456 CPUtime=0.97
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1793 0 0 0 96 1 0 0 16 0 13 0 31173004 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1541456 CPUtime=1.18
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6816 0 0 0 115 3 0 0 20 0 13 0 31173004 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31173005 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1541456 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1578450944 14992 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 1541456

[startup+6.30145 s]
/proc/loadavg: 1.25 1.08 1.03 2/119 32328
/proc/meminfo: memFree=1740016/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=8.23
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 25002 0 1 0 810 13 0 0 18 0 13 0 31172996 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 19951 1431 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=6.04
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 15321 0 1 0 596 8 0 0 25 0 13 0 31172997 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4109687993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 31172998 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 31172998 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31173000 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 31173000 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 31173000 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=0.97
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1793 0 0 0 96 1 0 0 16 0 13 0 31173004 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.2
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6818 0 0 0 117 3 0 0 15 0 13 0 31173004 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 19951 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 19952 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 1540680

[startup+12.7013 s]
/proc/loadavg: 1.23 1.08 1.03 2/119 32328
/proc/meminfo: memFree=1701824/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=14.72
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 33184 0 1 0 1456 16 0 0 18 0 13 0 31172996 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 28125 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=12.35
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 22002 0 1 0 1225 10 0 0 25 0 13 0 31172997 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4109660108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.01
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 406 0 0 0 1 0 0 0 18 0 13 0 31172998 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 313 0 0 0 0 0 0 0 18 0 13 0 31172998 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=0.02
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 769 0 0 0 2 0 0 0 16 0 13 0 31173000 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=1.05
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1802 0 0 0 104 1 0 0 15 0 13 0 31173004 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.25
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6823 0 0 0 122 3 0 0 16 0 13 0 31173004 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 28125 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1540680

[startup+25.5015 s]
/proc/loadavg: 1.18 1.08 1.03 2/119 32328
/proc/meminfo: memFree=1698724/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=27.59
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 33961 0 1 0 2742 17 0 0 18 0 13 0 31172996 1577656320 28900 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 28900 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=25.09
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 22004 0 1 0 2499 10 0 0 25 0 13 0 31172997 1577656320 28900 1992294400 134512640 134550932 4294731360 18446744073709551615 4109687970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.01
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 502 0 0 0 1 0 0 0 18 0 13 0 31172998 1577656320 28900 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0.01
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 719 0 0 0 1 0 0 0 17 0 13 0 31172998 1577656320 28900 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=0.05

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

[pid=32315] ppid=32313 vsize=1540680 CPUtime=1664.1
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 41637 0 1 0 166366 44 0 0 18 0 13 0 31172996 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 36126 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=1650.86
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 24740 0 1 0 165058 28 0 0 25 0 13 0 31172997 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4109714651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.54
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 1628 0 0 0 51 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0.73
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1928 0 0 0 71 2 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=9.41
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 3528 0 0 0 937 4 0 0 16 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=1.2
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1821 0 0 0 119 1 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.29
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6827 0 0 0 126 3 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.1
Current children cumulated vsize (KiB) 1540680

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32384
/proc/meminfo: memFree=1666732/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=1724.09
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 41660 0 1 0 172364 45 0 0 18 0 13 0 31172996 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 36126 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=1710.24
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 24755 0 1 0 170996 28 0 0 25 0 13 0 31172997 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4109714298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.56
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 1628 0 0 0 53 3 0 0 16 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0.76
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1928 0 0 0 74 2 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=9.96
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 3532 0 0 0 992 4 0 0 15 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=1.2
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1821 0 0 0 119 1 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.29
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6827 0 0 0 126 3 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.09
Current children cumulated vsize (KiB) 1540680

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32386
/proc/meminfo: memFree=1666732/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=1784.06
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 41685 0 1 0 178361 45 0 0 18 0 13 0 31172996 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 36126 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=1769.55
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 24772 0 1 0 176927 28 0 0 25 0 13 0 31172997 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4109714960 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.57
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 1628 0 0 0 54 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0.8
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1928 0 0 0 77 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=10.6
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 3536 0 0 0 1055 5 0 0 15 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=1.2
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1821 0 0 0 119 1 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.29
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6827 0 0 0 126 3 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.06
Current children cumulated vsize (KiB) 1540680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32386
/proc/meminfo: memFree=1666732/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=1800.06
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 41689 0 1 0 179961 45 0 0 18 0 13 0 31172996 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 36126 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=1785.39
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 24776 0 1 0 178511 28 0 0 25 0 13 0 31172997 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4109710609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.57
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 1628 0 0 0 54 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0.82
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1928 0 0 0 79 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=10.75
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 3536 0 0 0 1070 5 0 0 15 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=1.2
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1821 0 0 0 119 1 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.29
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6827 0 0 0 126 3 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1540680

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

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

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32386
/proc/meminfo: memFree=1666732/2059040 swapFree=4136080/4192956
[pid=32315] ppid=32313 vsize=1540680 CPUtime=1800.06
/proc/32315/stat : 32315 (java) S 32313 32315 31163 0 -1 4202496 41689 0 1 0 179961 45 0 0 18 0 13 0 31172996 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32315/statm: 385170 36126 1445 10 0 382472 0
[pid=32315/tid=32317] ppid=32313 vsize=1540680 CPUtime=1785.39
/proc/32315/task/32317/stat : 32317 (java) R 32313 32315 31163 0 -1 4202560 24776 0 1 0 178511 28 0 0 25 0 13 0 31172997 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4109710609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32315/tid=32318] ppid=32313 vsize=1540680 CPUtime=0.57
/proc/32315/task/32318/stat : 32318 (java) S 32313 32315 31163 0 -1 4202560 1628 0 0 0 54 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32319] ppid=32313 vsize=1540680 CPUtime=0.82
/proc/32315/task/32319/stat : 32319 (java) S 32313 32315 31163 0 -1 4202560 1928 0 0 0 79 3 0 0 15 0 13 0 31172998 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32320] ppid=32313 vsize=1540680 CPUtime=10.75
/proc/32315/task/32320/stat : 32320 (java) S 32313 32315 31163 0 -1 4202560 3536 0 0 0 1070 5 0 0 15 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 0 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32321] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32321/stat : 32321 (java) S 32313 32315 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32322] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32322/stat : 32322 (java) S 32313 32315 31163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31173000 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32323] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32323/stat : 32323 (java) S 32313 32315 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32324] ppid=32313 vsize=1540680 CPUtime=1.2
/proc/32315/task/32324/stat : 32324 (java) S 32313 32315 31163 0 -1 4202560 1821 0 0 0 119 1 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 1 0 0 0
[pid=32315/tid=32325] ppid=32313 vsize=1540680 CPUtime=1.29
/proc/32315/task/32325/stat : 32325 (java) S 32313 32315 31163 0 -1 4202560 6827 0 0 0 126 3 0 0 15 0 13 0 31173004 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32326] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32326/stat : 32326 (java) S 32313 32315 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32327] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32327/stat : 32327 (java) S 32313 32315 31163 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 31173005 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
[pid=32315/tid=32328] ppid=32313 vsize=1540680 CPUtime=0
/proc/32315/task/32328/stat : 32328 (java) S 32313 32315 31163 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 31173094 1577656320 36126 1992294400 134512640 134550932 4294731360 18446744073709551615 4294960144 0 4 0 16800975 18446604437871878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1540680

Child status: 143
Real time (s): 1798.39
CPU time (s): 1800.21
CPU user time (s): 1799.73
CPU system time (s): 0.473927
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 1544000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.473927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41713
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= 39815
involuntary context switches= 19587

runsolver used 3.74143 second user time and 9.45656 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-15 00:48:36
IDJOB=2658828
IDBENCH=2454
IDSOLVER=1164
FILE ID=node014/2658828-1276555716
PBS_JOBID= 11173486
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-adlittle.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658828-1276555716/watcher-2658828-1276555716 -o /tmp/evaluation-result-2658828-1276555716/solver-2658828-1276555716 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658828-1276555716.opb

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

MD5SUM BENCH= 952cd1c498d347dda37d376c7740481e
RANDOM SEED=261265915

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1810140 kB
Buffers:         41328 kB
Cached:         119144 kB
SwapCached:      11548 kB
Active:          79100 kB
Inactive:        95864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1810140 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:             616 kB
Writeback:           0 kB
AnonPages:       11640 kB
Mapped:           9372 kB
Slab:            51912 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183768 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= 62504 MiB
End job on node014 at 2010-06-15 01:18:36