Trace number 3458634

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 Resolution 2.3.0? (TO) 1800.14 1798.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
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 variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458634-1307152093.opb
0.10/0.11	c reading problem ... 
0.81/0.49	c ... done. Wall clock time 0.378s.
0.81/0.49	c #vars     8902
0.81/0.49	c #constraints  6339
0.81/0.49	c constraints type 
0.81/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
0.81/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
0.81/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
0.81/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2019
7.40/6.59	c cleaning 2496 clauses out of 5000 with flag 5001/5001
13.78/12.75	c cleaning 4249 clauses out of 8504 with flag 11001/11001
20.28/19.25	c cleaning 5625 clauses out of 11255 with flag 18001/18001
26.79/25.76	c cleaning 6813 clauses out of 13629 with flag 26000/26000
34.83/33.71	c cleaning 7906 clauses out of 15816 with flag 35000/35000
42.44/41.39	c cleaning 8951 clauses out of 17911 with flag 45001/45001
51.15/50.03	c cleaning 9474 clauses out of 18961 with flag 55002/55002
60.20/58.72	c cleaning 9739 clauses out of 19486 with flag 65001/65001
68.70/66.98	c cleaning 9871 clauses out of 19746 with flag 75000/75000
77.81/76.08	c cleaning 9933 clauses out of 19875 with flag 85000/85000
87.31/85.54	c cleaning 9968 clauses out of 19942 with flag 95000/95000
96.01/94.22	c cleaning 9984 clauses out of 19975 with flag 105001/105001
105.12/103.34	c cleaning 9994 clauses out of 19992 with flag 115002/115002
112.71/110.90	c cleaning 9999 clauses out of 19998 with flag 125002/125002
122.21/120.44	c cleaning 9995 clauses out of 19997 with flag 135000/135000
130.91/129.20	c cleaning 9999 clauses out of 20003 with flag 145001/145001
140.51/138.76	c cleaning 9999 clauses out of 20003 with flag 155000/155000
149.71/147.96	c cleaning 10006 clauses out of 20012 with flag 165008/165008
159.91/158.15	c cleaning 9996 clauses out of 19997 with flag 175000/175000
169.32/167.57	c cleaning 9998 clauses out of 20001 with flag 185000/185000
177.51/175.79	c cleaning 9997 clauses out of 20003 with flag 195000/195000
186.41/184.62	c cleaning 9998 clauses out of 20006 with flag 205000/205000
194.33/192.52	c cleaning 10002 clauses out of 20009 with flag 215001/215001
202.72/200.93	c cleaning 9992 clauses out of 20006 with flag 225000/225000
213.52/211.76	c cleaning 10002 clauses out of 20016 with flag 235002/235002
222.42/220.61	c cleaning 10002 clauses out of 20013 with flag 245001/245001
229.72/227.91	c cleaning 10000 clauses out of 20012 with flag 255002/255002
238.23/236.41	c cleaning 9998 clauses out of 20010 with flag 265000/265000
246.32/244.59	c cleaning 10002 clauses out of 20012 with flag 275000/275000
254.52/252.75	c cleaning 10000 clauses out of 20011 with flag 285001/285001
263.22/261.46	c cleaning 9999 clauses out of 20010 with flag 295000/295000
269.72/267.99	c cleaning 9998 clauses out of 20012 with flag 305001/305001
277.72/275.96	c cleaning 10002 clauses out of 20014 with flag 315001/315001
287.93/286.16	c cleaning 9999 clauses out of 20011 with flag 325000/325000
296.73/294.90	c cleaning 9998 clauses out of 20013 with flag 335001/335001
305.34/303.61	c cleaning 10002 clauses out of 20016 with flag 345002/345002
313.23/311.43	c cleaning 10002 clauses out of 20013 with flag 355001/355001
321.43/319.67	c cleaning 9998 clauses out of 20010 with flag 365000/365000
331.13/329.37	c cleaning 10000 clauses out of 20012 with flag 375000/375000
340.93/339.19	c cleaning 9998 clauses out of 20014 with flag 385002/385002
350.63/348.89	c cleaning 10002 clauses out of 20015 with flag 395001/395001
359.63/357.85	c cleaning 10000 clauses out of 20013 with flag 405001/405001
368.23/366.46	c cleaning 10000 clauses out of 20012 with flag 415000/415000
377.13/375.33	c cleaning 9998 clauses out of 20012 with flag 425000/425000
385.64/383.86	c cleaning 10002 clauses out of 20015 with flag 435001/435001
393.63/391.88	c cleaning 10001 clauses out of 20013 with flag 445001/445001
402.25/400.44	c cleaning 10002 clauses out of 20011 with flag 455000/455000
410.83/409.03	c cleaning 9999 clauses out of 20010 with flag 465001/465001
419.04/417.20	c cleaning 10001 clauses out of 20012 with flag 475002/475002
426.54/424.77	c cleaning 9996 clauses out of 20009 with flag 485000/485000
434.44/432.61	c cleaning 10002 clauses out of 20013 with flag 495000/495000
443.04/441.27	c cleaning 10000 clauses out of 20012 with flag 505001/505001
450.84/449.04	c cleaning 10000 clauses out of 20011 with flag 515000/515000
459.45/457.67	c cleaning 9999 clauses out of 20014 with flag 525003/525003
467.54/465.72	c cleaning 10002 clauses out of 20012 with flag 535000/535000
476.74/474.98	c cleaning 9999 clauses out of 20010 with flag 545000/545000
485.44/483.61	c cleaning 9998 clauses out of 20012 with flag 555001/555001
494.66/492.83	c cleaning 10001 clauses out of 20014 with flag 565001/565001
503.14/501.39	c cleaning 9993 clauses out of 20014 with flag 575002/575002
510.34/508.58	c cleaning 10001 clauses out of 20020 with flag 585001/585001
517.76/515.93	c cleaning 10001 clauses out of 20020 with flag 595002/595002
525.94/524.19	c cleaning 10008 clauses out of 20019 with flag 605002/605002
534.15/532.39	c cleaning 9999 clauses out of 20010 with flag 615001/615001
543.94/542.16	c cleaning 9999 clauses out of 20012 with flag 625002/625002
552.54/550.77	c cleaning 9995 clauses out of 20011 with flag 635000/635000
561.54/559.79	c cleaning 10003 clauses out of 20016 with flag 645000/645000
571.24/569.40	c cleaning 10001 clauses out of 20014 with flag 655001/655001
580.94/579.12	c cleaning 10003 clauses out of 20015 with flag 665003/665003
590.95/589.14	c cleaning 10000 clauses out of 20011 with flag 675002/675002
599.36/597.55	c cleaning 9996 clauses out of 20009 with flag 685000/685000
606.66/604.84	c cleaning 10004 clauses out of 20015 with flag 695002/695002
614.36/612.58	c cleaning 9997 clauses out of 20009 with flag 705000/705000
621.56/619.78	c cleaning 10000 clauses out of 20013 with flag 715001/715001
629.36/627.51	c cleaning 9999 clauses out of 20013 with flag 725001/725001
636.86/635.04	c cleaning 9996 clauses out of 20013 with flag 735000/735000
644.28/642.48	c cleaning 10005 clauses out of 20018 with flag 745001/745001
652.86/651.03	c cleaning 10006 clauses out of 20016 with flag 755004/755004
661.36/659.58	c cleaning 9995 clauses out of 20007 with flag 765001/765001
669.47/667.67	c cleaning 9998 clauses out of 20013 with flag 775002/775002
677.37/675.50	c cleaning 10000 clauses out of 20013 with flag 785000/785000
685.67/683.83	c cleaning 9999 clauses out of 20013 with flag 795000/795000
693.47/691.60	c cleaning 10002 clauses out of 20015 with flag 805001/805001
700.57/698.75	c cleaning 10000 clauses out of 20012 with flag 815000/815000
707.67/705.82	c cleaning 9997 clauses out of 20012 with flag 825000/825000
714.97/713.17	c cleaning 9995 clauses out of 20016 with flag 835001/835001
722.17/720.35	c cleaning 10003 clauses out of 20020 with flag 845000/845000
729.77/727.92	c cleaning 9999 clauses out of 20018 with flag 855001/855001
737.97/736.16	c cleaning 10005 clauses out of 20020 with flag 865002/865002
746.28/744.49	c cleaning 9999 clauses out of 20014 with flag 875001/875001
753.88/752.05	c cleaning 10001 clauses out of 20015 with flag 885001/885001
761.58/759.74	c cleaning 9998 clauses out of 20013 with flag 895000/895000
770.18/768.35	c cleaning 9997 clauses out of 20015 with flag 905000/905000
778.28/776.43	c cleaning 10003 clauses out of 20019 with flag 915001/915001
785.48/783.68	c cleaning 10003 clauses out of 20015 with flag 925000/925000
792.48/790.69	c cleaning 10001 clauses out of 20012 with flag 935000/935000
801.68/799.81	c cleaning 9999 clauses out of 20011 with flag 945000/945000
810.68/808.85	c cleaning 10003 clauses out of 20012 with flag 955000/955000
818.28/816.42	c cleaning 9999 clauses out of 20009 with flag 965000/965000
826.38/824.58	c cleaning 9999 clauses out of 20010 with flag 975000/975000
833.59/831.78	c cleaning 9998 clauses out of 20011 with flag 985000/985000
840.19/838.35	c cleaning 10000 clauses out of 20013 with flag 995000/995000
847.29/845.45	c cleaning 10002 clauses out of 20013 with flag 1005000/1005000
856.09/854.26	c cleaning 10000 clauses out of 20012 with flag 1015001/1015001
864.59/862.75	c cleaning 9996 clauses out of 20011 with flag 1025000/1025000
873.31/871.48	c cleaning 10003 clauses out of 20018 with flag 1035003/1035003
882.99/881.12	c cleaning 10001 clauses out of 20012 with flag 1045000/1045000
890.99/889.16	c cleaning 9997 clauses out of 20011 with flag 1055000/1055000
900.59/898.81	c cleaning 10000 clauses out of 20014 with flag 1065000/1065000
909.50/907.66	c cleaning 10002 clauses out of 20014 with flag 1075000/1075000
918.09/916.27	c cleaning 9991 clauses out of 20012 with flag 1085000/1085000
925.59/923.78	c cleaning 10007 clauses out of 20021 with flag 1095000/1095000
932.49/930.68	c cleaning 10000 clauses out of 20014 with flag 1105000/1105000
940.30/938.44	c cleaning 9998 clauses out of 20014 with flag 1115000/1115000
946.79/944.93	c cleaning 10001 clauses out of 20017 with flag 1125001/1125001
955.40/953.55	c cleaning 10001 clauses out of 20016 with flag 1135001/1135001
962.89/961.04	c cleaning 10004 clauses out of 20017 with flag 1145003/1145003
969.90/968.02	c cleaning 10000 clauses out of 20010 with flag 1155000/1155000
976.89/975.04	c cleaning 9996 clauses out of 20010 with flag 1165000/1165000
984.31/982.47	c cleaning 9999 clauses out of 20017 with flag 1175003/1175003
991.61/989.77	c cleaning 10004 clauses out of 20017 with flag 1185002/1185002
997.81/995.97	c cleaning 10002 clauses out of 20013 with flag 1195002/1195002
1003.71/1001.90	c cleaning 9999 clauses out of 20014 with flag 1205005/1205005
1010.11/1008.28	c cleaning 9999 clauses out of 20011 with flag 1215001/1215001
1017.21/1015.39	c cleaning 9998 clauses out of 20012 with flag 1225001/1225001
1024.61/1022.77	c cleaning 10002 clauses out of 20013 with flag 1235000/1235000
1031.73/1029.90	c cleaning 9996 clauses out of 20011 with flag 1245000/1245000
1039.51/1037.63	c cleaning 10003 clauses out of 20016 with flag 1255001/1255001
1047.91/1046.08	c cleaning 10000 clauses out of 20012 with flag 1265000/1265000
1055.41/1053.53	c cleaning 9998 clauses out of 20012 with flag 1275000/1275000
1063.31/1061.45	c cleaning 10001 clauses out of 20014 with flag 1285000/1285000
1070.92/1069.03	c cleaning 10001 clauses out of 20014 with flag 1295001/1295001
1078.62/1076.71	c cleaning 10001 clauses out of 20012 with flag 1305000/1305000
1086.42/1084.59	c cleaning 10000 clauses out of 20012 with flag 1315001/1315001
1094.82/1092.99	c cleaning 9998 clauses out of 20011 with flag 1325000/1325000
1104.34/1102.44	c cleaning 9990 clauses out of 20013 with flag 1335000/1335000
1112.04/1110.17	c cleaning 10007 clauses out of 20023 with flag 1345000/1345000
1119.92/1118.06	c cleaning 10001 clauses out of 20016 with flag 1355000/1355000
1129.43/1127.58	c cleaning 10007 clauses out of 20017 with flag 1365002/1365002
1137.03/1135.15	c cleaning 10003 clauses out of 20008 with flag 1375000/1375000
1145.93/1144.11	c cleaning 9998 clauses out of 20006 with flag 1385001/1385001
1156.73/1154.85	c cleaning 9995 clauses out of 20007 with flag 1395000/1395000
1165.63/1163.79	c cleaning 10000 clauses out of 20014 with flag 1405002/1405002
1174.65/1172.77	c cleaning 10002 clauses out of 20012 with flag 1415000/1415000
1183.45/1181.53	c cleaning 9997 clauses out of 20010 with flag 1425000/1425000
1191.74/1189.82	c cleaning 9997 clauses out of 20013 with flag 1435000/1435000
1199.95/1198.07	c cleaning 9997 clauses out of 20016 with flag 1445000/1445000
1207.94/1206.03	c cleaning 10004 clauses out of 20022 with flag 1455003/1455003
1216.04/1214.10	c cleaning 10000 clauses out of 20015 with flag 1465000/1465000
1223.16/1221.23	c cleaning 10004 clauses out of 20016 with flag 1475001/1475001
1230.45/1228.52	c cleaning 10001 clauses out of 20011 with flag 1485000/1485000
1238.15/1236.24	c cleaning 9999 clauses out of 20010 with flag 1495000/1495000
1246.05/1244.11	c cleaning 10000 clauses out of 20013 with flag 1505002/1505002
1252.76/1250.89	c cleaning 10000 clauses out of 20012 with flag 1515001/1515001
1260.15/1258.20	c cleaning 10000 clauses out of 20011 with flag 1525000/1525000
1268.65/1266.70	c cleaning 9999 clauses out of 20011 with flag 1535000/1535000
1275.46/1273.59	c cleaning 10000 clauses out of 20013 with flag 1545001/1545001
1282.76/1280.82	c cleaning 9997 clauses out of 20012 with flag 1555000/1555000
1290.17/1288.24	c cleaning 9996 clauses out of 20016 with flag 1565001/1565001
1296.77/1294.90	c cleaning 10002 clauses out of 20020 with flag 1575001/1575001
1304.47/1302.58	c cleaning 10000 clauses out of 20017 with flag 1585000/1585000
1311.26/1309.35	c cleaning 10003 clauses out of 20019 with flag 1595002/1595002
1319.16/1317.22	c cleaning 9998 clauses out of 20014 with flag 1605000/1605000
1325.66/1323.75	c cleaning 9996 clauses out of 20016 with flag 1615000/1615000
1332.26/1330.32	c cleaning 9999 clauses out of 20021 with flag 1625001/1625001
1339.46/1337.59	c cleaning 10008 clauses out of 20022 with flag 1635001/1635001
1345.86/1343.98	c cleaning 10004 clauses out of 20016 with flag 1645003/1645003
1352.56/1350.62	c cleaning 9999 clauses out of 20009 with flag 1655000/1655000
1359.07/1357.18	c cleaning 10001 clauses out of 20012 with flag 1665002/1665002
1365.57/1363.60	c cleaning 9996 clauses out of 20010 with flag 1675001/1675001
1371.97/1370.09	c cleaning 9999 clauses out of 20015 with flag 1685002/1685002
1378.77/1376.84	c cleaning 9999 clauses out of 20015 with flag 1695001/1695001
1385.99/1384.04	c cleaning 10001 clauses out of 20016 with flag 1705001/1705001
1393.38/1391.40	c cleaning 10001 clauses out of 20014 with flag 1715000/1715000
1399.88/1398.00	c cleaning 9999 clauses out of 20016 with flag 1725003/1725003
1406.90/1404.92	c cleaning 10001 clauses out of 20014 with flag 1735000/1735000
1413.78/1411.87	c cleaning 9997 clauses out of 20014 with flag 1745001/1745001
1420.68/1418.71	c cleaning 10001 clauses out of 20016 with flag 1755000/1755000
1427.80/1425.84	c cleaning 10003 clauses out of 20016 with flag 1765001/1765001
1434.29/1432.37	c cleaning 9999 clauses out of 20013 with flag 1775001/1775001
1441.38/1439.49	c cleaning 10002 clauses out of 20014 with flag 1785001/1785001
1449.58/1447.62	c cleaning 10003 clauses out of 20012 with flag 1795001/1795001
1458.09/1456.10	c cleaning 9997 clauses out of 20009 with flag 1805001/1805001
1466.20/1464.31	c cleaning 10001 clauses out of 20012 with flag 1815001/1815001
1474.79/1472.81	c cleaning 9997 clauses out of 20012 with flag 1825002/1825002
1483.09/1481.16	c cleaning 10000 clauses out of 20013 with flag 1835000/1835000
1491.29/1489.36	c cleaning 9999 clauses out of 20013 with flag 1845000/1845000
1499.70/1497.73	c cleaning 9999 clauses out of 20014 with flag 1855000/1855000
1508.01/1506.10	c cleaning 10001 clauses out of 20016 with flag 1865001/1865001
1517.00/1515.05	c cleaning 10000 clauses out of 20015 with flag 1875001/1875001
1525.20/1523.23	c cleaning 10001 clauses out of 20014 with flag 1885000/1885000
1532.50/1530.55	c cleaning 10002 clauses out of 20014 with flag 1895001/1895001
1540.30/1538.30	c cleaning 9999 clauses out of 20011 with flag 1905000/1905000
1548.00/1546.07	c cleaning 9999 clauses out of 20013 with flag 1915001/1915001
1555.21/1553.28	c cleaning 9995 clauses out of 20013 with flag 1925000/1925000
1563.61/1561.66	c cleaning 10001 clauses out of 20018 with flag 1935000/1935000
1571.21/1569.28	c cleaning 10002 clauses out of 20017 with flag 1945000/1945000
1578.81/1576.83	c cleaning 10003 clauses out of 20019 with flag 1955004/1955004
1586.61/1584.60	c cleaning 10001 clauses out of 20013 with flag 1965001/1965001
1594.52/1592.51	c cleaning 9996 clauses out of 20012 with flag 1975001/1975001
1601.53/1599.60	c cleaning 9995 clauses out of 20015 with flag 1985000/1985000
1609.02/1607.06	c cleaning 10006 clauses out of 20021 with flag 1995001/1995001
1616.93/1614.99	c cleaning 10001 clauses out of 20014 with flag 2005000/2005000
1623.64/1621.65	c cleaning 10005 clauses out of 20013 with flag 2015000/2015000
1632.02/1630.02	c cleaning 9998 clauses out of 20009 with flag 2025001/2025001
1640.83/1638.85	c cleaning 9999 clauses out of 20010 with flag 2035000/2035000
1649.23/1647.24	c cleaning 10000 clauses out of 20011 with flag 2045000/2045000
1657.43/1655.41	c cleaning 10002 clauses out of 20011 with flag 2055000/2055000
1666.44/1664.46	c cleaning 9998 clauses out of 20009 with flag 2065000/2065000
1674.63/1672.64	c cleaning 10000 clauses out of 20012 with flag 2075001/2075001
1682.53/1680.58	c cleaning 10002 clauses out of 20011 with flag 2085000/2085000
1690.83/1688.84	c cleaning 9998 clauses out of 20009 with flag 2095000/2095000
1698.84/1696.86	c cleaning 9999 clauses out of 20011 with flag 2105000/2105000
1706.64/1704.65	c cleaning 9998 clauses out of 20012 with flag 2115000/2115000
1714.44/1712.40	c cleaning 9999 clauses out of 20015 with flag 2125001/2125001
1722.14/1720.16	c cleaning 10002 clauses out of 20015 with flag 2135000/2135000
1728.74/1726.77	c cleaning 10000 clauses out of 20013 with flag 2145000/2145000
1736.35/1734.30	c cleaning 10001 clauses out of 20015 with flag 2155002/2155002
1744.15/1742.12	c cleaning 10001 clauses out of 20014 with flag 2165002/2165002
1752.15/1750.20	c cleaning 10001 clauses out of 20012 with flag 2175001/2175001
1760.76/1758.76	c cleaning 9997 clauses out of 20010 with flag 2185000/2185000
1768.26/1766.27	c cleaning 10000 clauses out of 20013 with flag 2195000/2195000
1776.86/1774.81	c cleaning 9999 clauses out of 20013 with flag 2205000/2205000
1786.06/1784.05	c cleaning 10005 clauses out of 20015 with flag 2215001/2215001
1795.17/1793.14	c cleaning 9996 clauses out of 20012 with flag 2225003/2225003
1800.08/1798.02	c starts		: 228
1800.08/1798.02	c conflicts		: 2230006
1800.08/1798.02	c decisions		: 3509776
1800.08/1798.02	c propagations		: 172762425
1800.08/1798.02	c inspects		: 8517233178
1800.08/1798.02	c shortcuts		: 0
1800.08/1798.02	c learnt literals	: 2
1800.08/1798.02	c learnt binary clauses	: 21
1800.08/1798.02	c learnt ternary clauses	: 67
1800.08/1798.02	c learnt constraints	: 2230004
1800.08/1798.02	c ignored constraints	: 0
1800.08/1798.02	c root simplifications	: 0
1800.08/1798.02	c removed literals (reason simplification)	: 11577830
1800.08/1798.02	c reason swapping (by a shorter reason)	: 0
1800.08/1798.02	c Calls to reduceDB	: 224
1800.08/1798.02	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.02	c number of learned constraints concerned by reduction	: 0
1800.08/1798.02	c number of learning phase by resolution	: 0
1800.08/1798.02	c number of learning phase by cutting planes	: 0
1800.08/1798.02	c speed (assignments/second)	: 96111.02512892692
1800.08/1798.02	c non guided choices	36
1800.08/1798.03	c learnt constraints type 
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15017
1800.08/1798.03	c constraints type 
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1800.08/1798.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1800.08/1798.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2019
1800.08/1798.03	s UNKNOWN
1800.08/1798.03	c Total wall clock time (in seconds): 1797.919

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458634-1307152093/watcher-3458634-1307152093 -o /tmp/evaluation-result-3458634-1307152093/solver-3458634-1307152093 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458634-1307152093.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 1/444 20385
/proc/meminfo: memFree=31358464/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 1363 0 1 0 0 0 0 0 25 0 2 0 826808071 36679680 1066 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 8955 1066 828 9 0 386 0
[pid=20385/tid=20386] ppid=20383 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 4091 0 1 0 0 0 0 0 25 0 2 0 826808071 13850947584 4907 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0308789 s]
/proc/loadavg: 2.05 2.02 2.00 1/444 20385
/proc/meminfo: memFree=31358464/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13536868 CPUtime=0.02 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 12726 0 1 0 1 1 0 0 25 0 10 0 826808071 13861752832 12425 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3384217 12430 1151 9 0 3374965 0
[pid=20385/tid=20386] ppid=20383 vsize=13536868 CPUtime=0.02 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 11612 0 1 0 1 1 0 0 25 0 10 0 826808071 13861752832 12433 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912504009831 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13536868

