Trace number 3458630

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.18 1798.59

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
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 variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
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 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/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@13d4c61c
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-3458630-1307151785.opb
0.10/0.11	c reading problem ... 
1.58/1.29	c ... done. Wall clock time 1.183s.
1.58/1.29	c #vars     146276
1.58/1.29	c #constraints  6675
1.58/1.29	c constraints type 
1.58/1.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1.58/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1998
1.58/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
6.50/5.73	c cleaning 2499 clauses out of 5001 with flag 5001/5001
11.94/11.04	c cleaning 4252 clauses out of 8505 with flag 11004/11004
18.45/17.60	c cleaning 5622 clauses out of 11249 with flag 18000/18000
25.89/24.97	c cleaning 6812 clauses out of 13628 with flag 26001/26001
34.54/33.58	c cleaning 7909 clauses out of 15817 with flag 35002/35002
44.15/43.19	c cleaning 8953 clauses out of 17906 with flag 45000/45000
54.55/53.52	c cleaning 9476 clauses out of 18955 with flag 55002/55002
65.15/64.14	c cleaning 9739 clauses out of 19477 with flag 65000/65000
76.07/75.04	c cleaning 9870 clauses out of 19740 with flag 75002/75002
86.77/85.70	c cleaning 9929 clauses out of 19868 with flag 85000/85000
97.09/96.02	c cleaning 9969 clauses out of 19939 with flag 95000/95000
107.60/106.52	c cleaning 9984 clauses out of 19971 with flag 105001/105001
117.91/116.81	c cleaning 9994 clauses out of 19987 with flag 115001/115001
128.71/127.71	c cleaning 9994 clauses out of 19992 with flag 125000/125000
139.12/138.03	c cleaning 9995 clauses out of 19999 with flag 135001/135001
149.22/148.18	c cleaning 10000 clauses out of 20004 with flag 145001/145001
159.12/158.01	c cleaning 10002 clauses out of 20003 with flag 155000/155000
168.53/167.40	c cleaning 9999 clauses out of 20002 with flag 165001/165001
178.53/177.44	c cleaning 9998 clauses out of 20004 with flag 175002/175002
189.35/188.27	c cleaning 10000 clauses out of 20005 with flag 185001/185001
198.54/197.43	c cleaning 10002 clauses out of 20006 with flag 195002/195002
208.06/206.95	c cleaning 10000 clauses out of 20003 with flag 205001/205001
217.54/216.49	c cleaning 9999 clauses out of 20003 with flag 215001/215001
227.05/225.94	c cleaning 9987 clauses out of 20003 with flag 225000/225000
234.05/232.96	c cleaning 10005 clauses out of 20016 with flag 235000/235000
241.45/240.31	c cleaning 9998 clauses out of 20012 with flag 245001/245001
248.56/247.50	c cleaning 10000 clauses out of 20013 with flag 255000/255000
256.08/254.93	c cleaning 9997 clauses out of 20014 with flag 265001/265001
263.39/262.22	c cleaning 9998 clauses out of 20016 with flag 275000/275000
270.59/269.49	c cleaning 10008 clauses out of 20019 with flag 285001/285001
277.79/276.68	c cleaning 9994 clauses out of 20011 with flag 295001/295001
285.01/283.83	c cleaning 9998 clauses out of 20016 with flag 305000/305000
292.20/291.01	c cleaning 10005 clauses out of 20018 with flag 315000/315000
299.32/298.15	c cleaning 10004 clauses out of 20013 with flag 325000/325000
306.51/305.32	c cleaning 9994 clauses out of 20009 with flag 335000/335000
313.81/312.60	c cleaning 10001 clauses out of 20015 with flag 345000/345000
320.91/319.74	c cleaning 10001 clauses out of 20014 with flag 355000/355000
328.11/326.96	c cleaning 9996 clauses out of 20013 with flag 365000/365000
335.42/334.26	c cleaning 10003 clauses out of 20017 with flag 375000/375000
342.73/341.60	c cleaning 9997 clauses out of 20014 with flag 385000/385000
350.13/348.92	c cleaning 10005 clauses out of 20018 with flag 395001/395001
357.33/356.18	c cleaning 9999 clauses out of 20012 with flag 405000/405000
364.63/363.47	c cleaning 9995 clauses out of 20013 with flag 415000/415000
371.94/370.73	c cleaning 9998 clauses out of 20018 with flag 425000/425000
378.94/377.74	c cleaning 10008 clauses out of 20020 with flag 435000/435000
386.05/384.87	c cleaning 9993 clauses out of 20012 with flag 445000/445000
393.24/392.05	c cleaning 10006 clauses out of 20020 with flag 455001/455001
400.25/399.10	c cleaning 9989 clauses out of 20013 with flag 465000/465000
407.55/406.31	c cleaning 10002 clauses out of 20024 with flag 475000/475000
415.05/413.90	c cleaning 10004 clauses out of 20022 with flag 485000/485000
422.85/421.61	c cleaning 10006 clauses out of 20019 with flag 495001/495001
430.45/429.23	c cleaning 9999 clauses out of 20012 with flag 505000/505000
437.97/436.76	c cleaning 10007 clauses out of 20013 with flag 515000/515000
445.56/444.39	c cleaning 9997 clauses out of 20006 with flag 525000/525000
453.48/452.26	c cleaning 9999 clauses out of 20010 with flag 535001/535001
461.07/459.88	c cleaning 10000 clauses out of 20011 with flag 545001/545001
468.67/467.47	c cleaning 9995 clauses out of 20010 with flag 555000/555000
476.48/475.23	c cleaning 9996 clauses out of 20015 with flag 565000/565000
484.08/482.80	c cleaning 9995 clauses out of 20019 with flag 575000/575000
491.59/490.31	c cleaning 10004 clauses out of 20025 with flag 585001/585001
499.09/497.89	c cleaning 10005 clauses out of 20020 with flag 595000/595000
506.89/505.66	c cleaning 9995 clauses out of 20015 with flag 605000/605000
514.39/513.16	c cleaning 9999 clauses out of 20021 with flag 615001/615001
521.89/520.67	c cleaning 9999 clauses out of 20021 with flag 625000/625000
529.50/528.21	c cleaning 10005 clauses out of 20022 with flag 635000/635000
537.12/535.88	c cleaning 9996 clauses out of 20017 with flag 645000/645000
544.70/543.42	c cleaning 9999 clauses out of 20021 with flag 655000/655000
552.30/551.02	c cleaning 10000 clauses out of 20022 with flag 665000/665000
559.90/558.61	c cleaning 10002 clauses out of 20022 with flag 675000/675000
567.50/566.22	c cleaning 10000 clauses out of 20020 with flag 685000/685000
575.02/573.77	c cleaning 10003 clauses out of 20020 with flag 695000/695000
582.52/581.26	c cleaning 10005 clauses out of 20017 with flag 705000/705000
590.12/588.83	c cleaning 9988 clauses out of 20012 with flag 715000/715000
597.73/596.45	c cleaning 10002 clauses out of 20024 with flag 725000/725000
605.23/603.97	c cleaning 10007 clauses out of 20023 with flag 735001/735001
612.83/611.50	c cleaning 9995 clauses out of 20015 with flag 745000/745000
620.33/619.04	c cleaning 10003 clauses out of 20020 with flag 755000/755000
627.73/626.43	c cleaning 9999 clauses out of 20017 with flag 765000/765000
635.13/633.85	c cleaning 10000 clauses out of 20019 with flag 775001/775001
642.34/641.06	c cleaning 10001 clauses out of 20018 with flag 785000/785000
649.54/648.25	c cleaning 10003 clauses out of 20017 with flag 795000/795000
656.54/655.24	c cleaning 9995 clauses out of 20014 with flag 805000/805000
663.74/662.41	c cleaning 10008 clauses out of 20019 with flag 815000/815000
670.94/669.64	c cleaning 9989 clauses out of 20011 with flag 825000/825000
678.04/676.76	c cleaning 10004 clauses out of 20023 with flag 835001/835001
685.24/683.98	c cleaning 9993 clauses out of 20018 with flag 845000/845000
692.34/691.08	c cleaning 10010 clauses out of 20025 with flag 855000/855000
699.54/698.27	c cleaning 9990 clauses out of 20015 with flag 865000/865000
706.85/705.57	c cleaning 10005 clauses out of 20026 with flag 875001/875001
714.35/713.04	c cleaning 9999 clauses out of 20020 with flag 885000/885000
721.86/720.59	c cleaning 10002 clauses out of 20022 with flag 895001/895001
729.25/727.96	c cleaning 10001 clauses out of 20020 with flag 905001/905001
736.55/735.29	c cleaning 9995 clauses out of 20018 with flag 915000/915000
744.05/742.77	c cleaning 10002 clauses out of 20023 with flag 925000/925000
751.45/750.16	c cleaning 9999 clauses out of 20021 with flag 935000/935000
758.65/757.38	c cleaning 10006 clauses out of 20023 with flag 945001/945001
765.98/764.66	c cleaning 10000 clauses out of 20017 with flag 955001/955001
773.26/771.95	c cleaning 9991 clauses out of 20016 with flag 965000/965000
780.56/779.21	c cleaning 10007 clauses out of 20025 with flag 975000/975000
787.76/786.45	c cleaning 10003 clauses out of 20018 with flag 985000/985000
795.16/793.80	c cleaning 9998 clauses out of 20016 with flag 995001/995001
802.47/801.15	c cleaning 9999 clauses out of 20017 with flag 1005000/1005000
809.88/808.54	c cleaning 10003 clauses out of 20018 with flag 1015000/1015000
817.27/815.98	c cleaning 10000 clauses out of 20015 with flag 1025000/1025000
824.67/823.31	c cleaning 10002 clauses out of 20016 with flag 1035001/1035001
831.88/830.58	c cleaning 9995 clauses out of 20013 with flag 1045000/1045000
839.28/837.92	c cleaning 9997 clauses out of 20018 with flag 1055000/1055000
846.48/845.14	c cleaning 10007 clauses out of 20021 with flag 1065000/1065000
853.68/852.32	c cleaning 10004 clauses out of 20014 with flag 1075000/1075000
860.88/859.55	c cleaning 9996 clauses out of 20010 with flag 1085000/1085000
868.30/866.99	c cleaning 10000 clauses out of 20014 with flag 1095000/1095000
875.89/874.57	c cleaning 10003 clauses out of 20014 with flag 1105000/1105000
883.19/881.90	c cleaning 9996 clauses out of 20011 with flag 1115000/1115000
890.49/889.18	c cleaning 9997 clauses out of 20015 with flag 1125000/1125000
897.69/896.39	c cleaning 10001 clauses out of 20018 with flag 1135000/1135000
904.89/903.59	c cleaning 10002 clauses out of 20017 with flag 1145000/1145000
912.19/910.83	c cleaning 10002 clauses out of 20015 with flag 1155000/1155000
919.29/917.98	c cleaning 9999 clauses out of 20014 with flag 1165001/1165001
926.50/925.21	c cleaning 9999 clauses out of 20014 with flag 1175000/1175000
933.80/932.48	c cleaning 10002 clauses out of 20015 with flag 1185000/1185000
941.20/939.87	c cleaning 10000 clauses out of 20014 with flag 1195001/1195001
948.51/947.16	c cleaning 9996 clauses out of 20013 with flag 1205000/1205000
955.80/954.46	c cleaning 10000 clauses out of 20017 with flag 1215000/1215000
963.00/961.63	c cleaning 10001 clauses out of 20017 with flag 1225000/1225000
970.10/968.73	c cleaning 9996 clauses out of 20016 with flag 1235000/1235000
977.31/975.94	c cleaning 10000 clauses out of 20021 with flag 1245001/1245001
984.51/983.12	c cleaning 10006 clauses out of 20020 with flag 1255000/1255000
991.71/990.33	c cleaning 9999 clauses out of 20014 with flag 1265000/1265000
998.81/997.49	c cleaning 9999 clauses out of 20015 with flag 1275000/1275000
1006.11/1004.80	c cleaning 9999 clauses out of 20016 with flag 1285000/1285000
1013.42/1012.03	c cleaning 10005 clauses out of 20017 with flag 1295000/1295000
1020.71/1019.31	c cleaning 9995 clauses out of 20012 with flag 1305000/1305000
1027.83/1026.42	c cleaning 9992 clauses out of 20017 with flag 1315000/1315000
1034.91/1033.56	c cleaning 10008 clauses out of 20026 with flag 1325001/1325001
1042.42/1041.02	c cleaning 10002 clauses out of 20017 with flag 1335000/1335000
1049.52/1048.19	c cleaning 10002 clauses out of 20015 with flag 1345000/1345000
1057.02/1055.65	c cleaning 9996 clauses out of 20013 with flag 1355000/1355000
1064.42/1063.09	c cleaning 9998 clauses out of 20017 with flag 1365000/1365000
1071.62/1070.26	c cleaning 10003 clauses out of 20019 with flag 1375000/1375000
1078.92/1077.59	c cleaning 10002 clauses out of 20016 with flag 1385000/1385000
1086.32/1084.90	c cleaning 9999 clauses out of 20015 with flag 1395001/1395001
1093.63/1092.25	c cleaning 10000 clauses out of 20015 with flag 1405000/1405000
1101.13/1099.76	c cleaning 9996 clauses out of 20015 with flag 1415000/1415000
1108.33/1106.99	c cleaning 9998 clauses out of 20019 with flag 1425000/1425000
1115.63/1114.24	c cleaning 10003 clauses out of 20022 with flag 1435001/1435001
1122.93/1121.55	c cleaning 10002 clauses out of 20018 with flag 1445000/1445000
1130.23/1128.82	c cleaning 9998 clauses out of 20016 with flag 1455000/1455000
1137.43/1136.06	c cleaning 9997 clauses out of 20018 with flag 1465000/1465000
1144.73/1143.37	c cleaning 10005 clauses out of 20021 with flag 1475000/1475000
1152.15/1150.75	c cleaning 9996 clauses out of 20016 with flag 1485000/1485000
1159.43/1158.05	c cleaning 10004 clauses out of 20020 with flag 1495000/1495000
1166.73/1165.35	c cleaning 9995 clauses out of 20016 with flag 1505000/1505000
1173.93/1172.55	c cleaning 10006 clauses out of 20022 with flag 1515001/1515001
1181.33/1179.98	c cleaning 9998 clauses out of 20016 with flag 1525001/1525001
1188.53/1187.13	c cleaning 10004 clauses out of 20017 with flag 1535000/1535000
1195.74/1194.39	c cleaning 9999 clauses out of 20013 with flag 1545000/1545000
1203.04/1201.61	c cleaning 10000 clauses out of 20015 with flag 1555001/1555001
1210.15/1208.79	c cleaning 10003 clauses out of 20015 with flag 1565001/1565001
1217.35/1215.98	c cleaning 9994 clauses out of 20012 with flag 1575001/1575001
1224.55/1223.14	c cleaning 10003 clauses out of 20017 with flag 1585000/1585000
1231.95/1230.50	c cleaning 9996 clauses out of 20014 with flag 1595000/1595000
1239.25/1237.84	c cleaning 10008 clauses out of 20019 with flag 1605001/1605001
1246.77/1245.35	c cleaning 9995 clauses out of 20011 with flag 1615001/1615001
1254.06/1252.64	c cleaning 10000 clauses out of 20015 with flag 1625000/1625000
1261.46/1260.05	c cleaning 9997 clauses out of 20015 with flag 1635000/1635000
1268.86/1267.44	c cleaning 9996 clauses out of 20019 with flag 1645001/1645001
1276.16/1274.79	c cleaning 9999 clauses out of 20022 with flag 1655000/1655000
1283.56/1282.17	c cleaning 10006 clauses out of 20024 with flag 1665001/1665001
1290.96/1289.51	c cleaning 9999 clauses out of 20017 with flag 1675000/1675000
1298.26/1296.82	c cleaning 9994 clauses out of 20018 with flag 1685000/1685000
1305.66/1304.25	c cleaning 10007 clauses out of 20025 with flag 1695001/1695001
1312.96/1311.59	c cleaning 10003 clauses out of 20018 with flag 1705001/1705001
1320.37/1318.95	c cleaning 10001 clauses out of 20014 with flag 1715000/1715000
1327.77/1326.34	c cleaning 9999 clauses out of 20014 with flag 1725001/1725001
1335.17/1333.70	c cleaning 9996 clauses out of 20014 with flag 1735000/1735000
1342.57/1341.11	c cleaning 10000 clauses out of 20018 with flag 1745000/1745000
1349.97/1348.55	c cleaning 9999 clauses out of 20019 with flag 1755001/1755001
1357.47/1356.00	c cleaning 9998 clauses out of 20019 with flag 1765000/1765000
1364.77/1363.35	c cleaning 10001 clauses out of 20021 with flag 1775000/1775000
1371.87/1370.48	c cleaning 9997 clauses out of 20020 with flag 1785000/1785000
1379.17/1377.71	c cleaning 10006 clauses out of 20023 with flag 1795000/1795000
1386.27/1384.90	c cleaning 9996 clauses out of 20018 with flag 1805001/1805001
1393.67/1392.25	c cleaning 10003 clauses out of 20021 with flag 1815000/1815000
1400.87/1399.49	c cleaning 9997 clauses out of 20018 with flag 1825000/1825000
1408.27/1406.85	c cleaning 10004 clauses out of 20021 with flag 1835000/1835000
1415.97/1414.54	c cleaning 9999 clauses out of 20018 with flag 1845001/1845001
1423.28/1421.89	c cleaning 10000 clauses out of 20018 with flag 1855000/1855000
1430.49/1429.06	c cleaning 10002 clauses out of 20018 with flag 1865000/1865000
1437.78/1436.36	c cleaning 10001 clauses out of 20017 with flag 1875001/1875001
1445.18/1443.73	c cleaning 9994 clauses out of 20015 with flag 1885000/1885000
1452.50/1451.03	c cleaning 10006 clauses out of 20021 with flag 1895000/1895000
1459.78/1458.35	c cleaning 9999 clauses out of 20015 with flag 1905000/1905000
1467.08/1465.61	c cleaning 10000 clauses out of 20017 with flag 1915001/1915001
1474.28/1472.88	c cleaning 10000 clauses out of 20016 with flag 1925000/1925000
1481.98/1480.60	c cleaning 9994 clauses out of 20016 with flag 1935000/1935000
1489.09/1487.65	c cleaning 9998 clauses out of 20022 with flag 1945000/1945000
1496.19/1494.73	c cleaning 10004 clauses out of 20024 with flag 1955000/1955000
1503.29/1501.82	c cleaning 9992 clauses out of 20020 with flag 1965000/1965000
1510.30/1508.89	c cleaning 10002 clauses out of 20028 with flag 1975000/1975000
1517.42/1515.96	c cleaning 10001 clauses out of 20026 with flag 1985000/1985000
1524.70/1523.20	c cleaning 10010 clauses out of 20025 with flag 1995000/1995000
1532.01/1530.55	c cleaning 9993 clauses out of 20015 with flag 2005000/2005000
1539.43/1537.92	c cleaning 10006 clauses out of 20023 with flag 2015001/2015001
1546.72/1545.24	c cleaning 10000 clauses out of 20016 with flag 2025000/2025000
1554.02/1552.53	c cleaning 10001 clauses out of 20017 with flag 2035001/2035001
1561.33/1559.89	c cleaning 10000 clauses out of 20015 with flag 2045000/2045000
1568.62/1567.17	c cleaning 9992 clauses out of 20015 with flag 2055000/2055000
1575.92/1574.44	c cleaning 10004 clauses out of 20023 with flag 2065000/2065000
1583.22/1581.70	c cleaning 10003 clauses out of 20019 with flag 2075000/2075000
1590.43/1588.98	c cleaning 10000 clauses out of 20017 with flag 2085001/2085001
1597.83/1596.38	c cleaning 9990 clauses out of 20016 with flag 2095000/2095000
1605.13/1603.62	c cleaning 10012 clauses out of 20027 with flag 2105001/2105001
1612.43/1610.92	c cleaning 9997 clauses out of 20014 with flag 2115000/2115000
1619.53/1618.07	c cleaning 9999 clauses out of 20018 with flag 2125001/2125001
1626.94/1625.42	c cleaning 10001 clauses out of 20018 with flag 2135000/2135000
1634.14/1632.69	c cleaning 10003 clauses out of 20018 with flag 2145001/2145001
1641.54/1640.09	c cleaning 9998 clauses out of 20014 with flag 2155000/2155000
1649.04/1647.51	c cleaning 10001 clauses out of 20016 with flag 2165000/2165000
1656.44/1654.94	c cleaning 9999 clauses out of 20015 with flag 2175000/2175000
1663.84/1662.32	c cleaning 10002 clauses out of 20017 with flag 2185001/2185001
1671.24/1669.70	c cleaning 9993 clauses out of 20014 with flag 2195000/2195000
1678.44/1676.95	c cleaning 10003 clauses out of 20021 with flag 2205000/2205000
1685.65/1684.19	c cleaning 10005 clauses out of 20019 with flag 2215001/2215001
1693.05/1691.57	c cleaning 9990 clauses out of 20013 with flag 2225000/2225000
1700.35/1698.86	c cleaning 10002 clauses out of 20023 with flag 2235000/2235000
1707.65/1706.20	c cleaning 10001 clauses out of 20021 with flag 2245000/2245000
1714.95/1713.49	c cleaning 9996 clauses out of 20020 with flag 2255000/2255000
1722.25/1720.75	c cleaning 10005 clauses out of 20024 with flag 2265000/2265000
1729.55/1728.01	c cleaning 10001 clauses out of 20019 with flag 2275000/2275000
1736.76/1735.29	c cleaning 10004 clauses out of 20019 with flag 2285001/2285001
1744.07/1742.59	c cleaning 9999 clauses out of 20014 with flag 2295000/2295000
1751.46/1749.91	c cleaning 9991 clauses out of 20015 with flag 2305000/2305000
1758.66/1757.10	c cleaning 9998 clauses out of 20024 with flag 2315000/2315000
1765.97/1764.45	c cleaning 10008 clauses out of 20026 with flag 2325000/2325000
1773.16/1771.65	c cleaning 10000 clauses out of 20018 with flag 2335000/2335000
1780.46/1778.99	c cleaning 10001 clauses out of 20018 with flag 2345000/2345000
1787.77/1786.25	c cleaning 10004 clauses out of 20017 with flag 2355000/2355000
1794.87/1793.39	c cleaning 9998 clauses out of 20014 with flag 2365001/2365001
1800.09/1798.54	c starts		: 229
1800.09/1798.54	c conflicts		: 2372191
1800.09/1798.54	c decisions		: 2475743
1800.09/1798.54	c propagations		: 20058478
1800.09/1798.54	c inspects		: 987048983
1800.09/1798.54	c shortcuts		: 0
1800.09/1798.54	c learnt literals	: 0
1800.09/1798.54	c learnt binary clauses	: 0
1800.09/1798.54	c learnt ternary clauses	: 0
1800.09/1798.54	c learnt constraints	: 2372191
1800.09/1798.54	c ignored constraints	: 0
1800.09/1798.54	c root simplifications	: 0
1800.09/1798.54	c removed literals (reason simplification)	: 409083677
1800.09/1798.54	c reason swapping (by a shorter reason)	: 0
1800.09/1798.54	c Calls to reduceDB	: 238
1800.09/1798.54	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.54	c number of learned constraints concerned by reduction	: 0
1800.09/1798.54	c number of learning phase by resolution	: 0
1800.09/1798.54	c number of learning phase by cutting planes	: 0
1800.09/1798.54	c speed (assignments/second)	: 11160.668511339843
1800.09/1798.54	c non guided choices	367
1800.09/1798.55	c learnt constraints type 
1800.09/1798.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17223
1800.09/1798.55	c constraints type 
1800.09/1798.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.09/1798.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1998
1800.09/1798.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/1798.55	s UNKNOWN
1800.09/1798.55	c Total wall clock time (in seconds): 1798.444

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-3458630-1307151785/watcher-3458630-1307151785 -o /tmp/evaluation-result-3458630-1307151785/solver-3458630-1307151785 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458630-1307151785.opb 

