Trace number 3454240

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.22 923.679

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg.opb
MD5SUM4f19aa044e880280faec0077a2509ba8
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 variables4890
Total number of constraints363
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 constraints363
Minimum length of a constraint30
Maximum length of a constraint540
Number of terms in the objective function 3930
Biggest coefficient in the objective function 5373004087296
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 556141355997381
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454240-1307191210.opb
0.11/0.11	c reading problem ... 
1.46/0.61	c ... done. Wall clock time 0.492s.
1.46/0.61	c #vars     4890
1.46/0.61	c #constraints  2213
1.46/0.61	c constraints type 
1.46/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 393
1.46/0.61	c constraints type 
1.46/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
4.19/1.54	c cleaning 2495 clauses out of 4998 with flag 5000/5000
6.56/2.66	c cleaning 4252 clauses out of 8503 with flag 11000/11000
9.57/4.16	c cleaning 5622 clauses out of 11251 with flag 18000/18000
12.97/5.88	c cleaning 6815 clauses out of 13629 with flag 26000/26000
17.16/7.92	c cleaning 7905 clauses out of 15815 with flag 35001/35001
21.71/10.29	c cleaning 8953 clauses out of 17909 with flag 45000/45000
27.49/13.17	c cleaning 9475 clauses out of 18957 with flag 55001/55001
32.81/15.89	c cleaning 9739 clauses out of 19481 with flag 65000/65000
38.14/18.59	c cleaning 9872 clauses out of 19743 with flag 75001/75001
43.88/21.44	c cleaning 9935 clauses out of 19871 with flag 85001/85001
49.03/24.04	c cleaning 9968 clauses out of 19936 with flag 95001/95001
54.97/27.04	c cleaning 9984 clauses out of 19967 with flag 105000/105000
60.69/29.97	c cleaning 9992 clauses out of 19984 with flag 115001/115001
65.23/32.21	c cleaning 9996 clauses out of 19991 with flag 125000/125000
69.00/34.16	c cleaning 9993 clauses out of 19995 with flag 135000/135000
73.70/36.52	c cleaning 9996 clauses out of 20003 with flag 145001/145001
78.01/38.75	c cleaning 9986 clauses out of 20007 with flag 155001/155001
84.75/42.10	c cleaning 9995 clauses out of 20021 with flag 165001/165001
90.73/45.12	c cleaning 10006 clauses out of 20027 with flag 175002/175002
96.22/47.99	c cleaning 10004 clauses out of 20020 with flag 185001/185001
101.71/50.72	c cleaning 10001 clauses out of 20015 with flag 195000/195000
106.82/53.37	c cleaning 10001 clauses out of 20016 with flag 205002/205002
111.74/55.82	c cleaning 9999 clauses out of 20013 with flag 215000/215000
116.85/58.45	c cleaning 9998 clauses out of 20014 with flag 225000/225000
121.73/60.94	c cleaning 9999 clauses out of 20016 with flag 235000/235000
126.84/63.58	c cleaning 10003 clauses out of 20018 with flag 245001/245001
131.94/66.17	c cleaning 9998 clauses out of 20014 with flag 255000/255000
137.06/68.75	c cleaning 10002 clauses out of 20016 with flag 265000/265000
142.34/71.42	c cleaning 10002 clauses out of 20015 with flag 275001/275001
147.42/74.02	c cleaning 9999 clauses out of 20012 with flag 285000/285000
152.32/76.56	c cleaning 10004 clauses out of 20014 with flag 295001/295001
157.21/79.11	c cleaning 9994 clauses out of 20009 with flag 305000/305000
162.87/81.98	c cleaning 10003 clauses out of 20016 with flag 315001/315001
168.76/84.97	c cleaning 10000 clauses out of 20012 with flag 325000/325000
174.24/87.74	c cleaning 9999 clauses out of 20013 with flag 335001/335001
179.73/90.56	c cleaning 10001 clauses out of 20013 with flag 345000/345000
185.38/93.45	c cleaning 10001 clauses out of 20012 with flag 355000/355000
191.43/96.51	c cleaning 9998 clauses out of 20012 with flag 365001/365001
196.90/99.31	c cleaning 9997 clauses out of 20014 with flag 375001/375001
202.37/102.18	c cleaning 10003 clauses out of 20017 with flag 385001/385001
207.60/104.88	c cleaning 10004 clauses out of 20013 with flag 395000/395000
213.28/107.73	c cleaning 9995 clauses out of 20009 with flag 405000/405000
218.52/110.41	c cleaning 10002 clauses out of 20014 with flag 415000/415000
227.79/115.19	c cleaning 10003 clauses out of 20013 with flag 425001/425001
238.18/120.41	c cleaning 9995 clauses out of 20010 with flag 435001/435001
248.63/125.73	c cleaning 10003 clauses out of 20014 with flag 445000/445000
254.29/128.71	c cleaning 10000 clauses out of 20012 with flag 455001/455001
258.74/130.99	c cleaning 9999 clauses out of 20013 with flag 465002/465002
263.28/133.39	c cleaning 9998 clauses out of 20012 with flag 475000/475000
267.32/135.44	c cleaning 9997 clauses out of 20014 with flag 485000/485000
271.56/137.70	c cleaning 10001 clauses out of 20017 with flag 495000/495000
275.73/139.78	c cleaning 9998 clauses out of 20016 with flag 505000/505000
279.69/141.91	c cleaning 10000 clauses out of 20019 with flag 515001/515001
283.92/144.03	c cleaning 10004 clauses out of 20018 with flag 525000/525000
287.94/146.13	c cleaning 9999 clauses out of 20014 with flag 535000/535000
291.37/147.98	c cleaning 9988 clauses out of 20016 with flag 545001/545001
296.13/150.40	c cleaning 10001 clauses out of 20027 with flag 555000/555000
300.40/152.67	c cleaning 10000 clauses out of 20027 with flag 565001/565001
305.05/155.09	c cleaning 9994 clauses out of 20027 with flag 575001/575001
310.07/157.69	c cleaning 9997 clauses out of 20032 with flag 585000/585000
320.82/163.18	c cleaning 10013 clauses out of 20035 with flag 595000/595000
334.44/170.02	c cleaning 10001 clauses out of 20022 with flag 605000/605000
348.66/177.23	c cleaning 10000 clauses out of 20022 with flag 615001/615001
361.31/183.70	c cleaning 9998 clauses out of 20021 with flag 625000/625000
374.24/190.25	c cleaning 10000 clauses out of 20024 with flag 635001/635001
386.83/196.63	c cleaning 10003 clauses out of 20023 with flag 645000/645000
397.84/202.26	c cleaning 0 clauses out of 5000 with flag 0/5000
400.14/203.32	c cleaning 9999 clauses out of 20020 with flag 655000/655000
414.23/210.40	c cleaning 10004 clauses out of 20022 with flag 665001/665001
427.83/217.33	c cleaning 9995 clauses out of 20017 with flag 675000/675000
441.64/224.37	c cleaning 10000 clauses out of 20022 with flag 685000/685000
455.62/231.49	c cleaning 9999 clauses out of 20022 with flag 695000/695000
469.73/238.66	c cleaning 10001 clauses out of 20023 with flag 705000/705000
483.88/245.86	c cleaning 10001 clauses out of 20022 with flag 715000/715000
498.45/253.29	c cleaning 9998 clauses out of 20021 with flag 725000/725000
512.83/260.57	c cleaning 10007 clauses out of 20023 with flag 735000/735000
527.11/267.87	c cleaning 9998 clauses out of 20016 with flag 745000/745000
541.32/275.03	c cleaning 10001 clauses out of 20019 with flag 755001/755001
555.46/282.27	c cleaning 10000 clauses out of 20017 with flag 765000/765000
569.82/289.50	c cleaning 9997 clauses out of 20017 with flag 775000/775000
583.93/296.77	c cleaning 10003 clauses out of 20021 with flag 785001/785001
598.49/304.16	c cleaning 9996 clauses out of 20017 with flag 795000/795000
612.46/311.30	c cleaning 9995 clauses out of 20021 with flag 805000/805000
626.79/318.58	c cleaning 10008 clauses out of 20026 with flag 815000/815000
640.83/325.77	c cleaning 10006 clauses out of 20018 with flag 825000/825000
650.98/330.91	c cleaning 9998 clauses out of 20015 with flag 835003/835003
660.93/336.01	c cleaning 10000 clauses out of 20014 with flag 845000/845000
671.29/341.34	c cleaning 9999 clauses out of 20015 with flag 855001/855001
681.93/346.81	c cleaning 9996 clauses out of 20015 with flag 865000/865000
691.67/351.90	c cleaning 10002 clauses out of 20019 with flag 875000/875000
702.63/357.48	c cleaning 10004 clauses out of 20017 with flag 885000/885000
714.15/363.30	c cleaning 9999 clauses out of 20013 with flag 895000/895000
726.40/369.64	c cleaning 9999 clauses out of 20014 with flag 905000/905000
738.51/375.84	c cleaning 9997 clauses out of 20015 with flag 915000/915000
750.46/381.92	c cleaning 10005 clauses out of 20018 with flag 925000/925000
762.20/387.97	c cleaning 10000 clauses out of 20013 with flag 935000/935000
774.03/394.07	c cleaning 9999 clauses out of 20014 with flag 945001/945001
785.15/399.77	c cleaning 10000 clauses out of 20016 with flag 955002/955002
796.87/405.72	c cleaning 9999 clauses out of 20014 with flag 965000/965000
808.39/411.68	c cleaning 10003 clauses out of 20016 with flag 975001/975001
820.37/417.85	c cleaning 9996 clauses out of 20012 with flag 985000/985000
831.88/423.79	c cleaning 10001 clauses out of 20016 with flag 995000/995000
843.19/429.57	c cleaning 10005 clauses out of 20017 with flag 1005002/1005002
854.92/435.55	c cleaning 10000 clauses out of 20012 with flag 1015002/1015002
865.93/441.23	c cleaning 9998 clauses out of 20011 with flag 1025001/1025001
876.85/446.83	c cleaning 10000 clauses out of 20012 with flag 1035000/1035000
887.55/452.33	c cleaning 9998 clauses out of 20012 with flag 1045000/1045000
898.26/457.85	c cleaning 10001 clauses out of 20015 with flag 1055001/1055001
909.07/463.48	c cleaning 10002 clauses out of 20013 with flag 1065000/1065000
920.17/469.10	c cleaning 10004 clauses out of 20012 with flag 1075001/1075001
930.28/474.37	c cleaning 9997 clauses out of 20008 with flag 1085001/1085001
941.18/479.95	c cleaning 9999 clauses out of 20010 with flag 1095000/1095000
952.61/485.81	c cleaning 10001 clauses out of 20011 with flag 1105000/1105000
963.70/491.58	c cleaning 9998 clauses out of 20011 with flag 1115001/1115001
975.40/497.53	c cleaning 9999 clauses out of 20013 with flag 1125001/1125001
986.51/503.23	c cleaning 10002 clauses out of 20013 with flag 1135000/1135000
997.72/509.03	c cleaning 9997 clauses out of 20013 with flag 1145002/1145002
1008.84/514.78	c cleaning 10002 clauses out of 20015 with flag 1155001/1155001
1020.12/520.55	c cleaning 9999 clauses out of 20013 with flag 1165001/1165001
1031.62/526.40	c cleaning 10001 clauses out of 20014 with flag 1175001/1175001
1043.66/532.61	c cleaning 9998 clauses out of 20012 with flag 1185000/1185000
1055.36/538.65	c cleaning 10000 clauses out of 20014 with flag 1195000/1195000
1067.45/544.85	c cleaning 9998 clauses out of 20016 with flag 1205002/1205002
1078.94/550.74	c cleaning 10000 clauses out of 20017 with flag 1215001/1215001
1090.54/556.78	c cleaning 10002 clauses out of 20016 with flag 1225000/1225000
1102.02/562.62	c cleaning 9999 clauses out of 20014 with flag 1235000/1235000
1113.31/568.46	c cleaning 10005 clauses out of 20016 with flag 1245001/1245001
1125.00/574.41	c cleaning 9998 clauses out of 20010 with flag 1255000/1255000
1136.57/580.41	c cleaning 10001 clauses out of 20012 with flag 1265000/1265000
1147.86/586.25	c cleaning 9994 clauses out of 20011 with flag 1275000/1275000
1159.91/592.48	c cleaning 10002 clauses out of 20018 with flag 1285001/1285001
1171.17/598.24	c cleaning 10000 clauses out of 20015 with flag 1295000/1295000
1183.11/604.48	c cleaning 10001 clauses out of 20015 with flag 1305000/1305000
1194.58/610.37	c cleaning 10000 clauses out of 20015 with flag 1315001/1315001
1206.65/616.52	c cleaning 10001 clauses out of 20014 with flag 1325000/1325000
1217.92/622.35	c cleaning 9996 clauses out of 20014 with flag 1335001/1335001
1229.22/628.21	c cleaning 10003 clauses out of 20017 with flag 1345000/1345000
1240.70/634.14	c cleaning 9999 clauses out of 20014 with flag 1355000/1355000
1252.77/640.32	c cleaning 10002 clauses out of 20015 with flag 1365000/1365000
1263.84/646.05	c cleaning 9999 clauses out of 20013 with flag 1375000/1375000
1275.01/651.87	c cleaning 10000 clauses out of 20015 with flag 1385001/1385001
1286.87/657.91	c cleaning 10002 clauses out of 20016 with flag 1395002/1395002
1298.71/664.05	c cleaning 9998 clauses out of 20013 with flag 1405001/1405001
1310.38/670.05	c cleaning 10001 clauses out of 20014 with flag 1415000/1415000
1322.09/676.19	c cleaning 10000 clauses out of 20013 with flag 1425000/1425000
1333.75/682.13	c cleaning 10002 clauses out of 20013 with flag 1435000/1435000
1345.41/688.15	c cleaning 9998 clauses out of 20011 with flag 1445000/1445000
1356.90/694.09	c cleaning 10002 clauses out of 20013 with flag 1455000/1455000
1368.63/700.11	c cleaning 9996 clauses out of 20012 with flag 1465001/1465001
1379.88/705.98	c cleaning 9999 clauses out of 20015 with flag 1475000/1475000
1391.17/711.78	c cleaning 10001 clauses out of 20017 with flag 1485001/1485001
1402.98/717.89	c cleaning 10002 clauses out of 20015 with flag 1495000/1495000
1414.50/723.84	c cleaning 9997 clauses out of 20013 with flag 1505000/1505000
1425.52/729.51	c cleaning 9999 clauses out of 20016 with flag 1515000/1515000
1437.17/735.51	c cleaning 10006 clauses out of 20017 with flag 1525000/1525000
1448.22/741.21	c cleaning 9996 clauses out of 20012 with flag 1535001/1535001
1459.89/747.32	c cleaning 9999 clauses out of 20016 with flag 1545001/1545001
1471.14/753.11	c cleaning 10004 clauses out of 20016 with flag 1555000/1555000
1482.17/758.80	c cleaning 10000 clauses out of 20012 with flag 1565000/1565000
1493.25/764.56	c cleaning 9999 clauses out of 20012 with flag 1575000/1575000
1504.76/770.53	c cleaning 9999 clauses out of 20014 with flag 1585001/1585001
1516.19/776.50	c cleaning 10000 clauses out of 20015 with flag 1595001/1595001
1527.83/782.43	c cleaning 10000 clauses out of 20014 with flag 1605000/1605000
1539.28/788.34	c cleaning 10000 clauses out of 20014 with flag 1615000/1615000
1550.64/794.25	c cleaning 9999 clauses out of 20014 with flag 1625000/1625000
1562.05/800.13	c cleaning 9997 clauses out of 20015 with flag 1635000/1635000
1573.31/805.91	c cleaning 10003 clauses out of 20020 with flag 1645002/1645002
1584.35/811.61	c cleaning 10004 clauses out of 20016 with flag 1655001/1655001
1596.06/817.75	c cleaning 10000 clauses out of 20012 with flag 1665001/1665001
1607.70/823.79	c cleaning 9999 clauses out of 20012 with flag 1675001/1675001
1619.55/829.84	c cleaning 10000 clauses out of 20012 with flag 1685000/1685000
1630.99/835.76	c cleaning 9997 clauses out of 20012 with flag 1695000/1695000
1642.49/841.74	c cleaning 10002 clauses out of 20017 with flag 1705002/1705002
1654.53/847.94	c cleaning 9999 clauses out of 20014 with flag 1715001/1715001
1666.16/853.97	c cleaning 10000 clauses out of 20016 with flag 1725002/1725002
1678.23/860.18	c cleaning 9999 clauses out of 20014 with flag 1735000/1735000
1690.07/866.38	c cleaning 10001 clauses out of 20017 with flag 1745002/1745002
1702.28/872.63	c cleaning 10002 clauses out of 20015 with flag 1755001/1755001
1713.70/878.50	c cleaning 10002 clauses out of 20013 with flag 1765001/1765001
1719.33/881.57	c cleaning 0 clauses out of 11000 with flag 0/11000
1726.03/885.19	c cleaning 10000 clauses out of 20011 with flag 1775001/1775001
1738.05/891.33	c cleaning 9995 clauses out of 20010 with flag 1785000/1785000
1749.85/897.44	c cleaning 10003 clauses out of 20016 with flag 1795001/1795001
1762.45/903.95	c cleaning 10002 clauses out of 20013 with flag 1805001/1805001
1774.92/910.48	c cleaning 9996 clauses out of 20010 with flag 1815000/1815000
1787.32/916.82	c cleaning 9999 clauses out of 20014 with flag 1825000/1825000
1799.53/923.14	c cleaning 9999 clauses out of 20015 with flag 1835000/1835000
1800.01/923.56	c starts		: 210
1800.01/923.56	c conflicts		: 1835002
1800.01/923.56	c decisions		: 1889002
1800.01/923.56	c propagations		: 16539815
1800.01/923.56	c inspects		: 843813922
1800.01/923.56	c shortcuts		: 0
1800.01/923.56	c learnt literals	: 2
1800.01/923.56	c learnt binary clauses	: 0
1800.01/923.56	c learnt ternary clauses	: 2
1800.01/923.56	c learnt constraints	: 1835000
1800.01/923.56	c ignored constraints	: 0
1800.01/923.56	c root simplifications	: 0
1800.01/923.56	c removed literals (reason simplification)	: 149862648
1800.01/923.56	c reason swapping (by a shorter reason)	: 0
1800.01/923.56	c Calls to reduceDB	: 185
1800.01/923.56	c number of reductions to clauses (during analyze)	: 0
1800.01/923.56	c number of learned constraints concerned by reduction	: 0
1800.01/923.56	c number of learning phase by resolution	: 0
1800.01/923.56	c number of learning phase by cutting planes	: 0
1800.01/923.56	c speed (assignments/second)	: 17920.470834502583
1800.01/923.56	c non guided choices	3366
1800.01/923.57	c learnt constraints type 
1800.01/923.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10038
1800.01/923.57	c constraints type 
1800.01/923.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 393
1800.01/923.57	c constraints type 
1800.01/923.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
1800.01/923.57	s UNKNOWN
1800.01/923.57	c Total wall clock time (in seconds): 923.46

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-3454240-1307191210/watcher-3454240-1307191210 -o /tmp/evaluation-result-3454240-1307191210/solver-3454240-1307191210 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454240-1307191210.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: 3.92 3.92 3.64 3/458 12699
/proc/meminfo: memFree=21723936/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 2356 0 1 0 0 0 0 0 25 0 2 0 811536598 10681323520 2057 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2607745 2069 906 9 0 2598901 0
[pid=12699/tid=12700] ppid=12697 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) R 12697 12699 9722 0 -1 4202560 3905 0 1 0 0 0 0 0 25 0 2 0 811536599 10694979584 4721 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0734709 s]
/proc/loadavg: 3.92 3.92 3.64 3/458 12699
/proc/meminfo: memFree=21723936/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10538624 CPUtime=0.05 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 11871 0 1 0 4 1 0 0 25 0 18 0 811536598 10791550976 11567 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2634656 11567 1754 9 0 2625390 0
[pid=12699/tid=12700] ppid=12697 vsize=10538624 CPUtime=0.05 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) R 12697 12699 9722 0 -1 4202560 10694 0 1 0 4 1 0 0 25 0 18 0 811536599 10791550976 11567 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 47230750923853 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538624

