Trace number 3733476

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.02 964.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
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 variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c Stops conflict analysis at the first Unique Implication Point
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c Stops conflict analysis at the first Unique Implication Point
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	
0.06/0.14	c solving HOME/instance-3733476-1338743466.opb
0.06/0.14	c reading problem ... 
2.25/1.42	c ... done. Wall clock time 1.28s.
2.25/1.42	c #vars     107520
2.25/1.42	c #constraints  23869
2.25/1.42	c constraints type 
2.25/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
2.25/1.42	c constraints type 
2.25/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
13.37/6.04	c cleaning 2492 clauses out of 4994 with flag 5001/5001
19.85/9.00	c cleaning 4243 clauses out of 8497 with flag 11001/11001
27.13/12.72	c cleaning 5611 clauses out of 11254 with flag 18002/18002
33.84/16.11	c cleaning 6817 clauses out of 13642 with flag 26002/26002
41.62/20.17	c cleaning 7908 clauses out of 15823 with flag 35001/35001
49.25/24.03	c cleaning 8909 clauses out of 17914 with flag 45000/45000
54.82/26.93	c cleaning 9450 clauses out of 19003 with flag 55000/55000
62.24/30.71	c cleaning 9742 clauses out of 19553 with flag 65000/65000
73.23/36.37	c cleaning 9874 clauses out of 19812 with flag 75001/75001
79.44/39.56	c cleaning 9965 clauses out of 19937 with flag 85001/85001
84.56/42.29	c cleaning 9975 clauses out of 19970 with flag 95000/95000
93.37/46.75	c cleaning 9982 clauses out of 19996 with flag 105001/105001
100.40/50.48	c cleaning 9972 clauses out of 20014 with flag 115001/115001
107.94/54.33	c cleaning 9953 clauses out of 20040 with flag 125000/125000
113.32/57.12	c cleaning 10024 clauses out of 20088 with flag 135001/135001
118.42/59.83	c cleaning 10015 clauses out of 20065 with flag 145002/145002
124.79/63.26	c cleaning 9952 clauses out of 20050 with flag 155002/155002
130.71/66.33	c cleaning 9965 clauses out of 20096 with flag 165000/165000
137.02/69.65	c cleaning 10046 clauses out of 20130 with flag 175000/175000
139.16/70.83	c cleaning 0 clauses out of 5001 with flag 0/5001
145.60/74.16	c cleaning 9982 clauses out of 20086 with flag 185003/185003
155.35/79.20	c cleaning 10019 clauses out of 20102 with flag 195001/195001
165.43/84.37	c cleaning 10015 clauses out of 20083 with flag 205001/205001
171.51/87.59	c cleaning 10027 clauses out of 20067 with flag 215000/215000
178.05/91.00	c cleaning 10013 clauses out of 20041 with flag 225001/225001
184.36/94.39	c cleaning 9973 clauses out of 20027 with flag 235000/235000
187.22/95.91	c cleaning 10020 clauses out of 20054 with flag 245000/245000
190.06/97.59	c cleaning 9976 clauses out of 20033 with flag 255000/255000
193.52/99.52	c cleaning 9998 clauses out of 20057 with flag 265000/265000
196.82/101.36	c cleaning 10015 clauses out of 20058 with flag 275001/275001
204.14/105.12	c cleaning 10007 clauses out of 20037 with flag 285001/285001
204.61/105.56	c cleaning 0 clauses out of 11000 with flag 0/11000
208.23/107.67	c cleaning 10001 clauses out of 20029 with flag 295001/295001
213.30/110.34	c cleaning 9962 clauses out of 20024 with flag 305000/305000
218.31/113.00	c cleaning 9983 clauses out of 20063 with flag 315001/315001
225.78/116.91	c cleaning 10025 clauses out of 20084 with flag 325005/325005
233.46/121.07	c cleaning 10018 clauses out of 20055 with flag 335001/335001
349.91/179.18	c cleaning 9876 clauses out of 20036 with flag 345000/345000
416.52/212.46	c cleaning 0 clauses out of 18001 with flag 0/18001
546.62/277.43	c cleaning 9946 clauses out of 20161 with flag 355001/355001
674.24/341.35	c cleaning 0 clauses out of 26000 with flag 0/26000
704.50/356.75	c cleaning 10101 clauses out of 20215 with flag 365001/365001
710.86/360.23	c cleaning 10035 clauses out of 20113 with flag 375000/375000
717.00/363.60	c cleaning 10014 clauses out of 20078 with flag 385000/385000
723.78/367.51	c cleaning 10007 clauses out of 20064 with flag 395000/395000
730.11/371.09	c cleaning 10006 clauses out of 20058 with flag 405001/405001
737.29/374.94	c cleaning 9980 clauses out of 20049 with flag 415000/415000
744.25/378.77	c cleaning 9942 clauses out of 20069 with flag 425000/425000
766.88/390.53	c cleaning 10050 clauses out of 20125 with flag 435001/435001
773.56/394.23	c cleaning 10026 clauses out of 20074 with flag 445000/445000
799.35/407.41	c cleaning 9937 clauses out of 20048 with flag 455000/455000
840.39/428.20	c cleaning 9992 clauses out of 20111 with flag 465000/465000
864.03/440.52	c cleaning 10009 clauses out of 20119 with flag 475000/475000
883.29/450.55	c cleaning 10015 clauses out of 20111 with flag 485001/485001
906.82/462.54	c cleaning 9996 clauses out of 20095 with flag 495000/495000
923.04/470.99	c cleaning 10020 clauses out of 20099 with flag 505000/505000
929.88/474.98	c cleaning 10004 clauses out of 20079 with flag 515000/515000
935.53/478.19	c cleaning 9999 clauses out of 20075 with flag 525000/525000
941.58/481.55	c cleaning 10003 clauses out of 20078 with flag 535002/535002
946.21/484.22	c cleaning 10013 clauses out of 20072 with flag 545000/545000
948.64/486.07	c cleaning 10007 clauses out of 20061 with flag 555002/555002
950.67/487.47	c cleaning 9999 clauses out of 20053 with flag 565001/565001
952.68/488.87	c cleaning 10000 clauses out of 20053 with flag 575000/575000
954.85/490.32	c cleaning 10005 clauses out of 20055 with flag 585002/585002
959.84/493.40	c cleaning 9970 clauses out of 20048 with flag 595000/595000
965.14/496.46	c cleaning 9994 clauses out of 20078 with flag 605000/605000
974.48/501.45	c cleaning 9994 clauses out of 20082 with flag 615000/615000
980.37/504.72	c cleaning 10036 clauses out of 20085 with flag 625001/625001
988.65/509.45	c cleaning 10010 clauses out of 20047 with flag 635000/635000
997.36/514.13	c cleaning 9962 clauses out of 20038 with flag 645001/645001
1007.86/519.73	c cleaning 10007 clauses out of 20077 with flag 655002/655002
1016.78/524.60	c cleaning 10002 clauses out of 20068 with flag 665000/665000
1023.61/528.51	c cleaning 10019 clauses out of 20066 with flag 675000/675000
1033.93/534.01	c cleaning 9930 clauses out of 20049 with flag 685002/685002
1043.40/539.14	c cleaning 9980 clauses out of 20119 with flag 695002/695002
1058.31/546.92	c cleaning 9933 clauses out of 20136 with flag 705000/705000
1072.20/554.44	c cleaning 9982 clauses out of 20203 with flag 715000/715000
1083.21/560.33	c cleaning 9979 clauses out of 20222 with flag 725001/725001
1093.67/565.98	c cleaning 9982 clauses out of 20242 with flag 735000/735000
1100.71/569.83	c cleaning 10055 clauses out of 20259 with flag 745000/745000
1105.32/572.72	c cleaning 10071 clauses out of 20204 with flag 755000/755000
1109.72/575.35	c cleaning 10035 clauses out of 20134 with flag 765001/765001
1113.94/577.82	c cleaning 10017 clauses out of 20098 with flag 775000/775000
1118.34/580.43	c cleaning 10012 clauses out of 20081 with flag 785000/785000
1123.64/583.70	c cleaning 10003 clauses out of 20070 with flag 795001/795001
1131.29/587.96	c cleaning 9934 clauses out of 20066 with flag 805000/805000
1138.09/591.79	c cleaning 10047 clauses out of 20132 with flag 815000/815000
1146.35/596.24	c cleaning 10021 clauses out of 20087 with flag 825002/825002
1154.51/600.99	c cleaning 10005 clauses out of 20065 with flag 835001/835001
1162.52/605.40	c cleaning 10005 clauses out of 20061 with flag 845002/845002
1174.03/611.45	c cleaning 10000 clauses out of 20055 with flag 855001/855001
1185.90/617.77	c cleaning 9996 clauses out of 20054 with flag 865000/865000
1197.30/624.06	c cleaning 9997 clauses out of 20058 with flag 875000/875000
1207.76/629.69	c cleaning 10002 clauses out of 20062 with flag 885001/885001
1219.44/635.85	c cleaning 10004 clauses out of 20060 with flag 895001/895001
1231.62/642.23	c cleaning 10011 clauses out of 20056 with flag 905001/905001
1240.91/647.49	c cleaning 10000 clauses out of 20044 with flag 915000/915000
1247.61/651.11	c cleaning 9980 clauses out of 20044 with flag 925000/925000
1254.03/654.71	c cleaning 9985 clauses out of 20062 with flag 935000/935000
1259.27/657.80	c cleaning 10029 clauses out of 20077 with flag 945000/945000
1265.65/661.54	c cleaning 10014 clauses out of 20049 with flag 955001/955001
1271.85/665.01	c cleaning 10011 clauses out of 20034 with flag 965000/965000
1276.87/667.98	c cleaning 9993 clauses out of 20023 with flag 975000/975000
1280.48/670.12	c cleaning 9971 clauses out of 20031 with flag 985001/985001
1286.18/673.58	c cleaning 9985 clauses out of 20060 with flag 995002/995002
1291.28/676.48	c cleaning 9978 clauses out of 20071 with flag 1005001/1005001
1294.89/678.67	c cleaning 10001 clauses out of 20093 with flag 1015001/1015001
1298.68/680.91	c cleaning 9997 clauses out of 20092 with flag 1025001/1025001
1302.63/683.56	c cleaning 9999 clauses out of 20094 with flag 1035000/1035000
1306.86/686.08	c cleaning 10034 clauses out of 20099 with flag 1045006/1045006
1312.50/689.21	c cleaning 10012 clauses out of 20060 with flag 1055001/1055001
1320.95/693.89	c cleaning 9943 clauses out of 20047 with flag 1065000/1065000
1330.73/699.37	c cleaning 9983 clauses out of 20105 with flag 1075001/1075001
1340.17/704.42	c cleaning 9960 clauses out of 20121 with flag 1085000/1085000
1349.40/709.45	c cleaning 10001 clauses out of 20162 with flag 1095001/1095001
1358.06/714.18	c cleaning 9998 clauses out of 20160 with flag 1105000/1105000
1363.04/717.26	c cleaning 10041 clauses out of 20163 with flag 1115001/1115001
1366.43/719.31	c cleaning 10019 clauses out of 20121 with flag 1125000/1125000
1369.62/721.32	c cleaning 10007 clauses out of 20103 with flag 1135001/1135001
1372.84/723.38	c cleaning 10007 clauses out of 20095 with flag 1145000/1145000
1376.91/726.02	c cleaning 10002 clauses out of 20089 with flag 1155001/1155001
1380.24/728.18	c cleaning 10001 clauses out of 20086 with flag 1165000/1165000
1383.64/730.23	c cleaning 9999 clauses out of 20086 with flag 1175001/1175001
1386.84/732.27	c cleaning 10007 clauses out of 20086 with flag 1185000/1185000
1390.81/734.85	c cleaning 9998 clauses out of 20080 with flag 1195001/1195001
1396.24/738.00	c cleaning 10003 clauses out of 20081 with flag 1205001/1205001
1399.66/740.03	c cleaning 9998 clauses out of 20078 with flag 1215001/1215001
1405.50/743.39	c cleaning 9985 clauses out of 20078 with flag 1225000/1225000
1411.99/747.20	c cleaning 9990 clauses out of 20093 with flag 1235000/1235000
1420.01/751.67	c cleaning 9983 clauses out of 20103 with flag 1245000/1245000
1428.24/756.18	c cleaning 9974 clauses out of 20121 with flag 1255001/1255001
1437.49/761.17	c cleaning 10005 clauses out of 20147 with flag 1265001/1265001
1447.09/766.60	c cleaning 9990 clauses out of 20141 with flag 1275000/1275000
1455.35/771.09	c cleaning 10000 clauses out of 20152 with flag 1285001/1285001
1463.53/775.57	c cleaning 9997 clauses out of 20152 with flag 1295001/1295001
1471.97/780.11	c cleaning 10003 clauses out of 20154 with flag 1305000/1305000
1481.64/785.59	c cleaning 10066 clauses out of 20152 with flag 1315001/1315001
1487.20/788.78	c cleaning 10027 clauses out of 20085 with flag 1325000/1325000
1493.36/792.26	c cleaning 10015 clauses out of 20059 with flag 1335001/1335001
1499.71/795.83	c cleaning 10001 clauses out of 20044 with flag 1345001/1345001
1506.08/799.64	c cleaning 10016 clauses out of 20043 with flag 1355001/1355001
1511.28/802.67	c cleaning 10004 clauses out of 20026 with flag 1365000/1365000
1516.70/805.78	c cleaning 10001 clauses out of 20023 with flag 1375001/1375001
1522.25/808.96	c cleaning 9993 clauses out of 20021 with flag 1385000/1385000
1528.34/812.62	c cleaning 10007 clauses out of 20029 with flag 1395001/1395001
1534.06/815.98	c cleaning 9997 clauses out of 20022 with flag 1405001/1405001
1540.46/819.51	c cleaning 10003 clauses out of 20025 with flag 1415001/1415001
1543.23/821.31	c cleaning 0 clauses out of 35000 with flag 0/35000
1547.77/824.26	c cleaning 9997 clauses out of 20023 with flag 1425002/1425002
1553.39/827.42	c cleaning 9992 clauses out of 20025 with flag 1435001/1435001
1559.05/830.60	c cleaning 10004 clauses out of 20033 with flag 1445001/1445001
1565.03/833.97	c cleaning 10003 clauses out of 20029 with flag 1455001/1455001
1572.15/838.17	c cleaning 9989 clauses out of 20025 with flag 1465000/1465000
1579.40/842.19	c cleaning 10005 clauses out of 20037 with flag 1475001/1475001
1586.16/845.94	c cleaning 9995 clauses out of 20034 with flag 1485003/1485003
1598.00/852.29	c cleaning 9975 clauses out of 20036 with flag 1495000/1495000
1606.50/857.12	c cleaning 10010 clauses out of 20061 with flag 1505000/1505000
1614.54/861.57	c cleaning 9966 clauses out of 20052 with flag 1515001/1515001
1617.90/863.62	c cleaning 10030 clauses out of 20086 with flag 1525001/1525001
1625.24/867.78	c cleaning 9973 clauses out of 20054 with flag 1535000/1535000
1636.19/873.83	c cleaning 9986 clauses out of 20082 with flag 1545001/1545001
1645.80/879.07	c cleaning 9999 clauses out of 20096 with flag 1555001/1555001
1656.67/884.82	c cleaning 9904 clauses out of 20094 with flag 1565000/1565000
1679.72/896.73	c cleaning 10018 clauses out of 20190 with flag 1575000/1575000
1690.27/902.73	c cleaning 10007 clauses out of 20172 with flag 1585000/1585000
1700.15/908.15	c cleaning 10004 clauses out of 20165 with flag 1595000/1595000
1709.64/913.36	c cleaning 10019 clauses out of 20162 with flag 1605001/1605001
1718.10/918.00	c cleaning 10006 clauses out of 20143 with flag 1615001/1615001
1727.42/923.41	c cleaning 10009 clauses out of 20138 with flag 1625002/1625002
1736.09/928.27	c cleaning 10011 clauses out of 20127 with flag 1635000/1635000
1744.84/933.07	c cleaning 9999 clauses out of 20116 with flag 1645000/1645000
1753.78/937.96	c cleaning 10020 clauses out of 20117 with flag 1655000/1655000
1761.15/942.31	c cleaning 10010 clauses out of 20097 with flag 1665001/1665001
1769.62/947.10	c cleaning 10004 clauses out of 20087 with flag 1675001/1675001
1778.94/952.18	c cleaning 10002 clauses out of 20082 with flag 1685000/1685000
1789.28/957.79	c cleaning 9998 clauses out of 20080 with flag 1695000/1695000
1799.44/963.56	c cleaning 10003 clauses out of 20082 with flag 1705000/1705000
1800.55/964.60	c starts		: 207
1800.66/964.60	c conflicts		: 1705008
1800.66/964.60	c decisions		: 7521379
1800.66/964.60	c propagations		: 80523615
1800.66/964.60	c inspects		: 542119160
1800.66/964.60	c learnt literals	: 64
1800.66/964.60	c learnt binary clauses	: 83
1800.66/964.60	c learnt ternary clauses	: 136
1800.66/964.60	c learnt clauses	: 1704944
1800.66/964.60	c ignored clauses	: 0
1800.66/964.60	c root simplifications	: 0
1800.66/964.60	c removed literals (reason simplification)	: 69152955
1800.66/964.60	c reason swapping (by a shorter reason)	: 0
1800.66/964.60	c Calls to reduceDB	: 172
1800.66/964.60	c number of reductions to clauses (during analyze)	: 0
1800.66/964.60	c number of learned constraints concerned by reduction	: 0
1800.66/964.60	c number of learning phase by resolution	: 0
1800.66/964.60	c number of learning phase by cutting planes	: 0
1800.66/964.60	c speed (assignments/second)	: 83601.33660580615
1800.66/964.60	c non guided choices	4797326
1800.66/964.62	c learnt constraints type 
1800.66/964.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10054
1800.66/964.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83
1800.66/964.62	c constraints type 
1800.66/964.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.66/964.62	c constraints type 
1800.66/964.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.66/964.62	s UNKNOWN
1800.66/964.62	c Total wall clock time (in seconds): 964.482

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733476-1338743466/watcher-3733476-1338743466 -o /tmp/evaluation-result-3733476-1338743466/solver-3733476-1338743466 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733476-1338743466.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: 1.94 1.94 2.25 4/197 10445
/proc/meminfo: memFree=25485680/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10445/stat : 10445 (java6) D 10443 10445 9489 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 340471489 2560000 46 33554432000 1073741824 1073778376 140733694890816 140733694887944 223642479911 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 625 46 37 9 0 29 0

