Trace number 3454202

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.28 923.747

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-roll3000.opb
MD5SUM671dfb6ede3c120af748dc40a7daef68
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 variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	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@67ee3914
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@1c691f36
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-3454202-1307190439.opb
0.11/0.11	c reading problem ... 
1.29/0.61	c ... done. Wall clock time 0.499s.
1.29/0.61	c #vars     8902
1.29/0.61	c #constraints  6339
1.29/0.61	c constraints type 
1.29/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1.29/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1.29/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1.29/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2019
1.29/0.61	c constraints type 
1.29/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1.29/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1.29/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1.29/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
9.68/4.27	c cleaning 2498 clauses out of 4999 with flag 5001/5001
16.15/7.42	c cleaning 4242 clauses out of 8500 with flag 11000/11000
22.51/10.63	c cleaning 5626 clauses out of 11262 with flag 18004/18004
29.28/14.01	c cleaning 6811 clauses out of 13632 with flag 26000/26000
37.27/18.09	c cleaning 7907 clauses out of 15822 with flag 35001/35001
46.01/22.49	c cleaning 8954 clauses out of 17915 with flag 45001/45001
54.94/27.00	c cleaning 9473 clauses out of 18962 with flag 55002/55002
65.67/32.38	c cleaning 9729 clauses out of 19488 with flag 65001/65001
74.76/36.93	c cleaning 9883 clauses out of 19765 with flag 75007/75007
83.88/41.50	c cleaning 9927 clauses out of 19875 with flag 85000/85000
93.22/46.26	c cleaning 9968 clauses out of 19950 with flag 95002/95002
102.71/51.00	c cleaning 9985 clauses out of 19981 with flag 105001/105001
113.58/56.56	c cleaning 9991 clauses out of 19995 with flag 115000/115000
123.48/61.60	c cleaning 9996 clauses out of 20004 with flag 125000/125000
133.38/66.57	c cleaning 9991 clauses out of 20008 with flag 135000/135000
143.30/71.59	c cleaning 10004 clauses out of 20018 with flag 145001/145001
154.14/77.09	c cleaning 9997 clauses out of 20013 with flag 155000/155000
164.00/82.08	c cleaning 10002 clauses out of 20017 with flag 165001/165001
173.36/86.73	c cleaning 10003 clauses out of 20016 with flag 175002/175002
182.48/91.35	c cleaning 10000 clauses out of 20011 with flag 185000/185000
193.31/96.89	c cleaning 10001 clauses out of 20011 with flag 195000/195000
204.97/102.71	c cleaning 9998 clauses out of 20010 with flag 205000/205000
216.84/108.70	c cleaning 9986 clauses out of 20012 with flag 215000/215000
227.32/114.02	c cleaning 10001 clauses out of 20026 with flag 225000/225000
237.13/119.02	c cleaning 10008 clauses out of 20026 with flag 235001/235001
248.39/124.70	c cleaning 10001 clauses out of 20017 with flag 245000/245000
257.46/129.36	c cleaning 10000 clauses out of 20018 with flag 255002/255002
268.32/134.88	c cleaning 10005 clauses out of 20017 with flag 265001/265001
278.50/140.02	c cleaning 10000 clauses out of 20012 with flag 275001/275001
289.76/145.79	c cleaning 9998 clauses out of 20011 with flag 285000/285000
298.41/150.14	c cleaning 10001 clauses out of 20014 with flag 295001/295001
308.29/155.21	c cleaning 9999 clauses out of 20012 with flag 305000/305000
318.84/160.54	c cleaning 10001 clauses out of 20014 with flag 315001/315001
328.28/165.40	c cleaning 10003 clauses out of 20012 with flag 325000/325000
338.33/170.41	c cleaning 9999 clauses out of 20016 with flag 335007/335007
347.96/175.37	c cleaning 9992 clauses out of 20012 with flag 345002/345002
357.30/180.19	c cleaning 10001 clauses out of 20018 with flag 355000/355000
366.75/184.93	c cleaning 10002 clauses out of 20018 with flag 365001/365001
376.34/189.83	c cleaning 10001 clauses out of 20016 with flag 375001/375001
386.57/195.07	c cleaning 9997 clauses out of 20014 with flag 385000/385000
397.20/200.42	c cleaning 0 clauses out of 5001 with flag 0/5001
397.89/200.90	c cleaning 10004 clauses out of 20018 with flag 395001/395001
408.07/205.96	c cleaning 9995 clauses out of 20013 with flag 405000/405000
417.68/210.81	c cleaning 9998 clauses out of 20020 with flag 415002/415002
428.41/216.39	c cleaning 10004 clauses out of 20020 with flag 425000/425000
440.26/222.34	c cleaning 10000 clauses out of 20016 with flag 435000/435000
450.87/227.80	c cleaning 9999 clauses out of 20017 with flag 445001/445001
459.26/232.10	c cleaning 10000 clauses out of 20017 with flag 455000/455000
468.37/236.74	c cleaning 10003 clauses out of 20019 with flag 465002/465002
477.58/241.49	c cleaning 9998 clauses out of 20014 with flag 475000/475000
487.99/246.77	c cleaning 10004 clauses out of 20018 with flag 485002/485002
500.00/252.89	c cleaning 10004 clauses out of 20013 with flag 495001/495001
513.70/259.81	c cleaning 9996 clauses out of 20008 with flag 505000/505000
526.13/266.13	c cleaning 9996 clauses out of 20012 with flag 515000/515000
536.54/271.46	c cleaning 9999 clauses out of 20017 with flag 525001/525001
546.14/276.31	c cleaning 9997 clauses out of 20018 with flag 535001/535001
555.64/281.21	c cleaning 10007 clauses out of 20025 with flag 545005/545005
565.05/286.08	c cleaning 9998 clauses out of 20013 with flag 555000/555000
573.20/290.24	c cleaning 10003 clauses out of 20016 with flag 565001/565001
580.02/293.79	c cleaning 9998 clauses out of 20012 with flag 575000/575000
587.07/297.41	c cleaning 9997 clauses out of 20014 with flag 585000/585000
597.28/302.65	c cleaning 10008 clauses out of 20017 with flag 595000/595000
607.22/307.79	c cleaning 10003 clauses out of 20011 with flag 605002/605002
618.64/313.53	c cleaning 9997 clauses out of 20006 with flag 615000/615000
629.49/319.12	c cleaning 9998 clauses out of 20011 with flag 625002/625002
638.43/323.71	c cleaning 9998 clauses out of 20011 with flag 635000/635000
647.40/328.30	c cleaning 9999 clauses out of 20014 with flag 645001/645001
657.21/333.36	c cleaning 10001 clauses out of 20016 with flag 655002/655002
669.43/339.62	c cleaning 10004 clauses out of 20017 with flag 665004/665004
679.81/344.94	c cleaning 10001 clauses out of 20012 with flag 675003/675003
690.58/350.41	c cleaning 9987 clauses out of 20008 with flag 685000/685000
699.96/355.20	c cleaning 10005 clauses out of 20023 with flag 695002/695002
709.61/360.21	c cleaning 10000 clauses out of 20016 with flag 705000/705000
719.40/365.22	c cleaning 10000 clauses out of 20018 with flag 715002/715002
729.34/370.32	c cleaning 10005 clauses out of 20017 with flag 725001/725001
739.11/375.38	c cleaning 9998 clauses out of 20013 with flag 735002/735002
747.76/379.81	c cleaning 9999 clauses out of 20013 with flag 745000/745000
756.53/384.33	c cleaning 9997 clauses out of 20014 with flag 755000/755000
764.89/388.62	c cleaning 10005 clauses out of 20019 with flag 765002/765002
773.25/392.94	c cleaning 10001 clauses out of 20016 with flag 775004/775004
782.50/397.74	c cleaning 10000 clauses out of 20011 with flag 785000/785000
791.85/402.51	c cleaning 9997 clauses out of 20011 with flag 795000/795000
801.01/407.21	c cleaning 9999 clauses out of 20016 with flag 805002/805002
809.77/411.75	c cleaning 10001 clauses out of 20016 with flag 815001/815001
817.99/416.08	c cleaning 10001 clauses out of 20014 with flag 825000/825000
826.16/420.22	c cleaning 10000 clauses out of 20015 with flag 835002/835002
834.29/424.43	c cleaning 9998 clauses out of 20013 with flag 845000/845000
842.44/428.62	c cleaning 9998 clauses out of 20016 with flag 855001/855001
850.66/432.95	c cleaning 10001 clauses out of 20018 with flag 865001/865001
859.41/437.42	c cleaning 9997 clauses out of 20016 with flag 875000/875000
868.15/441.92	c cleaning 10004 clauses out of 20019 with flag 885000/885000
877.53/446.71	c cleaning 10001 clauses out of 20015 with flag 895000/895000
886.50/451.48	c cleaning 9998 clauses out of 20014 with flag 905000/905000
896.04/456.31	c cleaning 10003 clauses out of 20018 with flag 915002/915002
906.79/461.82	c cleaning 10003 clauses out of 20013 with flag 925000/925000
917.13/467.10	c cleaning 9998 clauses out of 20012 with flag 935002/935002
926.17/471.90	c cleaning 10002 clauses out of 20013 with flag 945001/945001
936.16/476.90	c cleaning 9997 clauses out of 20010 with flag 955000/955000
945.98/481.94	c cleaning 9996 clauses out of 20014 with flag 965001/965001
955.11/486.64	c cleaning 10001 clauses out of 20018 with flag 975001/975001
963.34/490.92	c cleaning 9996 clauses out of 20017 with flag 985001/985001
971.51/495.13	c cleaning 10005 clauses out of 20026 with flag 995006/995006
979.62/499.39	c cleaning 10001 clauses out of 20016 with flag 1005001/1005001
988.17/503.72	c cleaning 10004 clauses out of 20014 with flag 1015000/1015000
997.02/508.37	c cleaning 9999 clauses out of 20010 with flag 1025000/1025000
1006.14/513.07	c cleaning 10002 clauses out of 20012 with flag 1035001/1035001
1015.48/517.88	c cleaning 10000 clauses out of 20010 with flag 1045001/1045001
1025.22/522.84	c cleaning 9997 clauses out of 20010 with flag 1055001/1055001
1035.26/528.02	c cleaning 9999 clauses out of 20012 with flag 1065000/1065000
1045.58/533.38	c cleaning 9998 clauses out of 20014 with flag 1075001/1075001
1055.52/538.44	c cleaning 10003 clauses out of 20016 with flag 1085001/1085001
1065.30/543.45	c cleaning 10002 clauses out of 20015 with flag 1095003/1095003
1074.90/548.46	c cleaning 10000 clauses out of 20011 with flag 1105001/1105001
1083.84/553.05	c cleaning 9996 clauses out of 20010 with flag 1115000/1115000
1092.40/557.46	c cleaning 9998 clauses out of 20014 with flag 1125000/1125000
1100.94/561.88	c cleaning 9989 clauses out of 20016 with flag 1135000/1135000
1108.74/565.96	c cleaning 10005 clauses out of 20027 with flag 1145000/1145000
1116.09/569.76	c cleaning 10004 clauses out of 20023 with flag 1155001/1155001
1124.86/574.22	c cleaning 9995 clauses out of 20019 with flag 1165001/1165001
1133.39/578.65	c cleaning 10005 clauses out of 20024 with flag 1175001/1175001
1142.03/583.18	c cleaning 10001 clauses out of 20018 with flag 1185000/1185000
1150.37/587.44	c cleaning 9996 clauses out of 20017 with flag 1195000/1195000
1158.48/591.63	c cleaning 10002 clauses out of 20023 with flag 1205002/1205002
1166.82/595.94	c cleaning 10001 clauses out of 20019 with flag 1215000/1215000
1174.83/600.16	c cleaning 10003 clauses out of 20018 with flag 1225000/1225000
1183.16/604.46	c cleaning 9995 clauses out of 20015 with flag 1235000/1235000
1191.90/608.99	c cleaning 10005 clauses out of 20023 with flag 1245003/1245003
1201.83/614.06	c cleaning 9994 clauses out of 20015 with flag 1255000/1255000
1211.45/619.05	c cleaning 9998 clauses out of 20021 with flag 1265000/1265000
1220.38/623.61	c cleaning 10008 clauses out of 20026 with flag 1275003/1275003
1228.11/627.65	c cleaning 9993 clauses out of 20016 with flag 1285001/1285001
1236.45/631.97	c cleaning 10000 clauses out of 20026 with flag 1295004/1295004
1244.47/636.10	c cleaning 10000 clauses out of 20022 with flag 1305000/1305000
1252.43/640.31	c cleaning 10000 clauses out of 20022 with flag 1315000/1315000
1260.53/644.41	c cleaning 10003 clauses out of 20022 with flag 1325000/1325000
1270.47/649.59	c cleaning 10001 clauses out of 20022 with flag 1335003/1335003
1281.26/655.18	c cleaning 9999 clauses out of 20018 with flag 1345000/1345000
1291.98/660.65	c cleaning 10005 clauses out of 20019 with flag 1355000/1355000
1302.91/666.27	c cleaning 10002 clauses out of 20015 with flag 1365001/1365001
1312.04/671.00	c cleaning 9997 clauses out of 20013 with flag 1375001/1375001
1321.62/675.90	c cleaning 10001 clauses out of 20015 with flag 1385000/1385000
1329.95/680.29	c cleaning 9994 clauses out of 20014 with flag 1395000/1395000
1338.47/684.70	c cleaning 9997 clauses out of 20020 with flag 1405000/1405000
1347.59/689.30	c cleaning 10002 clauses out of 20023 with flag 1415000/1415000
1357.01/694.24	c cleaning 10006 clauses out of 20024 with flag 1425003/1425003
1366.49/699.19	c cleaning 9995 clauses out of 20015 with flag 1435000/1435000
1375.81/703.92	c cleaning 9999 clauses out of 20025 with flag 1445005/1445005
1384.93/708.62	c cleaning 10005 clauses out of 20026 with flag 1455005/1455005
1394.11/713.45	c cleaning 10000 clauses out of 20016 with flag 1465000/1465000
1403.23/718.17	c cleaning 10003 clauses out of 20016 with flag 1475000/1475000
1412.94/723.11	c cleaning 9995 clauses out of 20014 with flag 1485001/1485001
1422.07/727.88	c cleaning 10004 clauses out of 20019 with flag 1495001/1495001
1432.43/733.24	c cleaning 9996 clauses out of 20014 with flag 1505000/1505000
1441.97/738.12	c cleaning 10001 clauses out of 20018 with flag 1515000/1515000
1451.45/743.08	c cleaning 10003 clauses out of 20017 with flag 1525000/1525000
1460.16/747.56	c cleaning 9997 clauses out of 20014 with flag 1535000/1535000
1469.33/752.37	c cleaning 10003 clauses out of 20017 with flag 1545000/1545000
1478.45/757.03	c cleaning 9998 clauses out of 20014 with flag 1555000/1555000
1487.96/761.98	c cleaning 10002 clauses out of 20017 with flag 1565001/1565001
1497.67/766.93	c cleaning 9998 clauses out of 20014 with flag 1575000/1575000
1507.86/772.26	c cleaning 10003 clauses out of 20017 with flag 1585001/1585001
1516.95/776.99	c cleaning 9999 clauses out of 20013 with flag 1595000/1595000
1526.47/781.85	c cleaning 9998 clauses out of 20017 with flag 1605003/1605003
1535.80/786.63	c cleaning 10001 clauses out of 20017 with flag 1615001/1615001
1546.15/792.04	c cleaning 10004 clauses out of 20016 with flag 1625001/1625001
1556.45/797.32	c cleaning 9996 clauses out of 20012 with flag 1635001/1635001
1566.16/802.32	c cleaning 10004 clauses out of 20016 with flag 1645001/1645001
1575.67/807.27	c cleaning 9997 clauses out of 20012 with flag 1655001/1655001
1585.22/812.23	c cleaning 9998 clauses out of 20014 with flag 1665000/1665000
1594.72/817.18	c cleaning 9999 clauses out of 20018 with flag 1675002/1675002
1604.24/822.07	c cleaning 10002 clauses out of 20017 with flag 1685000/1685000
1613.74/826.92	c cleaning 10002 clauses out of 20015 with flag 1695000/1695000
1622.98/831.75	c cleaning 9997 clauses out of 20013 with flag 1705000/1705000
1632.64/836.70	c cleaning 9999 clauses out of 20016 with flag 1715000/1715000
1641.75/841.42	c cleaning 10000 clauses out of 20017 with flag 1725000/1725000
1651.24/846.36	c cleaning 9999 clauses out of 20018 with flag 1735001/1735001
1660.79/851.31	c cleaning 10000 clauses out of 20019 with flag 1745001/1745001
1669.73/855.97	c cleaning 9996 clauses out of 20018 with flag 1755000/1755000
1679.39/860.93	c cleaning 10002 clauses out of 20023 with flag 1765001/1765001
1688.93/865.87	c cleaning 9995 clauses out of 20020 with flag 1775000/1775000
1698.27/870.79	c cleaning 9996 clauses out of 20027 with flag 1785002/1785002
1707.18/875.35	c cleaning 10008 clauses out of 20031 with flag 1795002/1795002
1716.51/880.18	c cleaning 9993 clauses out of 20021 with flag 1805000/1805000
1726.18/885.19	c cleaning 10000 clauses out of 20028 with flag 1815000/1815000
1735.95/890.25	c cleaning 10004 clauses out of 20030 with flag 1825002/1825002
1745.45/895.10	c cleaning 10006 clauses out of 20027 with flag 1835003/1835003
1753.95/899.52	c cleaning 9999 clauses out of 20018 with flag 1845000/1845000
1762.64/904.04	c cleaning 9999 clauses out of 20023 with flag 1855004/1855004
1771.45/908.70	c cleaning 9996 clauses out of 20021 with flag 1865001/1865001
1780.16/913.18	c cleaning 10009 clauses out of 20026 with flag 1875002/1875002
1789.22/917.80	c cleaning 9997 clauses out of 20015 with flag 1885000/1885000
1797.52/922.17	c cleaning 10003 clauses out of 20023 with flag 1895005/1895005
1800.10/923.62	c starts		: 210
1800.10/923.62	c conflicts		: 1897456
1800.10/923.62	c decisions		: 4032936
1800.10/923.62	c propagations		: 85999773
1800.10/923.62	c inspects		: 4130832907
1800.10/923.62	c shortcuts		: 0
1800.10/923.62	c learnt literals	: 2
1800.10/923.62	c learnt binary clauses	: 26
1800.10/923.62	c learnt ternary clauses	: 51
1800.10/923.62	c learnt constraints	: 1897454
1800.10/923.62	c ignored constraints	: 0
1800.10/923.62	c root simplifications	: 0
1800.10/923.62	c removed literals (reason simplification)	: 7899575
1800.10/923.62	c reason swapping (by a shorter reason)	: 0
1800.10/923.62	c Calls to reduceDB	: 191
1800.10/923.62	c number of reductions to clauses (during analyze)	: 0
1800.10/923.62	c number of learned constraints concerned by reduction	: 0
1800.10/923.62	c number of learning phase by resolution	: 0
1800.10/923.62	c number of learning phase by cutting planes	: 0
1800.10/923.62	c speed (assignments/second)	: 93172.84028194589
1800.10/923.62	c non guided choices	401
1800.10/923.63	c learnt constraints type 
1800.10/923.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
1800.10/923.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12456
1800.10/923.63	c constraints type 
1800.10/923.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1800.10/923.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1800.10/923.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1800.10/923.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2019
1800.10/923.63	c constraints type 
1800.10/923.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1800.10/923.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1800.10/923.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1800.10/923.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.10/923.63	s UNKNOWN
1800.10/923.63	c Total wall clock time (in seconds): 923.523

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

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

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


