Trace number 3458048

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.14 1797.96

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_15.opb
MD5SUM6d36c2461bcbe18a397b3deab9e30c2d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.227964
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.18-164.el5
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		12995394264
0.09/0.10	c Max memory 		13063553024
0.09/0.10	c Total memory 		13063553024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3458048-1307165810.opb
0.09/0.12	c reading problem ... 
1.04/0.51	c ... done. Wall clock time 0.395s.
1.04/0.51	c #vars     6616
1.04/0.51	c #constraints  13035
1.04/0.51	c constraints type 
1.04/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1.04/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.04/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.04/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
3.63/2.74	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.59/5.63	c cleaning 4250 clauses out of 8500 with flag 11000/11000
10.92/9.97	c cleaning 5656 clauses out of 11311 with flag 18061/18061
17.91/16.93	c cleaning 6801 clauses out of 13602 with flag 26008/26008
21.44/20.45	c cleaning 7898 clauses out of 15796 with flag 35003/35003
29.34/28.33	c cleaning 8962 clauses out of 17925 with flag 45030/45030
41.95/40.94	c cleaning 9978 clauses out of 19955 with flag 56022/56022
47.77/46.75	c cleaning 10979 clauses out of 21962 with flag 68007/68007
56.80/55.79	c cleaning 11989 clauses out of 23980 with flag 81004/81004
74.42/73.31	c cleaning 13000 clauses out of 26000 with flag 95013/95013
80.25/79.12	c cleaning 13506 clauses out of 27014 with flag 109027/109027
88.85/87.71	c cleaning 13739 clauses out of 27481 with flag 123000/123000
95.97/94.85	c cleaning 13874 clauses out of 27751 with flag 137009/137009
103.50/102.34	c cleaning 13933 clauses out of 27870 with flag 151002/151002
110.11/108.92	c cleaning 13976 clauses out of 27956 with flag 165021/165021
119.60/118.41	c cleaning 13984 clauses out of 27971 with flag 179012/179012
126.63/125.43	c cleaning 13990 clauses out of 27984 with flag 193009/193009
132.04/130.87	c cleaning 14004 clauses out of 28011 with flag 207026/207026
139.34/138.19	c cleaning 13989 clauses out of 27981 with flag 221000/221000
147.57/146.38	c cleaning 14004 clauses out of 28011 with flag 235019/235019
153.66/152.45	c cleaning 14002 clauses out of 28007 with flag 249019/249019
161.46/160.25	c cleaning 14003 clauses out of 28010 with flag 263024/263024
172.56/171.33	c cleaning 14028 clauses out of 28057 with flag 277074/277074
184.59/183.30	c cleaning 13977 clauses out of 27957 with flag 291002/291002
191.40/190.18	c cleaning 14005 clauses out of 28011 with flag 305033/305033
198.00/196.73	c cleaning 13991 clauses out of 27985 with flag 319012/319012
204.32/203.09	c cleaning 14004 clauses out of 28011 with flag 333029/333029
211.82/210.51	c cleaning 13997 clauses out of 27997 with flag 347019/347019
218.92/217.66	c cleaning 13989 clauses out of 27981 with flag 361000/361000
226.43/225.19	c cleaning 13994 clauses out of 27992 with flag 375000/375000
233.63/232.35	c cleaning 14007 clauses out of 28018 with flag 389020/389020
240.73/239.49	c cleaning 13995 clauses out of 27993 with flag 403002/403002
246.67/245.38	c cleaning 13996 clauses out of 27996 with flag 417000/417000
252.96/251.67	c cleaning 13998 clauses out of 28000 with flag 431000/431000
260.06/258.74	c cleaning 14006 clauses out of 28015 with flag 445013/445013
266.27/264.98	c cleaning 14000 clauses out of 28004 with flag 459008/459008
273.98/272.69	c cleaning 13998 clauses out of 28000 with flag 473004/473004
281.91/280.59	c cleaning 13998 clauses out of 27999 with flag 487001/487001
288.21/286.89	c cleaning 14016 clauses out of 28036 with flag 501036/501036
295.71/294.36	c cleaning 13995 clauses out of 27993 with flag 515009/515009
304.81/303.50	c cleaning 13993 clauses out of 27989 with flag 529000/529000
311.75/310.34	c cleaning 14010 clauses out of 28023 with flag 543027/543027
321.05/319.64	c cleaning 13991 clauses out of 27986 with flag 557000/557000
331.25/329.81	c cleaning 14005 clauses out of 28013 with flag 571018/571018
341.15/339.73	c cleaning 13994 clauses out of 27991 with flag 585001/585001
354.66/353.24	c cleaning 14044 clauses out of 28089 with flag 599093/599093
365.49/364.04	c cleaning 13975 clauses out of 27953 with flag 613001/613001
372.48/371.00	c cleaning 13998 clauses out of 28000 with flag 627023/627023
378.49/377.06	c cleaning 13996 clauses out of 27996 with flag 641017/641017
385.49/384.04	c cleaning 13990 clauses out of 27983 with flag 655000/655000
393.12/391.67	c cleaning 13995 clauses out of 27993 with flag 669000/669000
403.50/402.04	c cleaning 14052 clauses out of 28105 with flag 683107/683107
414.20/412.74	c cleaning 13971 clauses out of 27948 with flag 697002/697002
422.73/421.22	c cleaning 13994 clauses out of 27993 with flag 711018/711018
431.01/429.55	c cleaning 13989 clauses out of 27982 with flag 725001/725001
440.43/438.94	c cleaning 14008 clauses out of 28019 with flag 739027/739027
449.92/448.49	c cleaning 13990 clauses out of 27984 with flag 753000/753000
459.62/458.17	c cleaning 13995 clauses out of 27994 with flag 767000/767000
470.62/469.16	c cleaning 13997 clauses out of 28000 with flag 781001/781001
480.93/479.45	c cleaning 14001 clauses out of 28006 with flag 795004/795004
490.43/488.99	c cleaning 14023 clauses out of 28050 with flag 809049/809049
500.86/499.38	c cleaning 14001 clauses out of 28005 with flag 823027/823027
512.54/511.01	c cleaning 14005 clauses out of 28014 with flag 837037/837037
523.97/522.42	c cleaning 13984 clauses out of 27972 with flag 851000/851000
535.08/533.59	c cleaning 13999 clauses out of 28004 with flag 865016/865016
547.36/545.84	c cleaning 13999 clauses out of 28002 with flag 879013/879013
558.47/556.95	c cleaning 14000 clauses out of 28003 with flag 893013/893013
567.47/565.91	c cleaning 13993 clauses out of 27990 with flag 907000/907000
576.82/575.32	c cleaning 13997 clauses out of 27997 with flag 921000/921000
584.62/583.06	c cleaning 13998 clauses out of 28000 with flag 935000/935000
592.11/590.58	c cleaning 13994 clauses out of 28002 with flag 949000/949000
601.14/599.52	c cleaning 14002 clauses out of 28008 with flag 963000/963000
610.52/608.98	c cleaning 14003 clauses out of 28009 with flag 977003/977003
619.12/617.56	c cleaning 14000 clauses out of 28003 with flag 991000/991000
628.83/627.25	c cleaning 14000 clauses out of 28003 with flag 1005000/1005000
639.03/637.45	c cleaning 14005 clauses out of 28012 with flag 1019009/1019009
647.26/645.69	c cleaning 14004 clauses out of 28012 with flag 1033014/1033014
654.96/653.36	c cleaning 13992 clauses out of 27994 with flag 1047000/1047000
665.05/663.48	c cleaning 14017 clauses out of 28038 with flag 1061036/1061036
676.15/674.50	c cleaning 13994 clauses out of 27993 with flag 1075008/1075008
688.16/686.51	c cleaning 14014 clauses out of 28031 with flag 1089040/1089040
697.76/696.12	c cleaning 13987 clauses out of 27977 with flag 1103000/1103000
707.79/706.12	c cleaning 14003 clauses out of 28009 with flag 1117019/1117019
717.69/716.03	c cleaning 13992 clauses out of 27987 with flag 1131000/1131000
729.08/727.41	c cleaning 13996 clauses out of 27996 with flag 1145001/1145001
741.18/739.57	c cleaning 14010 clauses out of 28023 with flag 1159024/1159024
753.01/751.38	c cleaning 14015 clauses out of 28034 with flag 1173045/1173045
763.91/762.22	c cleaning 13993 clauses out of 27989 with flag 1187015/1187015
775.02/773.33	c cleaning 13986 clauses out of 27981 with flag 1201000/1201000
785.80/784.21	c cleaning 14006 clauses out of 28019 with flag 1215024/1215024
796.82/795.17	c cleaning 13993 clauses out of 27989 with flag 1229000/1229000
806.62/804.96	c cleaning 13997 clauses out of 27998 with flag 1243002/1243002
818.82/817.15	c cleaning 14000 clauses out of 28004 with flag 1257005/1257005
830.13/828.45	c cleaning 13998 clauses out of 28000 with flag 1271001/1271001
842.93/841.26	c cleaning 13998 clauses out of 28002 with flag 1285001/1285001
854.64/852.97	c cleaning 14006 clauses out of 28016 with flag 1299013/1299013
867.84/866.16	c cleaning 13997 clauses out of 27997 with flag 1313000/1313000
880.75/879.00	c cleaning 14003 clauses out of 28009 with flag 1327009/1327009
894.55/892.89	c cleaning 14021 clauses out of 28044 with flag 1341047/1341047
902.67/900.99	c cleaning 13986 clauses out of 27977 with flag 1355001/1355001
909.96/908.24	c cleaning 13993 clauses out of 27990 with flag 1369000/1369000
917.16/915.45	c cleaning 14001 clauses out of 28006 with flag 1383009/1383009
923.76/922.04	c cleaning 13997 clauses out of 27997 with flag 1397001/1397001
930.67/928.98	c cleaning 14001 clauses out of 28006 with flag 1411007/1411007
936.87/935.18	c cleaning 14002 clauses out of 28007 with flag 1425009/1425009
944.58/942.86	c cleaning 13996 clauses out of 27996 with flag 1439000/1439000
952.68/950.94	c cleaning 13998 clauses out of 28000 with flag 1453000/1453000
962.28/960.60	c cleaning 14000 clauses out of 28003 with flag 1467001/1467001
970.20/968.42	c cleaning 14009 clauses out of 28022 with flag 1481020/1481020
978.90/977.16	c cleaning 14000 clauses out of 28004 with flag 1495011/1495011
988.70/986.91	c cleaning 14011 clauses out of 28024 with flag 1509031/1509031
998.81/997.04	c cleaning 13994 clauses out of 27991 with flag 1523009/1523009
1008.71/1006.97	c cleaning 13996 clauses out of 27996 with flag 1537008/1537008
1017.32/1015.54	c cleaning 14002 clauses out of 28007 with flag 1551015/1551015
1026.62/1024.88	c cleaning 13993 clauses out of 27990 with flag 1565000/1565000
1037.42/1035.68	c cleaning 14005 clauses out of 28014 with flag 1579017/1579017
1049.43/1047.63	c cleaning 13994 clauses out of 27992 with flag 1593000/1593000
1061.63/1059.87	c cleaning 13997 clauses out of 27998 with flag 1607000/1607000
1074.93/1073.14	c cleaning 14000 clauses out of 28004 with flag 1621003/1621003
1083.73/1081.94	c cleaning 14002 clauses out of 28007 with flag 1635006/1635006
1093.33/1091.51	c cleaning 13998 clauses out of 27999 with flag 1649000/1649000
1102.34/1100.55	c cleaning 14000 clauses out of 28004 with flag 1663003/1663003
1113.74/1111.95	c cleaning 13999 clauses out of 28001 with flag 1677000/1677000
1124.86/1123.06	c cleaning 14006 clauses out of 28016 with flag 1691014/1691014
1136.75/1134.93	c cleaning 13996 clauses out of 27996 with flag 1705000/1705000
1148.65/1146.83	c cleaning 13998 clauses out of 28002 with flag 1719002/1719002
1159.75/1157.92	c cleaning 14003 clauses out of 28010 with flag 1733008/1733008
1172.45/1170.69	c cleaning 14006 clauses out of 28016 with flag 1747017/1747017
1184.45/1182.60	c cleaning 14018 clauses out of 28039 with flag 1761046/1761046
1197.66/1195.82	c cleaning 14012 clauses out of 28028 with flag 1775053/1775053
1207.49/1205.69	c cleaning 14009 clauses out of 28022 with flag 1789059/1789059
1217.97/1216.12	c cleaning 13975 clauses out of 27954 with flag 1803000/1803000
1228.78/1226.96	c cleaning 13990 clauses out of 27983 with flag 1817004/1817004
1240.98/1239.13	c cleaning 14022 clauses out of 28048 with flag 1831059/1831059
1252.98/1251.14	c cleaning 13985 clauses out of 27974 with flag 1845007/1845007
1264.28/1262.49	c cleaning 13989 clauses out of 27982 with flag 1859000/1859000
1276.09/1274.28	c cleaning 13995 clauses out of 27993 with flag 1873000/1873000
1288.59/1286.77	c cleaning 14016 clauses out of 28035 with flag 1887037/1887037
1300.50/1298.63	c cleaning 13989 clauses out of 27982 with flag 1901000/1901000
1312.30/1310.47	c cleaning 13995 clauses out of 27994 with flag 1915001/1915001
1323.80/1321.99	c cleaning 14005 clauses out of 28014 with flag 1929016/1929016
1336.31/1334.46	c cleaning 14002 clauses out of 28008 with flag 1943015/1943015
1349.22/1347.32	c cleaning 14017 clauses out of 28038 with flag 1957047/1957047
1361.12/1359.27	c cleaning 13986 clauses out of 27975 with flag 1971001/1971001
1374.02/1372.15	c cleaning 14020 clauses out of 28043 with flag 1985055/1985055
1387.95/1386.03	c cleaning 13982 clauses out of 27968 with flag 1999000/1999000
1396.53/1394.69	c cleaning 14002 clauses out of 28007 with flag 2013021/2013021
1406.73/1404.85	c cleaning 13995 clauses out of 27993 with flag 2027009/2027009
1414.64/1412.71	c cleaning 13998 clauses out of 28000 with flag 2041011/2041011
1424.34/1422.45	c cleaning 14003 clauses out of 28009 with flag 2055018/2055018
1433.35/1431.46	c cleaning 14004 clauses out of 28011 with flag 2069023/2069023
1443.45/1441.50	c cleaning 13997 clauses out of 27995 with flag 2083011/2083011
1457.85/1455.92	c cleaning 13993 clauses out of 27992 with flag 2097005/2097005
1464.16/1462.22	c cleaning 14009 clauses out of 28023 with flag 2111029/2111029
1470.27/1468.41	c cleaning 13996 clauses out of 27998 with flag 2125013/2125013
1477.09/1475.13	c cleaning 14007 clauses out of 28018 with flag 2139029/2139029
1486.28/1484.30	c cleaning 13994 clauses out of 27992 with flag 2153010/2153010
1495.38/1493.49	c cleaning 14022 clauses out of 28048 with flag 2167060/2167060
1504.89/1502.99	c cleaning 13999 clauses out of 28002 with flag 2181036/2181036
1514.41/1512.48	c cleaning 13982 clauses out of 27967 with flag 2195000/2195000
1522.21/1520.25	c cleaning 13991 clauses out of 27985 with flag 2209000/2209000
1530.70/1528.71	c cleaning 14010 clauses out of 28023 with flag 2223029/2223029
1540.20/1538.22	c cleaning 13995 clauses out of 27993 with flag 2237009/2237009
1548.80/1546.88	c cleaning 14001 clauses out of 28006 with flag 2251017/2251017
1558.11/1556.13	c cleaning 13992 clauses out of 27988 with flag 2265000/2265000
1567.01/1565.00	c cleaning 14028 clauses out of 28058 with flag 2279062/2279062
1576.61/1574.65	c cleaning 13990 clauses out of 27983 with flag 2293015/2293015
1583.84/1581.85	c cleaning 13993 clauses out of 27990 with flag 2307012/2307012
1592.93/1590.90	c cleaning 13994 clauses out of 27991 with flag 2321006/2321006
1601.63/1599.69	c cleaning 14007 clauses out of 28017 with flag 2335026/2335026
1610.54/1608.56	c cleaning 14017 clauses out of 28037 with flag 2349053/2349053
1619.24/1617.25	c cleaning 14003 clauses out of 28009 with flag 2363042/2363042
1628.34/1626.31	c cleaning 13986 clauses out of 27975 with flag 2377011/2377011
1636.85/1634.88	c cleaning 13987 clauses out of 27978 with flag 2391000/2391000
1647.35/1645.36	c cleaning 14010 clauses out of 28023 with flag 2405032/2405032
1658.95/1656.92	c cleaning 14001 clauses out of 28005 with flag 2419024/2419024
1670.26/1668.22	c cleaning 14010 clauses out of 28024 with flag 2433044/2433044
1686.18/1684.18	c cleaning 13986 clauses out of 27977 with flag 2447007/2447007
1692.78/1690.73	c cleaning 14004 clauses out of 28013 with flag 2461029/2461029
1698.77/1696.73	c cleaning 14011 clauses out of 28028 with flag 2475048/2475048
1705.08/1703.00	c cleaning 13983 clauses out of 27971 with flag 2489002/2489002
1711.41/1709.41	c cleaning 14016 clauses out of 28038 with flag 2503052/2503052
1718.29/1716.20	c cleaning 13992 clauses out of 27990 with flag 2517020/2517020
1725.00/1722.96	c cleaning 14019 clauses out of 28043 with flag 2531065/2531065
1731.81/1729.80	c cleaning 13979 clauses out of 27963 with flag 2545004/2545004
1738.61/1736.58	c cleaning 13987 clauses out of 27980 with flag 2559000/2559000
1745.92/1743.85	c cleaning 13995 clauses out of 27995 with flag 2573002/2573002
1752.93/1750.88	c cleaning 14043 clauses out of 28088 with flag 2587090/2587090
1760.63/1758.57	c cleaning 13984 clauses out of 27973 with flag 2601018/2601018
1768.44/1766.38	c cleaning 14016 clauses out of 28038 with flag 2615067/2615067
1777.14/1775.01	c cleaning 14028 clauses out of 28058 with flag 2629103/2629103
1786.45/1784.34	c cleaning 13989 clauses out of 27984 with flag 2643057/2643057
1794.45/1792.38	c cleaning 13999 clauses out of 28003 with flag 2657065/2657065
1800.08/1797.92	c starts		: 231
1800.08/1797.92	c conflicts		: 2667467
1800.08/1797.92	c decisions		: 15840633
1800.08/1797.92	c propagations		: 82759917
1800.08/1797.92	c inspects		: 5266055288
1800.08/1797.92	c shortcuts		: 0
1800.08/1797.92	c learnt literals	: 0
1800.08/1797.92	c learnt binary clauses	: 0
1800.08/1797.92	c learnt ternary clauses	: 423
1800.08/1797.92	c learnt constraints	: 2667466
1800.08/1797.92	c ignored constraints	: 0
1800.08/1797.92	c root simplifications	: 0
1800.08/1797.92	c removed literals (reason simplification)	: 50698542
1800.08/1797.92	c reason swapping (by a shorter reason)	: 0
1800.08/1797.92	c Calls to reduceDB	: 193
1800.08/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.92	c number of learned constraints concerned by reduction	: 0
1800.08/1797.92	c number of learning phase by resolution	: 0
1800.08/1797.92	c number of learning phase by cutting planes	: 0
1800.08/1797.92	c speed (assignments/second)	: 46043.93483519638
1800.08/1797.92	c non guided choices	6377
1800.08/1797.93	c learnt constraints type 
1800.08/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24418
1800.08/1797.93	c constraints type 
1800.08/1797.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1800.08/1797.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.08/1797.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.08/1797.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.08/1797.93	s UNKNOWN
1800.08/1797.93	c Total wall clock time (in seconds): 1797.819

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-3458048-1307165810/watcher-3458048-1307165810 -o /tmp/evaluation-result-3458048-1307165810/solver-3458048-1307165810 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458048-1307165810.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.02 2.08 2.04 1/548 29257
/proc/meminfo: memFree=21162920/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 5457 0 1 0 0 0 0 0 25 0 2 0 828181357 13850947584 5159 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3381579 5172 917 9 0 3372735 0
[pid=29257/tid=29258] ppid=29255 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 4407 0 1 0 0 0 0 0 25 0 2 0 828181358 13850947584 5223 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.083375 s]
/proc/loadavg: 2.02 2.08 2.04 1/548 29257
/proc/meminfo: memFree=21162920/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 14405 0 1 0 4 2 0 0 25 0 18 0 828181357 13880410112 14102 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3388772 14103 1754 9 0 3379506 0
[pid=29257/tid=29258] ppid=29255 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 13232 0 1 0 4 2 0 0 25 0 18 0 828181358 13880410112 14103 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 47170094361699 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.100759 s]
/proc/loadavg: 2.02 2.08 2.04 1/548 29257
/proc/meminfo: memFree=21162920/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13687476 CPUtime=0.09 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 15463 0 1 0 7 2 0 0 25 0 18 0 828181357 14015975424 15133 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3421869 15133 2091 9 0 3412603 0
[pid=29257/tid=29258] ppid=29255 vsize=13687476 CPUtime=0.08 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 13525 0 1 0 6 2 0 0 18 0 18 0 828181358 14015975424 15134 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652686283 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13687476