[startup+0.0451061 s]
/proc/loadavg: 1.94 1.94 2.25 4/197 10445
/proc/meminfo: memFree=25485680/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2158136 CPUtime=0.01 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 3498 0 1 0 1 0 0 0 20 0 10 0 340471489 2209931264 4196 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 539534 4196 1546 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100228 s]
/proc/loadavg: 1.94 1.94 2.25 4/197 10445
/proc/meminfo: memFree=25485680/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 3898 0 1 0 5 1 0 0 20 0 18 0 340471489 2764726272 5616 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300212 s]
/proc/loadavg: 1.94 1.94 2.25 4/197 10445
/proc/meminfo: memFree=25485680/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 5975 0 1 0 43 2 0 0 20 0 18 0 340471489 2764726272 12148 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 674982 12148 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700234 s]
/proc/loadavg: 1.94 1.94 2.25 4/197 10445
/proc/meminfo: memFree=25485680/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2699928 CPUtime=1.09 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 10710 0 1 0 105 4 0 0 20 0 18 0 340471489 2764726272 45181 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 674982 45181 2221 9 0 665676 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 2699928

[startup+1.50058 s]
/proc/loadavg: 2.02 1.96 2.25 4/215 10463
/proc/meminfo: memFree=25214620/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2833056 CPUtime=2.54 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 12987 0 1 0 235 19 0 0 20 0 20 0 340471489 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 708264 119183 2264 9 0 698958 0
[pid=10445/tid=10447] ppid=10443 vsize=2833056 CPUtime=1.25 cores=0,2,4,6
/proc/10445/task/10447/stat : 10447 (java) S 10443 10445 9489 0 -1 4202560 2967 0 1 0 118 7 0 0 20 0 20 0 340471490 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815764268184 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10448] ppid=10443 vsize=2833056 CPUtime=0.05 cores=0,2,4,6
/proc/10445/task/10448/stat : 10448 (java) S 10443 10445 9489 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815630662056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10449] ppid=10443 vsize=2833056 CPUtime=0.04 cores=0,2,4,6
/proc/10445/task/10449/stat : 10449 (java) S 10443 10445 9489 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815629609512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10450] ppid=10443 vsize=2833056 CPUtime=0.04 cores=0,2,4,6
/proc/10445/task/10450/stat : 10450 (java) S 10443 10445 9489 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815628556456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10451] ppid=10443 vsize=2833056 CPUtime=0.08 cores=0,2,4,6
/proc/10445/task/10451/stat : 10451 (java) S 10443 10445 9489 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815627503912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10452] ppid=10443 vsize=2833056 CPUtime=0.05 cores=0,2,4,6
/proc/10445/task/10452/stat : 10452 (java) S 10443 10445 9489 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815626451880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10453] ppid=10443 vsize=2833056 CPUtime=0.04 cores=0,2,4,6
/proc/10445/task/10453/stat : 10453 (java) S 10443 10445 9489 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815625399336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10454] ppid=10443 vsize=2833056 CPUtime=0.03 cores=0,2,4,6
/proc/10445/task/10454/stat : 10454 (java) S 10443 10445 9489 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815624346280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10455] ppid=10443 vsize=2833056 CPUtime=0.02 cores=0,2,4,6
/proc/10445/task/10455/stat : 10455 (java) S 10443 10445 9489 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 20 0 340471492 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815623293736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10456] ppid=10443 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10456/stat : 10456 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340471493 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815140964712 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10457] ppid=10443 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10457/stat : 10457 (java) S 10443 10445 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340471494 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815139911032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10458] ppid=10443 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10458/stat : 10458 (java) S 10443 10445 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340471494 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815138857864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10459] ppid=10443 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10459/stat : 10459 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340471497 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815137806608 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10460] ppid=10443 vsize=2833056 CPUtime=0.38 cores=0,2,4,6
/proc/10445/task/10460/stat : 10460 (java) R 10443 10445 9489 0 -1 4202560 5003 0 0 0 36 2 0 0 20 0 20 0 340471497 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815136754488 139815767134889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10461] ppid=10443 vsize=2833056 CPUtime=0.25 cores=0,2,4,6
/proc/10445/task/10461/stat : 10461 (java) S 10443 10445 9489 0 -1 4202560 3596 0 0 0 25 0 0 0 20 0 20 0 340471497 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815135701944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10462] ppid=10443 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10462/stat : 10462 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340471497 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815134649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10463] ppid=10443 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10463/stat : 10463 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340471497 2901049344 119183 33554432000 1073741824 1073778376 140735621977760 139815133596744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 2833056