[startup+0.106497 s]
/proc/loadavg: 3.92 3.92 3.64 3/458 12699
/proc/meminfo: memFree=21723936/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10540204 CPUtime=0.11 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 13126 0 1 0 9 2 0 0 25 0 18 0 811536598 10793168896 12822 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2635051 12822 2093 9 0 2625785 0
[pid=12699/tid=12700] ppid=12697 vsize=10540204 CPUtime=0.08 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) R 12697 12699 9722 0 -1 4202560 11222 0 1 0 7 1 0 0 18 0 18 0 811536599 10793168896 12822 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540204

[startup+0.307472 s]
/proc/loadavg: 3.92 3.92 3.64 3/458 12699
/proc/meminfo: memFree=21723936/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10557232 CPUtime=0.59 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 24764 0 1 0 55 4 0 0 25 0 18 0 811536598 10810605568 22012 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2639308 22013 2200 9 0 2630042 0
[pid=12699/tid=12700] ppid=12697 vsize=10557232 CPUtime=0.29 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) R 12697 12699 9722 0 -1 4202560 13784 0 1 0 27 2 0 0 18 0 18 0 811536599 10810605568 22013 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 47230754339636 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10557232

[startup+0.700336 s]
/proc/loadavg: 3.92 3.92 3.64 3/458 12699
/proc/meminfo: memFree=21723936/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10564416 CPUtime=1.85 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 39150 0 1 0 179 6 0 0 25 0 22 0 811536598 10817961984 35423 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641104 35423 2229 9 0 2631838 0
[pid=12699/tid=12700] ppid=12697 vsize=10564416 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23702 0 1 0 56 3 0 0 19 0 22 0 811536599 10817961984 35423 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10564416