[startup+0 s]
/proc/loadavg: 2.69 2.63 3.20 3/476 28581
/proc/meminfo: memFree=24319240/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 5996 0 1 0 0 0 0 0 25 0 2 0 811459841 10694979584 5697 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2611079 5711 917 9 0 2602235 0
[pid=28581/tid=28582] ppid=28579 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) R 28579 28581 23562 0 -1 4202560 6129 0 1 0 0 0 0 0 25 0 2 0 811459841 10694979584 6944 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.103572 s]
/proc/loadavg: 2.69 2.63 3.20 3/476 28581
/proc/meminfo: memFree=24319240/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10540076 CPUtime=0.11 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 13120 0 1 0 9 2 0 0 25 0 18 0 811459841 10793037824 12794 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2635019 12800 2098 9 0 2625753 0
[pid=28581/tid=28582] ppid=28579 vsize=10540076 CPUtime=0.08 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) R 28579 28581 23562 0 -1 4202560 11193 0 1 0 7 1 0 0 25 0 18 0 811459841 10793037824 12800 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 47419904955319 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) 10540076

[startup+0.200512 s]
/proc/loadavg: 2.69 2.63 3.20 3/476 28581
/proc/meminfo: memFree=24319240/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10540984 CPUtime=0.29 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 14725 0 1 0 26 3 0 0 25 0 18 0 811459841 10793967616 14321 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2635246 14322 2178 9 0 2625980 0
[pid=28581/tid=28582] ppid=28579 vsize=10540984 CPUtime=0.18 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) R 28579 28581 23562 0 -1 4202560 12208 0 1 0 16 2 0 0 25 0 18 0 811459841 10793967616 14322 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 47419908397876 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10540984