[startup+3.1008 s]
/proc/loadavg: 2.02 1.96 2.25 6/219 10467
/proc/meminfo: memFree=25016620/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2966184 CPUtime=6.71 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 13399 0 1 0 643 28 0 0 20 0 22 0 340471489 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 741546 136797 2269 9 0 732240 0
[pid=10445/tid=10447] ppid=10443 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/10445/task/10447/stat : 10447 (java) S 10443 10445 9489 0 -1 4202560 2967 0 1 0 118 7 0 0 20 0 22 0 340471490 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815764268184 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10448] ppid=10443 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/10445/task/10448/stat : 10448 (java) S 10443 10445 9489 0 -1 4202560 69 0 0 0 9 4 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815630662056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10449] ppid=10443 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/10445/task/10449/stat : 10449 (java) S 10443 10445 9489 0 -1 4202560 118 0 0 0 6 3 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815629609512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10450] ppid=10443 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/10445/task/10450/stat : 10450 (java) S 10443 10445 9489 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815628556456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10451] ppid=10443 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/10445/task/10451/stat : 10451 (java) S 10443 10445 9489 0 -1 4202560 84 0 0 0 11 5 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815627503912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10452] ppid=10443 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/10445/task/10452/stat : 10452 (java) S 10443 10445 9489 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815626451880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10453] ppid=10443 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/10445/task/10453/stat : 10453 (java) S 10443 10445 9489 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815625399336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10454] ppid=10443 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/10445/task/10454/stat : 10454 (java) S 10443 10445 9489 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815624346280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10455] ppid=10443 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/10445/task/10455/stat : 10455 (java) S 10443 10445 9489 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 340471492 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815623293736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10456] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10456/stat : 10456 (java) S 10443 10445 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340471493 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815140964712 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10457] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10457/stat : 10457 (java) S 10443 10445 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815139911032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10458] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10458/stat : 10458 (java) S 10443 10445 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815138857864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10459] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10459/stat : 10459 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815137806608 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10460] ppid=10443 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/10445/task/10460/stat : 10460 (java) S 10443 10445 9489 0 -1 4202560 5018 0 0 0 72 2 0 0 20 0 22 0 340471497 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815136754488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10461] ppid=10443 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/10445/task/10461/stat : 10461 (java) S 10443 10445 9489 0 -1 4202560 3680 0 0 0 73 0 0 0 20 0 22 0 340471497 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815135701944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10462] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10462/stat : 10462 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815134649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10463] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10463/stat : 10463 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815133596744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10464] ppid=10443 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/10445/task/10464/stat : 10464 (java) R 10443 10445 9489 0 -1 4202560 39 0 0 0 156 0 0 0 20 0 22 0 340471631 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815132539456 139815631486258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10465] ppid=10443 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/10445/task/10465/stat : 10465 (java) R 10443 10445 9489 0 -1 4202560 63 0 0 0 158 0 0 0 20 0 22 0 340471631 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815131487696 139815631475174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10466] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10466/stat : 10466 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815130436392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10467] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10467/stat : 10467 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 136797 33554432000 1073741824 1073778376 140735621977760 139815129383848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 2966184