[startup+1.5012 s]
/proc/loadavg: 3.92 3.92 3.64 5/480 12721
/proc/meminfo: memFree=21262232/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10565440 CPUtime=4.19 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 83301 0 1 0 408 11 0 0 25 0 22 0 811536598 10819010560 79573 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641360 79574 2239 9 0 2632094 0
[pid=12699/tid=12700] ppid=12697 vsize=10565440 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23702 0 1 0 56 3 0 0 15 0 22 0 811536599 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 9722 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536601 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 9722 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811536602 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 0 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 9722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811536602 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811536602 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536604 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350207409 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=10565440 CPUtime=0.88 cores=0,2,4,6
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 9722 0 -1 4202560 5839 0 0 0 87 1 0 0 16 0 22 0 811536605 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=10565440 CPUtime=0.92 cores=0,2,4,6
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 9722 0 -1 4202560 8014 0 0 0 92 0 0 0 15 0 22 0 811536605 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536605 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811536605 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=10565440 CPUtime=0.89 cores=0,2,4,6
/proc/12699/task/12718/stat : 12718 (java) R 12697 12699 9722 0 -1 4202560 857 0 0 0 89 0 0 0 23 0 22 0 811536659 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 47230754339667 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12719] ppid=12697 vsize=10565440 CPUtime=0.88 cores=0,2,4,6
/proc/12699/task/12719/stat : 12719 (java) R 12697 12699 9722 0 -1 4202560 43721 0 0 0 83 5 0 0 25 0 22 0 811536659 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912505570195 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12699/tid=12720] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12720/stat : 12720 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811536664 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12721] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12721/stat : 12721 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811536664 10819010560 79574 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 10565440