running on 4 cores: 0,2,4,6

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.15 2.05 2.01 2/506 15416
/proc/meminfo: memFree=21360844/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 559369819 36646912 1018 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 8947 1018 782 9 0 386 0
[pid=15416/tid=15417] ppid=15414 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 7099 0 1 0 0 0 0 0 25 0 2 0 559369820 13850947584 7915 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0964579 s]
/proc/loadavg: 2.15 2.05 2.01 2/506 15416
/proc/meminfo: memFree=21360844/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13622388 CPUtime=0.09 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 15466 0 1 0 8 1 0 0 25 0 18 0 559369819 13949325312 15163 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3405597 15164 2092 9 0 3396331 0
[pid=15416/tid=15417] ppid=15414 vsize=13622388 CPUtime=0.08 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 13571 0 1 0 7 1 0 0 18 0 18 0 559369820 13949325312 15165 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 47526525898757 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13622388

[startup+0.100723 s]
/proc/loadavg: 2.15 2.05 2.01 2/506 15416
/proc/meminfo: memFree=21360844/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13622388 CPUtime=0.1 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 15550 0 1 0 9 1 0 0 25 0 18 0 559369819 13949325312 15247 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3405597 15247 2092 9 0 3396331 0
[pid=15416/tid=15417] ppid=15414 vsize=13622388 CPUtime=0.08 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 13653 0 1 0 7 1 0 0 18 0 18 0 559369820 13949325312 15247 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 47526526766562 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622388

