Trace number 3454239

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.34 936.475

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd8.opb
MD5SUM68f48570ba6245cb642bc98d786c3bfe
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 variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 221357547985043456
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 595796164546237514244
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 221357547985043456
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 595796164546237514244
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454239-1307191131.opb
0.10/0.11	c reading problem ... 
2.31/1.62	c ... done. Wall clock time 1.511s.
2.31/1.62	c #vars     82500
2.31/1.62	c #constraints  794
2.31/1.62	c constraints type 
2.31/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 794
2.31/1.62	c constraints type 
2.31/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
27.53/13.84	c cleaning 2494 clauses out of 5000 with flag 5000/5000
30.70/15.42	c cleaning 4243 clauses out of 8506 with flag 11000/11000
34.10/17.29	c cleaning 5626 clauses out of 11263 with flag 18000/18000
39.33/19.98	c cleaning 6816 clauses out of 13637 with flag 26000/26000
45.76/23.23	c cleaning 7910 clauses out of 15821 with flag 35000/35000
53.78/27.41	c cleaning 8957 clauses out of 17913 with flag 45002/45002
66.84/33.95	c cleaning 9473 clauses out of 18954 with flag 55000/55000
73.67/37.41	c cleaning 9736 clauses out of 19482 with flag 65001/65001
81.57/41.54	c cleaning 9872 clauses out of 19746 with flag 75001/75001
92.18/46.96	c cleaning 9937 clauses out of 19880 with flag 85007/85007
102.19/52.02	c cleaning 9961 clauses out of 19936 with flag 95000/95000
112.22/57.20	c cleaning 9984 clauses out of 19976 with flag 105001/105001
121.93/62.17	c cleaning 9989 clauses out of 19992 with flag 115001/115001
130.54/66.50	c cleaning 10002 clauses out of 20005 with flag 125003/125003
139.14/70.91	c cleaning 9997 clauses out of 20001 with flag 135001/135001
147.56/75.27	c cleaning 9995 clauses out of 20004 with flag 145001/145001
156.46/79.83	c cleaning 10003 clauses out of 20011 with flag 155003/155003
164.86/84.20	c cleaning 9995 clauses out of 20005 with flag 165000/165000
173.80/88.76	c cleaning 9998 clauses out of 20010 with flag 175000/175000
181.75/92.83	c cleaning 10002 clauses out of 20013 with flag 185001/185001
190.22/97.25	c cleaning 9998 clauses out of 20013 with flag 195003/195003
198.38/101.43	c cleaning 9999 clauses out of 20012 with flag 205000/205000
206.75/105.76	c cleaning 10000 clauses out of 20013 with flag 215000/215000
216.32/110.60	c cleaning 10001 clauses out of 20014 with flag 225001/225001
225.98/115.62	c cleaning 10003 clauses out of 20015 with flag 235003/235003
234.38/119.93	c cleaning 9998 clauses out of 20009 with flag 245000/245000
244.10/124.92	c cleaning 9999 clauses out of 20011 with flag 255000/255000
253.70/129.82	c cleaning 10003 clauses out of 20014 with flag 265002/265002
262.52/134.45	c cleaning 9999 clauses out of 20010 with flag 275001/275001
271.88/139.24	c cleaning 10006 clauses out of 20011 with flag 285001/285001
280.84/143.89	c cleaning 9995 clauses out of 20005 with flag 295001/295001
291.59/149.33	c cleaning 10000 clauses out of 20010 with flag 305001/305001
300.22/153.80	c cleaning 9995 clauses out of 20009 with flag 315000/315000
306.57/157.20	c cleaning 10003 clauses out of 20015 with flag 325001/325001
313.14/160.60	c cleaning 10002 clauses out of 20016 with flag 335005/335005
319.69/163.98	c cleaning 9996 clauses out of 20010 with flag 345001/345001
325.78/167.16	c cleaning 10007 clauses out of 20021 with flag 355008/355008
331.91/170.37	c cleaning 9997 clauses out of 20006 with flag 365000/365000
337.66/173.38	c cleaning 10001 clauses out of 20014 with flag 375005/375005
344.01/176.68	c cleaning 10001 clauses out of 20010 with flag 385002/385002
351.45/180.57	c cleaning 9998 clauses out of 20007 with flag 395000/395000
358.00/183.92	c cleaning 10003 clauses out of 20009 with flag 405000/405000
365.75/187.91	c cleaning 9995 clauses out of 20006 with flag 415000/415000
373.89/192.19	c cleaning 10003 clauses out of 20011 with flag 425000/425000
381.73/196.20	c cleaning 9998 clauses out of 20008 with flag 435000/435000
388.68/199.81	c cleaning 9999 clauses out of 20010 with flag 445000/445000
395.43/203.38	c cleaning 10004 clauses out of 20011 with flag 455000/455000
403.78/207.60	c cleaning 9999 clauses out of 20007 with flag 465000/465000
411.62/211.74	c cleaning 9998 clauses out of 20008 with flag 475000/475000
419.76/215.93	c cleaning 9999 clauses out of 20011 with flag 485001/485001
427.10/219.72	c cleaning 10002 clauses out of 20012 with flag 495001/495001
435.44/224.01	c cleaning 10002 clauses out of 20014 with flag 505005/505005
442.75/227.84	c cleaning 9997 clauses out of 20007 with flag 515000/515000
451.30/232.25	c cleaning 9999 clauses out of 20011 with flag 525001/525001
459.04/236.22	c cleaning 10002 clauses out of 20013 with flag 535002/535002
466.39/240.03	c cleaning 10003 clauses out of 20012 with flag 545003/545003
474.84/244.49	c cleaning 9995 clauses out of 20006 with flag 555000/555000
482.81/248.57	c cleaning 9999 clauses out of 20012 with flag 565001/565001
494.14/254.34	c cleaning 9998 clauses out of 20012 with flag 575000/575000
502.31/258.51	c cleaning 10000 clauses out of 20014 with flag 585000/585000
510.13/262.61	c cleaning 10003 clauses out of 20014 with flag 595000/595000
519.08/267.24	c cleaning 10000 clauses out of 20012 with flag 605001/605001
528.39/272.07	c cleaning 9998 clauses out of 20011 with flag 615000/615000
537.11/276.54	c cleaning 10000 clauses out of 20014 with flag 625001/625001
546.75/281.54	c cleaning 10002 clauses out of 20013 with flag 635000/635000
557.26/286.90	c cleaning 9997 clauses out of 20011 with flag 645000/645000
567.79/292.30	c cleaning 10001 clauses out of 20014 with flag 655000/655000
576.74/297.00	c cleaning 10001 clauses out of 20015 with flag 665002/665002
586.93/302.26	c cleaning 10003 clauses out of 20013 with flag 675001/675001
596.67/307.25	c cleaning 9998 clauses out of 20009 with flag 685000/685000
605.19/311.62	c cleaning 10000 clauses out of 20011 with flag 695000/695000
613.72/316.09	c cleaning 9998 clauses out of 20011 with flag 705000/705000
622.13/320.41	c cleaning 10000 clauses out of 20013 with flag 715000/715000
629.25/324.17	c cleaning 10003 clauses out of 20014 with flag 725001/725001
639.16/329.23	c cleaning 9997 clauses out of 20011 with flag 735001/735001
648.48/334.05	c cleaning 10000 clauses out of 20014 with flag 745001/745001
657.69/338.84	c cleaning 10002 clauses out of 20014 with flag 755001/755001
667.57/343.98	c cleaning 10002 clauses out of 20012 with flag 765001/765001
677.48/349.02	c cleaning 9995 clauses out of 20010 with flag 775001/775001
686.78/353.85	c cleaning 10001 clauses out of 20014 with flag 785000/785000
695.76/358.61	c cleaning 9999 clauses out of 20013 with flag 795000/795000
704.84/363.29	c cleaning 10000 clauses out of 20014 with flag 805000/805000
713.74/367.82	c cleaning 9999 clauses out of 20014 with flag 815000/815000
722.25/372.20	c cleaning 9999 clauses out of 20015 with flag 825000/825000
730.49/376.56	c cleaning 10004 clauses out of 20017 with flag 835001/835001
738.99/380.96	c cleaning 9996 clauses out of 20012 with flag 845000/845000
746.93/385.03	c cleaning 10004 clauses out of 20016 with flag 855000/855000
755.00/389.28	c cleaning 9995 clauses out of 20012 with flag 865000/865000
763.93/393.85	c cleaning 10003 clauses out of 20017 with flag 875000/875000
772.01/398.01	c cleaning 10002 clauses out of 20015 with flag 885001/885001
779.32/401.83	c cleaning 9999 clauses out of 20012 with flag 895000/895000
786.62/405.66	c cleaning 10000 clauses out of 20013 with flag 905000/905000
796.01/410.59	c cleaning 9997 clauses out of 20013 with flag 915000/915000
801.94/413.67	c cleaning 10004 clauses out of 20022 with flag 925006/925006
807.21/416.41	c cleaning 9998 clauses out of 20013 with flag 935001/935001
812.13/419.09	c cleaning 10005 clauses out of 20015 with flag 945001/945001
816.87/421.60	c cleaning 10005 clauses out of 20016 with flag 955007/955007
821.57/424.16	c cleaning 9997 clauses out of 20004 with flag 965000/965000
826.87/426.94	c cleaning 9988 clauses out of 20007 with flag 975000/975000
832.80/430.10	c cleaning 9990 clauses out of 20019 with flag 985000/985000
838.95/433.36	c cleaning 9999 clauses out of 20030 with flag 995001/995001
844.63/436.35	c cleaning 10000 clauses out of 20030 with flag 1005000/1005000
850.13/439.29	c cleaning 10008 clauses out of 20030 with flag 1015000/1015000
856.22/442.49	c cleaning 10005 clauses out of 20024 with flag 1025002/1025002
862.79/445.90	c cleaning 9999 clauses out of 20018 with flag 1035001/1035001
868.88/449.19	c cleaning 10002 clauses out of 20018 with flag 1045000/1045000
875.38/452.54	c cleaning 10000 clauses out of 20017 with flag 1055001/1055001
881.07/455.60	c cleaning 10003 clauses out of 20019 with flag 1065003/1065003
887.89/459.18	c cleaning 10000 clauses out of 20015 with flag 1075002/1075002
894.98/462.82	c cleaning 9998 clauses out of 20013 with flag 1085000/1085000
902.07/466.51	c cleaning 9998 clauses out of 20016 with flag 1095001/1095001
908.56/469.91	c cleaning 10000 clauses out of 20018 with flag 1105001/1105001
915.12/473.48	c cleaning 10003 clauses out of 20017 with flag 1115000/1115000
922.01/477.07	c cleaning 10002 clauses out of 20015 with flag 1125001/1125001
928.92/480.64	c cleaning 9998 clauses out of 20013 with flag 1135001/1135001
936.19/484.48	c cleaning 9996 clauses out of 20014 with flag 1145000/1145000
943.35/488.25	c cleaning 10004 clauses out of 20018 with flag 1155000/1155000
950.24/491.80	c cleaning 9997 clauses out of 20014 with flag 1165000/1165000
957.52/495.63	c cleaning 10004 clauses out of 20019 with flag 1175002/1175002
965.21/499.70	c cleaning 9999 clauses out of 20013 with flag 1185000/1185000
973.95/504.23	c cleaning 9995 clauses out of 20014 with flag 1195000/1195000
982.23/508.50	c cleaning 10005 clauses out of 20019 with flag 1205000/1205000
990.71/512.93	c cleaning 10002 clauses out of 20014 with flag 1215000/1215000
998.20/516.87	c cleaning 9995 clauses out of 20012 with flag 1225000/1225000
1006.98/521.48	c cleaning 9999 clauses out of 20017 with flag 1235000/1235000
1015.64/525.91	c cleaning 9999 clauses out of 20018 with flag 1245000/1245000
1024.12/530.36	c cleaning 10005 clauses out of 20019 with flag 1255000/1255000
1032.80/534.80	c cleaning 10001 clauses out of 20014 with flag 1265000/1265000
1041.54/539.43	c cleaning 9999 clauses out of 20013 with flag 1275000/1275000
1049.81/543.71	c cleaning 10003 clauses out of 20015 with flag 1285001/1285001
1057.89/547.90	c cleaning 9999 clauses out of 20012 with flag 1295001/1295001
1065.76/552.10	c cleaning 9998 clauses out of 20013 with flag 1305001/1305001
1074.94/556.88	c cleaning 9999 clauses out of 20014 with flag 1315000/1315000
1083.61/561.38	c cleaning 9998 clauses out of 20016 with flag 1325001/1325001
1093.29/566.35	c cleaning 9999 clauses out of 20017 with flag 1335000/1335000
1102.76/571.28	c cleaning 10001 clauses out of 20019 with flag 1345001/1345001
1112.87/576.54	c cleaning 10004 clauses out of 20018 with flag 1355001/1355001
1122.94/581.72	c cleaning 10004 clauses out of 20013 with flag 1365000/1365000
1132.80/586.86	c cleaning 9996 clauses out of 20011 with flag 1375002/1375002
1142.50/591.85	c cleaning 10000 clauses out of 20013 with flag 1385000/1385000
1152.38/597.08	c cleaning 10002 clauses out of 20013 with flag 1395000/1395000
1162.66/602.33	c cleaning 10001 clauses out of 20011 with flag 1405000/1405000
1172.74/607.52	c cleaning 9998 clauses out of 20010 with flag 1415000/1415000
1182.01/612.38	c cleaning 10001 clauses out of 20012 with flag 1425000/1425000
1192.33/617.74	c cleaning 10004 clauses out of 20012 with flag 1435001/1435001
1201.00/622.22	c cleaning 9996 clauses out of 20010 with flag 1445003/1445003
1209.66/626.76	c cleaning 10000 clauses out of 20012 with flag 1455001/1455001
1220.13/632.19	c cleaning 9998 clauses out of 20011 with flag 1465000/1465000
1232.05/638.33	c cleaning 10001 clauses out of 20013 with flag 1475000/1475000
1242.31/643.61	c cleaning 9993 clauses out of 20012 with flag 1485000/1485000
1251.37/648.39	c cleaning 10002 clauses out of 20019 with flag 1495000/1495000
1260.83/653.27	c cleaning 10005 clauses out of 20018 with flag 1505001/1505001
1270.50/658.27	c cleaning 9998 clauses out of 20012 with flag 1515000/1515000
1280.57/663.48	c cleaning 9998 clauses out of 20014 with flag 1525000/1525000
1290.64/668.67	c cleaning 10002 clauses out of 20016 with flag 1535000/1535000
1300.30/673.60	c cleaning 10001 clauses out of 20014 with flag 1545000/1545000
1309.84/678.65	c cleaning 10000 clauses out of 20014 with flag 1555001/1555001
1319.89/683.84	c cleaning 9998 clauses out of 20013 with flag 1565000/1565000
1328.15/688.15	c cleaning 10001 clauses out of 20015 with flag 1575000/1575000
1336.41/692.47	c cleaning 9997 clauses out of 20014 with flag 1585000/1585000
1344.52/696.80	c cleaning 10002 clauses out of 20019 with flag 1595002/1595002
1353.38/701.35	c cleaning 9997 clauses out of 20016 with flag 1605001/1605001
1362.88/706.29	c cleaning 10002 clauses out of 20019 with flag 1615001/1615001
1370.50/710.29	c cleaning 10004 clauses out of 20016 with flag 1625000/1625000
1376.78/713.66	c cleaning 10001 clauses out of 20012 with flag 1635000/1635000
1383.23/717.11	c cleaning 10002 clauses out of 20011 with flag 1645000/1645000
1390.49/720.89	c cleaning 10002 clauses out of 20011 with flag 1655002/1655002
1396.94/724.27	c cleaning 9995 clauses out of 20007 with flag 1665000/1665000
1403.83/727.98	c cleaning 10002 clauses out of 20013 with flag 1675001/1675001
1411.08/731.80	c cleaning 9996 clauses out of 20010 with flag 1685000/1685000
1418.74/735.73	c cleaning 9997 clauses out of 20014 with flag 1695000/1695000
1426.19/739.61	c cleaning 10004 clauses out of 20018 with flag 1705001/1705001
1434.47/744.02	c cleaning 10002 clauses out of 20014 with flag 1715001/1715001
1440.92/747.44	c cleaning 9997 clauses out of 20011 with flag 1725000/1725000
1447.77/751.01	c cleaning 9999 clauses out of 20015 with flag 1735001/1735001
1456.42/755.51	c cleaning 10001 clauses out of 20015 with flag 1745000/1745000
1463.39/759.21	c cleaning 10006 clauses out of 20020 with flag 1755006/1755006
1469.64/762.55	c cleaning 10004 clauses out of 20013 with flag 1765005/1765005
1475.88/765.87	c cleaning 9996 clauses out of 20006 with flag 1775002/1775002
1481.78/768.94	c cleaning 9999 clauses out of 20008 with flag 1785000/1785000
1488.04/772.40	c cleaning 10002 clauses out of 20009 with flag 1795000/1795000
1493.91/775.44	c cleaning 10002 clauses out of 20009 with flag 1805002/1805002
1500.73/779.07	c cleaning 9999 clauses out of 20005 with flag 1815000/1815000
1507.39/782.50	c cleaning 9999 clauses out of 20008 with flag 1825002/1825002
1513.32/785.77	c cleaning 9997 clauses out of 20008 with flag 1835001/1835001
1520.17/789.32	c cleaning 10001 clauses out of 20011 with flag 1845001/1845001
1527.45/793.15	c cleaning 10001 clauses out of 20010 with flag 1855001/1855001
1534.66/796.90	c cleaning 9996 clauses out of 20009 with flag 1865001/1865001
1542.20/800.93	c cleaning 10000 clauses out of 20013 with flag 1875001/1875001
1550.05/805.04	c cleaning 9998 clauses out of 20012 with flag 1885000/1885000
1558.30/809.34	c cleaning 10005 clauses out of 20019 with flag 1895005/1895005
1564.54/812.69	c cleaning 10005 clauses out of 20017 with flag 1905008/1905008
1571.72/816.47	c cleaning 9993 clauses out of 20004 with flag 1915000/1915000
1579.37/820.43	c cleaning 10000 clauses out of 20012 with flag 1925001/1925001
1587.01/824.45	c cleaning 10000 clauses out of 20012 with flag 1935001/1935001
1593.26/827.76	c cleaning 9999 clauses out of 20011 with flag 1945000/1945000
1600.92/831.84	c cleaning 10001 clauses out of 20012 with flag 1955000/1955000
1608.56/835.83	c cleaning 10003 clauses out of 20013 with flag 1965002/1965002
1615.41/839.42	c cleaning 9997 clauses out of 20008 with flag 1975000/1975000
1621.84/842.87	c cleaning 9996 clauses out of 20011 with flag 1985000/1985000
1628.28/846.26	c cleaning 10004 clauses out of 20016 with flag 1995001/1995001
1635.32/849.94	c cleaning 10001 clauses out of 20013 with flag 2005002/2005002
1644.39/854.66	c cleaning 9997 clauses out of 20010 with flag 2015000/2015000
1654.82/860.00	c cleaning 10005 clauses out of 20015 with flag 2025002/2025002
1667.73/866.78	c cleaning 10004 clauses out of 20008 with flag 2035000/2035000
1681.57/873.81	c cleaning 10000 clauses out of 20004 with flag 2045000/2045000
1690.21/878.33	c cleaning 9999 clauses out of 20008 with flag 2055004/2055004
1695.64/881.20	c cleaning 10002 clauses out of 20012 with flag 2065007/2065007
1700.50/883.99	c cleaning 9998 clauses out of 20007 with flag 2075004/2075004
1705.57/886.69	c cleaning 10000 clauses out of 20011 with flag 2085006/2085006
1711.17/889.67	c cleaning 9998 clauses out of 20007 with flag 2095002/2095002
1717.02/892.74	c cleaning 9998 clauses out of 20007 with flag 2105000/2105000
1722.87/895.95	c cleaning 9998 clauses out of 20011 with flag 2115002/2115002
1728.90/899.13	c cleaning 10000 clauses out of 20011 with flag 2125000/2125000
1738.93/904.30	c cleaning 10001 clauses out of 20011 with flag 2135000/2135000
1749.80/909.98	c cleaning 10000 clauses out of 20010 with flag 2145000/2145000
1758.64/914.62	c cleaning 9998 clauses out of 20010 with flag 2155000/2155000
1768.09/919.56	c cleaning 9998 clauses out of 20012 with flag 2165000/2165000
1777.70/924.50	c cleaning 10004 clauses out of 20016 with flag 2175002/2175002
1787.52/929.68	c cleaning 10000 clauses out of 20010 with flag 2185000/2185000
1796.67/934.49	c cleaning 10000 clauses out of 20011 with flag 2195001/2195001
1800.13/936.32	c starts		: 228
1800.13/936.32	c conflicts		: 2198858
1800.13/936.32	c decisions		: 2975544
1800.13/936.32	c propagations		: 17833536
1800.13/936.32	c inspects		: 1633314959
1800.13/936.32	c shortcuts		: 0
1800.13/936.32	c learnt literals	: 0
1800.13/936.32	c learnt binary clauses	: 0
1800.13/936.32	c learnt ternary clauses	: 0
1800.13/936.32	c learnt constraints	: 2198858
1800.13/936.32	c ignored constraints	: 0
1800.13/936.32	c root simplifications	: 0
1800.13/936.32	c removed literals (reason simplification)	: 84879588
1800.13/936.32	c reason swapping (by a shorter reason)	: 0
1800.13/936.32	c Calls to reduceDB	: 221
1800.13/936.32	c number of reductions to clauses (during analyze)	: 0
1800.13/936.32	c number of learned constraints concerned by reduction	: 0
1800.13/936.32	c number of learning phase by resolution	: 0
1800.13/936.32	c number of learning phase by cutting planes	: 0
1800.13/936.32	c speed (assignments/second)	: 19079.487791230742
1800.13/936.32	c non guided choices	116927
1800.13/936.33	c learnt constraints type 
1800.13/936.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13894
1800.13/936.33	c constraints type 
1800.13/936.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 794
1800.13/936.33	c constraints type 
1800.13/936.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
1800.13/936.33	s UNKNOWN
1800.13/936.33	c Total wall clock time (in seconds): 936.22

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-3454239-1307191131/watcher-3454239-1307191131 -o /tmp/evaluation-result-3454239-1307191131/solver-3454239-1307191131 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454239-1307191131.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.80 3.91 3.62 4/458 12646
/proc/meminfo: memFree=23644392/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 3773 0 1 0 0 0 0 0 25 0 2 0 811528700 10694979584 3476 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2611079 3490 917 9 0 2602235 0
[pid=12646/tid=12647] ppid=12644 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) R 12644 12646 9722 0 -1 4202560 5366 0 1 0 0 0 0 0 25 0 2 0 811528701 10694979584 6182 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0947331 s]
/proc/loadavg: 3.80 3.91 3.62 4/458 12646
/proc/meminfo: memFree=23644392/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10539604 CPUtime=0.09 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 12925 0 1 0 8 1 0 0 25 0 18 0 811528700 10792554496 12623 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2634901 12624 2092 9 0 2625635 0
[pid=12646/tid=12647] ppid=12644 vsize=10539604 CPUtime=0.07 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) R 12644 12646 9722 0 -1 4202560 11023 0 1 0 6 1 0 0 18 0 18 0 811528701 10792554496 12624 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 47453092054522 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539604

