Trace number 3454249

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.43 980.994

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/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@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454249-1307191522.opb
0.10/0.11	c reading problem ... 
2.13/1.37	c ... done. Wall clock time 1.264s.
2.13/1.37	c #vars     107520
2.13/1.37	c #constraints  23869
2.13/1.37	c constraints type 
2.13/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
2.13/1.37	c constraints type 
2.13/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
8.76/4.17	c cleaning 2495 clauses out of 5000 with flag 5002/5002
13.08/6.22	c cleaning 4232 clauses out of 8496 with flag 11000/11000
17.09/8.32	c cleaning 5619 clauses out of 11264 with flag 18000/18000
25.32/12.54	c cleaning 6815 clauses out of 13648 with flag 26003/26003
29.90/14.95	c cleaning 7909 clauses out of 15830 with flag 35000/35000
37.79/18.97	c cleaning 8950 clauses out of 17921 with flag 45000/45000
43.19/21.70	c cleaning 9481 clauses out of 18972 with flag 55001/55001
49.99/25.22	c cleaning 9710 clauses out of 19490 with flag 65000/65000
57.10/28.91	c cleaning 9852 clauses out of 19778 with flag 75001/75001
63.50/32.23	c cleaning 9927 clauses out of 19925 with flag 85000/85000
69.73/35.42	c cleaning 9967 clauses out of 19998 with flag 95000/95000
76.13/38.78	c cleaning 9971 clauses out of 20031 with flag 105001/105001
83.83/42.74	c cleaning 10027 clauses out of 20060 with flag 115001/115001
93.01/47.48	c cleaning 9986 clauses out of 20032 with flag 125000/125000
100.41/51.20	c cleaning 9973 clauses out of 20046 with flag 135000/135000
104.78/53.57	c cleaning 9994 clauses out of 20073 with flag 145000/145000
107.65/55.14	c cleaning 10026 clauses out of 20079 with flag 155000/155000
112.01/57.43	c cleaning 10010 clauses out of 20053 with flag 165000/165000
116.76/59.93	c cleaning 9984 clauses out of 20040 with flag 175000/175000
121.70/62.58	c cleaning 9997 clauses out of 20056 with flag 185003/185003
126.57/65.14	c cleaning 9994 clauses out of 20056 with flag 195000/195000
131.73/67.88	c cleaning 10022 clauses out of 20062 with flag 205001/205001
134.87/69.55	c cleaning 10005 clauses out of 20040 with flag 215001/215001
138.41/71.51	c cleaning 10009 clauses out of 20035 with flag 225001/225001
143.45/74.10	c cleaning 10005 clauses out of 20027 with flag 235002/235002
146.98/76.02	c cleaning 9931 clauses out of 20021 with flag 245001/245001
148.11/76.79	c cleaning 0 clauses out of 5001 with flag 0/5001
149.95/77.76	c cleaning 10040 clauses out of 20087 with flag 255000/255000
154.13/79.96	c cleaning 10003 clauses out of 20045 with flag 265001/265001
158.67/82.40	c cleaning 10010 clauses out of 20041 with flag 275000/275000
163.21/84.72	c cleaning 10002 clauses out of 20031 with flag 285000/285000
168.29/87.47	c cleaning 9985 clauses out of 20024 with flag 295000/295000
174.09/90.55	c cleaning 10006 clauses out of 20035 with flag 305000/305000
184.60/95.99	c cleaning 9989 clauses out of 20029 with flag 315000/315000
195.11/101.32	c cleaning 10004 clauses out of 20040 with flag 325000/325000
209.02/108.43	c cleaning 10007 clauses out of 20037 with flag 335001/335001
214.36/111.38	c cleaning 9999 clauses out of 20029 with flag 345000/345000
219.41/114.09	c cleaning 0 clauses out of 11000 with flag 0/11000
220.95/114.99	c cleaning 9975 clauses out of 20032 with flag 355002/355002
224.04/116.68	c cleaning 9964 clauses out of 20055 with flag 365000/365000
227.30/118.56	c cleaning 9999 clauses out of 20091 with flag 375000/375000
231.15/120.70	c cleaning 10042 clauses out of 20095 with flag 385003/385003
237.59/124.00	c cleaning 10012 clauses out of 20050 with flag 395000/395000
241.43/126.19	c cleaning 9978 clauses out of 20037 with flag 405000/405000
246.51/128.93	c cleaning 10004 clauses out of 20059 with flag 415001/415001
251.94/131.91	c cleaning 9978 clauses out of 20054 with flag 425000/425000
259.17/135.61	c cleaning 10019 clauses out of 20075 with flag 435001/435001
267.60/140.01	c cleaning 9995 clauses out of 20055 with flag 445000/445000
275.64/144.33	c cleaning 9987 clauses out of 20061 with flag 455001/455001
282.06/147.74	c cleaning 9967 clauses out of 20072 with flag 465000/465000
289.28/151.51	c cleaning 9991 clauses out of 20106 with flag 475001/475001
295.68/155.01	c cleaning 9994 clauses out of 20116 with flag 485002/485002
303.09/158.90	c cleaning 9988 clauses out of 20120 with flag 495000/495000
310.09/162.61	c cleaning 10037 clauses out of 20134 with flag 505002/505002
318.69/167.16	c cleaning 10030 clauses out of 20095 with flag 515000/515000
327.32/171.65	c cleaning 10030 clauses out of 20065 with flag 525000/525000
332.09/174.36	c cleaning 10013 clauses out of 20037 with flag 535002/535002
336.48/176.71	c cleaning 9998 clauses out of 20023 with flag 545001/545001
341.87/179.67	c cleaning 10000 clauses out of 20025 with flag 555001/555001
346.07/181.94	c cleaning 9967 clauses out of 20025 with flag 565001/565001
348.26/183.31	c cleaning 9997 clauses out of 20057 with flag 575000/575000
354.04/186.40	c cleaning 9993 clauses out of 20060 with flag 585000/585000
357.63/188.47	c cleaning 9986 clauses out of 20066 with flag 595000/595000
360.61/190.12	c cleaning 10032 clauses out of 20077 with flag 605000/605000
365.74/193.10	c cleaning 9924 clauses out of 20045 with flag 615000/615000
368.75/194.73	c cleaning 9998 clauses out of 20122 with flag 625001/625001
371.47/196.30	c cleaning 9998 clauses out of 20123 with flag 635000/635000
374.04/197.88	c cleaning 10000 clauses out of 20125 with flag 645000/645000
378.18/200.29	c cleaning 10022 clauses out of 20126 with flag 655001/655001
382.27/202.53	c cleaning 10007 clauses out of 20103 with flag 665000/665000
385.85/204.60	c cleaning 10004 clauses out of 20099 with flag 675003/675003
388.21/205.92	c cleaning 10003 clauses out of 20093 with flag 685001/685001
390.77/207.59	c cleaning 10002 clauses out of 20090 with flag 695001/695001
393.35/209.09	c cleaning 10003 clauses out of 20089 with flag 705002/705002
396.08/210.67	c cleaning 10034 clauses out of 20085 with flag 715001/715001
405.05/215.35	c cleaning 9983 clauses out of 20050 with flag 725000/725000
414.20/220.25	c cleaning 10005 clauses out of 20070 with flag 735003/735003
423.36/225.05	c cleaning 10022 clauses out of 20064 with flag 745002/745002
429.12/228.19	c cleaning 9978 clauses out of 20040 with flag 755000/755000
434.30/231.00	c cleaning 9977 clauses out of 20063 with flag 765001/765001
438.85/233.56	c cleaning 9985 clauses out of 20085 with flag 775000/775000
441.80/235.23	c cleaning 10000 clauses out of 20099 with flag 785001/785001
443.99/236.58	c cleaning 9998 clauses out of 20098 with flag 795000/795000
447.51/238.53	c cleaning 10008 clauses out of 20101 with flag 805001/805001
452.06/241.12	c cleaning 10028 clauses out of 20093 with flag 815002/815002
456.81/243.70	c cleaning 10000 clauses out of 20065 with flag 825002/825002
461.11/246.19	c cleaning 9997 clauses out of 20066 with flag 835003/835003
465.81/248.74	c cleaning 10004 clauses out of 20066 with flag 845000/845000
470.07/251.27	c cleaning 9979 clauses out of 20062 with flag 855000/855000
472.59/252.77	c cleaning 9997 clauses out of 20084 with flag 865001/865001
475.28/254.35	c cleaning 10004 clauses out of 20086 with flag 875000/875000
477.99/255.99	c cleaning 9996 clauses out of 20083 with flag 885001/885001
480.85/257.75	c cleaning 10001 clauses out of 20086 with flag 895000/895000
483.34/259.23	c cleaning 9999 clauses out of 20086 with flag 905001/905001
486.01/260.81	c cleaning 9999 clauses out of 20086 with flag 915000/915000
487.09/261.66	c cleaning 0 clauses out of 18001 with flag 0/18001
503.53/270.23	c cleaning 9987 clauses out of 20087 with flag 925000/925000
517.43/277.42	c cleaning 9893 clauses out of 20102 with flag 935002/935002
520.74/279.41	c cleaning 9971 clauses out of 20207 with flag 945000/945000
529.42/283.95	c cleaning 10068 clauses out of 20237 with flag 955001/955001
535.66/287.40	c cleaning 10027 clauses out of 20169 with flag 965001/965001
543.36/291.60	c cleaning 10015 clauses out of 20141 with flag 975000/975000
554.55/297.47	c cleaning 10014 clauses out of 20126 with flag 985000/985000
565.15/303.00	c cleaning 10001 clauses out of 20112 with flag 995000/995000
575.86/308.84	c cleaning 10017 clauses out of 20111 with flag 1005000/1005000
585.85/314.12	c cleaning 10038 clauses out of 20095 with flag 1015001/1015001
594.45/318.72	c cleaning 10010 clauses out of 20057 with flag 1025001/1025001
600.62/322.14	c cleaning 9982 clauses out of 20049 with flag 1035003/1035003
606.33/325.40	c cleaning 9955 clauses out of 20064 with flag 1045000/1045000
611.92/328.51	c cleaning 10050 clauses out of 20110 with flag 1055001/1055001
615.70/330.73	c cleaning 10016 clauses out of 20059 with flag 1065001/1065001
619.34/332.88	c cleaning 10003 clauses out of 20044 with flag 1075002/1075002
625.03/336.14	c cleaning 9991 clauses out of 20039 with flag 1085000/1085000
628.48/338.19	c cleaning 10000 clauses out of 20048 with flag 1095000/1095000
632.25/340.36	c cleaning 10003 clauses out of 20050 with flag 1105002/1105002
638.43/343.76	c cleaning 10012 clauses out of 20045 with flag 1115000/1115000
643.59/346.72	c cleaning 9968 clauses out of 20034 with flag 1125001/1125001
648.03/349.23	c cleaning 10020 clauses out of 20065 with flag 1135000/1135000
652.27/351.61	c cleaning 10007 clauses out of 20043 with flag 1145002/1145002
656.49/354.05	c cleaning 9988 clauses out of 20034 with flag 1155001/1155001
659.65/356.04	c cleaning 9964 clauses out of 20045 with flag 1165000/1165000
662.67/357.88	c cleaning 9972 clauses out of 20081 with flag 1175000/1175000
671.09/362.38	c cleaning 10026 clauses out of 20110 with flag 1185001/1185001
680.52/367.32	c cleaning 9969 clauses out of 20083 with flag 1195000/1195000
687.68/371.31	c cleaning 10036 clauses out of 20114 with flag 1205000/1205000
694.29/374.96	c cleaning 10016 clauses out of 20078 with flag 1215000/1215000
700.73/378.46	c cleaning 10009 clauses out of 20063 with flag 1225001/1225001
707.10/381.93	c cleaning 10012 clauses out of 20054 with flag 1235001/1235001
713.22/385.43	c cleaning 10001 clauses out of 20043 with flag 1245002/1245002
719.22/388.71	c cleaning 9991 clauses out of 20041 with flag 1255001/1255001
725.03/391.92	c cleaning 10012 clauses out of 20051 with flag 1265002/1265002
730.03/394.71	c cleaning 9974 clauses out of 20037 with flag 1275000/1275000
735.38/397.89	c cleaning 9985 clauses out of 20063 with flag 1285000/1285000
747.78/404.30	c cleaning 9956 clauses out of 20077 with flag 1295000/1295000
762.78/412.17	c cleaning 9971 clauses out of 20124 with flag 1305003/1305003
774.16/418.17	c cleaning 9979 clauses out of 20150 with flag 1315000/1315000
792.95/427.96	c cleaning 9995 clauses out of 20172 with flag 1325001/1325001
795.27/429.41	c cleaning 0 clauses out of 26000 with flag 0/26000
803.61/433.99	c cleaning 9997 clauses out of 20179 with flag 1335003/1335003
818.14/441.53	c cleaning 9993 clauses out of 20180 with flag 1345001/1345001
832.61/449.26	c cleaning 10037 clauses out of 20186 with flag 1355000/1355000
847.13/456.81	c cleaning 9997 clauses out of 20150 with flag 1365001/1365001
857.82/462.50	c cleaning 9992 clauses out of 20156 with flag 1375004/1375004
866.52/467.22	c cleaning 9997 clauses out of 20160 with flag 1385000/1385000
876.07/472.59	c cleaning 10031 clauses out of 20163 with flag 1395000/1395000
887.39/478.52	c cleaning 10017 clauses out of 20133 with flag 1405001/1405001
903.03/486.78	c cleaning 9980 clauses out of 20115 with flag 1415000/1415000
922.12/496.69	c cleaning 10008 clauses out of 20136 with flag 1425001/1425001
946.82/509.51	c cleaning 9979 clauses out of 20127 with flag 1435000/1435000
972.46/522.77	c cleaning 9996 clauses out of 20148 with flag 1445000/1445000
994.30/534.00	c cleaning 10014 clauses out of 20154 with flag 1455002/1455002
1013.74/544.13	c cleaning 10002 clauses out of 20138 with flag 1465000/1465000
1034.36/555.07	c cleaning 9991 clauses out of 20136 with flag 1475000/1475000
1055.81/566.17	c cleaning 10013 clauses out of 20149 with flag 1485004/1485004
1082.03/579.67	c cleaning 9989 clauses out of 20133 with flag 1495001/1495001
1107.17/592.70	c cleaning 9982 clauses out of 20143 with flag 1505000/1505000
1135.71/607.57	c cleaning 9987 clauses out of 20162 with flag 1515001/1515001
1163.04/621.66	c cleaning 10007 clauses out of 20176 with flag 1525002/1525002
1187.57/634.39	c cleaning 10079 clauses out of 20168 with flag 1535001/1535001
1197.10/639.59	c cleaning 9978 clauses out of 20088 with flag 1545000/1545000
1203.59/643.43	c cleaning 10044 clauses out of 20110 with flag 1555000/1555000
1210.10/647.12	c cleaning 10015 clauses out of 20066 with flag 1565000/1565000
1216.42/650.79	c cleaning 9958 clauses out of 20052 with flag 1575001/1575001
1222.15/654.02	c cleaning 9950 clauses out of 20093 with flag 1585000/1585000
1229.43/658.36	c cleaning 10048 clauses out of 20144 with flag 1595001/1595001
1233.73/660.97	c cleaning 10027 clauses out of 20094 with flag 1605000/1605000
1238.25/663.68	c cleaning 9976 clauses out of 20068 with flag 1615001/1615001
1241.56/665.78	c cleaning 10003 clauses out of 20094 with flag 1625003/1625003
1247.63/669.50	c cleaning 9988 clauses out of 20088 with flag 1635000/1635000
1251.53/671.85	c cleaning 9991 clauses out of 20101 with flag 1645001/1645001
1255.24/674.18	c cleaning 9995 clauses out of 20109 with flag 1655000/1655000
1258.54/676.24	c cleaning 10006 clauses out of 20114 with flag 1665000/1665000
1263.61/679.48	c cleaning 10010 clauses out of 20108 with flag 1675001/1675001
1267.52/681.88	c cleaning 10012 clauses out of 20098 with flag 1685001/1685001
1271.03/684.06	c cleaning 10003 clauses out of 20085 with flag 1695000/1695000
1274.33/686.11	c cleaning 10002 clauses out of 20083 with flag 1705001/1705001
1278.80/689.02	c cleaning 9975 clauses out of 20080 with flag 1715000/1715000
1281.70/690.93	c cleaning 10023 clauses out of 20106 with flag 1725001/1725001
1285.03/693.07	c cleaning 9975 clauses out of 20082 with flag 1735000/1735000
1288.30/695.12	c cleaning 10023 clauses out of 20108 with flag 1745001/1745001
1296.76/700.06	c cleaning 10022 clauses out of 20084 with flag 1755000/1755000
1304.67/704.48	c cleaning 9987 clauses out of 20062 with flag 1765000/1765000
1312.84/708.97	c cleaning 10011 clauses out of 20075 with flag 1775000/1775000
1320.81/713.34	c cleaning 9948 clauses out of 20064 with flag 1785000/1785000
1331.98/719.58	c cleaning 9991 clauses out of 20118 with flag 1795002/1795002
1342.34/725.14	c cleaning 9990 clauses out of 20126 with flag 1805001/1805001
1352.90/730.86	c cleaning 10013 clauses out of 20137 with flag 1815002/1815002
1363.05/736.36	c cleaning 10000 clauses out of 20122 with flag 1825000/1825000
1373.79/742.35	c cleaning 9983 clauses out of 20122 with flag 1835000/1835000
1378.55/745.15	c cleaning 10019 clauses out of 20139 with flag 1845000/1845000
1382.11/747.35	c cleaning 10007 clauses out of 20121 with flag 1855001/1855001
1384.91/749.15	c cleaning 10007 clauses out of 20114 with flag 1865001/1865001
1387.83/751.23	c cleaning 10003 clauses out of 20106 with flag 1875000/1875000
1392.79/754.19	c cleaning 9975 clauses out of 20104 with flag 1885001/1885001
1400.35/758.35	c cleaning 9984 clauses out of 20128 with flag 1895000/1895000
1407.54/762.37	c cleaning 9994 clauses out of 20144 with flag 1905000/1905000
1415.25/766.80	c cleaning 9998 clauses out of 20150 with flag 1915000/1915000
1422.61/771.01	c cleaning 9997 clauses out of 20152 with flag 1925000/1925000
1429.96/775.08	c cleaning 10015 clauses out of 20155 with flag 1935000/1935000
1436.11/778.51	c cleaning 9993 clauses out of 20141 with flag 1945001/1945001
1442.34/782.21	c cleaning 9998 clauses out of 20148 with flag 1955001/1955001
1448.09/785.58	c cleaning 10002 clauses out of 20149 with flag 1965000/1965000
1454.24/789.04	c cleaning 10001 clauses out of 20147 with flag 1975000/1975000
1459.99/792.30	c cleaning 10007 clauses out of 20146 with flag 1985000/1985000
1468.60/797.28	c cleaning 10017 clauses out of 20139 with flag 1995000/1995000
1476.55/801.68	c cleaning 10009 clauses out of 20122 with flag 2005000/2005000
1484.50/806.06	c cleaning 10001 clauses out of 20114 with flag 2015001/2015001
1493.45/810.93	c cleaning 9996 clauses out of 20112 with flag 2025000/2025000
1502.38/816.07	c cleaning 10008 clauses out of 20117 with flag 2035001/2035001
1510.76/820.64	c cleaning 9997 clauses out of 20108 with flag 2045000/2045000
1518.47/824.96	c cleaning 10002 clauses out of 20112 with flag 2055001/2055001
1526.21/829.26	c cleaning 10003 clauses out of 20109 with flag 2065000/2065000
1534.61/834.04	c cleaning 9998 clauses out of 20106 with flag 2075000/2075000
1542.95/838.61	c cleaning 10007 clauses out of 20109 with flag 2085001/2085001
1551.08/843.11	c cleaning 9996 clauses out of 20102 with flag 2095001/2095001
1559.43/847.71	c cleaning 9996 clauses out of 20105 with flag 2105000/2105000
1567.92/852.55	c cleaning 10003 clauses out of 20110 with flag 2115001/2115001
1576.23/857.15	c cleaning 10000 clauses out of 20106 with flag 2125000/2125000
1584.36/861.68	c cleaning 10004 clauses out of 20107 with flag 2135001/2135001
1593.09/866.47	c cleaning 9995 clauses out of 20102 with flag 2145000/2145000
1604.64/872.80	c cleaning 10013 clauses out of 20107 with flag 2155000/2155000
1617.18/879.51	c cleaning 9982 clauses out of 20094 with flag 2165000/2165000
1632.75/887.75	c cleaning 10012 clauses out of 20113 with flag 2175001/2175001
1639.46/891.51	c cleaning 0 clauses out of 35000 with flag 0/35000
1646.18/895.54	c cleaning 9967 clauses out of 20102 with flag 2185002/2185002
1663.47/904.51	c cleaning 10004 clauses out of 20134 with flag 2195001/2195001
1675.99/911.20	c cleaning 9993 clauses out of 20129 with flag 2205000/2205000
1684.09/915.70	c cleaning 10026 clauses out of 20135 with flag 2215001/2215001
1693.14/920.96	c cleaning 9998 clauses out of 20109 with flag 2225001/2225001
1701.03/925.38	c cleaning 10012 clauses out of 20111 with flag 2235001/2235001
1707.31/928.93	c cleaning 9996 clauses out of 20098 with flag 2245000/2245000
1713.59/932.53	c cleaning 10021 clauses out of 20102 with flag 2255001/2255001
1721.23/937.10	c cleaning 10001 clauses out of 20081 with flag 2265001/2265001
1726.71/940.23	c cleaning 9933 clauses out of 20079 with flag 2275000/2275000
1731.20/942.98	c cleaning 10035 clauses out of 20146 with flag 2285000/2285000
1738.88/947.25	c cleaning 10045 clauses out of 20113 with flag 2295002/2295002
1746.13/951.58	c cleaning 9974 clauses out of 20063 with flag 2305000/2305000
1760.19/959.06	c cleaning 10002 clauses out of 20089 with flag 2315000/2315000
1777.94/968.49	c cleaning 10004 clauses out of 20088 with flag 2325001/2325001
1794.31/977.17	c cleaning 10010 clauses out of 20086 with flag 2335003/2335003
1800.18/980.82	c starts		: 226
1800.18/980.82	c conflicts		: 2340134
1800.18/980.82	c decisions		: 11101766
1800.18/980.82	c propagations		: 124870776
1800.18/980.82	c inspects		: 922857078
1800.18/980.82	c shortcuts		: 0
1800.18/980.82	c learnt literals	: 61
1800.18/980.82	c learnt binary clauses	: 88
1800.18/980.82	c learnt ternary clauses	: 187
1800.18/980.82	c learnt constraints	: 2340072
1800.18/980.82	c ignored constraints	: 0
1800.18/980.82	c root simplifications	: 0
1800.18/980.82	c removed literals (reason simplification)	: 87555822
1800.18/980.82	c reason swapping (by a shorter reason)	: 0
1800.18/980.82	c Calls to reduceDB	: 235
1800.18/980.82	c number of reductions to clauses (during analyze)	: 0
1800.18/980.82	c number of learned constraints concerned by reduction	: 0
1800.18/980.82	c number of learning phase by resolution	: 0
1800.18/980.82	c number of learning phase by cutting planes	: 0
1800.18/980.82	c speed (assignments/second)	: 127491.11998913673
1800.18/980.82	c non guided choices	7398318
1800.18/980.83	c learnt constraints type 
1800.18/980.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.18/980.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15137
1800.18/980.83	c constraints type 
1800.18/980.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1800.18/980.83	c constraints type 
1800.18/980.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.18/980.83	s UNKNOWN
1800.18/980.83	c Total wall clock time (in seconds): 980.724

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-3454249-1307191522/watcher-3454249-1307191522 -o /tmp/evaluation-result-3454249-1307191522/solver-3454249-1307191522 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454249-1307191522.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.03 2.69 3.31 4/453 340
/proc/meminfo: memFree=20632812/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=5596 CPUtime=0 cores=0,2,4,6
/proc/340/stat : 340 (java) R 338 340 29081 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 830750099 5730304 55 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255372378122 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/340/statm: 2254 62 48 9 0 33 0
[pid=340/tid=341] ppid=338 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) R 338 340 29081 0 -1 4202560 5887 0 1 0 0 0 0 0 23 0 2 0 830750100 10694979584 6705 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0723949 s]
/proc/loadavg: 2.03 2.69 3.31 4/453 340
/proc/meminfo: memFree=20632812/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 11937 0 1 0 5 1 0 0 21 0 18 0 830750099 10724442112 11635 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2618272 11637 1754 9 0 2609006 0
[pid=340/tid=341] ppid=338 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) R 338 340 29081 0 -1 4202560 10763 0 1 0 5 1 0 0 25 0 18 0 830750100 10724442112 11637 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 47139284726531 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100361 s]
/proc/loadavg: 2.03 2.69 3.31 4/453 340
/proc/meminfo: memFree=20632812/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10540260 CPUtime=0.1 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 13145 0 1 0 9 1 0 0 21 0 18 0 830750099 10793226240 12818 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2635065 12818 2093 9 0 2625799 0
[pid=340/tid=341] ppid=338 vsize=10540260 CPUtime=0.09 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) R 338 340 29081 0 -1 4202560 11216 0 1 0 8 1 0 0 18 0 18 0 830750100 10793226240 12818 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 47139284721669 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540260

