Trace number 3453568

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 947.576

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	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@5495fd19
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@ae94e92
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-3453568-1307196204.opb
0.10/0.11	c reading problem ... 
1.11/0.60	c ... done. Wall clock time 0.486s.
1.11/0.60	c #vars     4977
1.11/0.60	c #constraints  5576
1.11/0.60	c constraints type 
1.11/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1.11/0.60	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.11/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1.11/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1.11/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
1.11/0.60	c constraints type 
1.11/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1.11/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1.11/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1.11/0.60	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.11/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
5.90/2.43	c cleaning 2499 clauses out of 5002 with flag 5002/5002
9.66/4.28	c cleaning 4247 clauses out of 8501 with flag 11000/11000
16.82/7.87	c cleaning 5605 clauses out of 11254 with flag 18000/18000
21.17/10.04	c cleaning 6812 clauses out of 13652 with flag 26003/26003
26.95/12.95	c cleaning 7903 clauses out of 15839 with flag 35002/35002
34.52/16.76	c cleaning 8961 clauses out of 17934 with flag 45000/45000
41.46/20.24	c cleaning 9472 clauses out of 18973 with flag 55000/55000
49.01/24.11	c cleaning 9737 clauses out of 19501 with flag 65000/65000
55.11/27.13	c cleaning 9875 clauses out of 19765 with flag 75001/75001
61.83/30.50	c cleaning 9937 clauses out of 19890 with flag 85001/85001
71.58/35.47	c cleaning 9961 clauses out of 19954 with flag 95002/95002
78.87/39.16	c cleaning 9975 clauses out of 19992 with flag 105001/105001
89.12/44.34	c cleaning 10001 clauses out of 20016 with flag 115000/115000
99.01/49.38	c cleaning 10010 clauses out of 20020 with flag 125005/125005
108.28/54.08	c cleaning 9999 clauses out of 20005 with flag 135000/135000
114.59/57.26	c cleaning 9981 clauses out of 20006 with flag 145000/145000
122.19/61.16	c cleaning 10002 clauses out of 20025 with flag 155000/155000
129.05/64.63	c cleaning 10005 clauses out of 20023 with flag 165000/165000
135.94/68.12	c cleaning 9994 clauses out of 20019 with flag 175001/175001
141.96/71.24	c cleaning 10000 clauses out of 20025 with flag 185001/185001
161.55/81.11	c cleaning 9952 clauses out of 20025 with flag 195001/195001
173.79/87.38	c cleaning 10010 clauses out of 20073 with flag 205001/205001
180.82/90.92	c cleaning 10022 clauses out of 20063 with flag 215001/215001
186.44/93.87	c cleaning 10008 clauses out of 20041 with flag 225001/225001
194.21/97.91	c cleaning 10005 clauses out of 20034 with flag 235002/235002
207.59/104.66	c cleaning 9997 clauses out of 20027 with flag 245000/245000
218.82/110.38	c cleaning 9997 clauses out of 20030 with flag 255000/255000
226.03/114.05	c cleaning 10013 clauses out of 20033 with flag 265000/265000
231.73/117.04	c cleaning 10005 clauses out of 20021 with flag 275001/275001
248.55/125.51	c cleaning 9980 clauses out of 20015 with flag 285000/285000
257.74/130.28	c cleaning 10004 clauses out of 20035 with flag 295000/295000
272.72/137.87	c cleaning 9987 clauses out of 20033 with flag 305002/305002
290.01/146.67	c cleaning 9989 clauses out of 20044 with flag 315000/315000
298.17/150.85	c cleaning 10005 clauses out of 20055 with flag 325000/325000
304.51/154.19	c cleaning 10022 clauses out of 20050 with flag 335000/335000
311.46/157.73	c cleaning 10006 clauses out of 20028 with flag 345000/345000
324.90/164.67	c cleaning 9993 clauses out of 20023 with flag 355001/355001
337.64/171.14	c cleaning 9985 clauses out of 20030 with flag 365001/365001
352.16/178.54	c cleaning 9988 clauses out of 20045 with flag 375001/375001
378.69/191.98	c cleaning 9990 clauses out of 20059 with flag 385003/385003
390.29/197.98	c cleaning 10023 clauses out of 20067 with flag 395001/395001
397.55/201.74	c cleaning 10016 clauses out of 20043 with flag 405000/405000
415.05/210.66	c cleaning 9970 clauses out of 20028 with flag 415001/415001
420.36/213.42	c cleaning 10023 clauses out of 20058 with flag 425001/425001
426.29/216.64	c cleaning 10013 clauses out of 20035 with flag 435001/435001
434.53/220.99	c cleaning 9995 clauses out of 20024 with flag 445003/445003
443.24/225.50	c cleaning 9997 clauses out of 20027 with flag 455001/455001
454.11/231.04	c cleaning 9998 clauses out of 20029 with flag 465000/465000
461.98/235.29	c cleaning 10005 clauses out of 20033 with flag 475002/475002
469.63/239.28	c cleaning 9991 clauses out of 20026 with flag 485000/485000
478.68/243.95	c cleaning 9993 clauses out of 20035 with flag 495000/495000
486.91/248.28	c cleaning 9994 clauses out of 20043 with flag 505001/505001
495.41/252.79	c cleaning 9999 clauses out of 20048 with flag 515000/515000
502.44/256.48	c cleaning 10018 clauses out of 20050 with flag 525001/525001
508.07/259.49	c cleaning 9996 clauses out of 20031 with flag 535000/535000
521.51/266.31	c cleaning 9978 clauses out of 20037 with flag 545002/545002
543.58/277.66	c cleaning 10008 clauses out of 20058 with flag 555001/555001
553.44/282.75	c cleaning 0 clauses out of 5000 with flag 0/5000
571.75/291.89	c cleaning 10002 clauses out of 20051 with flag 565002/565002
589.32/300.53	c cleaning 9998 clauses out of 20047 with flag 575000/575000
604.75/308.51	c cleaning 9999 clauses out of 20049 with flag 585000/585000
613.56/313.14	c cleaning 10015 clauses out of 20051 with flag 595001/595001
623.17/318.15	c cleaning 10003 clauses out of 20035 with flag 605000/605000
632.18/322.87	c cleaning 10009 clauses out of 20034 with flag 615002/615002
643.64/328.91	c cleaning 10003 clauses out of 20023 with flag 625000/625000
666.61/340.50	c cleaning 9990 clauses out of 20021 with flag 635001/635001
688.02/351.44	c cleaning 9999 clauses out of 20031 with flag 645001/645001
694.79/355.00	c cleaning 9996 clauses out of 20032 with flag 655001/655001
700.93/358.40	c cleaning 10012 clauses out of 20035 with flag 665000/665000
707.07/361.78	c cleaning 9996 clauses out of 20023 with flag 675000/675000
728.00/372.43	c cleaning 10008 clauses out of 20028 with flag 685001/685001
743.15/380.26	c cleaning 9987 clauses out of 20019 with flag 695000/695000
760.90/389.47	c cleaning 9989 clauses out of 20033 with flag 705001/705001
777.21/397.83	c cleaning 9999 clauses out of 20045 with flag 715002/715002
786.18/402.56	c cleaning 10012 clauses out of 20047 with flag 725003/725003
792.88/406.17	c cleaning 10004 clauses out of 20033 with flag 735001/735001
799.79/409.90	c cleaning 10006 clauses out of 20028 with flag 745000/745000
806.54/413.56	c cleaning 9998 clauses out of 20022 with flag 755000/755000
813.43/417.21	c cleaning 9978 clauses out of 20026 with flag 765002/765002
823.74/422.63	c cleaning 9997 clauses out of 20046 with flag 775000/775000
835.05/428.69	c cleaning 10020 clauses out of 20052 with flag 785003/785003
842.76/432.72	c cleaning 10010 clauses out of 20030 with flag 795001/795001
850.47/436.84	c cleaning 10003 clauses out of 20019 with flag 805000/805000
858.18/440.91	c cleaning 9999 clauses out of 20016 with flag 815000/815000
865.67/445.03	c cleaning 10004 clauses out of 20018 with flag 825001/825001
872.36/448.62	c cleaning 10002 clauses out of 20013 with flag 835000/835000
879.46/452.48	c cleaning 9998 clauses out of 20011 with flag 845000/845000
886.55/456.23	c cleaning 10003 clauses out of 20015 with flag 855002/855002
892.61/459.69	c cleaning 10000 clauses out of 20011 with flag 865001/865001
899.69/463.46	c cleaning 9998 clauses out of 20011 with flag 875001/875001
906.57/467.12	c cleaning 9993 clauses out of 20012 with flag 885000/885000
914.06/471.15	c cleaning 9998 clauses out of 20021 with flag 895002/895002
920.70/474.87	c cleaning 10004 clauses out of 20022 with flag 905001/905001
934.58/482.03	c cleaning 9980 clauses out of 20018 with flag 915001/915001
947.46/488.74	c cleaning 10012 clauses out of 20038 with flag 925001/925001
952.74/491.66	c cleaning 10008 clauses out of 20027 with flag 935002/935002
961.13/496.22	c cleaning 10000 clauses out of 20020 with flag 945003/945003
977.58/504.80	c cleaning 9997 clauses out of 20019 with flag 955002/955002
992.21/512.38	c cleaning 10001 clauses out of 20021 with flag 965001/965001
1001.45/517.26	c cleaning 10002 clauses out of 20021 with flag 975002/975002
1008.24/521.00	c cleaning 10001 clauses out of 20019 with flag 985002/985002
1014.91/524.71	c cleaning 10000 clauses out of 20019 with flag 995003/995003
1023.14/529.09	c cleaning 9994 clauses out of 20016 with flag 1005000/1005000
1037.75/536.64	c cleaning 9992 clauses out of 20022 with flag 1015000/1015000
1047.93/542.18	c cleaning 9999 clauses out of 20030 with flag 1025000/1025000
1057.96/547.40	c cleaning 9993 clauses out of 20031 with flag 1035000/1035000
1067.98/552.71	c cleaning 9998 clauses out of 20038 with flag 1045000/1045000
1076.82/557.48	c cleaning 9999 clauses out of 20040 with flag 1055000/1055000
1086.82/562.87	c cleaning 9999 clauses out of 20041 with flag 1065000/1065000
1095.88/567.69	c cleaning 9992 clauses out of 20043 with flag 1075001/1075001
1103.05/571.60	c cleaning 10021 clauses out of 20051 with flag 1085001/1085001
1109.90/575.24	c cleaning 10008 clauses out of 20031 with flag 1095002/1095002
1119.21/580.35	c cleaning 9929 clauses out of 20022 with flag 1105001/1105001
1136.02/589.06	c cleaning 9995 clauses out of 20092 with flag 1115000/1115000
1151.86/597.29	c cleaning 9975 clauses out of 20099 with flag 1125002/1125002
1167.23/605.22	c cleaning 10015 clauses out of 20122 with flag 1135000/1135000
1185.96/615.08	c cleaning 9917 clauses out of 20107 with flag 1145000/1145000
1198.39/621.53	c cleaning 10069 clauses out of 20191 with flag 1155001/1155001
1213.54/629.40	c cleaning 9990 clauses out of 20122 with flag 1165001/1165001
1231.52/638.75	c cleaning 9991 clauses out of 20131 with flag 1175000/1175000
1241.99/644.51	c cleaning 10065 clauses out of 20140 with flag 1185000/1185000
1249.53/648.55	c cleaning 10031 clauses out of 20075 with flag 1195000/1195000
1256.88/652.52	c cleaning 10014 clauses out of 20044 with flag 1205000/1205000
1264.22/656.56	c cleaning 10009 clauses out of 20030 with flag 1215000/1215000
1272.07/660.99	c cleaning 10005 clauses out of 20022 with flag 1225001/1225001
1279.61/665.01	c cleaning 9998 clauses out of 20017 with flag 1235001/1235001
1288.34/669.76	c cleaning 9988 clauses out of 20018 with flag 1245000/1245000
1297.27/674.53	c cleaning 10002 clauses out of 20031 with flag 1255001/1255001
1307.09/679.91	c cleaning 10003 clauses out of 20028 with flag 1265000/1265000
1316.41/684.90	c cleaning 10003 clauses out of 20028 with flag 1275003/1275003
1324.91/689.53	c cleaning 9997 clauses out of 20022 with flag 1285000/1285000
1333.25/694.06	c cleaning 10005 clauses out of 20025 with flag 1295000/1295000
1342.44/699.12	c cleaning 10003 clauses out of 20022 with flag 1305002/1305002
1351.15/703.86	c cleaning 10002 clauses out of 20018 with flag 1315001/1315001
1361.05/709.20	c cleaning 10000 clauses out of 20018 with flag 1325003/1325003
1368.56/713.23	c cleaning 9988 clauses out of 20015 with flag 1335000/1335000
1377.37/718.21	c cleaning 9992 clauses out of 20027 with flag 1345000/1345000
1393.66/726.64	c cleaning 10007 clauses out of 20035 with flag 1355000/1355000
1402.36/731.32	c cleaning 10012 clauses out of 20029 with flag 1365001/1365001
1408.87/734.98	c cleaning 10003 clauses out of 20016 with flag 1375000/1375000
1415.83/738.91	c cleaning 9987 clauses out of 20013 with flag 1385000/1385000
1421.90/742.36	c cleaning 9991 clauses out of 20026 with flag 1395000/1395000
1428.57/746.06	c cleaning 9996 clauses out of 20035 with flag 1405000/1405000
1436.27/750.25	c cleaning 10012 clauses out of 20040 with flag 1415001/1415001
1457.85/761.54	c cleaning 9989 clauses out of 20027 with flag 1425000/1425000
1471.32/768.62	c cleaning 10004 clauses out of 20039 with flag 1435001/1435001
1484.99/775.85	c cleaning 10010 clauses out of 20035 with flag 1445001/1445001
1502.43/784.92	c cleaning 9994 clauses out of 20025 with flag 1455001/1455001
1509.98/789.23	c cleaning 10007 clauses out of 20032 with flag 1465002/1465002
1516.44/792.85	c cleaning 10004 clauses out of 20023 with flag 1475000/1475000
1523.10/796.51	c cleaning 10004 clauses out of 20019 with flag 1485000/1485000
1529.96/800.39	c cleaning 10002 clauses out of 20017 with flag 1495002/1495002
1537.68/804.75	c cleaning 10000 clauses out of 20013 with flag 1505000/1505000
1545.14/808.81	c cleaning 9998 clauses out of 20013 with flag 1515000/1515000
1552.79/813.03	c cleaning 10000 clauses out of 20015 with flag 1525000/1525000
1563.04/818.55	c cleaning 10000 clauses out of 20015 with flag 1535000/1535000
1573.76/824.47	c cleaning 10003 clauses out of 20016 with flag 1545001/1545001
1583.20/829.58	c cleaning 9996 clauses out of 20013 with flag 1555001/1555001
1594.25/835.46	c cleaning 10002 clauses out of 20016 with flag 1565000/1565000
1604.50/840.97	c cleaning 10003 clauses out of 20016 with flag 1575002/1575002
1614.99/846.74	c cleaning 9971 clauses out of 20011 with flag 1585000/1585000
1625.43/852.35	c cleaning 10013 clauses out of 20042 with flag 1595002/1595002
1636.46/858.22	c cleaning 9996 clauses out of 20029 with flag 1605002/1605002
1647.08/863.90	c cleaning 10004 clauses out of 20033 with flag 1615002/1615002
1655.57/868.78	c cleaning 10006 clauses out of 20031 with flag 1625004/1625004
1662.58/872.64	c cleaning 10003 clauses out of 20022 with flag 1635001/1635001
1669.83/876.64	c cleaning 9996 clauses out of 20019 with flag 1645001/1645001
1676.82/880.51	c cleaning 9997 clauses out of 20022 with flag 1655000/1655000
1683.69/884.57	c cleaning 9999 clauses out of 20026 with flag 1665001/1665001
1690.51/888.31	c cleaning 9997 clauses out of 20027 with flag 1675001/1675001
1697.35/892.17	c cleaning 10005 clauses out of 20031 with flag 1685002/1685002
1704.53/896.18	c cleaning 9996 clauses out of 20024 with flag 1695000/1695000
1711.81/900.32	c cleaning 10002 clauses out of 20030 with flag 1705002/1705002
1722.81/906.28	c cleaning 9998 clauses out of 20026 with flag 1715000/1715000
1738.01/914.23	c cleaning 10004 clauses out of 20030 with flag 1725002/1725002
1751.81/921.57	c cleaning 9992 clauses out of 20026 with flag 1735002/1735002
1766.49/929.42	c cleaning 9980 clauses out of 20035 with flag 1745003/1745003
1781.29/937.29	c cleaning 10010 clauses out of 20056 with flag 1755004/1755004
1797.45/945.76	c cleaning 9992 clauses out of 20042 with flag 1765000/1765000
1800.09/947.42	c starts		: 209
1800.09/947.42	c conflicts		: 1766692
1800.09/947.42	c decisions		: 2801832
1800.09/947.42	c propagations		: 486380289
1800.09/947.42	c inspects		: 1426573895
1800.09/947.42	c shortcuts		: 0
1800.09/947.42	c learnt literals	: 0
1800.09/947.42	c learnt binary clauses	: 0
1800.09/947.42	c learnt ternary clauses	: 0
1800.09/947.42	c learnt constraints	: 1766692
1800.09/947.42	c ignored constraints	: 0
1800.09/947.42	c root simplifications	: 0
1800.09/947.42	c removed literals (reason simplification)	: 23741189
1800.09/947.42	c reason swapping (by a shorter reason)	: 0
1800.09/947.42	c Calls to reduceDB	: 178
1800.09/947.42	c number of reductions to clauses (during analyze)	: 0
1800.09/947.42	c number of learned constraints concerned by reduction	: 0
1800.09/947.42	c number of learning phase by resolution	: 0
1800.09/947.42	c number of learning phase by cutting planes	: 0
1800.09/947.42	c speed (assignments/second)	: 513693.44021630066
1800.09/947.42	c non guided choices	89229
1800.09/947.43	c learnt constraints type 
1800.09/947.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11757
1800.09/947.43	c constraints type 
1800.09/947.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1800.09/947.43	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.09/947.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.09/947.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1800.09/947.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
1800.09/947.43	c constraints type 
1800.09/947.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1800.09/947.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1800.09/947.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1800.09/947.43	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.09/947.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1800.09/947.43	s UNKNOWN
1800.09/947.43	c Total wall clock time (in seconds): 947.322

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-3453568-1307196204/watcher-3453568-1307196204 -o /tmp/evaluation-result-3453568-1307196204/solver-3453568-1307196204 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453568-1307196204.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: 1.48 1.16 1.45 5/476 31253
/proc/meminfo: memFree=24445644/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 7335 0 1 0 0 1 0 0 18 0 2 0 812036286 10694979584 7037 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2611079 7049 917 9 0 2602235 0
[pid=31253/tid=31254] ppid=31251 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) R 31251 31253 30629 0 -1 4202560 6281 0 1 0 0 0 0 0 19 0 2 0 812036287 10694979584 7097 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.058647 s]
/proc/loadavg: 1.48 1.16 1.45 5/476 31253
/proc/meminfo: memFree=24445644/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10472784 CPUtime=0.05 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 11639 0 1 0 4 1 0 0 18 0 18 0 812036286 10724130816 11336 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2618196 11337 1730 9 0 2608937 0
[pid=31253/tid=31254] ppid=31251 vsize=10472784 CPUtime=0.05 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) R 31251 31253 30629 0 -1 4202560 10466 0 1 0 4 1 0 0 25 0 18 0 812036287 10724130816 11337 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828063179 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.10064 s]
/proc/loadavg: 1.48 1.16 1.45 5/476 31253
/proc/meminfo: memFree=24445644/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10540016 CPUtime=0.1 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 13099 0 1 0 9 1 0 0 18 0 18 0 812036286 10792976384 12796 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2635004 12797 2093 9 0 2625738 0
[pid=31253/tid=31254] ppid=31251 vsize=10540016 CPUtime=0.09 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) R 31251 31253 30629 0 -1 4202560 11220 0 1 0 8 1 0 0 18 0 18 0 812036287 10792976384 12797 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828063179 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) 10540016