[startup+0.300537 s]
/proc/loadavg: 2.69 2.63 3.20 3/476 28581
/proc/meminfo: memFree=24319240/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10544108 CPUtime=0.55 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 18898 0 1 0 52 3 0 0 25 0 18 0 811459841 10797166592 17767 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2636027 17769 2201 9 0 2626761 0
[pid=28581/tid=28582] ppid=28579 vsize=10544108 CPUtime=0.28 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) R 28579 28581 23562 0 -1 4202560 14242 0 1 0 26 2 0 0 25 0 18 0 811459841 10797166592 17771 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505598782 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10544108

[startup+0.700421 s]
/proc/loadavg: 2.69 2.63 3.20 3/476 28581
/proc/meminfo: memFree=24319240/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10557236 CPUtime=1.64 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 42618 0 1 0 158 6 0 0 25 0 21 0 811459841 10810609664 38435 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2639309 38435 2227 9 0 2630043 0
[pid=28581/tid=28582] ppid=28579 vsize=10557236 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31721 0 1 0 55 5 0 0 25 0 21 0 811459841 10810609664 38435 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10557236

[startup+1.50134 s]
/proc/loadavg: 2.87 2.66 3.20 5/498 28603
/proc/meminfo: memFree=24110940/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10558264 CPUtime=3.95 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 84164 0 1 0 384 11 0 0 25 0 22 0 811459841 10811662336 77495 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2639566 77501 2235 9 0 2630300 0
[pid=28581/tid=28582] ppid=28579 vsize=10558264 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31721 0 1 0 55 5 0 0 20 0 22 0 811459841 10811662336 77504 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28584] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28584/stat : 28584 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77506 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28585] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28585/stat : 28585 (java) S 28579 28581 23562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77512 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28586] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28586/stat : 28586 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77512 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28587] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28587/stat : 28587 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77518 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28588] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28588/stat : 28588 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77521 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28589] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28589/stat : 28589 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77523 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28590] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28590/stat : 28590 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77529 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28591] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28591/stat : 28591 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 77530 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28592] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28592/stat : 28592 (java) S 28579 28581 23562 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811459844 10811662336 77535 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 0 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28593] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28593/stat : 28593 (java) S 28579 28581 23562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811459844 10811662336 77538 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28594] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28594/stat : 28594 (java) S 28579 28581 23562 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811459844 10811662336 77540 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28595] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28595/stat : 28595 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10811662336 77547 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828060081 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28596] ppid=28579 vsize=10558264 CPUtime=0.82 cores=0,2,4,6
/proc/28581/task/28596/stat : 28596 (java) S 28579 28581 23562 0 -1 4202560 5128 0 0 0 82 0 0 0 23 0 22 0 811459846 10811662336 77547 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28597] ppid=28579 vsize=10558264 CPUtime=0.74 cores=0,2,4,6
/proc/28581/task/28597/stat : 28597 (java) S 28579 28581 23562 0 -1 4202560 6728 0 0 0 74 0 0 0 23 0 22 0 811459846 10811662336 77552 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28598] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28598/stat : 28598 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10811662336 77555 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28599] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28599/stat : 28599 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811459846 10811662336 77558 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28600] ppid=28579 vsize=10558264 CPUtime=0.88 cores=0,2,4,6
/proc/28581/task/28600/stat : 28600 (java) R 28579 28581 23562 0 -1 4202560 255 0 0 0 88 0 0 0 25 0 22 0 811459902 10811662336 77564 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505937118 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28581/tid=28601] ppid=28579 vsize=10558264 CPUtime=0.87 cores=0,2,4,6
/proc/28581/task/28601/stat : 28601 (java) R 28579 28581 23562 0 -1 4202560 39233 0 0 0 83 4 0 0 25 0 22 0 811459902 10811662336 77564 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505583182 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28581/tid=28602] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28602/stat : 28602 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459907 10811662336 77569 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28603] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28603/stat : 28603 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459912 10811662336 77572 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 10558264