[startup+0.300349 s]
/proc/loadavg: 2.03 2.69 3.31 4/453 340
/proc/meminfo: memFree=20632812/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10542276 CPUtime=0.48 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 21097 0 1 0 46 2 0 0 21 0 18 0 830750099 10795290624 20329 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2635569 20329 2200 9 0 2626303 0
[pid=340/tid=341] ppid=338 vsize=10542276 CPUtime=0.29 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) R 338 340 29081 0 -1 4202560 18034 0 1 0 27 2 0 0 18 0 18 0 830750100 10795290624 20329 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912505546037 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542276

[startup+0.700228 s]
/proc/loadavg: 2.03 2.69 3.31 4/453 340
/proc/meminfo: memFree=20632812/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10555884 CPUtime=1.43 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 53264 0 1 0 137 6 0 0 21 0 18 0 830750099 10809225216 48461 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2638971 48465 2205 9 0 2629705 0
[pid=340/tid=341] ppid=338 vsize=10555884 CPUtime=0.68 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) R 338 340 29081 0 -1 4202560 40262 0 1 0 64 4 0 0 18 0 18 0 830750100 10809225216 48466 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912505561179 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 10555884

[startup+1.50104 s]
/proc/loadavg: 2.03 2.69 3.31 2/472 365
/proc/meminfo: memFree=20210388/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10557940 CPUtime=2.6 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 119052 0 1 0 246 14 0 0 21 0 20 0 830750099 10811330560 114238 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2639485 114238 2227 9 0 2630219 0
[pid=340/tid=341] ppid=338 vsize=10557940 CPUtime=1.36 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) S 338 340 29081 0 -1 4202560 101310 0 1 0 124 12 0 0 20 0 20 0 830750100 10811330560 114238 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=343] ppid=338 vsize=10557940 CPUtime=0 cores=0,2,4,6
/proc/340/task/343/stat : 343 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 830750101 10811330560 114239 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=344] ppid=338 vsize=10557940 CPUtime=0 cores=0,2,4,6
/proc/340/task/344/stat : 344 (java) S 338 340 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 830750101 10811330560 114239 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=345] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/345/stat : 345 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830750101 10812383232 114239 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=346] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/346/stat : 346 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750101 10812383232 114240 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=347] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/347/stat : 347 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750101 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=348] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/348/stat : 348 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750101 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=349] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/349/stat : 349 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750101 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=350] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/350/stat : 350 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750101 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=351] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/351/stat : 351 (java) S 338 340 29081 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 21 0 830750102 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 0 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=352] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/352/stat : 352 (java) S 338 340 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 21 0 830750103 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=353] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/353/stat : 353 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 21 0 830750103 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=354] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/354/stat : 354 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750105 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389125041 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=355] ppid=338 vsize=10558968 CPUtime=0.57 cores=0,2,4,6
/proc/340/task/355/stat : 355 (java) R 338 340 29081 0 -1 4202560 7413 0 0 0 57 0 0 0 16 0 21 0 830750105 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389120274 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=340/tid=356] ppid=338 vsize=10558968 CPUtime=0.41 cores=0,2,4,6
/proc/340/task/356/stat : 356 (java) R 338 340 29081 0 -1 4202560 4516 0 0 0 41 0 0 0 15 0 21 0 830750105 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 47139285544866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=340/tid=357] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/357/stat : 357 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830750105 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=358] ppid=338 vsize=10558968 CPUtime=0 cores=0,2,4,6
/proc/340/task/358/stat : 358 (java) S 338 340 29081 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 21 0 830750105 10812383232 114241 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 10557940