[startup+0.304601 s]
/proc/loadavg: 1.48 1.16 1.45 5/476 31253
/proc/meminfo: memFree=24445644/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10543668 CPUtime=0.55 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 18079 0 1 0 53 2 0 0 18 0 18 0 812036286 10796716032 16712 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2635917 16713 2201 9 0 2626651 0
[pid=31253/tid=31254] ppid=31251 vsize=10543668 CPUtime=0.29 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) R 31251 31253 30629 0 -1 4202560 13743 0 1 0 28 1 0 0 18 0 18 0 812036287 10796716032 16713 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912505554470 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10543668

[startup+0.700513 s]
/proc/loadavg: 1.48 1.16 1.45 5/476 31253
/proc/meminfo: memFree=24445644/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10555832 CPUtime=1.82 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 36772 0 1 0 178 4 0 0 18 0 22 0 812036286 10809171968 31651 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2638958 31652 2232 9 0 2629692 0
[pid=31253/tid=31254] ppid=31251 vsize=10555832 CPUtime=0.58 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23886 0 1 0 56 2 0 0 19 0 22 0 812036287 10809171968 31652 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10555832

[startup+1.50134 s]
/proc/loadavg: 1.48 1.16 1.45 5/498 31275
/proc/meminfo: memFree=24051600/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10556172 CPUtime=3.99 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 101462 0 1 0 388 11 0 0 18 0 22 0 812036286 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2639043 96340 2240 9 0 2629777 0
[pid=31253/tid=31254] ppid=31251 vsize=10556172 CPUtime=0.58 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23886 0 1 0 56 2 0 0 15 0 22 0 812036287 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31256] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31256/stat : 31256 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31257] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31257/stat : 31257 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31258] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31258/stat : 31258 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31259] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31259/stat : 31259 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31260] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31260/stat : 31260 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31261] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31261/stat : 31261 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31262] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31262/stat : 31262 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31263] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31263/stat : 31263 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 812036288 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31264] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31264/stat : 31264 (java) S 31251 31253 30629 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 812036289 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 0 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31265] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31265/stat : 31265 (java) S 31251 31253 30629 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 812036290 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31266] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31266/stat : 31266 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812036290 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31267] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31267/stat : 31267 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10809520128 96340 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828060081 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31268] ppid=31251 vsize=10556172 CPUtime=0.75 cores=1,3,5,7
/proc/31253/task/31268/stat : 31268 (java) S 31251 31253 30629 0 -1 4202560 4941 0 0 0 75 0 0 0 15 0 22 0 812036292 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31269] ppid=31251 vsize=10556172 CPUtime=0.83 cores=1,3,5,7
/proc/31253/task/31269/stat : 31269 (java) S 31251 31253 30629 0 -1 4202560 6382 0 0 0 83 0 0 0 15 0 22 0 812036292 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31270] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31270/stat : 31270 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31271] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31271/stat : 31271 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812036292 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31272] ppid=31251 vsize=10556172 CPUtime=0.9 cores=1,3,5,7
/proc/31253/task/31272/stat : 31272 (java) R 31251 31253 30629 0 -1 4202560 540 0 0 0 90 0 0 0 23 0 22 0 812036346 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 47462968097619 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31253/tid=31273] ppid=31251 vsize=10556172 CPUtime=0.89 cores=1,3,5,7
/proc/31253/task/31273/stat : 31273 (java) R 31251 31253 30629 0 -1 4202560 64548 0 0 0 82 7 0 0 25 0 22 0 812036346 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912506068838 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31253/tid=31274] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31274/stat : 31274 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812036347 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31275] ppid=31251 vsize=10556172 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31275/stat : 31275 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812036347 10809520128 96341 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 10556172