[startup+6.30083 s]
/proc/loadavg: 2.02 1.96 2.25 5/219 10467
/proc/meminfo: memFree=24940544/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2966184 CPUtime=13.77 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 14821 0 1 0 1342 35 0 0 20 0 22 0 340471489 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 741546 152353 2280 9 0 732240 0
[pid=10445/tid=10447] ppid=10443 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/10445/task/10447/stat : 10447 (java) S 10443 10445 9489 0 -1 4202560 2968 0 1 0 118 7 0 0 20 0 22 0 340471490 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815764268184 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10448] ppid=10443 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/10445/task/10448/stat : 10448 (java) S 10443 10445 9489 0 -1 4202560 88 0 0 0 19 4 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815630662056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10449] ppid=10443 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/10445/task/10449/stat : 10449 (java) S 10443 10445 9489 0 -1 4202560 145 0 0 0 22 4 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815629609512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10450] ppid=10443 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/10445/task/10450/stat : 10450 (java) S 10443 10445 9489 0 -1 4202560 46 0 0 0 22 3 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815628556456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10451] ppid=10443 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/10445/task/10451/stat : 10451 (java) S 10443 10445 9489 0 -1 4202560 136 0 0 0 22 6 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815627503912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10452] ppid=10443 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/10445/task/10452/stat : 10452 (java) S 10443 10445 9489 0 -1 4202560 66 0 0 0 17 4 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815626451880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10453] ppid=10443 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/10445/task/10453/stat : 10453 (java) S 10443 10445 9489 0 -1 4202560 93 0 0 0 13 2 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815625399336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10454] ppid=10443 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/10445/task/10454/stat : 10454 (java) S 10443 10445 9489 0 -1 4202560 92 0 0 0 19 2 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815624346280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10455] ppid=10443 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/10445/task/10455/stat : 10455 (java) S 10443 10445 9489 0 -1 4202560 51 0 0 0 14 2 0 0 20 0 22 0 340471492 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815623293736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10456] ppid=10443 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/10445/task/10456/stat : 10456 (java) R 10443 10445 9489 0 -1 4202560 28 0 0 0 23 0 0 0 20 0 22 0 340471493 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815140963688 139815770391953 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10457] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10457/stat : 10457 (java) S 10443 10445 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815139911032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10458] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10458/stat : 10458 (java) S 10443 10445 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815138857864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10459] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10459/stat : 10459 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815137806608 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10460] ppid=10443 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10445/task/10460/stat : 10460 (java) S 10443 10445 9489 0 -1 4202560 5019 0 0 0 77 2 0 0 20 0 22 0 340471497 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815136754488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10461] ppid=10443 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/10445/task/10461/stat : 10461 (java) S 10443 10445 9489 0 -1 4202560 4790 0 0 0 105 0 0 0 20 0 22 0 340471497 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815135691080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10462] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10462/stat : 10462 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815134649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10463] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10463/stat : 10463 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815133596744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10464] ppid=10443 vsize=2966184 CPUtime=4.23 cores=0,2,4,6
/proc/10445/task/10464/stat : 10464 (java) S 10443 10445 9489 0 -1 4202560 41 0 0 0 423 0 0 0 20 0 22 0 340471631 3037372416 152353 33554432000 1073741824 1073778376 140735621977760 139815132541064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=10445/tid=10467] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10467/stat : 10467 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 285713 33554432000 1073741824 1073778376 140735621977760 139815129383848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.15
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+964.001 s]
/proc/loadavg: 4.01 3.78 3.22 4/219 10721
/proc/meminfo: memFree=24758972/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2966184 CPUtime=1800.06 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 760790 0 1 0 179720 286 0 0 20 0 22 0 340471489 3037372416 289508 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 741546 289508 2283 9 0 732240 0
[pid=10445/tid=10447] ppid=10443 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/10445/task/10447/stat : 10447 (java) S 10443 10445 9489 0 -1 4202560 3081 0 1 0 120 8 0 0 20 0 22 0 340471490 3037372416 289520 33554432000 1073741824 1073778376 140735621977760 139815764268184 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10448] ppid=10443 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/10445/task/10448/stat : 10448 (java) S 10443 10445 9489 0 -1 4202560 409 0 0 0 549 12 0 0 20 0 22 0 340471492 3037372416 289522 33554432000 1073741824 1073778376 140735621977760 139815630662056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10449] ppid=10443 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/10445/task/10449/stat : 10449 (java) S 10443 10445 9489 0 -1 4202560 416 0 0 0 549 12 0 0 20 0 22 0 340471492 3037372416 289524 33554432000 1073741824 1073778376 140735621977760 139815629609512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10450] ppid=10443 vsize=2966184 CPUtime=5.46 cores=0,2,4,6
/proc/10445/task/10450/stat : 10450 (java) S 10443 10445 9489 0 -1 4202560 370 0 0 0 536 10 0 0 20 0 22 0 340471492 3037372416 289524 33554432000 1073741824 1073778376 140735621977760 139815628556456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10451] ppid=10443 vsize=2966184 CPUtime=5.69 cores=0,2,4,6
/proc/10445/task/10451/stat : 10451 (java) S 10443 10445 9489 0 -1 4202560 425 0 0 0 556 13 0 0 20 0 22 0 340471492 3037372416 289526 33554432000 1073741824 1073778376 140735621977760 139815627503912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10452] ppid=10443 vsize=2966184 CPUtime=5.52 cores=0,2,4,6
/proc/10445/task/10452/stat : 10452 (java) S 10443 10445 9489 0 -1 4202560 399 0 0 0 541 11 0 0 20 0 22 0 340471492 3037372416 289528 33554432000 1073741824 1073778376 140735621977760 139815626451880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10453] ppid=10443 vsize=2966184 CPUtime=5.35 cores=0,2,4,6
/proc/10445/task/10453/stat : 10453 (java) S 10443 10445 9489 0 -1 4202560 381 0 0 0 525 10 0 0 20 0 22 0 340471492 3037372416 289528 33554432000 1073741824 1073778376 140735621977760 139815625399336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10454] ppid=10443 vsize=2966184 CPUtime=5.34 cores=0,2,4,6
/proc/10445/task/10454/stat : 10454 (java) S 10443 10445 9489 0 -1 4202560 354 0 0 0 526 8 0 0 20 0 22 0 340471492 3037372416 289530 33554432000 1073741824 1073778376 140735621977760 139815624346280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10455] ppid=10443 vsize=2966184 CPUtime=5.58 cores=0,2,4,6
/proc/10445/task/10455/stat : 10455 (java) S 10443 10445 9489 0 -1 4202560 376 0 0 0 548 10 0 0 20 0 22 0 340471492 3037372416 289532 33554432000 1073741824 1073778376 140735621977760 139815623293736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10456] ppid=10443 vsize=2966184 CPUtime=148.78 cores=0,2,4,6
/proc/10445/task/10456/stat : 10456 (java) R 10443 10445 9489 0 -1 4202560 733314 0 0 0 14713 165 0 0 20 0 22 0 340471493 3037372416 289534 33554432000 1073741824 1073778376 140735621977760 139815140963568 223651270475 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10457] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10457/stat : 10457 (java) S 10443 10445 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 289536 33554432000 1073741824 1073778376 140735621977760 139815139911032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10458] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10458/stat : 10458 (java) S 10443 10445 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 289538 33554432000 1073741824 1073778376 140735621977760 139815138857864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10459] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10459/stat : 10459 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 289539 33554432000 1073741824 1073778376 140735621977760 139815137806608 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10460] ppid=10443 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/10445/task/10460/stat : 10460 (java) S 10443 10445 9489 0 -1 4202560 5037 0 0 0 108 2 0 0 20 0 22 0 340471497 3037372416 289540 33554432000 1073741824 1073778376 140735621977760 139815136754488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10461] ppid=10443 vsize=2966184 CPUtime=2.11 cores=0,2,4,6
/proc/10445/task/10461/stat : 10461 (java) S 10443 10445 9489 0 -1 4202560 14271 0 0 0 208 3 0 0 20 0 22 0 340471497 3037372416 289543 33554432000 1073741824 1073778376 140735621977760 139815135701944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10462] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10462/stat : 10462 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 289544 33554432000 1073741824 1073778376 140735621977760 139815134649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10463] ppid=10443 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/10445/task/10463/stat : 10463 (java) S 10443 10445 9489 0 -1 4202560 55 0 0 0 20 18 0 0 20 0 22 0 340471497 3037372416 289546 33554432000 1073741824 1073778376 140735621977760 139815133596744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10464] ppid=10443 vsize=2966184 CPUtime=801.13 cores=0,2,4,6
/proc/10445/task/10464/stat : 10464 (java) S 10443 10445 9489 0 -1 4202560 331 0 0 0 80097 16 0 0 20 0 22 0 340471631 3037372416 289548 33554432000 1073741824 1073778376 140735621977760 139815132541384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10465] ppid=10443 vsize=2966184 CPUtime=801.16 cores=0,2,4,6
/proc/10445/task/10465/stat : 10465 (java) S 10443 10445 9489 0 -1 4202560 407 0 0 0 80100 16 0 0 20 0 22 0 340471631 3037372416 289549 33554432000 1073741824 1073778376 140735621977760 139815131487032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10466] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10466/stat : 10466 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 289549 33554432000 1073741824 1073778376 140735621977760 139815130436392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10467] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10467/stat : 10467 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 289550 33554432000 1073741824 1073778376 140735621977760 139815129383848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

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

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