[startup+3.10081 s]
/proc/loadavg: 2.02 2.68 3.30 4/476 375
/proc/meminfo: memFree=19932348/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10559996 CPUtime=6.53 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 169740 0 1 0 632 21 0 0 21 0 22 0 830750099 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2639999 162822 2236 9 0 2630733 0
[pid=340/tid=341] ppid=338 vsize=10559996 CPUtime=1.36 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) S 338 340 29081 0 -1 4202560 101310 0 1 0 124 12 0 0 15 0 22 0 830750100 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=343] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/343/stat : 343 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=344] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/344/stat : 344 (java) S 338 340 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=345] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/345/stat : 345 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=346] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/346/stat : 346 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=347] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/347/stat : 347 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=348] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/348/stat : 348 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=349] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/349/stat : 349 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=350] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/350/stat : 350 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750101 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=351] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/351/stat : 351 (java) S 338 340 29081 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830750102 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 0 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=352] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/352/stat : 352 (java) S 338 340 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830750103 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=353] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/353/stat : 353 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830750103 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=354] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/354/stat : 354 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389125041 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=355] ppid=338 vsize=10559996 CPUtime=0.88 cores=0,2,4,6
/proc/340/task/355/stat : 355 (java) S 338 340 29081 0 -1 4202560 7454 0 0 0 88 0 0 0 15 0 22 0 830750105 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=356] ppid=338 vsize=10559996 CPUtime=0.83 cores=0,2,4,6
/proc/340/task/356/stat : 356 (java) S 338 340 29081 0 -1 4202560 6674 0 0 0 83 0 0 0 15 0 22 0 830750105 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=357] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/357/stat : 357 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=358] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/358/stat : 358 (java) S 338 340 29081 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830750105 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=366] ppid=338 vsize=10559996 CPUtime=1.72 cores=0,2,4,6
/proc/340/task/366/stat : 366 (java) R 338 340 29081 0 -1 4202560 2047 0 0 0 172 0 0 0 21 0 22 0 830750237 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912506158066 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=340/tid=367] ppid=338 vsize=10559996 CPUtime=1.7 cores=0,2,4,6
/proc/340/task/367/stat : 367 (java) R 338 340 29081 0 -1 4202560 51087 0 0 0 164 6 0 0 25 0 22 0 830750237 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912505937058 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=340/tid=371] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/371/stat : 371 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830750249 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=372] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/372/stat : 372 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830750250 10813435904 162822 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 10559996