[startup+0.100872 s]
/proc/loadavg: 2.05 2.02 2.00 1/444 20385
/proc/meminfo: memFree=31358464/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13622356 CPUtime=0.1 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 15486 0 1 0 9 1 0 0 25 0 18 0 826808071 13949292544 15183 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3405589 15185 2093 9 0 3396323 0
[pid=20385/tid=20386] ppid=20383 vsize=13622356 CPUtime=0.08 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 13577 0 1 0 7 1 0 0 25 0 18 0 826808071 13949292544 15185 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235594527429 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622356

[startup+0.300839 s]
/proc/loadavg: 2.05 2.02 2.00 1/444 20385
/proc/meminfo: memFree=31358464/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13626556 CPUtime=0.54 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 20875 0 1 0 53 1 0 0 25 0 18 0 826808071 13953593344 19840 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3406639 19842 2201 9 0 3397373 0
[pid=20385/tid=20386] ppid=20383 vsize=13626556 CPUtime=0.28 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 16521 0 1 0 27 1 0 0 25 0 18 0 826808071 13953593344 19842 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505610758 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13626556

[startup+0.700823 s]
/proc/loadavg: 2.05 2.02 2.00 1/444 20385
/proc/meminfo: memFree=31358464/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13630600 CPUtime=1.48 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 36498 0 1 0 145 3 0 0 25 0 19 0 826808071 13957734400 34042 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3407650 34042 2227 9 0 3398384 0
[pid=20385/tid=20386] ppid=20383 vsize=13630600 CPUtime=0.69 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 29762 0 1 0 66 3 0 0 25 0 19 0 826808071 13957734400 34042 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505736813 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13630600