[startup+3.10088 s]
/proc/loadavg: 3.92 3.92 3.64 5/480 12721
/proc/meminfo: memFree=21054408/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10565440 CPUtime=7.53 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 113776 0 1 0 739 14 0 0 25 0 22 0 811536598 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641360 110039 2264 9 0 2632094 0
[pid=12699/tid=12700] ppid=12697 vsize=10565440 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23702 0 1 0 56 3 0 0 15 0 22 0 811536599 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 9722 0 -1 4202560 467 0 0 0 0 0 0 0 16 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 9722 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 9722 0 -1 4202560 155 0 0 0 0 0 0 0 18 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 9722 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 9722 0 -1 4202560 495 0 0 0 0 0 0 0 18 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 9722 0 -1 4202560 1066 0 0 0 0 0 0 0 18 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 9722 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 9722 0 -1 4202560 611 0 0 0 0 0 0 0 18 0 22 0 811536601 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=10565440 CPUtime=0.06 cores=0,2,4,6
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 9722 0 -1 4202560 3266 0 0 0 6 0 0 0 15 0 22 0 811536602 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 0 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811536602 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811536602 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536604 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350207409 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=10565440 CPUtime=0.92 cores=0,2,4,6
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 9722 0 -1 4202560 5847 0 0 0 91 1 0 0 15 0 22 0 811536605 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=10565440 CPUtime=1.08 cores=0,2,4,6
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 9722 0 -1 4202560 8031 0 0 0 108 0 0 0 16 0 22 0 811536605 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536605 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811536605 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=10565440 CPUtime=2.4 cores=0,2,4,6
/proc/12699/task/12718/stat : 12718 (java) R 12697 12699 9722 0 -1 4202560 881 0 0 0 240 0 0 0 25 0 22 0 811536659 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912505975627 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12699/tid=12719] ppid=12697 vsize=10565440 CPUtime=2.39 cores=0,2,4,6
/proc/12699/task/12719/stat : 12719 (java) R 12697 12699 9722 0 -1 4202560 67108 0 0 0 232 7 0 0 25 0 22 0 811536659 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912505903829 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12720] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12720/stat : 12720 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811536664 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12721] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12721/stat : 12721 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811536664 10819010560 110039 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 10565440