[startup+6.30124 s]
/proc/loadavg: 2.02 2.68 3.30 3/476 387
/proc/meminfo: memFree=18740592/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10559996 CPUtime=13.23 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 291330 0 1 0 1290 33 0 0 21 0 22 0 830750099 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2639999 281504 2262 9 0 2630733 0
[pid=340/tid=341] ppid=338 vsize=10559996 CPUtime=1.36 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) S 338 340 29081 0 -1 4202560 101310 0 1 0 124 12 0 0 15 0 22 0 830750100 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=343] ppid=338 vsize=10559996 CPUtime=0.08 cores=0,2,4,6
/proc/340/task/343/stat : 343 (java) S 338 340 29081 0 -1 4202560 7625 0 0 0 8 0 0 0 18 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=344] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/344/stat : 344 (java) S 338 340 29081 0 -1 4202560 270 0 0 0 0 0 0 0 16 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=345] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/345/stat : 345 (java) S 338 340 29081 0 -1 4202560 364 0 0 0 0 0 0 0 16 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=346] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/346/stat : 346 (java) S 338 340 29081 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=347] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/347/stat : 347 (java) S 338 340 29081 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=348] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/348/stat : 348 (java) S 338 340 29081 0 -1 4202560 390 0 0 0 0 0 0 0 18 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=349] ppid=338 vsize=10559996 CPUtime=0.08 cores=0,2,4,6
/proc/340/task/349/stat : 349 (java) S 338 340 29081 0 -1 4202560 7679 0 0 0 8 0 0 0 18 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=350] ppid=338 vsize=10559996 CPUtime=0.09 cores=0,2,4,6
/proc/340/task/350/stat : 350 (java) S 338 340 29081 0 -1 4202560 7811 0 0 0 8 1 0 0 18 0 22 0 830750101 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=351] ppid=338 vsize=10559996 CPUtime=0.31 cores=0,2,4,6
/proc/340/task/351/stat : 351 (java) R 338 340 29081 0 -1 4202560 23244 0 0 0 31 0 0 0 15 0 22 0 830750102 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 47139287581088 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=340/tid=352] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/352/stat : 352 (java) S 338 340 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830750103 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=353] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/353/stat : 353 (java) S 338 340 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830750103 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=354] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/354/stat : 354 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10813435904 281504 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389125041 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0

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