[startup+0.100668 s]
/proc/loadavg: 3.80 3.91 3.62 4/458 12646
/proc/meminfo: memFree=23644392/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10539604 CPUtime=0.1 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 12993 0 1 0 9 1 0 0 25 0 18 0 811528700 10792554496 12692 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2634901 12692 2092 9 0 2625635 0
[pid=12646/tid=12647] ppid=12644 vsize=10539604 CPUtime=0.08 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) R 12644 12646 9722 0 -1 4202560 11091 0 1 0 7 1 0 0 18 0 18 0 811528701 10792554496 12692 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270338044961 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539604

[startup+0.300633 s]
/proc/loadavg: 3.80 3.91 3.62 4/458 12646
/proc/meminfo: memFree=23644392/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10541652 CPUtime=0.46 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 20606 0 1 0 44 2 0 0 25 0 18 0 811528700 10794651648 19805 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2635413 19807 2200 9 0 2626147 0
[pid=12646/tid=12647] ppid=12644 vsize=10541652 CPUtime=0.28 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) R 12644 12646 9722 0 -1 4202560 17276 0 1 0 26 2 0 0 18 0 18 0 811528701 10794651648 19808 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912505365698 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541652

[startup+0.700556 s]
/proc/loadavg: 3.80 3.91 3.62 4/458 12646
/proc/meminfo: memFree=23644392/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10560780 CPUtime=1.32 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 47377 0 1 0 125 7 0 0 25 0 18 0 811528700 10814238720 43654 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2640195 43664 2205 9 0 2630929 0
[pid=12646/tid=12647] ppid=12644 vsize=10560780 CPUtime=0.68 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) R 12644 12646 9722 0 -1 4202560 35483 0 1 0 63 5 0 0 18 0 18 0 811528701 10814238720 43664 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912505678627 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10560780