[startup+0.30437 s]
/proc/loadavg: 2.02 2.08 2.04 1/548 29257
/proc/meminfo: memFree=21162920/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13689876 CPUtime=0.47 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 18887 0 1 0 44 3 0 0 25 0 18 0 828181357 14018433024 18160 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3422469 18160 2212 9 0 3413203 0
[pid=29257/tid=29258] ppid=29255 vsize=13689876 CPUtime=0.28 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 15361 0 1 0 26 2 0 0 18 0 18 0 828181358 14018433024 18160 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13689876

[startup+0.700244 s]
/proc/loadavg: 2.02 2.08 2.04 1/548 29257
/proc/meminfo: memFree=21162920/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13700052 CPUtime=1.56 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 32500 0 1 0 151 5 0 0 25 0 19 0 828181357 14028853248 29554 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3425013 29554 2239 9 0 3415747 0
[pid=29257/tid=29258] ppid=29255 vsize=13700052 CPUtime=0.67 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 23055 0 1 0 64 3 0 0 19 0 19 0 828181358 14028853248 29554 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505809672 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 13700052

[startup+1.50111 s]
/proc/loadavg: 2.02 2.08 2.04 5/566 29282
/proc/meminfo: memFree=21054888/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13700052 CPUtime=2.43 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 33934 0 1 0 238 5 0 0 25 0 19 0 828181357 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3425013 30700 2242 9 0 3415747 0
[pid=29257/tid=29258] ppid=29255 vsize=13700052 CPUtime=1.48 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 24188 0 1 0 144 4 0 0 20 0 19 0 828181358 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505915792 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29264] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181360 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 828181361 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828181362 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828181362 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13700052 CPUtime=0.44 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4556 0 0 0 44 0 0 0 22 0 19 0 828181364 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13700052 CPUtime=0.48 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4031 0 0 0 48 0 0 0 15 0 19 0 828181364 14028853248 30700 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29274] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29274/stat : 29274 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14028853248 30701 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29275] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29275/stat : 29275 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828181364 14028853248 30701 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29276] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29276/stat : 29276 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828181410 14028853248 30701 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 13700052