[startup+882.301 s]
/proc/loadavg: 3.99 3.80 3.61 5/479 522
/proc/meminfo: memFree=12756336/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10559996 CPUtime=1621.91 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 1029191 0 1 0 162068 123 0 0 21 0 22 0 830750099 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2639999 1011524 2264 9 0 2630733 0
[pid=340/tid=341] ppid=338 vsize=10559996 CPUtime=1.36 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) S 338 340 29081 0 -1 4202560 101395 0 1 0 124 12 0 0 15 0 22 0 830750100 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=343] ppid=338 vsize=10559996 CPUtime=1.11 cores=0,2,4,6
/proc/340/task/343/stat : 343 (java) S 338 340 29081 0 -1 4202560 7877 0 0 0 110 1 0 0 15 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=344] ppid=338 vsize=10559996 CPUtime=0.85 cores=0,2,4,6
/proc/340/task/344/stat : 344 (java) S 338 340 29081 0 -1 4202560 1402 0 0 0 85 0 0 0 15 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=345] ppid=338 vsize=10559996 CPUtime=1.09 cores=0,2,4,6
/proc/340/task/345/stat : 345 (java) S 338 340 29081 0 -1 4202560 861 0 0 0 109 0 0 0 16 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=346] ppid=338 vsize=10559996 CPUtime=1.06 cores=0,2,4,6
/proc/340/task/346/stat : 346 (java) S 338 340 29081 0 -1 4202560 1617 0 0 0 106 0 0 0 15 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=347] ppid=338 vsize=10559996 CPUtime=1.14 cores=0,2,4,6
/proc/340/task/347/stat : 347 (java) S 338 340 29081 0 -1 4202560 2237 0 0 0 114 0 0 0 16 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=348] ppid=338 vsize=10559996 CPUtime=0.99 cores=0,2,4,6
/proc/340/task/348/stat : 348 (java) S 338 340 29081 0 -1 4202560 3119 0 0 0 99 0 0 0 15 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=349] ppid=338 vsize=10559996 CPUtime=1.02 cores=0,2,4,6
/proc/340/task/349/stat : 349 (java) S 338 340 29081 0 -1 4202560 9674 0 0 0 101 1 0 0 16 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=350] ppid=338 vsize=10559996 CPUtime=1.11 cores=0,2,4,6
/proc/340/task/350/stat : 350 (java) S 338 340 29081 0 -1 4202560 8823 0 0 0 110 1 0 0 16 0 22 0 830750101 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=351] ppid=338 vsize=10559996 CPUtime=147.53 cores=0,2,4,6
/proc/340/task/351/stat : 351 (java) S 338 340 29081 0 -1 4202560 151436 0 0 0 14738 15 0 0 15 0 22 0 830750102 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 0 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=352] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/352/stat : 352 (java) S 338 340 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830750103 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=353] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/353/stat : 353 (java) S 338 340 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830750103 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=354] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/354/stat : 354 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389125041 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=355] ppid=338 vsize=10559996 CPUtime=1.67 cores=0,2,4,6
/proc/340/task/355/stat : 355 (java) S 338 340 29081 0 -1 4202560 7578 0 0 0 167 0 0 0 15 0 22 0 830750105 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=356] ppid=338 vsize=10559996 CPUtime=1.35 cores=0,2,4,6
/proc/340/task/356/stat : 356 (java) S 338 340 29081 0 -1 4202560 9504 0 0 0 134 1 0 0 15 0 22 0 830750105 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=357] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/357/stat : 357 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=358] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/358/stat : 358 (java) S 338 340 29081 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830750105 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=366] ppid=338 vsize=10559996 CPUtime=730.8 cores=0,2,4,6
/proc/340/task/366/stat : 366 (java) R 338 340 29081 0 -1 4202560 2913 0 0 0 73079 1 0 0 20 0 22 0 830750237 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912505924982 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=340/tid=367] ppid=338 vsize=10559996 CPUtime=730.67 cores=0,2,4,6
/proc/340/task/367/stat : 367 (java) R 338 340 29081 0 -1 4202560 719546 0 0 0 72984 83 0 0 20 0 22 0 830750237 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912506196748 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=340/tid=371] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/371/stat : 371 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830750249 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=372] ppid=338 vsize=10559996 CPUtime=0 cores=0,2,4,6
/proc/340/task/372/stat : 372 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830750250 10813435904 1011524 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1621.91
Current children cumulated vsize (KiB) 10559996