[startup+3.10105 s]
/proc/loadavg: 1.48 1.16 1.45 5/498 31276
/proc/meminfo: memFree=23507984/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10556660 CPUtime=7.38 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 206494 0 1 0 715 23 0 0 18 0 22 0 812036286 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2639165 201360 2267 9 0 2629899 0
[pid=31253/tid=31254] ppid=31251 vsize=10556660 CPUtime=0.58 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23886 0 1 0 56 2 0 0 15 0 22 0 812036287 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31256] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31256/stat : 31256 (java) S 31251 31253 30629 0 -1 4202560 836 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31257] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31257/stat : 31257 (java) S 31251 31253 30629 0 -1 4202560 957 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31258] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31258/stat : 31258 (java) S 31251 31253 30629 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31259] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31259/stat : 31259 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31260] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31260/stat : 31260 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31261] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31261/stat : 31261 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31262] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31262/stat : 31262 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31263] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31263/stat : 31263 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31264] ppid=31251 vsize=10556660 CPUtime=0.03 cores=1,3,5,7
/proc/31253/task/31264/stat : 31264 (java) S 31251 31253 30629 0 -1 4202560 2651 0 0 0 3 0 0 0 16 0 22 0 812036289 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 0 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31265] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31265/stat : 31265 (java) S 31251 31253 30629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812036290 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31266] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31266/stat : 31266 (java) S 31251 31253 30629 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812036290 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31267] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31267/stat : 31267 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828060081 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31268] ppid=31251 vsize=10556660 CPUtime=0.87 cores=1,3,5,7
/proc/31253/task/31268/stat : 31268 (java) S 31251 31253 30629 0 -1 4202560 4980 0 0 0 87 0 0 0 16 0 22 0 812036292 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31269] ppid=31251 vsize=10556660 CPUtime=0.93 cores=1,3,5,7
/proc/31253/task/31269/stat : 31269 (java) S 31251 31253 30629 0 -1 4202560 6521 0 0 0 93 0 0 0 15 0 22 0 812036292 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31270] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31270/stat : 31270 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31271] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31271/stat : 31271 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812036292 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31272] ppid=31251 vsize=10556660 CPUtime=2.45 cores=1,3,5,7
/proc/31253/task/31272/stat : 31272 (java) R 31251 31253 30629 0 -1 4202560 1434 0 0 0 245 0 0 0 25 0 22 0 812036346 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912506159331 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31253/tid=31273] ppid=31251 vsize=10556660 CPUtime=2.43 cores=1,3,5,7
/proc/31253/task/31273/stat : 31273 (java) R 31251 31253 30629 0 -1 4202560 163197 0 0 0 225 18 0 0 25 0 22 0 812036346 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912505655440 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31253/tid=31274] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31274/stat : 31274 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812036347 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31275] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31275/stat : 31275 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812036347 10810019840 201360 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 10556660