[startup+3.10101 s]
/proc/loadavg: 2.87 2.66 3.20 5/498 28603
/proc/meminfo: memFree=23707072/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10558264 CPUtime=7.46 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 294486 0 1 0 713 33 0 0 25 0 22 0 811459841 10811662336 286841 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2639566 286843 2239 9 0 2630300 0
[pid=28581/tid=28582] ppid=28579 vsize=10558264 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31721 0 1 0 55 5 0 0 15 0 22 0 811459841 10811662336 286848 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28584] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28584/stat : 28584 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286849 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28585] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28585/stat : 28585 (java) S 28579 28581 23562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286849 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28586] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28586/stat : 28586 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286854 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28587] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28587/stat : 28587 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286857 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28588] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28588/stat : 28588 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286857 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28589] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28589/stat : 28589 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286859 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28590] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28590/stat : 28590 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286864 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28591] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28591/stat : 28591 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459843 10811662336 286865 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28592] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28592/stat : 28592 (java) S 28579 28581 23562 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811459844 10811662336 286866 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 0 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28593] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28593/stat : 28593 (java) S 28579 28581 23562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811459844 10811662336 286870 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28594] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28594/stat : 28594 (java) S 28579 28581 23562 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811459844 10811662336 286873 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28595] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28595/stat : 28595 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10811662336 286873 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828060081 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28596] ppid=28579 vsize=10558264 CPUtime=1 cores=0,2,4,6
/proc/28581/task/28596/stat : 28596 (java) S 28579 28581 23562 0 -1 4202560 5157 0 0 0 100 0 0 0 15 0 22 0 811459846 10811662336 286875 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28597] ppid=28579 vsize=10558264 CPUtime=0.87 cores=0,2,4,6
/proc/28581/task/28597/stat : 28597 (java) S 28579 28581 23562 0 -1 4202560 7710 0 0 0 86 1 0 0 15 0 22 0 811459846 10811662336 286880 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28598] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28598/stat : 28598 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10811662336 286882 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28599] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28599/stat : 28599 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811459846 10811662336 286882 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28600] ppid=28579 vsize=10558264 CPUtime=2.48 cores=0,2,4,6
/proc/28581/task/28600/stat : 28600 (java) R 28579 28581 23562 0 -1 4202560 425 0 0 0 248 0 0 0 25 0 22 0 811459902 10811662336 286886 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505937094 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28581/tid=28601] ppid=28579 vsize=10558264 CPUtime=2.47 cores=0,2,4,6
/proc/28581/task/28601/stat : 28601 (java) R 28579 28581 23562 0 -1 4202560 248354 0 0 0 221 26 0 0 25 0 22 0 811459902 10811662336 286890 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505583062 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28581/tid=28602] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28602/stat : 28602 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459907 10811662336 286890 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28603] ppid=28579 vsize=10558264 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28603/stat : 28603 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459912 10811662336 286891 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 10558264