[startup+1.5014 s]
/proc/loadavg: 3.80 3.91 3.62 4/476 12664
/proc/meminfo: memFree=23382504/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10560932 CPUtime=2.21 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 111595 0 1 0 207 14 0 0 25 0 18 0 811528700 10814394368 107872 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2640233 107881 2205 9 0 2630967 0
[pid=12646/tid=12647] ppid=12644 vsize=10560932 CPUtime=1.47 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) R 12644 12646 9722 0 -1 4202560 99627 0 1 0 135 12 0 0 19 0 18 0 811528701 10814394368 107885 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912505678627 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12646/tid=12649] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12649/stat : 12649 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107885 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12650] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12650/stat : 12650 (java) S 12644 12646 9722 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107885 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12651] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12651/stat : 12651 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107885 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12652] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12652/stat : 12652 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107885 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12653] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12653/stat : 12653 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107889 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12654] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12654/stat : 12654 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107896 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12655] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12655/stat : 12655 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107904 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12656] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12656/stat : 12656 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811528703 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12657] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12657/stat : 12657 (java) S 12644 12646 9722 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811528704 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 0 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12658] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12658/stat : 12658 (java) S 12644 12646 9722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811528704 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12659] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12659/stat : 12659 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811528704 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12660] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12660/stat : 12660 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 811528706 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350207409 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12661] ppid=12644 vsize=10560932 CPUtime=0.24 cores=1,3,5,7
/proc/12646/task/12661/stat : 12661 (java) S 12644 12646 9722 0 -1 4202560 2628 0 0 0 24 0 0 0 17 0 18 0 811528706 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12662] ppid=12644 vsize=10560932 CPUtime=0.47 cores=1,3,5,7
/proc/12646/task/12662/stat : 12662 (java) S 12644 12646 9722 0 -1 4202560 8204 0 0 0 46 1 0 0 16 0 18 0 811528706 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12663] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12663/stat : 12663 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 811528706 10814394368 107905 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12664] ppid=12644 vsize=10560932 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12664/stat : 12664 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811528706 10814394368 107908 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10560932