[startup+1.50062 s]
/proc/loadavg: 2.05 2.02 2.00 2/463 20404
/proc/meminfo: memFree=31229616/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13630600 CPUtime=2.37 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 37181 0 1 0 234 3 0 0 25 0 19 0 826808071 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3407650 34136 2231 9 0 3398384 0
[pid=20385/tid=20386] ppid=20383 vsize=13630600 CPUtime=1.48 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 29823 0 1 0 145 3 0 0 25 0 19 0 826808071 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505181376 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20385/tid=20388] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20388/stat : 20388 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20389] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20389/stat : 20389 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20390] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20390/stat : 20390 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20391] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20391/stat : 20391 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20392] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20392/stat : 20392 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20393] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826808074 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826808075 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808075 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13630600 CPUtime=0.48 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 3355 0 0 0 48 0 0 0 19 0 19 0 826808077 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13630600 CPUtime=0.4 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2843 0 0 0 40 0 0 0 19 0 19 0 826808077 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20402] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20402/stat : 20402 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20403] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20403/stat : 20403 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826808077 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20404] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20404/stat : 20404 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808123 13957734400 34136 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 13630600

[startup+3.1014 s]
/proc/loadavg: 2.04 2.02 2.00 3/462 20425
/proc/meminfo: memFree=31214632/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13630600 CPUtime=3.97 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 37278 0 1 0 394 3 0 0 25 0 19 0 826808071 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3407650 34232 2231 9 0 3398384 0
[pid=20385/tid=20386] ppid=20383 vsize=13630600 CPUtime=3.08 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 29920 0 1 0 305 3 0 0 19 0 19 0 826808071 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505736615 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20385/tid=20388] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20388/stat : 20388 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20389] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20389/stat : 20389 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20390] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20390/stat : 20390 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20391] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20391/stat : 20391 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20392] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20392/stat : 20392 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20393] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826808074 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826808075 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808075 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13630600 CPUtime=0.48 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 3355 0 0 0 48 0 0 0 15 0 19 0 826808077 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13630600 CPUtime=0.4 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2843 0 0 0 40 0 0 0 19 0 19 0 826808077 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20402] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20402/stat : 20402 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20403] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20403/stat : 20403 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826808077 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20404] ppid=20383 vsize=13630600 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20404/stat : 20404 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808123 13957734400 34232 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 13630600