[startup+3.10081 s]
/proc/loadavg: 2.18 2.11 2.05 4/586 29412
/proc/meminfo: memFree=20984128/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13700052 CPUtime=4.07 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 40173 0 1 0 401 6 0 0 25 0 19 0 828181357 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3425013 36930 2268 9 0 3415747 0
[pid=29257/tid=29258] ppid=29255 vsize=13700052 CPUtime=3.03 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 25369 0 1 0 299 4 0 0 25 0 19 0 828181358 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505891660 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 29102 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 29102 0 -1 4202560 611 0 0 0 0 0 0 0 18 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 29102 0 -1 4202560 78 0 0 0 0 0 0 0 18 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 29102 0 -1 4202560 1125 0 0 0 0 0 0 0 18 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29264] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828181360 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13700052 CPUtime=0.03 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 2510 0 0 0 3 0 0 0 16 0 19 0 828181361 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828181362 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828181362 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13700052 CPUtime=0.45 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4560 0 0 0 45 0 0 0 18 0 19 0 828181364 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13700052 CPUtime=0.5 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4036 0 0 0 50 0 0 0 15 0 19 0 828181364 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29274] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29274/stat : 29274 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29275] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29275/stat : 29275 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828181364 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29276] ppid=29255 vsize=13700052 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29276/stat : 29276 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828181410 14028853248 36930 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 13700052