[startup+3.10104 s]
/proc/loadavg: 3.74 3.90 3.61 5/480 12668
/proc/meminfo: memFree=23158776/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10565044 CPUtime=5.71 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 130596 0 1 0 554 17 0 0 25 0 22 0 811528700 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2641261 124881 2225 9 0 2631995 0
[pid=12646/tid=12647] ppid=12644 vsize=10565044 CPUtime=1.61 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) S 12644 12646 9722 0 -1 4202560 109218 0 1 0 147 14 0 0 15 0 22 0 811528701 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12649] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12649/stat : 12649 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12650] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12650/stat : 12650 (java) S 12644 12646 9722 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12651] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12651/stat : 12651 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12652] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12652/stat : 12652 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12653] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12653/stat : 12653 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12654] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12654/stat : 12654 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12655] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12655/stat : 12655 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12656] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12656/stat : 12656 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12657] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12657/stat : 12657 (java) S 12644 12646 9722 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 0 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12658] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12658/stat : 12658 (java) S 12644 12646 9722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811528704 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12659] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12659/stat : 12659 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811528704 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12660] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12660/stat : 12660 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811528706 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350207409 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12661] ppid=12644 vsize=10565044 CPUtime=0.47 cores=1,3,5,7
/proc/12646/task/12661/stat : 12661 (java) S 12644 12646 9722 0 -1 4202560 4704 0 0 0 47 0 0 0 15 0 22 0 811528706 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12662] ppid=12644 vsize=10565044 CPUtime=0.67 cores=1,3,5,7
/proc/12646/task/12662/stat : 12662 (java) S 12644 12646 9722 0 -1 4202560 8225 0 0 0 66 1 0 0 15 0 22 0 811528706 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12663] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12663/stat : 12663 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811528706 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12664] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12664/stat : 12664 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811528706 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12665] ppid=12644 vsize=10565044 CPUtime=1.47 cores=1,3,5,7
/proc/12646/task/12665/stat : 12665 (java) R 12644 12646 9722 0 -1 4202560 1207 0 0 0 147 0 0 0 21 0 22 0 811528863 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912505889877 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12646/tid=12666] ppid=12644 vsize=10565044 CPUtime=1.45 cores=1,3,5,7
/proc/12646/task/12666/stat : 12666 (java) R 12644 12646 9722 0 -1 4202560 6076 0 0 0 145 0 0 0 18 0 22 0 811528863 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912505896634 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12646/tid=12667] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12667/stat : 12667 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811528872 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12668] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12668/stat : 12668 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811528872 10818605056 124881 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 10565044