[startup+6.30078 s]
/proc/loadavg: 2.04 2.02 2.00 3/483 20449
/proc/meminfo: memFree=30353388/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13627552 CPUtime=7.2 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 37734 0 1 0 717 3 0 0 25 0 19 0 826808071 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3406888 33715 2235 9 0 3397622 0
[pid=20385/tid=20386] ppid=20383 vsize=13627552 CPUtime=6.26 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 30109 0 1 0 623 3 0 0 21 0 19 0 826808071 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505877909 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20385/tid=20388] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20388/stat : 20388 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20389] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20389/stat : 20389 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20390] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20390/stat : 20390 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20391] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20391/stat : 20391 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20392] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20392/stat : 20392 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20393] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808073 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826808074 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826808075 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808075 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13627552 CPUtime=0.52 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 3621 0 0 0 52 0 0 0 15 0 19 0 826808077 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13627552 CPUtime=0.4 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2843 0 0 0 40 0 0 0 18 0 19 0 826808077 13954613248 33715 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0

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

[pid=20385/tid=20393] ppid=20383 vsize=13627552 CPUtime=0.05 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 826808073 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 12 0 0 0 6 0 0 0 16 0 19 0 826808073 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 130 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13627552 CPUtime=4.57 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 2365 0 0 0 456 1 0 0 15 0 19 0 826808074 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13627552 CPUtime=1.39 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 13866 0 0 0 138 1 0 0 15 0 19 0 826808077 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13627552 CPUtime=0.5 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2851 0 0 0 50 0 0 0 15 0 19 0 826808077 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20402] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20402/stat : 20402 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20403] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20403/stat : 20403 (java) S 20383 20385 12983 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 826808077 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20404] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20404/stat : 20404 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808123 13954613248 41697 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.34
Current children cumulated vsize (KiB) 13627552

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/483 20999
/proc/meminfo: memFree=30023716/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13627552 CPUtime=1724.34 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 52386 0 1 0 172426 8 0 0 25 0 19 0 826808071 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3406888 41708 2262 9 0 3397622 0
[pid=20385/tid=20386] ppid=20383 vsize=13627552 CPUtime=1717.14 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 30349 0 1 0 171711 3 0 0 25 0 19 0 826808071 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505878174 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20385/tid=20388] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20388/stat : 20388 (java) S 20383 20385 12983 0 -1 4202560 661 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20389] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20389/stat : 20389 (java) S 20383 20385 12983 0 -1 4202560 669 0 0 0 6 0 0 0 16 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20390] ppid=20383 vsize=13627552 CPUtime=0.05 cores=1,3,5,7
/proc/20385/task/20390/stat : 20390 (java) S 20383 20385 12983 0 -1 4202560 60 0 0 0 5 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20391] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20391/stat : 20391 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20392] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20392/stat : 20392 (java) S 20383 20385 12983 0 -1 4202560 46 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20393] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 109 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 130 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13627552 CPUtime=4.75 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 2376 0 0 0 474 1 0 0 15 0 19 0 826808074 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13627552 CPUtime=1.39 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 13866 0 0 0 138 1 0 0 15 0 19 0 826808077 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13627552 CPUtime=0.5 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2851 0 0 0 50 0 0 0 15 0 19 0 826808077 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20402] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20402/stat : 20402 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20403] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20403/stat : 20403 (java) S 20383 20385 12983 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 826808077 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20404] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20404/stat : 20404 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808123 13954613248 41708 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.34
Current children cumulated vsize (KiB) 13627552

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/483 21001
/proc/meminfo: memFree=30022396/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13627552 CPUtime=1784.36 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 52408 0 1 0 178428 8 0 0 25 0 19 0 826808071 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3406888 41717 2262 9 0 3397622 0
[pid=20385/tid=20386] ppid=20383 vsize=13627552 CPUtime=1776.96 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 30356 0 1 0 177693 3 0 0 25 0 19 0 826808071 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505736251 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20385/tid=20388] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20388/stat : 20388 (java) S 20383 20385 12983 0 -1 4202560 661 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20389] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20389/stat : 20389 (java) S 20383 20385 12983 0 -1 4202560 670 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20390] ppid=20383 vsize=13627552 CPUtime=0.05 cores=1,3,5,7
/proc/20385/task/20390/stat : 20390 (java) S 20383 20385 12983 0 -1 4202560 60 0 0 0 5 0 0 0 15 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20391] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20391/stat : 20391 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20392] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20392/stat : 20392 (java) S 20383 20385 12983 0 -1 4202560 46 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20393] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 109 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 12 0 0 0 6 0 0 0 16 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 130 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13627552 CPUtime=4.92 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 2388 0 0 0 490 2 0 0 15 0 19 0 826808074 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13627552 CPUtime=1.39 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 13866 0 0 0 138 1 0 0 15 0 19 0 826808077 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13627552 CPUtime=0.5 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2851 0 0 0 50 0 0 0 15 0 19 0 826808077 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20402] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20402/stat : 20402 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20403] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20403/stat : 20403 (java) S 20383 20385 12983 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 826808077 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20404] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20404/stat : 20404 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808123 13954613248 41717 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.36
Current children cumulated vsize (KiB) 13627552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.02 2.02 2.00 3/483 21001
/proc/meminfo: memFree=30022632/32950928 swapFree=34365992/67111528
[pid=20385] ppid=20383 vsize=13627552 CPUtime=1800.08 cores=1,3,5,7
/proc/20385/stat : 20385 (java) S 20383 20385 12983 0 -1 4202496 52424 0 1 0 180000 8 0 0 25 0 19 0 826808071 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20385/statm: 3406888 41727 2262 9 0 3397622 0
[pid=20385/tid=20386] ppid=20383 vsize=13627552 CPUtime=1792.63 cores=1,3,5,7
/proc/20385/task/20386/stat : 20386 (java) R 20383 20385 12983 0 -1 4202560 30358 0 1 0 179260 3 0 0 25 0 19 0 826808071 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 46912505878133 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20385/tid=20388] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20388/stat : 20388 (java) S 20383 20385 12983 0 -1 4202560 661 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20389] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20389/stat : 20389 (java) S 20383 20385 12983 0 -1 4202560 670 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20390] ppid=20383 vsize=13627552 CPUtime=0.05 cores=1,3,5,7
/proc/20385/task/20390/stat : 20390 (java) S 20383 20385 12983 0 -1 4202560 60 0 0 0 5 0 0 0 15 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20391] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20391/stat : 20391 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20392] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20392/stat : 20392 (java) S 20383 20385 12983 0 -1 4202560 46 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20393] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20393/stat : 20393 (java) S 20383 20385 12983 0 -1 4202560 109 0 0 0 7 0 0 0 15 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 7 0 0 0
[pid=20385/tid=20394] ppid=20383 vsize=13627552 CPUtime=0.06 cores=1,3,5,7
/proc/20385/task/20394/stat : 20394 (java) S 20383 20385 12983 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20395] ppid=20383 vsize=13627552 CPUtime=0.07 cores=1,3,5,7
/proc/20385/task/20395/stat : 20395 (java) S 20383 20385 12983 0 -1 4202560 131 0 0 0 7 0 0 0 16 0 19 0 826808073 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20396] ppid=20383 vsize=13627552 CPUtime=4.96 cores=1,3,5,7
/proc/20385/task/20396/stat : 20396 (java) S 20383 20385 12983 0 -1 4202560 2399 0 0 0 494 2 0 0 15 0 19 0 826808074 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 0 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20397] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20397/stat : 20397 (java) S 20383 20385 12983 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20398] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20398/stat : 20398 (java) S 20383 20385 12983 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826808075 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20399] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20399/stat : 20399 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606690225 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20400] ppid=20383 vsize=13627552 CPUtime=1.39 cores=1,3,5,7
/proc/20385/task/20400/stat : 20400 (java) S 20383 20385 12983 0 -1 4202560 13866 0 0 0 138 1 0 0 15 0 19 0 826808077 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20401] ppid=20383 vsize=13627552 CPUtime=0.5 cores=1,3,5,7
/proc/20385/task/20401/stat : 20401 (java) S 20383 20385 12983 0 -1 4202560 2851 0 0 0 50 0 0 0 15 0 19 0 826808077 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 3 0 0 0
[pid=20385/tid=20402] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20402/stat : 20402 (java) S 20383 20385 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826808077 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606682521 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
[pid=20385/tid=20403] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20403/stat : 20403 (java) S 20383 20385 12983 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 826808077 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 5 0 0 0
[pid=20385/tid=20404] ppid=20383 vsize=13627552 CPUtime=0 cores=1,3,5,7
/proc/20385/task/20404/stat : 20404 (java) S 20383 20385 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826808123 13954613248 41727 33554432000 1073741824 1073778376 140735673260464 18446744073709551615 235606683136 0 4 0 16800975 18446604464470206592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13627552

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

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

Child status: 143
Real time (s): 1798.04
CPU time (s): 1800.14
CPU user time (s): 1800.04
CPU system time (s): 0.094985
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 13630600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52463
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= 42980
involuntary context switches= 15783

runsolver used 7.96479 second user time and 18.4622 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 03:48:13
IDJOB=3458634
IDBENCH=2508
IDSOLVER=1952
FILE ID=node120/3458634-1307152093
RUNJOBID= node120-1307148498-20093
PBS_JOBID= 13508796
Free space on /tmp= 73812 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458634-1307152093/watcher-3458634-1307152093 -o /tmp/evaluation-result-3458634-1307152093/solver-3458634-1307152093 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458634-1307152093.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 553e03f28bab227c11d33a47edd1fb32
RANDOM SEED=153708405

node120.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31358620 kB
Buffers:        295936 kB
Cached:         980340 kB
SwapCached:      12852 kB
Active:         348688 kB
Inactive:       951528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31358620 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            1228 kB
Writeback:           0 kB
AnonPages:       20808 kB
Mapped:           9268 kB
Slab:           133200 kB
PageTables:      91128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105402348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73804 MiB
End job on node120 at 2011-06-04 04:18:13