[startup+0.415735 s]
/proc/loadavg: 2.15 2.05 2.01 2/506 15416
/proc/meminfo: memFree=21360844/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13631928 CPUtime=0.76 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 34907 0 1 0 72 4 0 0 25 0 18 0 559369819 13959094272 32828 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3407982 32831 2204 9 0 3398716 0
[pid=15416/tid=15417] ppid=15414 vsize=13631928 CPUtime=0.4 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 28226 0 1 0 37 3 0 0 18 0 18 0 559369820 13959094272 32832 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505579659 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 13631928

[startup+0.700681 s]
/proc/loadavg: 2.15 2.05 2.01 2/506 15416
/proc/meminfo: memFree=21360844/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13631928 CPUtime=1.05 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 59766 0 1 0 97 8 0 0 25 0 18 0 559369819 13959094272 57687 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3407982 57687 2204 9 0 3398716 0
[pid=15416/tid=15417] ppid=15414 vsize=13631928 CPUtime=0.68 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 53081 0 1 0 61 7 0 0 18 0 18 0 559369820 13959094272 57687 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505656995 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13631928

[startup+1.50149 s]
/proc/loadavg: 2.13 2.05 2.01 3/524 15434
/proc/meminfo: memFree=20992020/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13632956 CPUtime=2.15 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 114237 0 1 0 200 15 0 0 25 0 19 0 559369819 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3408239 111499 2219 9 0 3398973 0
[pid=15416/tid=15417] ppid=15414 vsize=13632956 CPUtime=1.49 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 105948 0 1 0 135 14 0 0 20 0 19 0 559369820 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505228560 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15416/tid=15419] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15419/stat : 15419 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15420] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15420/stat : 15420 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15421] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15421/stat : 15421 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15422] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15422/stat : 15422 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15423] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15423/stat : 15423 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111499 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15424] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 559369823 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 559369823 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 559369823 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13632956 CPUtime=0.34 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) R 15414 15416 13328 0 -1 4202560 3166 0 0 0 34 0 0 0 16 0 19 0 559369825 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 47526526012377 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13632956 CPUtime=0.31 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) R 15414 15416 13328 0 -1 4202560 3965 0 0 0 31 0 0 0 16 0 19 0 559369825 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 47526529446272 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15434] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15434/stat : 15434 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 559369826 13960146944 111500 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 13632956