[startup+6.30141 s]
/proc/loadavg: 3.74 3.90 3.61 5/480 12668
/proc/meminfo: memFree=23053000/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10565044 CPUtime=12.45 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 171020 0 1 0 1223 22 0 0 25 0 22 0 811528700 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2641261 164389 2230 9 0 2631995 0
[pid=12646/tid=12647] ppid=12644 vsize=10565044 CPUtime=1.61 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) S 12644 12646 9722 0 -1 4202560 109218 0 1 0 147 14 0 0 15 0 22 0 811528701 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12649] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12649/stat : 12649 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12650] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12650/stat : 12650 (java) S 12644 12646 9722 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12651] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12651/stat : 12651 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12652] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12652/stat : 12652 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12653] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12653/stat : 12653 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12654] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12654/stat : 12654 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12655] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12655/stat : 12655 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12656] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12656/stat : 12656 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811528703 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12657] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12657/stat : 12657 (java) S 12644 12646 9722 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 811528704 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 0 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12658] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12658/stat : 12658 (java) S 12644 12646 9722 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811528704 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12659] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12659/stat : 12659 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811528704 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12660] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12660/stat : 12660 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811528706 10818605056 164389 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350207409 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=18374024/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10565044 CPUtime=1582.81 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 950653 0 1 0 158172 109 0 0 25 0 22 0 811528700 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2641261 941665 2257 9 0 2631995 0
[pid=12646/tid=12647] ppid=12644 vsize=10565044 CPUtime=1.61 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) S 12644 12646 9722 0 -1 4202560 109256 0 1 0 147 14 0 0 15 0 22 0 811528701 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12649] ppid=12644 vsize=10565044 CPUtime=0.43 cores=1,3,5,7
/proc/12646/task/12649/stat : 12649 (java) S 12644 12646 9722 0 -1 4202560 4039 0 0 0 43 0 0 0 15 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12650] ppid=12644 vsize=10565044 CPUtime=0.39 cores=1,3,5,7
/proc/12646/task/12650/stat : 12650 (java) S 12644 12646 9722 0 -1 4202560 3220 0 0 0 39 0 0 0 15 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12651] ppid=12644 vsize=10565044 CPUtime=0.49 cores=1,3,5,7
/proc/12646/task/12651/stat : 12651 (java) S 12644 12646 9722 0 -1 4202560 8366 0 0 0 48 1 0 0 15 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12652] ppid=12644 vsize=10565044 CPUtime=0.47 cores=1,3,5,7
/proc/12646/task/12652/stat : 12652 (java) S 12644 12646 9722 0 -1 4202560 4642 0 0 0 47 0 0 0 15 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12653] ppid=12644 vsize=10565044 CPUtime=0.47 cores=1,3,5,7
/proc/12646/task/12653/stat : 12653 (java) S 12644 12646 9722 0 -1 4202560 8886 0 0 0 46 1 0 0 16 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12654] ppid=12644 vsize=10565044 CPUtime=0.57 cores=1,3,5,7
/proc/12646/task/12654/stat : 12654 (java) S 12644 12646 9722 0 -1 4202560 15258 0 0 0 55 2 0 0 15 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12655] ppid=12644 vsize=10565044 CPUtime=0.55 cores=1,3,5,7
/proc/12646/task/12655/stat : 12655 (java) S 12644 12646 9722 0 -1 4202560 11208 0 0 0 54 1 0 0 16 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12656] ppid=12644 vsize=10565044 CPUtime=0.53 cores=1,3,5,7
/proc/12646/task/12656/stat : 12656 (java) S 12644 12646 9722 0 -1 4202560 9807 0 0 0 51 2 0 0 15 0 22 0 811528703 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12657] ppid=12644 vsize=10565044 CPUtime=63.5 cores=1,3,5,7
/proc/12646/task/12657/stat : 12657 (java) S 12644 12646 9722 0 -1 4202560 61658 0 0 0 6343 7 0 0 15 0 22 0 811528704 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 0 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12658] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12658/stat : 12658 (java) S 12644 12646 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12659] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12659/stat : 12659 (java) S 12644 12646 9722 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12660] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12660/stat : 12660 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811528706 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350207409 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12661] ppid=12644 vsize=10565044 CPUtime=1.04 cores=1,3,5,7
/proc/12646/task/12661/stat : 12661 (java) S 12644 12646 9722 0 -1 4202560 6891 0 0 0 104 0 0 0 15 0 22 0 811528706 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12662] ppid=12644 vsize=10565044 CPUtime=1 cores=1,3,5,7
/proc/12646/task/12662/stat : 12662 (java) S 12644 12646 9722 0 -1 4202560 8265 0 0 0 99 1 0 0 16 0 22 0 811528706 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12663] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12663/stat : 12663 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811528706 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12664] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12664/stat : 12664 (java) S 12644 12646 9722 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 811528706 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12665] ppid=12644 vsize=10565044 CPUtime=755.82 cores=1,3,5,7
/proc/12646/task/12665/stat : 12665 (java) R 12644 12646 9722 0 -1 4202560 4641 0 0 0 75581 1 0 0 25 0 22 0 811528863 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912506050844 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12646/tid=12666] ppid=12644 vsize=10565044 CPUtime=755.81 cores=1,3,5,7
/proc/12646/task/12666/stat : 12666 (java) R 12644 12646 9722 0 -1 4202560 693310 0 0 0 75509 72 0 0 25 0 22 0 811528863 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912506061832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12646/tid=12667] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12667/stat : 12667 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811528872 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12668] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12668/stat : 12668 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811528872 10818605056 941665 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1582.81
Current children cumulated vsize (KiB) 10565044