[startup+6.30142 s]
/proc/loadavg: 2.96 2.69 3.21 5/498 28603
/proc/meminfo: memFree=22373132/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10555080 CPUtime=13.9 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 495319 0 1 0 1337 53 0 0 25 0 22 0 811459841 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2638770 487079 2264 9 0 2629504 0
[pid=28581/tid=28582] ppid=28579 vsize=10555080 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31721 0 1 0 55 5 0 0 15 0 22 0 811459841 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28584] ppid=28579 vsize=10555080 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28584/stat : 28584 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28585] ppid=28579 vsize=10555080 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28585/stat : 28585 (java) S 28579 28581 23562 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28586] ppid=28579 vsize=10555080 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28586/stat : 28586 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28587] ppid=28579 vsize=10555080 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28587/stat : 28587 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28588] ppid=28579 vsize=10555080 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28588/stat : 28588 (java) S 28579 28581 23562 0 -1 4202560 176 0 0 0 0 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28589] ppid=28579 vsize=10555080 CPUtime=0.01 cores=0,2,4,6
/proc/28581/task/28589/stat : 28589 (java) S 28579 28581 23562 0 -1 4202560 1046 0 0 0 1 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28590] ppid=28579 vsize=10555080 CPUtime=0.01 cores=0,2,4,6
/proc/28581/task/28590/stat : 28590 (java) S 28579 28581 23562 0 -1 4202560 1683 0 0 0 1 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28591] ppid=28579 vsize=10555080 CPUtime=0.01 cores=0,2,4,6
/proc/28581/task/28591/stat : 28591 (java) S 28579 28581 23562 0 -1 4202560 1454 0 0 0 1 0 0 0 18 0 22 0 811459843 10808401920 487079 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.01 3.90 3.64 5/498 28643
/proc/meminfo: memFree=17878164/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10557224 CPUtime=1604.62 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 721916 0 1 0 160381 81 0 0 25 0 22 0 811459841 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2639306 711480 2265 9 0 2630040 0
[pid=28581/tid=28582] ppid=28579 vsize=10557224 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31729 0 1 0 55 5 0 0 15 0 22 0 811459841 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28584] ppid=28579 vsize=10557224 CPUtime=0.42 cores=0,2,4,6
/proc/28581/task/28584/stat : 28584 (java) S 28579 28581 23562 0 -1 4202560 508 0 0 0 42 0 0 0 16 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28585] ppid=28579 vsize=10557224 CPUtime=0.42 cores=0,2,4,6
/proc/28581/task/28585/stat : 28585 (java) S 28579 28581 23562 0 -1 4202560 312 0 0 0 42 0 0 0 16 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28586] ppid=28579 vsize=10557224 CPUtime=0.39 cores=0,2,4,6
/proc/28581/task/28586/stat : 28586 (java) S 28579 28581 23562 0 -1 4202560 602 0 0 0 39 0 0 0 15 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28587] ppid=28579 vsize=10557224 CPUtime=0.5 cores=0,2,4,6
/proc/28581/task/28587/stat : 28587 (java) S 28579 28581 23562 0 -1 4202560 67 0 0 0 50 0 0 0 15 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28588] ppid=28579 vsize=10557224 CPUtime=0.45 cores=0,2,4,6
/proc/28581/task/28588/stat : 28588 (java) S 28579 28581 23562 0 -1 4202560 208 0 0 0 45 0 0 0 15 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28589] ppid=28579 vsize=10557224 CPUtime=0.49 cores=0,2,4,6
/proc/28581/task/28589/stat : 28589 (java) S 28579 28581 23562 0 -1 4202560 1113 0 0 0 49 0 0 0 15 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28590] ppid=28579 vsize=10557224 CPUtime=0.41 cores=0,2,4,6
/proc/28581/task/28590/stat : 28590 (java) S 28579 28581 23562 0 -1 4202560 1897 0 0 0 41 0 0 0 15 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28591] ppid=28579 vsize=10557224 CPUtime=0.49 cores=0,2,4,6
/proc/28581/task/28591/stat : 28591 (java) S 28579 28581 23562 0 -1 4202560 1550 0 0 0 49 0 0 0 15 0 22 0 811459843 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28592] ppid=28579 vsize=10557224 CPUtime=43.29 cores=0,2,4,6
/proc/28581/task/28592/stat : 28592 (java) R 28579 28581 23562 0 -1 4202560 47180 0 0 0 4324 5 0 0 16 0 22 0 811459844 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 47419907141685 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=28581/tid=28593] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28593/stat : 28593 (java) S 28579 28581 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811459844 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28594] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28594/stat : 28594 (java) S 28579 28581 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811459844 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28595] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28595/stat : 28595 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828060081 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28596] ppid=28579 vsize=10557224 CPUtime=1.62 cores=0,2,4,6
/proc/28581/task/28596/stat : 28596 (java) S 28579 28581 23562 0 -1 4202560 6831 0 0 0 161 1 0 0 15 0 22 0 811459846 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28597] ppid=28579 vsize=10557224 CPUtime=1.08 cores=0,2,4,6
/proc/28581/task/28597/stat : 28597 (java) S 28579 28581 23562 0 -1 4202560 9165 0 0 0 107 1 0 0 16 0 22 0 811459846 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28598] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28598/stat : 28598 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28599] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28599/stat : 28599 (java) S 28579 28581 23562 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 811459846 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28600] ppid=28579 vsize=10557224 CPUtime=777.21 cores=0,2,4,6
/proc/28581/task/28600/stat : 28600 (java) S 28579 28581 23562 0 -1 4202560 729 0 0 0 77720 1 0 0 25 0 22 0 811459902 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28601] ppid=28579 vsize=10557224 CPUtime=777.14 cores=0,2,4,6
/proc/28581/task/28601/stat : 28601 (java) S 28579 28581 23562 0 -1 4202560 618820 0 0 0 77651 63 0 0 25 0 22 0 811459902 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28602] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28602/stat : 28602 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459907 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28603] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28603/stat : 28603 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459912 10810597376 711480 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1604.62
Current children cumulated vsize (KiB) 10557224