[startup+6.30123 s]
/proc/loadavg: 3.93 3.92 3.64 4/480 12721
/proc/meminfo: memFree=20927452/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10565440 CPUtime=13.95 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 139799 0 1 0 1377 18 0 0 25 0 22 0 811536598 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641360 135996 2264 9 0 2632094 0
[pid=12699/tid=12700] ppid=12697 vsize=10565440 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23702 0 1 0 56 3 0 0 15 0 22 0 811536599 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 9722 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 9722 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 9722 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 9722 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 9722 0 -1 4202560 614 0 0 0 0 0 0 0 16 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 9722 0 -1 4202560 1066 0 0 0 0 0 0 0 15 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=10565440 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 9722 0 -1 4202560 997 0 0 0 0 0 0 0 16 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=10565440 CPUtime=0.01 cores=0,2,4,6
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 9722 0 -1 4202560 617 0 0 0 1 0 0 0 15 0 22 0 811536601 10819010560 135996 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 3.89 3.93 3.79 5/480 12743
/proc/meminfo: memFree=18348924/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10567108 CPUtime=1604.9 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 637111 0 1 0 160413 77 0 0 25 0 22 0 811536598 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641777 633028 2265 9 0 2632511 0
[pid=12699/tid=12700] ppid=12697 vsize=10567108 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23723 0 1 0 56 3 0 0 15 0 22 0 811536599 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=10567108 CPUtime=0.52 cores=0,2,4,6
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 9722 0 -1 4202560 1170 0 0 0 52 0 0 0 15 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=10567108 CPUtime=0.46 cores=0,2,4,6
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 9722 0 -1 4202560 866 0 0 0 46 0 0 0 15 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=10567108 CPUtime=0.48 cores=0,2,4,6
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 9722 0 -1 4202560 382 0 0 0 48 0 0 0 15 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=10567108 CPUtime=0.56 cores=0,2,4,6
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 9722 0 -1 4202560 1132 0 0 0 56 0 0 0 15 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=10567108 CPUtime=0.44 cores=0,2,4,6
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 9722 0 -1 4202560 1201 0 0 0 44 0 0 0 16 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=10567108 CPUtime=0.46 cores=0,2,4,6
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 9722 0 -1 4202560 1254 0 0 0 46 0 0 0 15 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=10567108 CPUtime=0.47 cores=0,2,4,6
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 9722 0 -1 4202560 1317 0 0 0 47 0 0 0 16 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=10567108 CPUtime=0.49 cores=0,2,4,6
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 9722 0 -1 4202560 1272 0 0 0 49 0 0 0 15 0 22 0 811536601 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=10567108 CPUtime=43.34 cores=0,2,4,6
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 9722 0 -1 4202560 69709 0 0 0 4326 8 0 0 15 0 22 0 811536602 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 0 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811536602 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811536602 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536604 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350207409 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=10567108 CPUtime=1.66 cores=0,2,4,6
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 9722 0 -1 4202560 6399 0 0 0 165 1 0 0 15 0 22 0 811536605 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=10567108 CPUtime=1.17 cores=0,2,4,6
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 9722 0 -1 4202560 8060 0 0 0 117 0 0 0 16 0 22 0 811536605 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536605 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 9722 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 22 0 811536605 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=10567108 CPUtime=777.02 cores=0,2,4,6
/proc/12699/task/12718/stat : 12718 (java) R 12697 12699 9722 0 -1 4202560 1197 0 0 0 77701 1 0 0 25 0 22 0 811536659 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912506011759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12699/tid=12719] ppid=12697 vsize=10567108 CPUtime=777.11 cores=0,2,4,6
/proc/12699/task/12719/stat : 12719 (java) R 12697 12699 9722 0 -1 4202560 518226 0 0 0 77652 59 0 0 25 0 22 0 811536659 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912505570424 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12720] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12720/stat : 12720 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811536664 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12721] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12721/stat : 12721 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811536664 10820718592 633028 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1604.9
Current children cumulated vsize (KiB) 10567108