[startup+3.10123 s]
/proc/loadavg: 2.13 2.05 2.01 3/525 15435
/proc/meminfo: memFree=20914016/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13632956 CPUtime=3.86 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 116141 0 1 0 370 16 0 0 25 0 19 0 559369819 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3408239 113402 2223 9 0 3398973 0
[pid=15416/tid=15417] ppid=15414 vsize=13632956 CPUtime=3.08 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 107829 0 1 0 294 14 0 0 25 0 19 0 559369820 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505879654 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15416/tid=15419] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15419/stat : 15419 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15420] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15420/stat : 15420 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15421] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15421/stat : 15421 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15422] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15422/stat : 15422 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15423] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15423/stat : 15423 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15424] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369822 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 559369823 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 559369823 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 559369823 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13632956 CPUtime=0.39 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) S 15414 15416 13328 0 -1 4202560 3172 0 0 0 39 0 0 0 15 0 19 0 559369825 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13632956 CPUtime=0.36 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) S 15414 15416 13328 0 -1 4202560 3979 0 0 0 36 0 0 0 15 0 19 0 559369825 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15434] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15434/stat : 15434 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 559369826 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15435] ppid=15414 vsize=13632956 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15435/stat : 15435 (java) S 15414 15416 13328 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 559369959 13960146944 113402 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 13632956