[startup+882.318 s]
/proc/loadavg: 3.96 3.90 3.65 4/498 28644
/proc/meminfo: memFree=17843656/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10557224 CPUtime=1720.62 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 723031 0 1 0 171981 81 0 0 25 0 22 0 811459841 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2639306 712575 2265 9 0 2630040 0
[pid=28581/tid=28582] ppid=28579 vsize=10557224 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31729 0 1 0 55 5 0 0 15 0 22 0 811459841 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28584] ppid=28579 vsize=10557224 CPUtime=0.47 cores=0,2,4,6
/proc/28581/task/28584/stat : 28584 (java) S 28579 28581 23562 0 -1 4202560 515 0 0 0 47 0 0 0 16 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28585] ppid=28579 vsize=10557224 CPUtime=0.47 cores=0,2,4,6
/proc/28581/task/28585/stat : 28585 (java) S 28579 28581 23562 0 -1 4202560 313 0 0 0 47 0 0 0 15 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28586] ppid=28579 vsize=10557224 CPUtime=0.42 cores=0,2,4,6
/proc/28581/task/28586/stat : 28586 (java) S 28579 28581 23562 0 -1 4202560 606 0 0 0 42 0 0 0 15 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28587] ppid=28579 vsize=10557224 CPUtime=0.52 cores=0,2,4,6
/proc/28581/task/28587/stat : 28587 (java) S 28579 28581 23562 0 -1 4202560 68 0 0 0 52 0 0 0 15 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28588] ppid=28579 vsize=10557224 CPUtime=0.49 cores=0,2,4,6
/proc/28581/task/28588/stat : 28588 (java) S 28579 28581 23562 0 -1 4202560 213 0 0 0 49 0 0 0 15 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28589] ppid=28579 vsize=10557224 CPUtime=0.53 cores=0,2,4,6
/proc/28581/task/28589/stat : 28589 (java) S 28579 28581 23562 0 -1 4202560 1116 0 0 0 53 0 0 0 16 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28590] ppid=28579 vsize=10557224 CPUtime=0.44 cores=0,2,4,6
/proc/28581/task/28590/stat : 28590 (java) S 28579 28581 23562 0 -1 4202560 1897 0 0 0 44 0 0 0 15 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28591] ppid=28579 vsize=10557224 CPUtime=0.52 cores=0,2,4,6
/proc/28581/task/28591/stat : 28591 (java) S 28579 28581 23562 0 -1 4202560 1551 0 0 0 52 0 0 0 15 0 22 0 811459843 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28592] ppid=28579 vsize=10557224 CPUtime=47.43 cores=0,2,4,6
/proc/28581/task/28592/stat : 28592 (java) S 28579 28581 23562 0 -1 4202560 48257 0 0 0 4737 6 0 0 15 0 22 0 811459844 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 0 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28593] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28593/stat : 28593 (java) S 28579 28581 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811459844 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28594] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28594/stat : 28594 (java) S 28579 28581 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811459844 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28595] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28595/stat : 28595 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828060081 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28596] ppid=28579 vsize=10557224 CPUtime=1.62 cores=0,2,4,6
/proc/28581/task/28596/stat : 28596 (java) S 28579 28581 23562 0 -1 4202560 6831 0 0 0 161 1 0 0 15 0 22 0 811459846 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28597] ppid=28579 vsize=10557224 CPUtime=1.08 cores=0,2,4,6
/proc/28581/task/28597/stat : 28597 (java) S 28579 28581 23562 0 -1 4202560 9165 0 0 0 107 1 0 0 16 0 22 0 811459846 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28598] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28598/stat : 28598 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28599] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28599/stat : 28599 (java) S 28579 28581 23562 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811459846 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28600] ppid=28579 vsize=10557224 CPUtime=832.99 cores=0,2,4,6
/proc/28581/task/28600/stat : 28600 (java) R 28579 28581 23562 0 -1 4202560 741 0 0 0 83298 1 0 0 25 0 22 0 811459902 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505855880 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28581/tid=28601] ppid=28579 vsize=10557224 CPUtime=832.93 cores=0,2,4,6
/proc/28581/task/28601/stat : 28601 (java) R 28579 28581 23562 0 -1 4202560 618820 0 0 0 83229 64 0 0 25 0 22 0 811459902 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505883918 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28581/tid=28602] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28602/stat : 28602 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459907 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28603] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28603/stat : 28603 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459912 10810597376 712575 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1720.62
Current children cumulated vsize (KiB) 10557224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.601 s]
/proc/loadavg: 3.70 3.85 3.64 5/498 28729
/proc/meminfo: memFree=19792052/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=10557224 CPUtime=1800.1 cores=0,2,4,6
/proc/28581/stat : 28581 (java) S 28579 28581 23562 0 -1 4202496 723454 0 1 0 179928 82 0 0 25 0 22 0 811459841 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 2639306 712985 2265 9 0 2630040 0
[pid=28581/tid=28582] ppid=28579 vsize=10557224 CPUtime=0.6 cores=0,2,4,6
/proc/28581/task/28582/stat : 28582 (java) S 28579 28581 23562 0 -1 4202560 31729 0 1 0 55 5 0 0 15 0 22 0 811459841 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28584] ppid=28579 vsize=10557224 CPUtime=0.51 cores=0,2,4,6
/proc/28581/task/28584/stat : 28584 (java) S 28579 28581 23562 0 -1 4202560 515 0 0 0 51 0 0 0 16 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28585] ppid=28579 vsize=10557224 CPUtime=0.49 cores=0,2,4,6
/proc/28581/task/28585/stat : 28585 (java) S 28579 28581 23562 0 -1 4202560 314 0 0 0 49 0 0 0 16 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28586] ppid=28579 vsize=10557224 CPUtime=0.45 cores=0,2,4,6
/proc/28581/task/28586/stat : 28586 (java) S 28579 28581 23562 0 -1 4202560 607 0 0 0 45 0 0 0 16 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28587] ppid=28579 vsize=10557224 CPUtime=0.56 cores=0,2,4,6
/proc/28581/task/28587/stat : 28587 (java) S 28579 28581 23562 0 -1 4202560 70 0 0 0 56 0 0 0 15 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28588] ppid=28579 vsize=10557224 CPUtime=0.51 cores=0,2,4,6
/proc/28581/task/28588/stat : 28588 (java) S 28579 28581 23562 0 -1 4202560 213 0 0 0 51 0 0 0 15 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28589] ppid=28579 vsize=10557224 CPUtime=0.57 cores=0,2,4,6
/proc/28581/task/28589/stat : 28589 (java) S 28579 28581 23562 0 -1 4202560 1116 0 0 0 57 0 0 0 16 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28590] ppid=28579 vsize=10557224 CPUtime=0.47 cores=0,2,4,6
/proc/28581/task/28590/stat : 28590 (java) S 28579 28581 23562 0 -1 4202560 1897 0 0 0 47 0 0 0 16 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28591] ppid=28579 vsize=10557224 CPUtime=0.55 cores=0,2,4,6
/proc/28581/task/28591/stat : 28591 (java) S 28579 28581 23562 0 -1 4202560 1557 0 0 0 55 0 0 0 15 0 22 0 811459843 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28592] ppid=28579 vsize=10557224 CPUtime=50.64 cores=0,2,4,6
/proc/28581/task/28592/stat : 28592 (java) S 28579 28581 23562 0 -1 4202560 48659 0 0 0 5058 6 0 0 16 0 22 0 811459844 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 0 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28593] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28593/stat : 28593 (java) S 28579 28581 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811459844 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28594] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28594/stat : 28594 (java) S 28579 28581 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811459844 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28595] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28595/stat : 28595 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828060081 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28596] ppid=28579 vsize=10557224 CPUtime=1.62 cores=0,2,4,6
/proc/28581/task/28596/stat : 28596 (java) S 28579 28581 23562 0 -1 4202560 6831 0 0 0 161 1 0 0 15 0 22 0 811459846 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 6 0 0 0
[pid=28581/tid=28597] ppid=28579 vsize=10557224 CPUtime=1.08 cores=0,2,4,6
/proc/28581/task/28597/stat : 28597 (java) S 28579 28581 23562 0 -1 4202560 9165 0 0 0 107 1 0 0 16 0 22 0 811459846 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
[pid=28581/tid=28598] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28598/stat : 28598 (java) S 28579 28581 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811459846 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052377 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28599] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28599/stat : 28599 (java) S 28579 28581 23562 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811459846 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 0 0 0 0
[pid=28581/tid=28600] ppid=28579 vsize=10557224 CPUtime=871.01 cores=0,2,4,6
/proc/28581/task/28600/stat : 28600 (java) R 28579 28581 23562 0 -1 4202560 750 0 0 0 87100 1 0 0 24 0 22 0 811459902 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505856055 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28581/tid=28601] ppid=28579 vsize=10557224 CPUtime=870.95 cores=0,2,4,6
/proc/28581/task/28601/stat : 28601 (java) R 28579 28581 23562 0 -1 4202560 618820 0 0 0 87031 64 0 0 24 0 22 0 811459902 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 46912505884878 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28581/tid=28602] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28602/stat : 28602 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459907 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 4 0 0 0
[pid=28581/tid=28603] ppid=28579 vsize=10557224 CPUtime=0 cores=0,2,4,6
/proc/28581/task/28603/stat : 28603 (java) S 28579 28581 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811459912 10810597376 712985 33554432000 1073741824 1073778376 140733964178032 18446744073709551615 220828052992 0 4 0 16800975 18446604441325486336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10557224

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

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