[startup+6.30124 s]
/proc/loadavg: 2.18 2.11 2.05 3/587 29413
/proc/meminfo: memFree=20916224/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13695676 CPUtime=7.29 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 43914 0 1 0 723 6 0 0 25 0 19 0 828181357 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3423919 39616 2268 9 0 3414653 0
[pid=29257/tid=29258] ppid=29255 vsize=13695676 CPUtime=6.19 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 25373 0 1 0 615 4 0 0 18 0 19 0 828181358 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505916108 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 29102 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 29102 0 -1 4202560 611 0 0 0 0 0 0 0 15 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 29102 0 -1 4202560 847 0 0 0 0 0 0 0 18 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 29102 0 -1 4202560 1125 0 0 0 0 0 0 0 18 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29264] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 654 0 0 0 0 0 0 0 16 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 827 0 0 0 0 0 0 0 16 0 19 0 828181360 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13695676 CPUtime=0.06 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 3995 0 0 0 6 0 0 0 16 0 19 0 828181361 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13695676 CPUtime=0.46 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4562 0 0 0 46 0 0 0 15 0 19 0 828181364 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13695676 CPUtime=0.51 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4038 0 0 0 51 0 0 0 16 0 19 0 828181364 14024372224 39616 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0

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

[pid=29257/tid=29265] ppid=29255 vsize=13695676 CPUtime=0.22 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 970 0 0 0 22 0 0 0 16 0 19 0 828181360 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13695676 CPUtime=0.19 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 873 0 0 0 19 0 0 0 16 0 19 0 828181360 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13695676 CPUtime=0.19 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 2021 0 0 0 19 0 0 0 16 0 19 0 828181360 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13695676 CPUtime=7.32 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 9550 0 0 0 730 2 0 0 15 0 19 0 828181361 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13695676 CPUtime=0.47 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4563 0 0 0 47 0 0 0 16 0 19 0 828181364 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13695676 CPUtime=0.6 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4056 0 0 0 60 0 0 0 15 0 19 0 828181364 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29274] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29274/stat : 29274 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29275] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29275/stat : 29275 (java) S 29255 29257 29102 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828181364 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29276] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29276/stat : 29276 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828181410 14024372224 51932 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 13695676

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/587 29472
/proc/meminfo: memFree=20835940/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13695676 CPUtime=1784.45 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 56655 0 1 0 178433 12 0 0 25 0 19 0 828181357 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3423919 51956 2269 9 0 3414653 0
[pid=29257/tid=29258] ppid=29255 vsize=13695676 CPUtime=1773.96 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 25562 0 1 0 177392 4 0 0 25 0 19 0 828181358 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505809667 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=13695676 CPUtime=0.18 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 29102 0 -1 4202560 1292 0 0 0 18 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=13695676 CPUtime=0.22 cores=1,3,5,7
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 29102 0 -1 4202560 1667 0 0 0 22 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=13695676 CPUtime=0.19 cores=1,3,5,7
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 29102 0 -1 4202560 2255 0 0 0 19 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=13695676 CPUtime=0.23 cores=1,3,5,7
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 29102 0 -1 4202560 2168 0 0 0 23 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29264] ppid=29255 vsize=13695676 CPUtime=0.21 cores=1,3,5,7
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 29102 0 -1 4202560 417 0 0 0 21 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=13695676 CPUtime=0.22 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 970 0 0 0 22 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13695676 CPUtime=0.2 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 873 0 0 0 20 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13695676 CPUtime=0.2 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 2026 0 0 0 20 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13695676 CPUtime=7.64 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 9554 0 0 0 762 2 0 0 15 0 19 0 828181361 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13695676 CPUtime=0.47 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4563 0 0 0 47 0 0 0 16 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13695676 CPUtime=0.6 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4056 0 0 0 60 0 0 0 15 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29274] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29274/stat : 29274 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29275] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29275/stat : 29275 (java) S 29255 29257 29102 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29276] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29276/stat : 29276 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828181410 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.45
Current children cumulated vsize (KiB) 13695676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/587 29473
/proc/meminfo: memFree=20837036/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13695676 CPUtime=1800.08 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 56661 0 1 0 179996 12 0 0 25 0 19 0 828181357 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3423919 51956 2269 9 0 3414653 0
[pid=29257/tid=29258] ppid=29255 vsize=13695676 CPUtime=1789.49 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 25564 0 1 0 178945 4 0 0 25 0 19 0 828181358 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505915999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=13695676 CPUtime=0.18 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 29102 0 -1 4202560 1292 0 0 0 18 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=13695676 CPUtime=0.22 cores=1,3,5,7
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 29102 0 -1 4202560 1667 0 0 0 22 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=13695676 CPUtime=0.19 cores=1,3,5,7
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 29102 0 -1 4202560 2255 0 0 0 19 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=13695676 CPUtime=0.24 cores=1,3,5,7
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 29102 0 -1 4202560 2168 0 0 0 24 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29264] ppid=29255 vsize=13695676 CPUtime=0.21 cores=1,3,5,7
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 29102 0 -1 4202560 417 0 0 0 21 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=13695676 CPUtime=0.23 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 970 0 0 0 23 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13695676 CPUtime=0.2 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 873 0 0 0 20 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13695676 CPUtime=0.21 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 2026 0 0 0 21 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13695676 CPUtime=7.73 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 9556 0 0 0 771 2 0 0 15 0 19 0 828181361 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13695676 CPUtime=0.47 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4563 0 0 0 47 0 0 0 16 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13695676 CPUtime=0.6 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4056 0 0 0 60 0 0 0 15 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29274] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29274/stat : 29274 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29275] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29275/stat : 29275 (java) S 29255 29257 29102 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29276] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29276/stat : 29276 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828181410 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13695676

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

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