[startup+964.201 s]
/proc/loadavg: 4.01 3.78 3.22 4/219 10721
/proc/meminfo: memFree=24758972/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2966184 CPUtime=1800.25 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 762993 0 1 0 179739 286 0 0 20 0 22 0 340471489 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 741546 291710 2283 9 0 732240 0
[pid=10445/tid=10447] ppid=10443 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/10445/task/10447/stat : 10447 (java) S 10443 10445 9489 0 -1 4202560 3081 0 1 0 120 8 0 0 20 0 22 0 340471490 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815764268184 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10448] ppid=10443 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/10445/task/10448/stat : 10448 (java) S 10443 10445 9489 0 -1 4202560 409 0 0 0 549 12 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815630662056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10449] ppid=10443 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/10445/task/10449/stat : 10449 (java) S 10443 10445 9489 0 -1 4202560 416 0 0 0 549 12 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815629609512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10450] ppid=10443 vsize=2966184 CPUtime=5.46 cores=0,2,4,6
/proc/10445/task/10450/stat : 10450 (java) S 10443 10445 9489 0 -1 4202560 370 0 0 0 536 10 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815628556456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10451] ppid=10443 vsize=2966184 CPUtime=5.69 cores=0,2,4,6
/proc/10445/task/10451/stat : 10451 (java) S 10443 10445 9489 0 -1 4202560 425 0 0 0 556 13 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815627503912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10452] ppid=10443 vsize=2966184 CPUtime=5.52 cores=0,2,4,6
/proc/10445/task/10452/stat : 10452 (java) S 10443 10445 9489 0 -1 4202560 399 0 0 0 541 11 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815626451880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10453] ppid=10443 vsize=2966184 CPUtime=5.35 cores=0,2,4,6
/proc/10445/task/10453/stat : 10453 (java) S 10443 10445 9489 0 -1 4202560 381 0 0 0 525 10 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815625399336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10454] ppid=10443 vsize=2966184 CPUtime=5.34 cores=0,2,4,6
/proc/10445/task/10454/stat : 10454 (java) S 10443 10445 9489 0 -1 4202560 354 0 0 0 526 8 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815624346280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10455] ppid=10443 vsize=2966184 CPUtime=5.58 cores=0,2,4,6
/proc/10445/task/10455/stat : 10455 (java) S 10443 10445 9489 0 -1 4202560 376 0 0 0 548 10 0 0 20 0 22 0 340471492 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815623293736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10456] ppid=10443 vsize=2966184 CPUtime=148.98 cores=0,2,4,6
/proc/10445/task/10456/stat : 10456 (java) R 10443 10445 9489 0 -1 4202560 735490 0 0 0 14732 166 0 0 20 0 22 0 340471493 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815140963568 139815771121667 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10457] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10457/stat : 10457 (java) S 10443 10445 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815139911032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10458] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10458/stat : 10458 (java) S 10443 10445 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340471494 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815138857864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10459] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10459/stat : 10459 (java) S 10443 10445 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815137806152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10460] ppid=10443 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/10445/task/10460/stat : 10460 (java) S 10443 10445 9489 0 -1 4202560 5037 0 0 0 108 2 0 0 20 0 22 0 340471497 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815136754488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10461] ppid=10443 vsize=2966184 CPUtime=2.11 cores=0,2,4,6
/proc/10445/task/10461/stat : 10461 (java) S 10443 10445 9489 0 -1 4202560 14271 0 0 0 208 3 0 0 20 0 22 0 340471497 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815135701944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10462] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10462/stat : 10462 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340471497 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815134649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10463] ppid=10443 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/10445/task/10463/stat : 10463 (java) S 10443 10445 9489 0 -1 4202560 55 0 0 0 20 18 0 0 20 0 22 0 340471497 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815133596744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10464] ppid=10443 vsize=2966184 CPUtime=801.13 cores=0,2,4,6
/proc/10445/task/10464/stat : 10464 (java) S 10443 10445 9489 0 -1 4202560 331 0 0 0 80097 16 0 0 20 0 22 0 340471631 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815132541384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10465] ppid=10443 vsize=2966184 CPUtime=801.16 cores=0,2,4,6
/proc/10445/task/10465/stat : 10465 (java) S 10443 10445 9489 0 -1 4202560 407 0 0 0 80100 16 0 0 20 0 22 0 340471631 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815131487032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10466] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10466/stat : 10466 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815130436392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10467] ppid=10443 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10467/stat : 10467 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340471653 3037372416 291710 33554432000 1073741824 1073778376 140735621977760 139815129383848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 2966184