[startup+6.30068 s]
/proc/loadavg: 2.13 2.05 2.01 3/525 15435
/proc/meminfo: memFree=20896728/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13630980 CPUtime=7.21 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 145363 0 1 0 701 20 0 0 25 0 19 0 559369819 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3407745 142336 2252 9 0 3398479 0
[pid=15416/tid=15417] ppid=15414 vsize=13630980 CPUtime=6.11 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 111083 0 1 0 596 15 0 0 18 0 19 0 559369820 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505833666 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15416/tid=15419] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15419/stat : 15419 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15420] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15420/stat : 15420 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15421] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15421/stat : 15421 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15422] ppid=15414 vsize=13630980 CPUtime=0.01 cores=0,2,4,6
/proc/15416/task/15422/stat : 15422 (java) S 15414 15416 13328 0 -1 4202560 1135 0 0 0 1 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15423] ppid=15414 vsize=13630980 CPUtime=0.01 cores=0,2,4,6
/proc/15416/task/15423/stat : 15423 (java) S 15414 15416 13328 0 -1 4202560 3151 0 0 0 1 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15424] ppid=15414 vsize=13630980 CPUtime=0.02 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 3551 0 0 0 2 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13630980 CPUtime=0.03 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 3070 0 0 0 3 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13630980 CPUtime=0.01 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1270 0 0 0 1 0 0 0 18 0 19 0 559369822 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13630980 CPUtime=0.13 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 13764 0 0 0 12 1 0 0 16 0 19 0 559369823 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13630980 CPUtime=0.44 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) S 15414 15416 13328 0 -1 4202560 3199 0 0 0 43 1 0 0 16 0 19 0 559369825 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13630980 CPUtime=0.37 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) S 15414 15416 13328 0 -1 4202560 3985 0 0 0 37 0 0 0 15 0 19 0 559369825 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 142336 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0

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