[startup+942.301 s]
/proc/loadavg: 3.76 3.77 3.61 5/479 534
/proc/meminfo: memFree=12693072/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10563156 CPUtime=1730 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 1040785 0 1 0 172876 124 0 0 21 0 22 0 830750099 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2640789 1022468 2264 9 0 2631523 0
[pid=340/tid=341] ppid=338 vsize=10563156 CPUtime=1.36 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) S 338 340 29081 0 -1 4202560 101406 0 1 0 124 12 0 0 15 0 22 0 830750100 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=343] ppid=338 vsize=10563156 CPUtime=1.16 cores=0,2,4,6
/proc/340/task/343/stat : 343 (java) S 338 340 29081 0 -1 4202560 8460 0 0 0 115 1 0 0 15 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=344] ppid=338 vsize=10563156 CPUtime=0.95 cores=0,2,4,6
/proc/340/task/344/stat : 344 (java) S 338 340 29081 0 -1 4202560 1518 0 0 0 95 0 0 0 16 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=345] ppid=338 vsize=10563156 CPUtime=1.19 cores=0,2,4,6
/proc/340/task/345/stat : 345 (java) S 338 340 29081 0 -1 4202560 986 0 0 0 119 0 0 0 16 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=346] ppid=338 vsize=10563156 CPUtime=1.12 cores=0,2,4,6
/proc/340/task/346/stat : 346 (java) S 338 340 29081 0 -1 4202560 2442 0 0 0 112 0 0 0 15 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=347] ppid=338 vsize=10563156 CPUtime=1.23 cores=0,2,4,6
/proc/340/task/347/stat : 347 (java) S 338 340 29081 0 -1 4202560 2962 0 0 0 123 0 0 0 16 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=348] ppid=338 vsize=10563156 CPUtime=1.1 cores=0,2,4,6
/proc/340/task/348/stat : 348 (java) S 338 340 29081 0 -1 4202560 3186 0 0 0 110 0 0 0 15 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=349] ppid=338 vsize=10563156 CPUtime=1.14 cores=0,2,4,6
/proc/340/task/349/stat : 349 (java) S 338 340 29081 0 -1 4202560 9689 0 0 0 113 1 0 0 16 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=350] ppid=338 vsize=10563156 CPUtime=1.27 cores=0,2,4,6
/proc/340/task/350/stat : 350 (java) S 338 340 29081 0 -1 4202560 10006 0 0 0 126 1 0 0 16 0 22 0 830750101 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=351] ppid=338 vsize=10563156 CPUtime=159.97 cores=0,2,4,6
/proc/340/task/351/stat : 351 (java) S 338 340 29081 0 -1 4202560 158778 0 0 0 15981 16 0 0 15 0 22 0 830750102 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 0 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=352] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/352/stat : 352 (java) S 338 340 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830750103 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=353] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/353/stat : 353 (java) S 338 340 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830750103 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=354] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/354/stat : 354 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389125041 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=355] ppid=338 vsize=10563156 CPUtime=1.83 cores=0,2,4,6
/proc/340/task/355/stat : 355 (java) S 338 340 29081 0 -1 4202560 8170 0 0 0 182 1 0 0 15 0 22 0 830750105 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=356] ppid=338 vsize=10563156 CPUtime=1.37 cores=0,2,4,6
/proc/340/task/356/stat : 356 (java) S 338 340 29081 0 -1 4202560 9507 0 0 0 136 1 0 0 15 0 22 0 830750105 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=357] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/357/stat : 357 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=358] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/358/stat : 358 (java) S 338 340 29081 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 830750105 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=366] ppid=338 vsize=10563156 CPUtime=778.15 cores=0,2,4,6
/proc/340/task/366/stat : 366 (java) R 338 340 29081 0 -1 4202560 2913 0 0 0 77814 1 0 0 19 0 22 0 830750237 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912505924877 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=340/tid=367] ppid=338 vsize=10563156 CPUtime=778.01 cores=0,2,4,6
/proc/340/task/367/stat : 367 (java) R 338 340 29081 0 -1 4202560 719549 0 0 0 77718 83 0 0 19 0 22 0 830750237 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912506246124 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=340/tid=371] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/371/stat : 371 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830750249 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=372] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/372/stat : 372 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830750250 10816671744 1022468 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1730
Current children cumulated vsize (KiB) 10563156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+980.801 s]
/proc/loadavg: 3.65 3.74 3.61 4/479 657
/proc/meminfo: memFree=15863852/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=10563156 CPUtime=1800.18 cores=0,2,4,6
/proc/340/stat : 340 (java) S 338 340 29081 0 -1 4202496 1043309 0 1 0 179893 125 0 0 21 0 22 0 830750099 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 2640789 1024982 2264 9 0 2631523 0
[pid=340/tid=341] ppid=338 vsize=10563156 CPUtime=1.36 cores=0,2,4,6
/proc/340/task/341/stat : 341 (java) S 338 340 29081 0 -1 4202560 101410 0 1 0 124 12 0 0 15 0 22 0 830750100 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=343] ppid=338 vsize=10563156 CPUtime=1.23 cores=0,2,4,6
/proc/340/task/343/stat : 343 (java) S 338 340 29081 0 -1 4202560 8466 0 0 0 122 1 0 0 16 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=344] ppid=338 vsize=10563156 CPUtime=1 cores=0,2,4,6
/proc/340/task/344/stat : 344 (java) S 338 340 29081 0 -1 4202560 1519 0 0 0 100 0 0 0 15 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=345] ppid=338 vsize=10563156 CPUtime=1.24 cores=0,2,4,6
/proc/340/task/345/stat : 345 (java) S 338 340 29081 0 -1 4202560 989 0 0 0 124 0 0 0 15 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=346] ppid=338 vsize=10563156 CPUtime=1.18 cores=0,2,4,6
/proc/340/task/346/stat : 346 (java) S 338 340 29081 0 -1 4202560 2445 0 0 0 118 0 0 0 15 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=347] ppid=338 vsize=10563156 CPUtime=1.26 cores=0,2,4,6
/proc/340/task/347/stat : 347 (java) S 338 340 29081 0 -1 4202560 2967 0 0 0 126 0 0 0 16 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=348] ppid=338 vsize=10563156 CPUtime=1.11 cores=0,2,4,6
/proc/340/task/348/stat : 348 (java) S 338 340 29081 0 -1 4202560 3186 0 0 0 111 0 0 0 16 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=349] ppid=338 vsize=10563156 CPUtime=1.19 cores=0,2,4,6
/proc/340/task/349/stat : 349 (java) S 338 340 29081 0 -1 4202560 9692 0 0 0 118 1 0 0 15 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=350] ppid=338 vsize=10563156 CPUtime=1.32 cores=0,2,4,6
/proc/340/task/350/stat : 350 (java) S 338 340 29081 0 -1 4202560 10010 0 0 0 131 1 0 0 16 0 22 0 830750101 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=351] ppid=338 vsize=10563156 CPUtime=166.94 cores=0,2,4,6
/proc/340/task/351/stat : 351 (java) S 338 340 29081 0 -1 4202560 161269 0 0 0 16678 16 0 0 15 0 22 0 830750102 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 0 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=352] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/352/stat : 352 (java) S 338 340 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830750103 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=353] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/353/stat : 353 (java) S 338 340 29081 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830750103 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=354] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/354/stat : 354 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389125041 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=355] ppid=338 vsize=10563156 CPUtime=1.83 cores=0,2,4,6
/proc/340/task/355/stat : 355 (java) S 338 340 29081 0 -1 4202560 8170 0 0 0 182 1 0 0 15 0 22 0 830750105 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 0 0 0 0
[pid=340/tid=356] ppid=338 vsize=10563156 CPUtime=1.37 cores=0,2,4,6
/proc/340/task/356/stat : 356 (java) S 338 340 29081 0 -1 4202560 9507 0 0 0 136 1 0 0 15 0 22 0 830750105 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=357] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/357/stat : 357 (java) S 338 340 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830750105 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117337 0 4 0 16800975 18446604448521537664 0 0 -1 4 0 0 0
[pid=340/tid=358] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/358/stat : 358 (java) S 338 340 29081 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 830750105 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
[pid=340/tid=366] ppid=338 vsize=10563156 CPUtime=809.58 cores=0,2,4,6
/proc/340/task/366/stat : 366 (java) R 338 340 29081 0 -1 4202560 2915 0 0 0 80957 1 0 0 21 0 22 0 830750237 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912506123616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=340/tid=367] ppid=338 vsize=10563156 CPUtime=809.45 cores=0,2,4,6
/proc/340/task/367/stat : 367 (java) R 338 340 29081 0 -1 4202560 719549 0 0 0 80861 84 0 0 21 0 22 0 830750237 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 46912505758271 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=340/tid=371] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/371/stat : 371 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830750249 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 6 0 0 0
[pid=340/tid=372] ppid=338 vsize=10563156 CPUtime=0 cores=0,2,4,6
/proc/340/task/372/stat : 372 (java) S 338 340 29081 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830750250 10816671744 1024982 33554432000 1073741824 1073778376 140734547029216 18446744073709551615 255389117952 0 4 0 16800975 18446604448521537664 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10563156

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

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