[startup+6.30146 s]
/proc/loadavg: 1.68 1.21 1.47 5/498 31276
/proc/meminfo: memFree=22745188/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10556660 CPUtime=13.82 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 265622 0 1 0 1353 29 0 0 18 0 22 0 812036286 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2639165 260356 2267 9 0 2629899 0
[pid=31253/tid=31254] ppid=31251 vsize=10556660 CPUtime=0.58 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23886 0 1 0 56 2 0 0 15 0 22 0 812036287 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31256] ppid=31251 vsize=10556660 CPUtime=0.01 cores=1,3,5,7
/proc/31253/task/31256/stat : 31256 (java) S 31251 31253 30629 0 -1 4202560 836 0 0 0 1 0 0 0 18 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31257] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31257/stat : 31257 (java) S 31251 31253 30629 0 -1 4202560 957 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31258] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31258/stat : 31258 (java) S 31251 31253 30629 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31259] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31259/stat : 31259 (java) S 31251 31253 30629 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31260] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31260/stat : 31260 (java) S 31251 31253 30629 0 -1 4202560 409 0 0 0 0 0 0 0 16 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31261] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31261/stat : 31261 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31262] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31262/stat : 31262 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31263] ppid=31251 vsize=10556660 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31263/stat : 31263 (java) S 31251 31253 30629 0 -1 4202560 635 0 0 0 0 0 0 0 15 0 22 0 812036288 10810019840 260356 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=19711588/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10559064 CPUtime=1679.29 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 991470 0 1 0 167815 114 0 0 18 0 22 0 812036286 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2639766 979162 2268 9 0 2630500 0
[pid=31253/tid=31254] ppid=31251 vsize=10559064 CPUtime=0.59 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23911 0 1 0 56 3 0 0 15 0 22 0 812036287 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31256] ppid=31251 vsize=10559064 CPUtime=0.81 cores=1,3,5,7
/proc/31253/task/31256/stat : 31256 (java) S 31251 31253 30629 0 -1 4202560 5046 0 0 0 81 0 0 0 15 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31257] ppid=31251 vsize=10559064 CPUtime=0.71 cores=1,3,5,7
/proc/31253/task/31257/stat : 31257 (java) S 31251 31253 30629 0 -1 4202560 10680 0 0 0 70 1 0 0 16 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31258] ppid=31251 vsize=10559064 CPUtime=0.84 cores=1,3,5,7
/proc/31253/task/31258/stat : 31258 (java) S 31251 31253 30629 0 -1 4202560 9996 0 0 0 83 1 0 0 15 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31259] ppid=31251 vsize=10559064 CPUtime=0.89 cores=1,3,5,7
/proc/31253/task/31259/stat : 31259 (java) S 31251 31253 30629 0 -1 4202560 7987 0 0 0 89 0 0 0 15 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31260] ppid=31251 vsize=10559064 CPUtime=0.73 cores=1,3,5,7
/proc/31253/task/31260/stat : 31260 (java) S 31251 31253 30629 0 -1 4202560 6039 0 0 0 73 0 0 0 15 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31261] ppid=31251 vsize=10559064 CPUtime=0.9 cores=1,3,5,7
/proc/31253/task/31261/stat : 31261 (java) S 31251 31253 30629 0 -1 4202560 7829 0 0 0 89 1 0 0 16 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31262] ppid=31251 vsize=10559064 CPUtime=0.88 cores=1,3,5,7
/proc/31253/task/31262/stat : 31262 (java) S 31251 31253 30629 0 -1 4202560 7601 0 0 0 87 1 0 0 15 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31263] ppid=31251 vsize=10559064 CPUtime=0.87 cores=1,3,5,7
/proc/31253/task/31263/stat : 31263 (java) S 31251 31253 30629 0 -1 4202560 6568 0 0 0 87 0 0 0 16 0 22 0 812036288 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31264] ppid=31251 vsize=10559064 CPUtime=90.46 cores=1,3,5,7
/proc/31253/task/31264/stat : 31264 (java) S 31251 31253 30629 0 -1 4202560 86745 0 0 0 9036 10 0 0 17 0 22 0 812036289 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 0 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31265] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31265/stat : 31265 (java) S 31251 31253 30629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812036290 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31266] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31266/stat : 31266 (java) S 31251 31253 30629 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812036290 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31267] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31267/stat : 31267 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828060081 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31268] ppid=31251 vsize=10559064 CPUtime=1.02 cores=1,3,5,7
/proc/31253/task/31268/stat : 31268 (java) S 31251 31253 30629 0 -1 4202560 4988 0 0 0 102 0 0 0 15 0 22 0 812036292 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31269] ppid=31251 vsize=10559064 CPUtime=2.1 cores=1,3,5,7
/proc/31253/task/31269/stat : 31269 (java) S 31251 31253 30629 0 -1 4202560 12950 0 0 0 210 0 0 0 16 0 22 0 812036292 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31270] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31270/stat : 31270 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31271] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31271/stat : 31271 (java) S 31251 31253 30629 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 812036292 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31272] ppid=31251 vsize=10559064 CPUtime=789.17 cores=1,3,5,7
/proc/31253/task/31272/stat : 31272 (java) R 31251 31253 30629 0 -1 4202560 4947 0 0 0 78916 1 0 0 18 0 22 0 812036346 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912506143095 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31253/tid=31273] ppid=31251 vsize=10559064 CPUtime=789.16 cores=1,3,5,7
/proc/31253/task/31273/stat : 31273 (java) R 31251 31253 30629 0 -1 4202560 794975 0 0 0 78829 87 0 0 18 0 22 0 812036346 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912506069055 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31253/tid=31274] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31274/stat : 31274 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812036347 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31275] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31275/stat : 31275 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812036347 10812481536 979162 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1679.29
Current children cumulated vsize (KiB) 10559064