[startup+923.723 s]
/proc/loadavg: 3.70 3.85 3.64 5/498 28729
/proc/meminfo: memFree=19792052/32951124 swapFree=60476376/67111528
[pid=28581] ppid=28579 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/28581/stat : 28581 (java) Z 28579 28581 23562 0 -1 4203548 723488 0 1 0 179933 91 0 0 17 0 2 0 811459841 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28581/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 923.747
CPU time (s): 1800.28
CPU user time (s): 1799.34
CPU system time (s): 0.936857
CPU usage (%): 194.888
Max. virtual memory (cumulated for all children) (KiB): 10559936

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

runsolver used 4.72128 second user time and 9.51055 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 14:27:19
IDJOB=3454202
IDBENCH=2349
IDSOLVER=1950
FILE ID=node147/3454202-1307190439
RUNJOBID= node147-1307190419-28439
PBS_JOBID= 13508849
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454202-1307190439/watcher-3454202-1307190439 -o /tmp/evaluation-result-3454202-1307190439/solver-3454202-1307190439 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454202-1307190439.opb

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

MD5SUM BENCH= 671dfb6ede3c120af748dc40a7daef68
RANDOM SEED=1979493451

node147.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.836
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.67
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24319396 kB
Buffers:        326132 kB
Cached:        1491160 kB
SwapCached:      11188 kB
Active:        7012536 kB
Inactive:      1359720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24319396 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            2936 kB
Writeback:           0 kB
AnonPages:     6551972 kB
Mapped:          30860 kB
Slab:           134160 kB
PageTables:      59036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131118580 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= 73696 MiB
End job on node147 at 2011-06-04 14:42:45