[startup+980.923 s]
/proc/loadavg: 3.65 3.74 3.61 4/479 657
/proc/meminfo: memFree=15863852/32951124 swapFree=60787360/67111528
[pid=340] ppid=338 vsize=0 CPUtime=1800.34 cores=0,2,4,6
/proc/340/stat : 340 (java) Z 338 340 29081 0 -1 4203548 1043343 0 1 0 179900 134 0 0 17 0 2 0 830750099 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/340/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 980.994
CPU time (s): 1800.43
CPU user time (s): 1799.01
CPU system time (s): 1.41578
CPU usage (%): 183.531
Max. virtual memory (cumulated for all children) (KiB): 10563156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1043343
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= 29762
involuntary context switches= 19438

runsolver used 4.74128 second user time and 9.58154 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 14:45:22
IDJOB=3454249
IDBENCH=2504
IDSOLVER=1950
FILE ID=node135/3454249-1307191522
RUNJOBID= node135-1307191522-32762
PBS_JOBID= 13508851
Free space on /tmp= 73960 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454249-1307191522/watcher-3454249-1307191522 -o /tmp/evaluation-result-3454249-1307191522/solver-3454249-1307191522 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454249-1307191522.opb

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=199488735

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20633224 kB
Buffers:        270068 kB
Cached:         644232 kB
SwapCached:       6168 kB
Active:       11506792 kB
Inactive:       552308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20633224 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:    11144408 kB
Mapped:          33180 kB
Slab:           126276 kB
PageTables:      65968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134723280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73960 MiB
End job on node135 at 2011-06-04 15:01:45