[startup+942.301 s]
/proc/loadavg: 3.48 3.45 2.82 4/498 31399
/proc/meminfo: memFree=19693208/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10559064 CPUtime=1790.65 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 994464 0 1 0 178951 114 0 0 18 0 22 0 812036286 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2639766 982138 2268 9 0 2630500 0
[pid=31253/tid=31254] ppid=31251 vsize=10559064 CPUtime=0.59 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23921 0 1 0 56 3 0 0 15 0 22 0 812036287 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31256] ppid=31251 vsize=10559064 CPUtime=0.9 cores=1,3,5,7
/proc/31253/task/31256/stat : 31256 (java) S 31251 31253 30629 0 -1 4202560 5052 0 0 0 90 0 0 0 16 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31257] ppid=31251 vsize=10559064 CPUtime=0.77 cores=1,3,5,7
/proc/31253/task/31257/stat : 31257 (java) S 31251 31253 30629 0 -1 4202560 10682 0 0 0 76 1 0 0 15 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31258] ppid=31251 vsize=10559064 CPUtime=0.97 cores=1,3,5,7
/proc/31253/task/31258/stat : 31258 (java) S 31251 31253 30629 0 -1 4202560 10007 0 0 0 96 1 0 0 16 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31259] ppid=31251 vsize=10559064 CPUtime=0.93 cores=1,3,5,7
/proc/31253/task/31259/stat : 31259 (java) S 31251 31253 30629 0 -1 4202560 7987 0 0 0 93 0 0 0 15 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31260] ppid=31251 vsize=10559064 CPUtime=0.78 cores=1,3,5,7
/proc/31253/task/31260/stat : 31260 (java) S 31251 31253 30629 0 -1 4202560 6043 0 0 0 78 0 0 0 16 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31261] ppid=31251 vsize=10559064 CPUtime=0.93 cores=1,3,5,7
/proc/31253/task/31261/stat : 31261 (java) S 31251 31253 30629 0 -1 4202560 7829 0 0 0 92 1 0 0 15 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31262] ppid=31251 vsize=10559064 CPUtime=0.94 cores=1,3,5,7
/proc/31253/task/31262/stat : 31262 (java) S 31251 31253 30629 0 -1 4202560 7603 0 0 0 93 1 0 0 15 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31263] ppid=31251 vsize=10559064 CPUtime=0.88 cores=1,3,5,7
/proc/31253/task/31263/stat : 31263 (java) S 31251 31253 30629 0 -1 4202560 6568 0 0 0 88 0 0 0 15 0 22 0 812036288 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31264] ppid=31251 vsize=10559064 CPUtime=99.24 cores=1,3,5,7
/proc/31253/task/31264/stat : 31264 (java) S 31251 31253 30629 0 -1 4202560 89700 0 0 0 9914 10 0 0 15 0 22 0 812036289 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 0 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31265] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31265/stat : 31265 (java) S 31251 31253 30629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812036290 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31266] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31266/stat : 31266 (java) S 31251 31253 30629 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812036290 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31267] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31267/stat : 31267 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828060081 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31268] ppid=31251 vsize=10559064 CPUtime=1.02 cores=1,3,5,7
/proc/31253/task/31268/stat : 31268 (java) S 31251 31253 30629 0 -1 4202560 4988 0 0 0 102 0 0 0 15 0 22 0 812036292 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31269] ppid=31251 vsize=10559064 CPUtime=2.1 cores=1,3,5,7
/proc/31253/task/31269/stat : 31269 (java) S 31251 31253 30629 0 -1 4202560 12950 0 0 0 210 0 0 0 16 0 22 0 812036292 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31270] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31270/stat : 31270 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31271] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31271/stat : 31271 (java) S 31251 31253 30629 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 812036292 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31272] ppid=31251 vsize=10559064 CPUtime=840.23 cores=1,3,5,7
/proc/31253/task/31272/stat : 31272 (java) R 31251 31253 30629 0 -1 4202560 4947 0 0 0 84022 1 0 0 25 0 22 0 812036346 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31253/tid=31273] ppid=31251 vsize=10559064 CPUtime=840.21 cores=1,3,5,7
/proc/31253/task/31273/stat : 31273 (java) R 31251 31253 30629 0 -1 4202560 794975 0 0 0 83934 87 0 0 25 0 22 0 812036346 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912506067338 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31253/tid=31274] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31274/stat : 31274 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812036347 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31275] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31275/stat : 31275 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812036347 10812481536 982138 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (KiB) 10559064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.401 s]
/proc/loadavg: 3.44 3.44 2.83 4/498 31399
/proc/meminfo: memFree=19689732/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=10559064 CPUtime=1800.09 cores=1,3,5,7
/proc/31253/stat : 31253 (java) S 31251 31253 30629 0 -1 4202496 995205 0 1 0 179895 114 0 0 18 0 22 0 812036286 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 2639766 982878 2268 9 0 2630500 0
[pid=31253/tid=31254] ppid=31251 vsize=10559064 CPUtime=0.59 cores=1,3,5,7
/proc/31253/task/31254/stat : 31254 (java) S 31251 31253 30629 0 -1 4202560 23922 0 1 0 56 3 0 0 15 0 22 0 812036287 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31256] ppid=31251 vsize=10559064 CPUtime=0.92 cores=1,3,5,7
/proc/31253/task/31256/stat : 31256 (java) S 31251 31253 30629 0 -1 4202560 5054 0 0 0 92 0 0 0 16 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31257] ppid=31251 vsize=10559064 CPUtime=0.79 cores=1,3,5,7
/proc/31253/task/31257/stat : 31257 (java) S 31251 31253 30629 0 -1 4202560 10684 0 0 0 78 1 0 0 16 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31258] ppid=31251 vsize=10559064 CPUtime=0.97 cores=1,3,5,7
/proc/31253/task/31258/stat : 31258 (java) S 31251 31253 30629 0 -1 4202560 10007 0 0 0 96 1 0 0 15 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
[pid=31253/tid=31259] ppid=31251 vsize=10559064 CPUtime=0.93 cores=1,3,5,7
/proc/31253/task/31259/stat : 31259 (java) S 31251 31253 30629 0 -1 4202560 7987 0 0 0 93 0 0 0 15 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31260] ppid=31251 vsize=10559064 CPUtime=0.78 cores=1,3,5,7
/proc/31253/task/31260/stat : 31260 (java) S 31251 31253 30629 0 -1 4202560 6043 0 0 0 78 0 0 0 15 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31261] ppid=31251 vsize=10559064 CPUtime=0.93 cores=1,3,5,7
/proc/31253/task/31261/stat : 31261 (java) S 31251 31253 30629 0 -1 4202560 7829 0 0 0 92 1 0 0 15 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31262] ppid=31251 vsize=10559064 CPUtime=0.94 cores=1,3,5,7
/proc/31253/task/31262/stat : 31262 (java) S 31251 31253 30629 0 -1 4202560 7603 0 0 0 93 1 0 0 15 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31263] ppid=31251 vsize=10559064 CPUtime=0.9 cores=1,3,5,7
/proc/31253/task/31263/stat : 31263 (java) S 31251 31253 30629 0 -1 4202560 6568 0 0 0 90 0 0 0 16 0 22 0 812036288 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31264] ppid=31251 vsize=10559064 CPUtime=100.06 cores=1,3,5,7
/proc/31253/task/31264/stat : 31264 (java) S 31251 31253 30629 0 -1 4202560 90436 0 0 0 9996 10 0 0 16 0 22 0 812036289 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 0 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31265] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31265/stat : 31265 (java) S 31251 31253 30629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812036290 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31266] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31266/stat : 31266 (java) S 31251 31253 30629 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812036290 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31267] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31267/stat : 31267 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828060081 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31268] ppid=31251 vsize=10559064 CPUtime=1.02 cores=1,3,5,7
/proc/31253/task/31268/stat : 31268 (java) S 31251 31253 30629 0 -1 4202560 4988 0 0 0 102 0 0 0 15 0 22 0 812036292 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 3 0 0 0
[pid=31253/tid=31269] ppid=31251 vsize=10559064 CPUtime=2.1 cores=1,3,5,7
/proc/31253/task/31269/stat : 31269 (java) S 31251 31253 30629 0 -1 4202560 12950 0 0 0 210 0 0 0 16 0 22 0 812036292 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31270] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31270/stat : 31270 (java) S 31251 31253 30629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812036292 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052377 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31271] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31271/stat : 31271 (java) S 31251 31253 30629 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 812036292 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 1 0 0 0
[pid=31253/tid=31272] ppid=31251 vsize=10559064 CPUtime=844.51 cores=1,3,5,7
/proc/31253/task/31272/stat : 31272 (java) R 31251 31253 30629 0 -1 4202560 4947 0 0 0 84450 1 0 0 19 0 22 0 812036346 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912505955456 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31253/tid=31273] ppid=31251 vsize=10559064 CPUtime=844.49 cores=1,3,5,7
/proc/31253/task/31273/stat : 31273 (java) R 31251 31253 30629 0 -1 4202560 794975 0 0 0 84362 87 0 0 19 0 22 0 812036346 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 46912505655271 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31253/tid=31274] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31274/stat : 31274 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812036347 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 5 0 0 0
[pid=31253/tid=31275] ppid=31251 vsize=10559064 CPUtime=0 cores=1,3,5,7
/proc/31253/task/31275/stat : 31275 (java) S 31251 31253 30629 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812036347 10812481536 982878 33554432000 1073741824 1073778376 140735947194160 18446744073709551615 220828052992 0 4 0 16800975 18446604464712781952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10559064

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

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