[startup+882.301 s]
/proc/loadavg: 3.39 3.82 3.76 2/453 12765
/proc/meminfo: memFree=22132576/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10567108 CPUtime=1720.43 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 640002 0 1 0 171966 77 0 0 25 0 22 0 811536598 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641777 635899 2265 9 0 2632511 0
[pid=12699/tid=12700] ppid=12697 vsize=10567108 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23724 0 1 0 56 3 0 0 15 0 22 0 811536599 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=10567108 CPUtime=0.58 cores=0,2,4,6
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 9722 0 -1 4202560 1170 0 0 0 58 0 0 0 16 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=10567108 CPUtime=0.5 cores=0,2,4,6
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 9722 0 -1 4202560 866 0 0 0 50 0 0 0 15 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=10567108 CPUtime=0.53 cores=0,2,4,6
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 9722 0 -1 4202560 392 0 0 0 53 0 0 0 16 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=10567108 CPUtime=0.62 cores=0,2,4,6
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 9722 0 -1 4202560 1133 0 0 0 62 0 0 0 15 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=10567108 CPUtime=0.49 cores=0,2,4,6
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 9722 0 -1 4202560 1202 0 0 0 49 0 0 0 15 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=10567108 CPUtime=0.5 cores=0,2,4,6
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 9722 0 -1 4202560 1254 0 0 0 50 0 0 0 15 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=10567108 CPUtime=0.54 cores=0,2,4,6
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 9722 0 -1 4202560 1317 0 0 0 54 0 0 0 16 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=10567108 CPUtime=0.54 cores=0,2,4,6
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 9722 0 -1 4202560 1280 0 0 0 54 0 0 0 15 0 22 0 811536601 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=10567108 CPUtime=47.99 cores=0,2,4,6
/proc/12699/task/12710/stat : 12710 (java) S 12697 12699 9722 0 -1 4202560 72562 0 0 0 4790 9 0 0 16 0 22 0 811536602 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 0 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811536602 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811536602 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536604 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350207409 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=10567108 CPUtime=1.66 cores=0,2,4,6
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 9722 0 -1 4202560 6400 0 0 0 165 1 0 0 15 0 22 0 811536605 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=10567108 CPUtime=1.17 cores=0,2,4,6
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 9722 0 -1 4202560 8060 0 0 0 117 0 0 0 16 0 22 0 811536605 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536605 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 9722 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 811536605 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=10567108 CPUtime=832.26 cores=0,2,4,6
/proc/12699/task/12718/stat : 12718 (java) R 12697 12699 9722 0 -1 4202560 1207 0 0 0 83225 1 0 0 20 0 22 0 811536659 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912506037050 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12699/tid=12719] ppid=12697 vsize=10567108 CPUtime=832.36 cores=0,2,4,6
/proc/12699/task/12719/stat : 12719 (java) R 12697 12699 9722 0 -1 4202560 518228 0 0 0 83177 59 0 0 21 0 22 0 811536659 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 46912506021356 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12699/tid=12720] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12720/stat : 12720 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811536664 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12721] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12721/stat : 12721 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811536664 10820718592 635899 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1720.43
Current children cumulated vsize (KiB) 10567108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.501 s]
/proc/loadavg: 2.65 3.56 3.68 2/453 12766
/proc/meminfo: memFree=22114944/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=10567108 CPUtime=1800.01 cores=0,2,4,6
/proc/12699/stat : 12699 (java) S 12697 12699 9722 0 -1 4202496 643982 0 1 0 179924 77 0 0 25 0 22 0 811536598 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 2641777 639868 2265 9 0 2632511 0
[pid=12699/tid=12700] ppid=12697 vsize=10567108 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12700/stat : 12700 (java) S 12697 12699 9722 0 -1 4202560 23724 0 1 0 56 3 0 0 15 0 22 0 811536599 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12702] ppid=12697 vsize=10567108 CPUtime=0.59 cores=0,2,4,6
/proc/12699/task/12702/stat : 12702 (java) S 12697 12699 9722 0 -1 4202560 1170 0 0 0 59 0 0 0 15 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12703] ppid=12697 vsize=10567108 CPUtime=0.53 cores=0,2,4,6
/proc/12699/task/12703/stat : 12703 (java) S 12697 12699 9722 0 -1 4202560 866 0 0 0 53 0 0 0 16 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12704] ppid=12697 vsize=10567108 CPUtime=0.56 cores=0,2,4,6
/proc/12699/task/12704/stat : 12704 (java) S 12697 12699 9722 0 -1 4202560 392 0 0 0 56 0 0 0 15 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12705] ppid=12697 vsize=10567108 CPUtime=0.66 cores=0,2,4,6
/proc/12699/task/12705/stat : 12705 (java) S 12697 12699 9722 0 -1 4202560 1133 0 0 0 66 0 0 0 15 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12706] ppid=12697 vsize=10567108 CPUtime=0.52 cores=0,2,4,6
/proc/12699/task/12706/stat : 12706 (java) S 12697 12699 9722 0 -1 4202560 1206 0 0 0 52 0 0 0 16 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12707] ppid=12697 vsize=10567108 CPUtime=0.53 cores=0,2,4,6
/proc/12699/task/12707/stat : 12707 (java) S 12697 12699 9722 0 -1 4202560 1254 0 0 0 53 0 0 0 16 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12708] ppid=12697 vsize=10567108 CPUtime=0.57 cores=0,2,4,6
/proc/12699/task/12708/stat : 12708 (java) S 12697 12699 9722 0 -1 4202560 1320 0 0 0 57 0 0 0 15 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12709] ppid=12697 vsize=10567108 CPUtime=0.57 cores=0,2,4,6
/proc/12699/task/12709/stat : 12709 (java) S 12697 12699 9722 0 -1 4202560 1280 0 0 0 57 0 0 0 16 0 22 0 811536601 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12710] ppid=12697 vsize=10567108 CPUtime=50.94 cores=0,2,4,6
/proc/12699/task/12710/stat : 12710 (java) R 12697 12699 9722 0 -1 4202560 76526 0 0 0 5085 9 0 0 16 0 22 0 811536602 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 47230753083464 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12699/tid=12711] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12711/stat : 12711 (java) S 12697 12699 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811536602 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12712] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12712/stat : 12712 (java) S 12697 12699 9722 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811536602 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12713] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12713/stat : 12713 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536604 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350207409 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12714] ppid=12697 vsize=10567108 CPUtime=1.66 cores=0,2,4,6
/proc/12699/task/12714/stat : 12714 (java) S 12697 12699 9722 0 -1 4202560 6400 0 0 0 165 1 0 0 15 0 22 0 811536605 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 2 0 0 0
[pid=12699/tid=12715] ppid=12697 vsize=10567108 CPUtime=1.17 cores=0,2,4,6
/proc/12699/task/12715/stat : 12715 (java) S 12697 12699 9722 0 -1 4202560 8060 0 0 0 117 0 0 0 16 0 22 0 811536605 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12716] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12716/stat : 12716 (java) S 12697 12699 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811536605 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
[pid=12699/tid=12717] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12717/stat : 12717 (java) S 12697 12699 9722 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811536605 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12718] ppid=12697 vsize=10567108 CPUtime=870.46 cores=0,2,4,6
/proc/12699/task/12718/stat : 12718 (java) S 12697 12699 9722 0 -1 4202560 1214 0 0 0 87045 1 0 0 25 0 22 0 811536659 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 0 0 0 0
[pid=12699/tid=12719] ppid=12697 vsize=10567108 CPUtime=870.55 cores=0,2,4,6
/proc/12699/task/12719/stat : 12719 (java) S 12697 12699 9722 0 -1 4202560 518228 0 0 0 86996 59 0 0 25 0 22 0 811536659 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350199705 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12720] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12720/stat : 12720 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811536664 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 4 0 0 0
[pid=12699/tid=12721] ppid=12697 vsize=10567108 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12721/stat : 12721 (java) S 12697 12699 9722 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811536664 10820718592 639868 33554432000 1073741824 1073778376 140736111946064 18446744073709551615 270350200320 0 4 0 16800975 18446604453322033344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10567108

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

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