[startup+964.601 s]
/proc/loadavg: 4.01 3.78 3.22 4/220 10722
/proc/meminfo: memFree=24748928/32873844 swapFree=7628/7628
[pid=10445] ppid=10443 vsize=2966184 CPUtime=1800.66 cores=0,2,4,6
/proc/10445/stat : 10445 (java) S 10443 10445 9489 0 -1 4202496 762999 0 1 0 179780 286 0 0 20 0 22 0 340471489 3037372416 288279 33554432000 1073741824 1073778376 140735621977760 140735621968896 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10445/statm: 741546 288279 2283 9 0 732240 0
[pid=10445/tid=10447] ppid=10443 vsize=3032748 CPUtime=1.28 cores=0,2,4,6
/proc/10445/task/10447/stat : 10447 (java) S 10443 10445 9489 0 -1 4202560 3081 0 1 0 120 8 0 0 20 0 23 0 340471490 3105533952 288283 33554432000 1073741824 1073778376 140735621977760 139815764268184 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10448] ppid=10443 vsize=3032748 CPUtime=5.61 cores=0,2,4,6
/proc/10445/task/10448/stat : 10448 (java) S 10443 10445 9489 0 -1 4202560 409 0 0 0 549 12 0 0 20 0 23 0 340471492 3105533952 288284 33554432000 1073741824 1073778376 140735621977760 139815630662056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10449] ppid=10443 vsize=3032748 CPUtime=5.61 cores=0,2,4,6
/proc/10445/task/10449/stat : 10449 (java) S 10443 10445 9489 0 -1 4202560 416 0 0 0 549 12 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815629609512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10450] ppid=10443 vsize=3032748 CPUtime=5.46 cores=0,2,4,6
/proc/10445/task/10450/stat : 10450 (java) S 10443 10445 9489 0 -1 4202560 370 0 0 0 536 10 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815628556456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10451] ppid=10443 vsize=3032748 CPUtime=5.69 cores=0,2,4,6
/proc/10445/task/10451/stat : 10451 (java) S 10443 10445 9489 0 -1 4202560 425 0 0 0 556 13 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815627503912 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10452] ppid=10443 vsize=3032748 CPUtime=5.52 cores=0,2,4,6
/proc/10445/task/10452/stat : 10452 (java) S 10443 10445 9489 0 -1 4202560 399 0 0 0 541 11 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815626451880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10453] ppid=10443 vsize=3032748 CPUtime=5.35 cores=0,2,4,6
/proc/10445/task/10453/stat : 10453 (java) S 10443 10445 9489 0 -1 4202560 381 0 0 0 525 10 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815625399336 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10454] ppid=10443 vsize=3032748 CPUtime=5.34 cores=0,2,4,6
/proc/10445/task/10454/stat : 10454 (java) S 10443 10445 9489 0 -1 4202560 354 0 0 0 526 8 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815624346280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10455] ppid=10443 vsize=3032748 CPUtime=5.58 cores=0,2,4,6
/proc/10445/task/10455/stat : 10455 (java) S 10443 10445 9489 0 -1 4202560 376 0 0 0 548 10 0 0 20 0 23 0 340471492 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815623293736 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10456] ppid=10443 vsize=3032748 CPUtime=149.38 cores=0,2,4,6
/proc/10445/task/10456/stat : 10456 (java) S 10443 10445 9489 0 -1 4202560 735490 0 0 0 14772 166 0 0 20 0 23 0 340471493 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815140964712 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10457] ppid=10443 vsize=3032748 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10457/stat : 10457 (java) S 10443 10445 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 340471494 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815139911032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10458] ppid=10443 vsize=3032748 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10458/stat : 10458 (java) S 10443 10445 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 340471494 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815138857864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10459] ppid=10443 vsize=3032748 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10459/stat : 10459 (java) S 10443 10445 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 340471497 3105533952 288290 33554432000 1073741824 1073778376 140735621977760 139815137806608 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10460] ppid=10443 vsize=3032748 CPUtime=1.1 cores=0,2,4,6
/proc/10445/task/10460/stat : 10460 (java) S 10443 10445 9489 0 -1 4202560 5037 0 0 0 108 2 0 0 20 0 23 0 340471497 3105533952 288292 33554432000 1073741824 1073778376 140735621977760 139815136754488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10445/tid=10461] ppid=10443 vsize=3033776 CPUtime=2.11 cores=0,2,4,6
/proc/10445/task/10461/stat : 10461 (java) S 10443 10445 9489 0 -1 4202560 14271 0 0 0 208 3 0 0 20 0 24 0 340471497 3106586624 288294 33554432000 1073741824 1073778376 140735621977760 139815135701944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10462] ppid=10443 vsize=3033776 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10462/stat : 10462 (java) S 10443 10445 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 340471497 3106586624 288294 33554432000 1073741824 1073778376 140735621977760 139815134649080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10463] ppid=10443 vsize=3099312 CPUtime=0.38 cores=0,2,4,6
/proc/10445/task/10463/stat : 10463 (java) S 10443 10445 9489 0 -1 4202560 55 0 0 0 20 18 0 0 20 0 24 0 340471497 3173695488 288295 33554432000 1073741824 1073778376 140735621977760 139815133596744 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10464] ppid=10443 vsize=3099312 CPUtime=801.13 cores=0,2,4,6
/proc/10445/task/10464/stat : 10464 (java) R 10443 10445 9489 0 -1 4202560 331 0 0 0 80097 16 0 0 20 0 24 0 340471631 3173695488 288301 33554432000 1073741824 1073778376 140735621977760 139815132541384 139815631475933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10465] ppid=10443 vsize=3099312 CPUtime=801.17 cores=0,2,4,6
/proc/10445/task/10465/stat : 10465 (java) R 10443 10445 9489 0 -1 4202560 407 0 0 0 80101 16 0 0 20 0 24 0 340471631 3173695488 288301 33554432000 1073741824 1073778376 140735621977760 139815131486912 139815631474882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10445/tid=10466] ppid=10443 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10466/stat : 10466 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 340471653 3173695488 288301 33554432000 1073741824 1073778376 140735621977760 139815130436392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10467] ppid=10443 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10467/stat : 10467 (java) S 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 340471653 3173695488 288301 33554432000 1073741824 1073778376 140735621977760 139815129383848 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10445/tid=10723] ppid=10443 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10723/stat : 10723 (java) S 10443 10445 9489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 24 0 340567949 3173695488 288301 33554432000 1073741824 1073778376 140735621977760 139815128331112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10445/tid=10724] ppid=10443 vsize=3099312 CPUtime=0 cores=0,2,4,6
/proc/10445/task/10724/stat : 10724 (java) R 10443 10445 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 340567949 3173695488 288301 33554432000 1073741824 1073778376 140735621977760 139815127269584 223655027885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 964.63
CPU time (s): 1801.02
CPU user time (s): 1797.72
CPU system time (s): 3.3005
CPU usage (%): 186.706
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.72
system time used= 3.3005
maximum resident set size= 1166840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 763028
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44226
involuntary context switches= 76360

runsolver used 4.14337 second user time and 8.43172 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 19:11:06
IDJOB=3733476
IDBENCH=2504
IDSOLVER=2324
FILE ID=node144/3733476-1338743466
RUNJOBID= node144-1338739588-9505
PBS_JOBID= 14636773
Free space on /tmp= 70828 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733476-1338743466/watcher-3733476-1338743466 -o /tmp/evaluation-result-3733476-1338743466/solver-3733476-1338743466 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733476-1338743466.opb

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=96005576

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25485680 kB
Buffers:         1717420 kB
Cached:          3668024 kB
SwapCached:          464 kB
Active:          4570092 kB
Inactive:        1889664 kB
Active(anon):    1054612 kB
Inactive(anon):    11188 kB
Active(file):    3515480 kB
Inactive(file):  1878476 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              5212 kB
Writeback:             0 kB
AnonPages:       1115816 kB
Mapped:            22536 kB
Shmem:               172 kB
Slab:             740308 kB
SReclaimable:     181940 kB
SUnreclaim:       558368 kB
KernelStack:        1616 kB
PageTables:         6420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node144 at 2012-06-03 19:27:12