[startup+882.302 s]
/proc/loadavg: 3.88 3.93 3.79 5/480 12743
/proc/meminfo: memFree=18351048/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10565044 CPUtime=1697.3 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 955101 0 1 0 169620 110 0 0 25 0 22 0 811528700 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2641261 945876 2257 9 0 2631995 0
[pid=12646/tid=12647] ppid=12644 vsize=10565044 CPUtime=1.61 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) S 12644 12646 9722 0 -1 4202560 109257 0 1 0 147 14 0 0 15 0 22 0 811528701 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12649] ppid=12644 vsize=10565044 CPUtime=0.47 cores=1,3,5,7
/proc/12646/task/12649/stat : 12649 (java) S 12644 12646 9722 0 -1 4202560 4734 0 0 0 47 0 0 0 15 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12650] ppid=12644 vsize=10565044 CPUtime=0.43 cores=1,3,5,7
/proc/12646/task/12650/stat : 12650 (java) S 12644 12646 9722 0 -1 4202560 3303 0 0 0 43 0 0 0 15 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12651] ppid=12644 vsize=10565044 CPUtime=0.52 cores=1,3,5,7
/proc/12646/task/12651/stat : 12651 (java) S 12644 12646 9722 0 -1 4202560 8452 0 0 0 51 1 0 0 15 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12652] ppid=12644 vsize=10565044 CPUtime=0.53 cores=1,3,5,7
/proc/12646/task/12652/stat : 12652 (java) S 12644 12646 9722 0 -1 4202560 5891 0 0 0 52 1 0 0 16 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12653] ppid=12644 vsize=10565044 CPUtime=0.5 cores=1,3,5,7
/proc/12646/task/12653/stat : 12653 (java) S 12644 12646 9722 0 -1 4202560 8967 0 0 0 49 1 0 0 16 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12654] ppid=12644 vsize=10565044 CPUtime=0.6 cores=1,3,5,7
/proc/12646/task/12654/stat : 12654 (java) S 12644 12646 9722 0 -1 4202560 15598 0 0 0 58 2 0 0 15 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12655] ppid=12644 vsize=10565044 CPUtime=0.6 cores=1,3,5,7
/proc/12646/task/12655/stat : 12655 (java) S 12644 12646 9722 0 -1 4202560 11208 0 0 0 59 1 0 0 16 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12656] ppid=12644 vsize=10565044 CPUtime=0.55 cores=1,3,5,7
/proc/12646/task/12656/stat : 12656 (java) S 12644 12646 9722 0 -1 4202560 9810 0 0 0 53 2 0 0 16 0 22 0 811528703 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12657] ppid=12644 vsize=10565044 CPUtime=69.14 cores=1,3,5,7
/proc/12646/task/12657/stat : 12657 (java) S 12644 12646 9722 0 -1 4202560 63548 0 0 0 6906 8 0 0 16 0 22 0 811528704 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 0 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12658] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12658/stat : 12658 (java) S 12644 12646 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12659] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12659/stat : 12659 (java) S 12644 12646 9722 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12660] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12660/stat : 12660 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811528706 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350207409 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12661] ppid=12644 vsize=10565044 CPUtime=1.04 cores=1,3,5,7
/proc/12646/task/12661/stat : 12661 (java) S 12644 12646 9722 0 -1 4202560 6891 0 0 0 104 0 0 0 15 0 22 0 811528706 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12662] ppid=12644 vsize=10565044 CPUtime=1 cores=1,3,5,7
/proc/12646/task/12662/stat : 12662 (java) S 12644 12646 9722 0 -1 4202560 8265 0 0 0 99 1 0 0 16 0 22 0 811528706 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12663] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12663/stat : 12663 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811528706 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12664] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12664/stat : 12664 (java) S 12644 12646 9722 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811528706 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12665] ppid=12644 vsize=10565044 CPUtime=810.09 cores=1,3,5,7
/proc/12646/task/12665/stat : 12665 (java) R 12644 12646 9722 0 -1 4202560 4655 0 0 0 81008 1 0 0 21 0 22 0 811528863 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912505991395 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12646/tid=12666] ppid=12644 vsize=10565044 CPUtime=810.09 cores=1,3,5,7
/proc/12646/task/12666/stat : 12666 (java) R 12644 12646 9722 0 -1 4202560 693312 0 0 0 80937 72 0 0 21 0 22 0 811528863 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912506039989 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12646/tid=12667] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12667/stat : 12667 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811528872 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12668] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12668/stat : 12668 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811528872 10818605056 945876 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1697.3
Current children cumulated vsize (KiB) 10565044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.301 s]
/proc/loadavg: 3.94 3.94 3.80 5/480 12744
/proc/meminfo: memFree=18342208/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=10565044 CPUtime=1800.13 cores=1,3,5,7
/proc/12646/stat : 12646 (java) S 12644 12646 9722 0 -1 4202496 955164 0 1 0 179902 111 0 0 25 0 22 0 811528700 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 2641261 945921 2257 9 0 2631995 0
[pid=12646/tid=12647] ppid=12644 vsize=10565044 CPUtime=1.61 cores=1,3,5,7
/proc/12646/task/12647/stat : 12647 (java) S 12644 12646 9722 0 -1 4202560 109257 0 1 0 147 14 0 0 15 0 22 0 811528701 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12649] ppid=12644 vsize=10565044 CPUtime=0.51 cores=1,3,5,7
/proc/12646/task/12649/stat : 12649 (java) S 12644 12646 9722 0 -1 4202560 4741 0 0 0 51 0 0 0 15 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12650] ppid=12644 vsize=10565044 CPUtime=0.45 cores=1,3,5,7
/proc/12646/task/12650/stat : 12650 (java) S 12644 12646 9722 0 -1 4202560 3305 0 0 0 45 0 0 0 15 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12651] ppid=12644 vsize=10565044 CPUtime=0.56 cores=1,3,5,7
/proc/12646/task/12651/stat : 12651 (java) S 12644 12646 9722 0 -1 4202560 8459 0 0 0 55 1 0 0 16 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12652] ppid=12644 vsize=10565044 CPUtime=0.56 cores=1,3,5,7
/proc/12646/task/12652/stat : 12652 (java) S 12644 12646 9722 0 -1 4202560 5891 0 0 0 55 1 0 0 16 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12653] ppid=12644 vsize=10565044 CPUtime=0.55 cores=1,3,5,7
/proc/12646/task/12653/stat : 12653 (java) S 12644 12646 9722 0 -1 4202560 8974 0 0 0 54 1 0 0 15 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 7 0 0 0
[pid=12646/tid=12654] ppid=12644 vsize=10565044 CPUtime=0.66 cores=1,3,5,7
/proc/12646/task/12654/stat : 12654 (java) S 12644 12646 9722 0 -1 4202560 15614 0 0 0 64 2 0 0 16 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12655] ppid=12644 vsize=10565044 CPUtime=0.64 cores=1,3,5,7
/proc/12646/task/12655/stat : 12655 (java) S 12644 12646 9722 0 -1 4202560 11213 0 0 0 63 1 0 0 15 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12656] ppid=12644 vsize=10565044 CPUtime=0.57 cores=1,3,5,7
/proc/12646/task/12656/stat : 12656 (java) S 12644 12646 9722 0 -1 4202560 9811 0 0 0 55 2 0 0 15 0 22 0 811528703 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12657] ppid=12644 vsize=10565044 CPUtime=74.45 cores=1,3,5,7
/proc/12646/task/12657/stat : 12657 (java) S 12644 12646 9722 0 -1 4202560 63550 0 0 0 7437 8 0 0 15 0 22 0 811528704 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 0 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12658] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12658/stat : 12658 (java) S 12644 12646 9722 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12659] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12659/stat : 12659 (java) S 12644 12646 9722 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811528704 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12660] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12660/stat : 12660 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811528706 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350207409 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12661] ppid=12644 vsize=10565044 CPUtime=1.04 cores=1,3,5,7
/proc/12646/task/12661/stat : 12661 (java) S 12644 12646 9722 0 -1 4202560 6891 0 0 0 104 0 0 0 15 0 22 0 811528706 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12662] ppid=12644 vsize=10565044 CPUtime=1 cores=1,3,5,7
/proc/12646/task/12662/stat : 12662 (java) S 12644 12646 9722 0 -1 4202560 8265 0 0 0 99 1 0 0 16 0 22 0 811528706 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12663] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12663/stat : 12663 (java) S 12644 12646 9722 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811528706 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350199705 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
[pid=12646/tid=12664] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12664/stat : 12664 (java) S 12644 12646 9722 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 811528706 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 1 0 0 0
[pid=12646/tid=12665] ppid=12644 vsize=10565044 CPUtime=858.71 cores=1,3,5,7
/proc/12646/task/12665/stat : 12665 (java) R 12644 12646 9722 0 -1 4202560 4668 0 0 0 85870 1 0 0 25 0 22 0 811528863 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912506002339 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12646/tid=12666] ppid=12644 vsize=10565044 CPUtime=858.7 cores=1,3,5,7
/proc/12646/task/12666/stat : 12666 (java) R 12644 12646 9722 0 -1 4202560 693313 0 0 0 85798 72 0 0 25 0 22 0 811528863 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 46912506040021 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12646/tid=12667] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12667/stat : 12667 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811528872 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 5 0 0 0
[pid=12646/tid=12668] ppid=12644 vsize=10565044 CPUtime=0 cores=1,3,5,7
/proc/12646/task/12668/stat : 12668 (java) S 12644 12646 9722 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811528872 10818605056 945921 33554432000 1073741824 1073778376 140736565878688 18446744073709551615 270350200320 0 4 0 16800975 18446604459774016256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10565044

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

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