[startup+923.622 s]
/proc/loadavg: 2.65 3.56 3.68 2/453 12766
/proc/meminfo: memFree=22114944/32951124 swapFree=50923800/67111528
[pid=12699] ppid=12697 vsize=0 CPUtime=1800.15 cores=0,2,4,6
/proc/12699/stat : 12699 (java) Z 12697 12699 9722 0 -1 4203548 644016 0 1 0 179933 82 0 0 17 0 2 0 811536598 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12699/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 923.679
CPU time (s): 1800.22
CPU user time (s): 1799.34
CPU system time (s): 0.880866
CPU usage (%): 194.896
Max. virtual memory (cumulated for all children) (KiB): 10567108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.880866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644016
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= 26727
involuntary context switches= 16874

runsolver used 4.35634 second user time and 9.12061 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-04 14:40:10
IDJOB=3454240
IDBENCH=2457
IDSOLVER=1950
FILE ID=node143/3454240-1307191210
RUNJOBID= node143-1307188096-11862
PBS_JOBID= 13508843
Free space on /tmp= 73968 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454240-1307191210/watcher-3454240-1307191210 -o /tmp/evaluation-result-3454240-1307191210/solver-3454240-1307191210 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454240-1307191210.opb

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

MD5SUM BENCH= 4f19aa044e880280faec0077a2509ba8
RANDOM SEED=874361153

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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:      21724216 kB
Buffers:        316196 kB
Cached:         477460 kB
SwapCached:       9140 kB
Active:       10459744 kB
Inactive:       481192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21724216 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            1284 kB
Writeback:           0 kB
AnonPages:    10144732 kB
Mapped:          29864 kB
Slab:           132876 kB
PageTables:      85848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126038824 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= 73976 MiB
End job on node143 at 2011-06-04 14:55:35