[pid=15416/tid=15424] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 3591 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13630980 CPUtime=0.14 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 3624 0 0 0 14 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13630980 CPUtime=0.11 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1766 0 0 0 11 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13630980 CPUtime=20.95 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 20292 0 0 0 2091 4 0 0 15 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13630980 CPUtime=0.52 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) S 15414 15416 13328 0 -1 4202560 3244 0 0 0 51 1 0 0 15 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13630980 CPUtime=0.4 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) S 15414 15416 13328 0 -1 4202560 3987 0 0 0 40 0 0 0 16 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15434] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15434/stat : 15434 (java) S 15414 15416 13328 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 559369826 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15435] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15435/stat : 15435 (java) S 15414 15416 13328 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 559369959 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1663.84
Current children cumulated vsize (KiB) 13630980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 4/525 16005
/proc/meminfo: memFree=20675660/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13630980 CPUtime=1723.85 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 154553 0 1 0 172358 27 0 0 25 0 19 0 559369819 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3407745 151099 2253 9 0 3398479 0
[pid=15416/tid=15417] ppid=15414 vsize=13630980 CPUtime=1700.06 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 111313 0 1 0 169989 17 0 0 25 0 19 0 559369820 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505833604 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15416/tid=15419] ppid=15414 vsize=13630980 CPUtime=0.1 cores=0,2,4,6
/proc/15416/task/15419/stat : 15419 (java) S 15414 15416 13328 0 -1 4202560 255 0 0 0 10 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15420] ppid=15414 vsize=13630980 CPUtime=0.11 cores=0,2,4,6
/proc/15416/task/15420/stat : 15420 (java) S 15414 15416 13328 0 -1 4202560 408 0 0 0 11 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15421] ppid=15414 vsize=13630980 CPUtime=0.1 cores=0,2,4,6
/proc/15416/task/15421/stat : 15421 (java) S 15414 15416 13328 0 -1 4202560 397 0 0 0 10 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15422] ppid=15414 vsize=13630980 CPUtime=0.14 cores=0,2,4,6
/proc/15416/task/15422/stat : 15422 (java) S 15414 15416 13328 0 -1 4202560 1235 0 0 0 14 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15423] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15423/stat : 15423 (java) S 15414 15416 13328 0 -1 4202560 3187 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15424] ppid=15414 vsize=13630980 CPUtime=0.13 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 3591 0 0 0 13 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13630980 CPUtime=0.15 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 3624 0 0 0 15 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13630980 CPUtime=0.11 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1766 0 0 0 11 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13630980 CPUtime=21.79 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 20296 0 0 0 2175 4 0 0 15 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13630980 CPUtime=0.52 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) S 15414 15416 13328 0 -1 4202560 3244 0 0 0 51 1 0 0 15 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13630980 CPUtime=0.4 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) S 15414 15416 13328 0 -1 4202560 3987 0 0 0 40 0 0 0 16 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15434] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15434/stat : 15434 (java) S 15414 15416 13328 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 559369826 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15435] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15435/stat : 15435 (java) S 15414 15416 13328 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 559369959 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1723.85
Current children cumulated vsize (KiB) 13630980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/525 16007
/proc/meminfo: memFree=20675256/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13630980 CPUtime=1783.87 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 154565 0 1 0 178360 27 0 0 25 0 19 0 559369819 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3407745 151099 2253 9 0 3398479 0
[pid=15416/tid=15417] ppid=15414 vsize=13630980 CPUtime=1759.31 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 111321 0 1 0 175914 17 0 0 25 0 19 0 559369820 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505833707 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15416/tid=15419] ppid=15414 vsize=13630980 CPUtime=0.1 cores=0,2,4,6
/proc/15416/task/15419/stat : 15419 (java) S 15414 15416 13328 0 -1 4202560 255 0 0 0 10 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15420] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15420/stat : 15420 (java) S 15414 15416 13328 0 -1 4202560 408 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15421] ppid=15414 vsize=13630980 CPUtime=0.1 cores=0,2,4,6
/proc/15416/task/15421/stat : 15421 (java) S 15414 15416 13328 0 -1 4202560 397 0 0 0 10 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15422] ppid=15414 vsize=13630980 CPUtime=0.14 cores=0,2,4,6
/proc/15416/task/15422/stat : 15422 (java) S 15414 15416 13328 0 -1 4202560 1235 0 0 0 14 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15423] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15423/stat : 15423 (java) S 15414 15416 13328 0 -1 4202560 3187 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15424] ppid=15414 vsize=13630980 CPUtime=0.13 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 3591 0 0 0 13 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13630980 CPUtime=0.15 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 3624 0 0 0 15 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1766 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13630980 CPUtime=22.54 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 20298 0 0 0 2250 4 0 0 15 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13630980 CPUtime=0.52 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) S 15414 15416 13328 0 -1 4202560 3244 0 0 0 51 1 0 0 15 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13630980 CPUtime=0.4 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) S 15414 15416 13328 0 -1 4202560 3987 0 0 0 40 0 0 0 16 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15434] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15434/stat : 15434 (java) S 15414 15416 13328 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 559369826 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15435] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15435/stat : 15435 (java) S 15414 15416 13328 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 559369959 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1783.87
Current children cumulated vsize (KiB) 13630980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.00 2.03 2.00 4/525 16007
/proc/meminfo: memFree=20675376/32951124 swapFree=46575304/67111528
[pid=15416] ppid=15414 vsize=13630980 CPUtime=1800.09 cores=0,2,4,6
/proc/15416/stat : 15416 (java) S 15414 15416 13328 0 -1 4202496 154571 0 1 0 179982 27 0 0 25 0 19 0 559369819 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15416/statm: 3407745 151099 2253 9 0 3398479 0
[pid=15416/tid=15417] ppid=15414 vsize=13630980 CPUtime=1775.36 cores=0,2,4,6
/proc/15416/task/15417/stat : 15417 (java) R 15414 15416 13328 0 -1 4202560 111323 0 1 0 177519 17 0 0 25 0 19 0 559369820 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 46912505808481 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15416/tid=15419] ppid=15414 vsize=13630980 CPUtime=0.1 cores=0,2,4,6
/proc/15416/task/15419/stat : 15419 (java) S 15414 15416 13328 0 -1 4202560 255 0 0 0 10 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15420] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15420/stat : 15420 (java) S 15414 15416 13328 0 -1 4202560 408 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15421] ppid=15414 vsize=13630980 CPUtime=0.11 cores=0,2,4,6
/proc/15416/task/15421/stat : 15421 (java) S 15414 15416 13328 0 -1 4202560 397 0 0 0 11 0 0 0 16 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15422] ppid=15414 vsize=13630980 CPUtime=0.14 cores=0,2,4,6
/proc/15416/task/15422/stat : 15422 (java) S 15414 15416 13328 0 -1 4202560 1235 0 0 0 14 0 0 0 16 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15423] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15423/stat : 15423 (java) S 15414 15416 13328 0 -1 4202560 3187 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15424] ppid=15414 vsize=13630980 CPUtime=0.13 cores=0,2,4,6
/proc/15416/task/15424/stat : 15424 (java) S 15414 15416 13328 0 -1 4202560 3591 0 0 0 13 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15425] ppid=15414 vsize=13630980 CPUtime=0.15 cores=0,2,4,6
/proc/15416/task/15425/stat : 15425 (java) S 15414 15416 13328 0 -1 4202560 3624 0 0 0 15 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15426] ppid=15414 vsize=13630980 CPUtime=0.12 cores=0,2,4,6
/proc/15416/task/15426/stat : 15426 (java) S 15414 15416 13328 0 -1 4202560 1766 0 0 0 12 0 0 0 15 0 19 0 559369822 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15427] ppid=15414 vsize=13630980 CPUtime=22.72 cores=0,2,4,6
/proc/15416/task/15427/stat : 15427 (java) S 15414 15416 13328 0 -1 4202560 20300 0 0 0 2268 4 0 0 15 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 0 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15428] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15428/stat : 15428 (java) S 15414 15416 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15429] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15429/stat : 15429 (java) S 15414 15416 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559369823 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15430] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15430/stat : 15430 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672485809 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15431] ppid=15414 vsize=13630980 CPUtime=0.52 cores=0,2,4,6
/proc/15416/task/15431/stat : 15431 (java) S 15414 15416 13328 0 -1 4202560 3244 0 0 0 51 1 0 0 15 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 2 0 0 0
[pid=15416/tid=15432] ppid=15414 vsize=13630980 CPUtime=0.4 cores=0,2,4,6
/proc/15416/task/15432/stat : 15432 (java) S 15414 15416 13328 0 -1 4202560 3987 0 0 0 40 0 0 0 16 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
[pid=15416/tid=15433] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15433/stat : 15433 (java) S 15414 15416 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559369825 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478105 0 4 0 16800975 18446604451050230016 0 0 -1 4 0 0 0
[pid=15416/tid=15434] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15434/stat : 15434 (java) S 15414 15416 13328 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 559369826 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 0 0 0 0
[pid=15416/tid=15435] ppid=15414 vsize=13630980 CPUtime=0 cores=0,2,4,6
/proc/15416/task/15435/stat : 15435 (java) S 15414 15416 13328 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 559369959 13958123520 151099 33554432000 1073741824 1073778376 140736586159568 18446744073709551615 268672478720 0 4 0 16800975 18446604451050230016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13630980

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.59
CPU time (s): 1800.18
CPU user time (s): 1799.87
CPU system time (s): 0.306953
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 13632956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154606
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= 43729
involuntary context switches= 8335

runsolver used 9.42457 second user time and 19.854 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 03:43:06
IDJOB=3458630
IDBENCH=2486
IDSOLVER=1952
FILE ID=node107/3458630-1307151785
RUNJOBID= node107-1307146387-14888
PBS_JOBID= 13508809
Free space on /tmp= 73856 MiB

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

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

MD5SUM BENCH= bb1646c210ed722ee76932cafe9701aa
RANDOM SEED=184930754

node107.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.829
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.65
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21361000 kB
Buffers:        325652 kB
Cached:        2134372 kB
SwapCached:      22548 kB
Active:        9236540 kB
Inactive:      2003516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21361000 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            7740 kB
Writeback:           0 kB
AnonPages:     8774368 kB
Mapped:          40420 kB
Slab:           186844 kB
PageTables:      94648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158521664 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= 73876 MiB
End job on node107 at 2011-06-04 04:13:06