[startup+936.423 s]
/proc/loadavg: 3.94 3.94 3.80 5/480 12744
/proc/meminfo: memFree=18342208/32951124 swapFree=50923800/67111528
[pid=12646] ppid=12644 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/12646/stat : 12646 (java) Z 12644 12646 9722 0 -1 4203548 955198 0 1 0 179908 120 0 0 17 0 2 0 811528700 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12646/statm: 0 0 0 0 0 0 0
[pid=12646/tid=12663] ppid=12644 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/12646/task/12663/stat : 12663 (java) R 12644 12646 9722 0 -1 4203588 1 0 0 0 0 8 0 0 18 0 2 0 811528706 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 936.475
CPU time (s): 1800.34
CPU user time (s): 1799.08
CPU system time (s): 1.25281
CPU usage (%): 192.246
Max. virtual memory (cumulated for all children) (KiB): 10565044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.25281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 955198
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= 29155
involuntary context switches= 20661

runsolver used 4.10138 second user time and 9.57454 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-04 14:38:51
IDJOB=3454239
IDBENCH=2456
IDSOLVER=1950
FILE ID=node143/3454239-1307191131
RUNJOBID= node143-1307188096-11863
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-scsd8.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454239-1307191131/watcher-3454239-1307191131 -o /tmp/evaluation-result-3454239-1307191131/solver-3454239-1307191131 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454239-1307191131.opb

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

MD5SUM BENCH= 68f48570ba6245cb642bc98d786c3bfe
RANDOM SEED=1770872033

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:      23644672 kB
Buffers:        316124 kB
Cached:         481220 kB
SwapCached:       9140 kB
Active:        8541224 kB
Inactive:       481152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23644672 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            7916 kB
Writeback:           0 kB
AnonPages:     8222128 kB
Mapped:          29948 kB
Slab:           133948 kB
PageTables:      81868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126027128 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= 73968 MiB
End job on node143 at 2011-06-04 14:54:29