[startup+947.524 s]
/proc/loadavg: 3.44 3.44 2.83 4/498 31399
/proc/meminfo: memFree=19689732/32951124 swapFree=60476376/67111528
[pid=31253] ppid=31251 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/31253/stat : 31253 (java) Z 31251 31253 30629 0 -1 4203548 995234 0 1 0 179899 123 0 0 17 0 2 0 812036286 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31253/statm: 0 0 0 0 0 0 0
[pid=31253/tid=31272] ppid=31251 vsize=0 CPUtime=844.62 cores=1,3,5,7
/proc/31253/task/31272/stat : 31272 (java) R 31251 31253 30629 0 -1 4203588 4947 0 0 0 84452 10 0 0 19 0 2 0 812036346 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 947.576
CPU time (s): 1800.28
CPU user time (s): 1798.99
CPU system time (s): 1.2898
CPU usage (%): 189.988
Max. virtual memory (cumulated for all children) (KiB): 10571768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.2898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 995234
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= 27276
involuntary context switches= 14406

runsolver used 4.32334 second user time and 10.3714 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 16:03:24
IDJOB=3453568
IDBENCH=71843
IDSOLVER=1950
FILE ID=node147/3453568-1307196204
RUNJOBID= node147-1307196167-30648
PBS_JOBID= 13508886
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453568-1307196204/watcher-3453568-1307196204 -o /tmp/evaluation-result-3453568-1307196204/solver-3453568-1307196204 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453568-1307196204.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=1069166839

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:      24445676 kB
Buffers:        329468 kB
Cached:        1496128 kB
SwapCached:      11188 kB
Active:        6880756 kB
Inactive:      1364336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24445676 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            1348 kB
Writeback:           0 kB
AnonPages:     6416996 kB
Mapped:          30576 kB
Slab:           134940 kB
PageTables:      58616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131128380 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 16:19:13