[startup+1797.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/587 29473
/proc/meminfo: memFree=20837036/32951124 swapFree=53733252/67111528
[pid=29257] ppid=29255 vsize=13695676 CPUtime=1800.08 cores=1,3,5,7
/proc/29257/stat : 29257 (java) S 29255 29257 29102 0 -1 4202496 56661 0 1 0 179996 12 0 0 25 0 19 0 828181357 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29257/statm: 3423919 51956 2269 9 0 3414653 0
[pid=29257/tid=29258] ppid=29255 vsize=13695676 CPUtime=1789.49 cores=1,3,5,7
/proc/29257/task/29258/stat : 29258 (java) R 29255 29257 29102 0 -1 4202560 25564 0 1 0 178945 4 0 0 25 0 19 0 828181358 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 46912505915999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29257/tid=29260] ppid=29255 vsize=13695676 CPUtime=0.18 cores=1,3,5,7
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 29102 0 -1 4202560 1292 0 0 0 18 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=13695676 CPUtime=0.22 cores=1,3,5,7
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 29102 0 -1 4202560 1667 0 0 0 22 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=13695676 CPUtime=0.19 cores=1,3,5,7
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 29102 0 -1 4202560 2255 0 0 0 19 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=13695676 CPUtime=0.24 cores=1,3,5,7
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 29102 0 -1 4202560 2168 0 0 0 24 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29264] ppid=29255 vsize=13695676 CPUtime=0.21 cores=1,3,5,7
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 29102 0 -1 4202560 417 0 0 0 21 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=13695676 CPUtime=0.23 cores=1,3,5,7
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 29102 0 -1 4202560 970 0 0 0 23 0 0 0 16 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29266] ppid=29255 vsize=13695676 CPUtime=0.2 cores=1,3,5,7
/proc/29257/task/29266/stat : 29266 (java) S 29255 29257 29102 0 -1 4202560 873 0 0 0 20 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
[pid=29257/tid=29267] ppid=29255 vsize=13695676 CPUtime=0.21 cores=1,3,5,7
/proc/29257/task/29267/stat : 29267 (java) S 29255 29257 29102 0 -1 4202560 2026 0 0 0 21 0 0 0 15 0 19 0 828181360 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29268] ppid=29255 vsize=13695676 CPUtime=7.73 cores=1,3,5,7
/proc/29257/task/29268/stat : 29268 (java) S 29255 29257 29102 0 -1 4202560 9556 0 0 0 771 2 0 0 15 0 19 0 828181361 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 0 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29269] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29269/stat : 29269 (java) S 29255 29257 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29270] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29270/stat : 29270 (java) S 29255 29257 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828181362 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29271] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29271/stat : 29271 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652683185 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29272] ppid=29255 vsize=13695676 CPUtime=0.47 cores=1,3,5,7
/proc/29257/task/29272/stat : 29272 (java) S 29255 29257 29102 0 -1 4202560 4563 0 0 0 47 0 0 0 16 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 1 0 0 0
[pid=29257/tid=29273] ppid=29255 vsize=13695676 CPUtime=0.6 cores=1,3,5,7
/proc/29257/task/29273/stat : 29273 (java) S 29255 29257 29102 0 -1 4202560 4056 0 0 0 60 0 0 0 15 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29274] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29274/stat : 29274 (java) S 29255 29257 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652675481 0 4 0 16800975 18446604466981890176 0 0 -1 5 0 0 0
[pid=29257/tid=29275] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29275/stat : 29275 (java) S 29255 29257 29102 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828181364 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 3 0 0 0
[pid=29257/tid=29276] ppid=29255 vsize=13695676 CPUtime=0 cores=1,3,5,7
/proc/29257/task/29276/stat : 29276 (java) S 29255 29257 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828181410 14024372224 51956 33554432000 1073741824 1073778376 140736794023168 18446744073709551615 253652676096 0 4 0 16800975 18446604466981890176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13695676

Child status: 143
Real time (s): 1797.96
CPU time (s): 1800.14
CPU user time (s): 1800
CPU system time (s): 0.138978
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 13700052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56697
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= 42383
involuntary context switches= 7732

runsolver used 9.60654 second user time and 23.2305 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 07:36:50
IDJOB=3458048
IDBENCH=48373
IDSOLVER=1952
FILE ID=node106/3458048-1307165810
RUNJOBID= node106-1307164011-29121
PBS_JOBID= 13508822
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_3_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458048-1307165810/watcher-3458048-1307165810 -o /tmp/evaluation-result-3458048-1307165810/solver-3458048-1307165810 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458048-1307165810.opb

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

MD5SUM BENCH= 6d36c2461bcbe18a397b3deab9e30c2d
RANDOM SEED=888967575

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.830
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.830
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.830
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.830
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:      21163200 kB
Buffers:        397596 kB
Cached:        5984940 kB
SwapCached:      22744 kB
Active:        5896548 kB
Inactive:      5550296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21163200 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:     5060424 kB
Mapped:          26292 kB
Slab:           191844 kB
PageTables:      78184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167554768 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= 73760 MiB
End job on node106 at 2011-06-04 08:06:50