Trace number 3741911

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 NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.14 924.299

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K104.opb
MD5SUMa8d55fafa030e5024da65ad802ff80be
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark92.024
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7072
Total number of constraints7282
Number of constraints which are clauses7178
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint104
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 105
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741911-1338783851.opb
0.09/0.11	c reading problem ... 
0.82/0.46	c ... done. Wall clock time 0.353s.
0.82/0.46	c #vars     7072
0.82/0.46	c #constraints  7282
0.82/0.48	c constraints type 
0.82/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5837
0.82/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.82/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1339
0.82/0.48	c constraints type 
0.82/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1339
0.82/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5837
0.82/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 104
4.95/1.92	c cleaning 2486 clauses out of 4992 with flag 5000/5000
8.07/3.49	c cleaning 4229 clauses out of 8502 with flag 11000/11000
12.03/5.38	c cleaning 5607 clauses out of 11267 with flag 18001/18001
16.64/7.62	c cleaning 6785 clauses out of 13648 with flag 26000/26000
21.27/9.99	c cleaning 7927 clauses out of 15867 with flag 35009/35009
27.64/13.17	c cleaning 8829 clauses out of 17928 with flag 45000/45000
34.42/16.54	c cleaning 9362 clauses out of 19099 with flag 55000/55000
39.98/19.32	c cleaning 9865 clauses out of 19736 with flag 65001/65001
45.96/22.38	c cleaning 9896 clauses out of 19864 with flag 75000/75000
52.51/25.64	c cleaning 9839 clauses out of 19968 with flag 85000/85000
58.07/28.49	c cleaning 9977 clauses out of 20132 with flag 95003/95003
65.06/31.90	c cleaning 9931 clauses out of 20151 with flag 105000/105000
75.79/37.39	c cleaning 10005 clauses out of 20219 with flag 115001/115001
84.02/41.40	c cleaning 9994 clauses out of 20213 with flag 125000/125000
89.58/44.20	c cleaning 9926 clauses out of 20218 with flag 135000/135000
95.13/47.03	c cleaning 10073 clauses out of 20292 with flag 145001/145001
101.60/50.40	c cleaning 10049 clauses out of 20217 with flag 155001/155001
107.33/53.28	c cleaning 9977 clauses out of 20166 with flag 165000/165000
113.06/56.19	c cleaning 9995 clauses out of 20189 with flag 175000/175000
118.36/58.81	c cleaning 9531 clauses out of 20194 with flag 185000/185000
125.02/62.23	c cleaning 9459 clauses out of 20665 with flag 195002/195002
131.35/65.40	c cleaning 9522 clauses out of 21204 with flag 205000/205000
140.68/70.16	c cleaning 9524 clauses out of 21681 with flag 215000/215000
155.84/77.75	c cleaning 9557 clauses out of 22157 with flag 225000/225000
162.27/81.06	c cleaning 9537 clauses out of 22596 with flag 235000/235000
167.78/83.86	c cleaning 9470 clauses out of 23058 with flag 245000/245000
176.12/88.04	c cleaning 9494 clauses out of 23588 with flag 255000/255000
182.25/91.19	c cleaning 9400 clauses out of 24094 with flag 265000/265000
188.48/94.36	c cleaning 9478 clauses out of 24695 with flag 275001/275001
195.61/97.98	c cleaning 9497 clauses out of 25216 with flag 285000/285000
202.91/101.63	c cleaning 9329 clauses out of 25719 with flag 295000/295000
210.46/105.47	c cleaning 9412 clauses out of 26392 with flag 305002/305002
224.57/112.58	c cleaning 9692 clauses out of 26979 with flag 315001/315001
231.27/115.91	c cleaning 9784 clauses out of 27283 with flag 325000/325000
238.34/119.52	c cleaning 9486 clauses out of 27499 with flag 335000/335000
244.44/122.67	c cleaning 9498 clauses out of 28013 with flag 345000/345000
252.06/126.52	c cleaning 9665 clauses out of 28515 with flag 355000/355000
260.95/131.01	c cleaning 9571 clauses out of 28850 with flag 365000/365000
266.84/134.10	c cleaning 9522 clauses out of 29278 with flag 375000/375000
272.52/136.94	c cleaning 9372 clauses out of 29756 with flag 385000/385000
280.33/140.91	c cleaning 9443 clauses out of 30385 with flag 395003/395003
291.62/146.66	c cleaning 9800 clauses out of 30939 with flag 405000/405000
298.92/150.34	c cleaning 9406 clauses out of 31141 with flag 415002/415002
306.07/153.93	c cleaning 9872 clauses out of 31736 with flag 425003/425003
312.22/157.10	c cleaning 9519 clauses out of 31862 with flag 435001/435001
320.78/161.50	c cleaning 9705 clauses out of 32343 with flag 445001/445001
327.89/165.01	c cleaning 9675 clauses out of 32637 with flag 455000/455000
335.16/168.79	c cleaning 9651 clauses out of 32961 with flag 465000/465000
342.39/172.40	c cleaning 9519 clauses out of 33311 with flag 475001/475001
349.67/176.11	c cleaning 9553 clauses out of 33792 with flag 485001/485001
362.18/182.44	c cleaning 9506 clauses out of 34243 with flag 495005/495005
373.71/188.23	c cleaning 9534 clauses out of 34729 with flag 505001/505001
380.24/191.62	c cleaning 9495 clauses out of 35196 with flag 515002/515002
389.53/196.32	c cleaning 9442 clauses out of 35700 with flag 525001/525001
397.75/200.52	c cleaning 9474 clauses out of 36258 with flag 535001/535001
409.40/206.42	c cleaning 9530 clauses out of 36786 with flag 545003/545003
423.60/213.61	c cleaning 9710 clauses out of 37258 with flag 555005/555005
437.30/220.58	c cleaning 9652 clauses out of 37544 with flag 565001/565001
443.13/223.54	c cleaning 9665 clauses out of 37891 with flag 575000/575000
449.55/226.85	c cleaning 9688 clauses out of 38226 with flag 585000/585000
455.82/230.17	c cleaning 9717 clauses out of 38539 with flag 595002/595002
464.46/234.52	c cleaning 9478 clauses out of 38821 with flag 605001/605001
471.91/238.34	c cleaning 9619 clauses out of 39344 with flag 615002/615002
479.35/242.16	c cleaning 9577 clauses out of 39726 with flag 625003/625003
493.69/249.50	c cleaning 9729 clauses out of 40146 with flag 635001/635001
506.36/255.87	c cleaning 9686 clauses out of 40416 with flag 645000/645000
512.98/259.23	c cleaning 9509 clauses out of 40731 with flag 655001/655001
518.78/262.25	c cleaning 9512 clauses out of 41221 with flag 665000/665000
526.11/266.04	c cleaning 9598 clauses out of 41712 with flag 675003/675003
534.14/270.18	c cleaning 9914 clauses out of 42111 with flag 685000/685000
546.15/276.25	c cleaning 9810 clauses out of 42198 with flag 695001/695001
554.18/280.39	c cleaning 9890 clauses out of 42387 with flag 705000/705000
556.01/281.48	c cleaning 0 clauses out of 5002 with flag 0/5002
561.64/284.23	c cleaning 9630 clauses out of 42497 with flag 715000/715000
570.02/288.55	c cleaning 9683 clauses out of 42868 with flag 725001/725001
582.26/294.79	c cleaning 9543 clauses out of 43186 with flag 735002/735002
591.50/299.50	c cleaning 9863 clauses out of 43642 with flag 745001/745001
601.93/304.80	c cleaning 9479 clauses out of 43779 with flag 755001/755001
608.71/308.37	c cleaning 9729 clauses out of 44299 with flag 765000/765000
633.01/320.53	c cleaning 9804 clauses out of 44572 with flag 775002/775002
653.44/330.94	c cleaning 9786 clauses out of 44766 with flag 785000/785000
663.65/336.18	c cleaning 9636 clauses out of 44980 with flag 795001/795001
681.70/345.26	c cleaning 9657 clauses out of 45343 with flag 805000/805000
701.86/355.31	c cleaning 9883 clauses out of 45688 with flag 815002/815002
718.31/363.79	c cleaning 9779 clauses out of 45804 with flag 825001/825001
733.89/371.62	c cleaning 9858 clauses out of 46024 with flag 835000/835000
743.06/376.37	c cleaning 9396 clauses out of 46166 with flag 845000/845000
755.44/382.70	c cleaning 9575 clauses out of 46770 with flag 855000/855000
764.07/387.13	c cleaning 9571 clauses out of 47195 with flag 865000/865000
773.44/391.93	c cleaning 9658 clauses out of 47625 with flag 875001/875001
783.96/397.31	c cleaning 9617 clauses out of 47966 with flag 885000/885000
793.70/402.37	c cleaning 9693 clauses out of 48353 with flag 895004/895004
807.12/409.26	c cleaning 9977 clauses out of 48658 with flag 905002/905002
815.66/413.63	c cleaning 9625 clauses out of 48681 with flag 915002/915002
823.62/417.76	c cleaning 9698 clauses out of 49054 with flag 925000/925000
832.17/422.17	c cleaning 9742 clauses out of 49358 with flag 935002/935002
845.93/429.22	c cleaning 9688 clauses out of 49615 with flag 945001/945001
867.92/440.32	c cleaning 9792 clauses out of 49926 with flag 955000/955000
881.67/447.35	c cleaning 9806 clauses out of 50135 with flag 965001/965001
903.94/458.51	c cleaning 9699 clauses out of 50331 with flag 975003/975003
921.12/467.31	c cleaning 9736 clauses out of 50629 with flag 985000/985000
949.41/481.56	c cleaning 9812 clauses out of 50893 with flag 995000/995000
956.13/485.06	c cleaning 9989 clauses out of 51081 with flag 1005000/1005000
964.62/489.47	c cleaning 9672 clauses out of 51091 with flag 1015000/1015000
973.69/494.29	c cleaning 9777 clauses out of 51420 with flag 1025001/1025001
982.20/498.64	c cleaning 9518 clauses out of 51644 with flag 1035002/1035002
993.17/504.27	c cleaning 9841 clauses out of 52125 with flag 1045001/1045001
1006.68/511.16	c cleaning 9692 clauses out of 52283 with flag 1055000/1055000
1014.14/515.13	c cleaning 9477 clauses out of 52591 with flag 1065000/1065000
1021.46/518.98	c cleaning 9480 clauses out of 53115 with flag 1075001/1075001
1035.77/526.23	c cleaning 9905 clauses out of 53634 with flag 1085000/1085000
1043.30/530.17	c cleaning 9599 clauses out of 53729 with flag 1095000/1095000
1058.02/537.74	c cleaning 9742 clauses out of 54130 with flag 1105000/1105000
1068.51/543.16	c cleaning 9960 clauses out of 54390 with flag 1115002/1115002
1076.64/547.37	c cleaning 9695 clauses out of 54428 with flag 1125000/1125000
1083.51/551.00	c cleaning 9751 clauses out of 54733 with flag 1135000/1135000
1091.77/555.31	c cleaning 9677 clauses out of 54983 with flag 1145001/1145001
1100.49/559.82	c cleaning 9745 clauses out of 55305 with flag 1155000/1155000
1110.38/564.94	c cleaning 9703 clauses out of 55560 with flag 1165000/1165000
1119.44/569.61	c cleaning 9722 clauses out of 55857 with flag 1175000/1175000
1127.54/573.93	c cleaning 9822 clauses out of 56135 with flag 1185000/1185000
1134.24/577.49	c cleaning 9912 clauses out of 56313 with flag 1195000/1195000
1142.52/581.70	c cleaning 9674 clauses out of 56401 with flag 1205000/1205000
1150.79/586.07	c cleaning 9572 clauses out of 56728 with flag 1215001/1215001
1160.25/591.08	c cleaning 9703 clauses out of 57155 with flag 1225000/1225000
1167.92/595.09	c cleaning 9611 clauses out of 57452 with flag 1235000/1235000
1180.08/601.24	c cleaning 9696 clauses out of 57841 with flag 1245000/1245000
1189.77/606.24	c cleaning 9629 clauses out of 58146 with flag 1255001/1255001
1201.84/612.57	c cleaning 9726 clauses out of 58517 with flag 1265001/1265001
1210.71/617.19	c cleaning 10063 clauses out of 58792 with flag 1275002/1275002
1218.16/621.07	c cleaning 9855 clauses out of 58729 with flag 1285002/1285002
1225.02/624.66	c cleaning 10033 clauses out of 58869 with flag 1295001/1295001
1233.24/629.03	c cleaning 9536 clauses out of 58836 with flag 1305001/1305001
1247.09/636.17	c cleaning 9584 clauses out of 59299 with flag 1315000/1315000
1258.90/642.24	c cleaning 9812 clauses out of 59715 with flag 1325000/1325000
1267.79/646.90	c cleaning 9855 clauses out of 59902 with flag 1335000/1335000
1276.77/651.62	c cleaning 9657 clauses out of 60047 with flag 1345000/1345000
1288.68/657.77	c cleaning 9709 clauses out of 60391 with flag 1355001/1355001
1310.47/668.78	c cleaning 9698 clauses out of 60681 with flag 1365000/1365000
1327.80/677.52	c cleaning 9779 clauses out of 60985 with flag 1375002/1375002
1344.61/686.28	c cleaning 9688 clauses out of 61206 with flag 1385002/1385002
1367.65/697.82	c cleaning 9731 clauses out of 61516 with flag 1395000/1395000
1384.76/706.57	c cleaning 9721 clauses out of 61785 with flag 1405000/1405000
1399.63/714.16	c cleaning 9825 clauses out of 62064 with flag 1415000/1415000
1411.33/720.31	c cleaning 9619 clauses out of 62240 with flag 1425001/1425001
1422.52/726.15	c cleaning 9789 clauses out of 62620 with flag 1435000/1435000
1432.30/731.22	c cleaning 9772 clauses out of 62833 with flag 1445002/1445002
1443.87/737.20	c cleaning 9670 clauses out of 63060 with flag 1455001/1455001
1453.95/742.60	c cleaning 9892 clauses out of 63389 with flag 1465000/1465000
1464.74/748.21	c cleaning 9739 clauses out of 63498 with flag 1475001/1475001
1470.55/751.36	c cleaning 9471 clauses out of 63758 with flag 1485000/1485000
1477.08/754.80	c cleaning 9691 clauses out of 64281 with flag 1495000/1495000
1487.79/760.55	c cleaning 9841 clauses out of 64591 with flag 1505001/1505001
1495.21/764.42	c cleaning 9643 clauses out of 64745 with flag 1515000/1515000
1502.21/768.14	c cleaning 9558 clauses out of 65103 with flag 1525001/1525001
1509.19/771.81	c cleaning 9496 clauses out of 65544 with flag 1535000/1535000
1519.24/777.23	c cleaning 9617 clauses out of 66050 with flag 1545002/1545002
1532.21/783.93	c cleaning 9480 clauses out of 66431 with flag 1555000/1555000
1542.96/789.52	c cleaning 9819 clauses out of 66953 with flag 1565002/1565002
1552.51/794.56	c cleaning 9503 clauses out of 67132 with flag 1575000/1575000
1561.97/799.63	c cleaning 9999 clauses out of 67630 with flag 1585001/1585001
1570.12/803.99	c cleaning 9518 clauses out of 67630 with flag 1595000/1595000
1577.27/807.72	c cleaning 9898 clauses out of 68111 with flag 1605000/1605000
1585.81/812.29	c cleaning 9599 clauses out of 68213 with flag 1615000/1615000
1599.06/819.21	c cleaning 9654 clauses out of 68619 with flag 1625005/1625005
1616.01/827.99	c cleaning 9765 clauses out of 68960 with flag 1635000/1635000
1626.37/833.38	c cleaning 9890 clauses out of 69195 with flag 1645000/1645000
1635.55/838.13	c cleaning 9638 clauses out of 69302 with flag 1655000/1655000
1645.39/843.45	c cleaning 9499 clauses out of 69664 with flag 1665000/1665000
1662.34/852.19	c cleaning 9662 clauses out of 70165 with flag 1675000/1675000
1680.58/861.46	c cleaning 9725 clauses out of 70506 with flag 1685003/1685003
1689.97/866.39	c cleaning 9751 clauses out of 70779 with flag 1695001/1695001
1700.02/871.75	c cleaning 9683 clauses out of 71027 with flag 1705000/1705000
1711.46/877.63	c cleaning 9838 clauses out of 71344 with flag 1715000/1715000
1725.31/884.76	c cleaning 9749 clauses out of 71507 with flag 1725001/1725001
1734.12/889.31	c cleaning 9898 clauses out of 71758 with flag 1735002/1735002
1742.20/893.77	c cleaning 9592 clauses out of 71861 with flag 1745003/1745003
1752.57/899.11	c cleaning 9828 clauses out of 72267 with flag 1755001/1755001
1765.20/905.68	c cleaning 9616 clauses out of 72438 with flag 1765000/1765000
1775.63/911.03	c cleaning 9797 clauses out of 72823 with flag 1775001/1775001
1787.15/917.10	c cleaning 9838 clauses out of 73026 with flag 1785001/1785001
1799.97/923.76	c cleaning 9729 clauses out of 73187 with flag 1795000/1795000
1800.58/924.26	c starts		: 208
1800.58/924.26	c conflicts		: 1795010
1800.58/924.26	c decisions		: 22781880
1800.58/924.26	c propagations		: 633290598
1800.58/924.26	c inspects		: 1739084227
1800.58/924.26	c learnt literals	: 95
1800.58/924.26	c learnt binary clauses	: 52936
1800.58/924.26	c learnt ternary clauses	: 75257
1800.58/924.26	c learnt clauses	: 1794915
1800.58/924.26	c ignored clauses	: 0
1800.58/924.26	c root simplifications	: 0
1800.58/924.26	c removed literals (reason simplification)	: 29733511
1800.58/924.26	c reason swapping (by a shorter reason)	: 0
1800.58/924.26	c Calls to reduceDB	: 181
1800.58/924.26	c number of reductions to clauses (during analyze)	: 0
1800.58/924.26	c number of learned constraints concerned by reduction	: 0
1800.58/924.26	c number of learning phase by resolution	: 0
1800.58/924.26	c number of learning phase by cutting planes	: 0
1800.58/924.26	c speed (assignments/second)	: 685529.1681415546
1800.58/924.26	c non guided choices	10026
1800.58/924.29	c learnt constraints type 
1800.58/924.29	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10624
1800.58/924.29	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52938
1800.58/924.29	c constraints type 
1800.58/924.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5837
1800.58/924.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
1800.58/924.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1339
1800.58/924.29	c constraints type 
1800.58/924.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1339
1800.58/924.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5837
1800.58/924.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 104
1800.58/924.29	s UNKNOWN
1800.58/924.29	c Total wall clock time (in seconds): 924.182

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741911-1338783851/watcher-3741911-1338783851 -o /tmp/evaluation-result-3741911-1338783851/solver-3741911-1338783851 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741911-1338783851.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.93 3.98 3.70 4/197 18370
/proc/meminfo: memFree=28685164/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18370/stat : 18370 (java6) D 18368 18370 17860 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 344510539 9515008 185 33554432000 1073741824 1073778376 140736697249328 140736697240552 214537235895 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18370/statm: 2323 185 142 9 0 71 0

[startup+0.095771 s]
/proc/loadavg: 3.93 3.98 3.70 4/197 18370
/proc/meminfo: memFree=28685164/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 4692 0 1 0 8 1 0 0 20 0 18 0 344510539 2764726272 6401 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 674982 6401 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100254 s]
/proc/loadavg: 3.93 3.98 3.70 4/197 18370
/proc/meminfo: memFree=28685164/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 4732 0 1 0 8 1 0 0 20 0 18 0 344510539 2764726272 6441 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 674982 6441 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300172 s]
/proc/loadavg: 3.93 3.98 3.70 4/197 18370
/proc/meminfo: memFree=28685164/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 7697 0 1 0 56 1 0 0 20 0 18 0 344510539 2764726272 11255 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 674982 11255 2221 9 0 665676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700183 s]
/proc/loadavg: 3.93 3.98 3.70 4/197 18370
/proc/meminfo: memFree=28685164/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 13809 0 1 0 190 3 0 0 20 0 22 0 344510539 3037372416 22290 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 22290 2253 9 0 732240 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.93 3.98 3.70 7/219 18392
/proc/meminfo: memFree=28594064/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 15803 0 1 0 406 7 0 0 20 0 22 0 344510539 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 61727 2258 9 0 732240 0
[pid=18370/tid=18372] ppid=18368 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18370/task/18372/stat : 18372 (java) S 18368 18370 17860 0 -1 4202560 2812 0 1 0 41 2 0 0 20 0 22 0 344510540 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188769399960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18373] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18373/stat : 18373 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188753681192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18374] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18374/stat : 18374 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188752628392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18375] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18375/stat : 18375 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188751576104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18376] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18376/stat : 18376 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188750523304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18377] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18377/stat : 18377 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188749469992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18378] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18378/stat : 18378 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188748417192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18379] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18379/stat : 18379 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188747364904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18380] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18380/stat : 18380 (java) S 18368 18370 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188746312104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18381] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18381/stat : 18381 (java) S 18368 18370 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344510542 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188615412456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18382] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18382/stat : 18382 (java) S 18368 18370 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188614358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18383] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18383/stat : 18383 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188613306120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18384] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18384/stat : 18384 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188612254608 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18385] ppid=18368 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/18370/task/18385/stat : 18385 (java) S 18368 18370 17860 0 -1 4202560 6896 0 0 0 78 1 0 0 20 0 22 0 344510545 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188611201208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18386] ppid=18368 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/18370/task/18386/stat : 18386 (java) S 18368 18370 17860 0 -1 4202560 4719 0 0 0 80 0 0 0 20 0 22 0 344510545 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188610148408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18387] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18387/stat : 18387 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188609096312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18388] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18388/stat : 18388 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188608043720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18389] ppid=18368 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/18370/task/18389/stat : 18389 (java) R 18368 18370 17860 0 -1 4202560 27 0 0 0 102 0 0 0 20 0 22 0 344510586 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140188606986952 140188622301920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18390] ppid=18368 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/18370/task/18390/stat : 18390 (java) R 18368 18370 17860 0 -1 4202560 146 0 0 0 99 3 0 0 20 0 22 0 344510586 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140187464096200 140188622865109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18391] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18391/stat : 18391 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140187463046824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18392] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18392/stat : 18392 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 61727 33554432000 1073741824 1073778376 140735719909488 140187461994024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 3.93 3.98 3.70 5/219 18392
/proc/meminfo: memFree=28267624/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=7.44 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 16253 0 1 0 733 11 0 0 20 0 22 0 344510539 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 105298 2283 9 0 732240 0
[pid=18370/tid=18372] ppid=18368 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18370/task/18372/stat : 18372 (java) S 18368 18370 17860 0 -1 4202560 2812 0 1 0 41 2 0 0 20 0 22 0 344510540 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188769399960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18373] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18373/stat : 18373 (java) S 18368 18370 17860 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188753681192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18374] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18374/stat : 18374 (java) S 18368 18370 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188752628392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18375] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18375/stat : 18375 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188751576104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18376] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18376/stat : 18376 (java) S 18368 18370 17860 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188750523304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18377] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18377/stat : 18377 (java) S 18368 18370 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188749469992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18378] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18378/stat : 18378 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188748417192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18379] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18379/stat : 18379 (java) S 18368 18370 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188747364904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18380] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18380/stat : 18380 (java) S 18368 18370 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344510541 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188746312104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18381] ppid=18368 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18370/task/18381/stat : 18381 (java) S 18368 18370 17860 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 344510542 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188615412456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18382] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18382/stat : 18382 (java) S 18368 18370 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188614358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18383] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18383/stat : 18383 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188613306120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18384] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18384/stat : 18384 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188612254608 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18385] ppid=18368 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/18370/task/18385/stat : 18385 (java) R 18368 18370 17860 0 -1 4202560 7185 0 0 0 83 2 0 0 20 0 22 0 344510545 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188611201208 140188775098304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18386] ppid=18368 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/18370/task/18386/stat : 18386 (java) R 18368 18370 17860 0 -1 4202560 4723 0 0 0 86 0 0 0 20 0 22 0 344510545 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188610148408 140188773516341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18387] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18387/stat : 18387 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188609096312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18388] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18388/stat : 18388 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188608043720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18389] ppid=18368 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/18370/task/18389/stat : 18389 (java) R 18368 18370 17860 0 -1 4202560 27 0 0 0 254 0 0 0 20 0 22 0 344510586 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140188606989256 140188622495944 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18390] ppid=18368 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/18370/task/18390/stat : 18390 (java) R 18368 18370 17860 0 -1 4202560 217 0 0 0 249 5 0 0 20 0 22 0 344510586 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140187464097056 140188622649860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18391] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18391/stat : 18391 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140187463046824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18392] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18392/stat : 18392 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 105298 33554432000 1073741824 1073778376 140735719909488 140187461994024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 3.86 3.96 3.70 4/219 18392
/proc/meminfo: memFree=28261228/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=14.02 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 18695 0 1 0 1389 13 0 0 20 0 22 0 344510539 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 107397 2283 9 0 732240 0
[pid=18370/tid=18372] ppid=18368 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18370/task/18372/stat : 18372 (java) S 18368 18370 17860 0 -1 4202560 2812 0 1 0 41 2 0 0 20 0 22 0 344510540 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188769399960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18373] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18373/stat : 18373 (java) S 18368 18370 17860 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188753681192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18374] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18374/stat : 18374 (java) S 18368 18370 17860 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188752628392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18375] ppid=18368 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18370/task/18375/stat : 18375 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188751576104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18376] ppid=18368 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18370/task/18376/stat : 18376 (java) S 18368 18370 17860 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188750523304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18377] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18377/stat : 18377 (java) S 18368 18370 17860 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188749469992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18378] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18378/stat : 18378 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188748417192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18379] ppid=18368 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18370/task/18379/stat : 18379 (java) S 18368 18370 17860 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188747364904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18380] ppid=18368 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18370/task/18380/stat : 18380 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344510541 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188746312104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18381] ppid=18368 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/18370/task/18381/stat : 18381 (java) S 18368 18370 17860 0 -1 4202560 38 0 0 0 10 1 0 0 20 0 22 0 344510542 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188615412456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18382] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18382/stat : 18382 (java) S 18368 18370 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188614358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18383] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18383/stat : 18383 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188613306120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18384] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18384/stat : 18384 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188612254608 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18385] ppid=18368 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/18370/task/18385/stat : 18385 (java) S 18368 18370 17860 0 -1 4202560 9601 0 0 0 99 2 0 0 20 0 22 0 344510545 3037372416 107397 33554432000 1073741824 1073778376 140735719909488 140188611201208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=18370/tid=18390] ppid=18368 vsize=2966184 CPUtime=761.72 cores=1,3,5,7
/proc/18370/task/18390/stat : 18390 (java) R 18368 18370 17860 0 -1 4202560 451 0 0 0 76152 20 0 0 20 0 22 0 344510586 3037372416 233767 33554432000 1073741824 1073778376 140735719909488 140187464096496 140188622682785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18391] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18391/stat : 18391 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 233767 33554432000 1073741824 1073778376 140735719909488 140187463046824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18392] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18392/stat : 18392 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 233767 33554432000 1073741824 1073778376 140735719909488 140187461994024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1604.8
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.85 3.88 3.78 5/219 18460
/proc/meminfo: memFree=27784400/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=1720.48 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 25248 0 1 0 171930 118 0 0 20 0 22 0 344510539 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 243519 2284 9 0 732240 0
[pid=18370/tid=18372] ppid=18368 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18370/task/18372/stat : 18372 (java) S 18368 18370 17860 0 -1 4202560 2859 0 1 0 43 2 0 0 20 0 22 0 344510540 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188769399960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18373] ppid=18368 vsize=2966184 CPUtime=3.41 cores=1,3,5,7
/proc/18370/task/18373/stat : 18373 (java) S 18368 18370 17860 0 -1 4202560 239 0 0 0 332 9 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188753681192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18374] ppid=18368 vsize=2966184 CPUtime=3.39 cores=1,3,5,7
/proc/18370/task/18374/stat : 18374 (java) S 18368 18370 17860 0 -1 4202560 213 0 0 0 333 6 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188752628392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18375] ppid=18368 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/18370/task/18375/stat : 18375 (java) S 18368 18370 17860 0 -1 4202560 215 0 0 0 321 8 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188751576104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18376] ppid=18368 vsize=2966184 CPUtime=3.3 cores=1,3,5,7
/proc/18370/task/18376/stat : 18376 (java) S 18368 18370 17860 0 -1 4202560 216 0 0 0 324 6 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188750523304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18377] ppid=18368 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/18370/task/18377/stat : 18377 (java) S 18368 18370 17860 0 -1 4202560 189 0 0 0 322 7 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188749469992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18378] ppid=18368 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/18370/task/18378/stat : 18378 (java) S 18368 18370 17860 0 -1 4202560 217 0 0 0 325 8 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188748417192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18379] ppid=18368 vsize=2966184 CPUtime=3.39 cores=1,3,5,7
/proc/18370/task/18379/stat : 18379 (java) S 18368 18370 17860 0 -1 4202560 201 0 0 0 332 7 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188747364904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18380] ppid=18368 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/18370/task/18380/stat : 18380 (java) S 18368 18370 17860 0 -1 4202560 217 0 0 0 332 8 0 0 20 0 22 0 344510541 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188746312104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18381] ppid=18368 vsize=2966184 CPUtime=57.45 cores=1,3,5,7
/proc/18370/task/18381/stat : 18381 (java) S 18368 18370 17860 0 -1 4202560 130 0 0 0 5722 23 0 0 20 0 22 0 344510542 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188615412456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18382] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18382/stat : 18382 (java) S 18368 18370 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188614358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18383] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18383/stat : 18383 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188613306120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18384] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18384/stat : 18384 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188612254608 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18385] ppid=18368 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/18370/task/18385/stat : 18385 (java) S 18368 18370 17860 0 -1 4202560 9601 0 0 0 102 2 0 0 20 0 22 0 344510545 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188611201208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18386] ppid=18368 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/18370/task/18386/stat : 18386 (java) S 18368 18370 17860 0 -1 4202560 8905 0 0 0 135 1 0 0 20 0 22 0 344510545 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188610148408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18387] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18387/stat : 18387 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188609096312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18388] ppid=18368 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/18370/task/18388/stat : 18388 (java) S 18368 18370 17860 0 -1 4202560 50 0 0 0 12 20 0 0 20 0 22 0 344510545 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188608043720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18389] ppid=18368 vsize=2966184 CPUtime=816.57 cores=1,3,5,7
/proc/18370/task/18389/stat : 18389 (java) R 18368 18370 17860 0 -1 4202560 347 0 0 0 81642 15 0 0 20 0 22 0 344510586 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140188606987056 140188622603005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18390] ppid=18368 vsize=2966184 CPUtime=816.61 cores=1,3,5,7
/proc/18370/task/18390/stat : 18390 (java) R 18368 18370 17860 0 -1 4202560 460 0 0 0 81640 21 0 0 20 0 22 0 344510586 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140187464097184 140188622731613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18391] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18391/stat : 18391 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140187463046824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18392] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18392/stat : 18392 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 243519 33554432000 1073741824 1073778376 140735719909488 140187461994024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1720.48
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.801 s]
/proc/loadavg: 3.88 3.88 3.79 4/219 18461
/proc/meminfo: memFree=27765476/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=1800.19 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 25346 0 1 0 179898 121 0 0 20 0 22 0 344510539 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 243589 2284 9 0 732240 0
[pid=18370/tid=18372] ppid=18368 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18370/task/18372/stat : 18372 (java) S 18368 18370 17860 0 -1 4202560 2862 0 1 0 43 2 0 0 20 0 22 0 344510540 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188769399960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18373] ppid=18368 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/18370/task/18373/stat : 18373 (java) S 18368 18370 17860 0 -1 4202560 248 0 0 0 349 9 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188753681192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18374] ppid=18368 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/18370/task/18374/stat : 18374 (java) S 18368 18370 17860 0 -1 4202560 223 0 0 0 354 6 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188752628392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18375] ppid=18368 vsize=2966184 CPUtime=3.48 cores=1,3,5,7
/proc/18370/task/18375/stat : 18375 (java) S 18368 18370 17860 0 -1 4202560 226 0 0 0 340 8 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188751576104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18376] ppid=18368 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/18370/task/18376/stat : 18376 (java) S 18368 18370 17860 0 -1 4202560 225 0 0 0 343 6 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188750523304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18377] ppid=18368 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/18370/task/18377/stat : 18377 (java) S 18368 18370 17860 0 -1 4202560 196 0 0 0 342 7 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188749469992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18378] ppid=18368 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/18370/task/18378/stat : 18378 (java) S 18368 18370 17860 0 -1 4202560 228 0 0 0 343 8 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188748417192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18379] ppid=18368 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/18370/task/18379/stat : 18379 (java) S 18368 18370 17860 0 -1 4202560 209 0 0 0 350 7 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188747364904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18380] ppid=18368 vsize=2966184 CPUtime=3.53 cores=1,3,5,7
/proc/18370/task/18380/stat : 18380 (java) S 18368 18370 17860 0 -1 4202560 222 0 0 0 345 8 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188746312104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18381] ppid=18368 vsize=2966184 CPUtime=61.39 cores=1,3,5,7
/proc/18370/task/18381/stat : 18381 (java) R 18368 18370 17860 0 -1 4202560 132 0 0 0 6114 25 0 0 20 0 22 0 344510542 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188615411432 140188773536093 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18382] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18382/stat : 18382 (java) S 18368 18370 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188614358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18383] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18383/stat : 18383 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188613306120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18384] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18384/stat : 18384 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188612254608 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18385] ppid=18368 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/18370/task/18385/stat : 18385 (java) S 18368 18370 17860 0 -1 4202560 9601 0 0 0 102 2 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188611201208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18386] ppid=18368 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/18370/task/18386/stat : 18386 (java) S 18368 18370 17860 0 -1 4202560 8905 0 0 0 135 1 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188610148408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18387] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18387/stat : 18387 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188609096312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18388] ppid=18368 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/18370/task/18388/stat : 18388 (java) S 18368 18370 17860 0 -1 4202560 52 0 0 0 13 21 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188608043720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18389] ppid=18368 vsize=2966184 CPUtime=853.72 cores=1,3,5,7
/proc/18370/task/18389/stat : 18389 (java) S 18368 18370 17860 0 -1 4202560 359 0 0 0 85357 15 0 0 20 0 22 0 344510586 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188606989128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18390] ppid=18368 vsize=2966184 CPUtime=853.76 cores=1,3,5,7
/proc/18370/task/18390/stat : 18390 (java) S 18368 18370 17860 0 -1 4202560 469 0 0 0 85355 21 0 0 20 0 22 0 344510586 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140187464096696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18391] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18391/stat : 18391 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140187463046824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18392] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18392/stat : 18392 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140187461994024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 2966184

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

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

[startup+924.201 s]
/proc/loadavg: 3.88 3.88 3.79 4/220 18462
/proc/meminfo: memFree=27765476/32873648 swapFree=7116/7116
[pid=18370] ppid=18368 vsize=2966184 CPUtime=1800.58 cores=1,3,5,7
/proc/18370/stat : 18370 (java) S 18368 18370 17860 0 -1 4202496 25347 0 1 0 179937 121 0 0 20 0 22 0 344510539 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140735719900624 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18370/statm: 741546 243589 2284 9 0 732240 0
[pid=18370/tid=18372] ppid=18368 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18370/task/18372/stat : 18372 (java) S 18368 18370 17860 0 -1 4202560 2862 0 1 0 43 2 0 0 20 0 22 0 344510540 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188769399672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18373] ppid=18368 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/18370/task/18373/stat : 18373 (java) S 18368 18370 17860 0 -1 4202560 248 0 0 0 349 9 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188753681192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18374] ppid=18368 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/18370/task/18374/stat : 18374 (java) S 18368 18370 17860 0 -1 4202560 223 0 0 0 354 6 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188752628392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18375] ppid=18368 vsize=2966184 CPUtime=3.48 cores=1,3,5,7
/proc/18370/task/18375/stat : 18375 (java) S 18368 18370 17860 0 -1 4202560 226 0 0 0 340 8 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188751576104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18376] ppid=18368 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/18370/task/18376/stat : 18376 (java) S 18368 18370 17860 0 -1 4202560 225 0 0 0 343 6 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188750523304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18377] ppid=18368 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/18370/task/18377/stat : 18377 (java) S 18368 18370 17860 0 -1 4202560 196 0 0 0 342 7 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188749469992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18378] ppid=18368 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/18370/task/18378/stat : 18378 (java) S 18368 18370 17860 0 -1 4202560 228 0 0 0 343 8 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188748417192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18379] ppid=18368 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/18370/task/18379/stat : 18379 (java) S 18368 18370 17860 0 -1 4202560 209 0 0 0 350 7 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188747364904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18380] ppid=18368 vsize=2966184 CPUtime=3.53 cores=1,3,5,7
/proc/18370/task/18380/stat : 18380 (java) S 18368 18370 17860 0 -1 4202560 222 0 0 0 345 8 0 0 20 0 22 0 344510541 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188746312104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18381] ppid=18368 vsize=2966184 CPUtime=61.78 cores=1,3,5,7
/proc/18370/task/18381/stat : 18381 (java) R 18368 18370 17860 0 -1 4202560 132 0 0 0 6153 25 0 0 20 0 22 0 344510542 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188615411312 140188776254753 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18382] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18382/stat : 18382 (java) S 18368 18370 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188614358520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18383] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18383/stat : 18383 (java) S 18368 18370 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344510543 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188613306120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18384] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18384/stat : 18384 (java) S 18368 18370 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188612254152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18385] ppid=18368 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/18370/task/18385/stat : 18385 (java) S 18368 18370 17860 0 -1 4202560 9601 0 0 0 102 2 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188611201208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18386] ppid=18368 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/18370/task/18386/stat : 18386 (java) S 18368 18370 17860 0 -1 4202560 8905 0 0 0 135 1 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188610148408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18387] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18387/stat : 18387 (java) S 18368 18370 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188609096312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18370/tid=18388] ppid=18368 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/18370/task/18388/stat : 18388 (java) S 18368 18370 17860 0 -1 4202560 52 0 0 0 13 21 0 0 20 0 22 0 344510545 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188608043720 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18389] ppid=18368 vsize=2966184 CPUtime=853.72 cores=1,3,5,7
/proc/18370/task/18389/stat : 18389 (java) S 18368 18370 17860 0 -1 4202560 359 0 0 0 85357 15 0 0 20 0 22 0 344510586 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140188606989128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18370/tid=18390] ppid=18368 vsize=2966184 CPUtime=853.76 cores=1,3,5,7
/proc/18370/task/18390/stat : 18390 (java) S 18368 18370 17860 0 -1 4202560 469 0 0 0 85355 21 0 0 20 0 22 0 344510586 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140187464096696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18370/tid=18391] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18391/stat : 18391 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140187463046824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18370/tid=18392] ppid=18368 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18370/task/18392/stat : 18392 (java) S 18368 18370 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344510587 3037372416 243589 33554432000 1073741824 1073778376 140735719909488 140187461994024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 924.299
CPU time (s): 1801.14
CPU user time (s): 1799.52
CPU system time (s): 1.62375
CPU usage (%): 194.866
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 1.62375
maximum resident set size= 974476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25378
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38013
involuntary context switches= 58920

runsolver used 3.9394 second user time and 7.73482 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 06:24:11
IDJOB=3741911
IDBENCH=90117
IDSOLVER=2324
FILE ID=node127/3741911-1338783851
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K104.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741911-1338783851/watcher-3741911-1338783851 -o /tmp/evaluation-result-3741911-1338783851/solver-3741911-1338783851 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741911-1338783851.opb

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

MD5SUM BENCH= a8d55fafa030e5024da65ad802ff80be
RANDOM SEED=736655933

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28685320 kB
Buffers:          427184 kB
Cached:          2118000 kB
SwapCached:         1428 kB
Active:          1803900 kB
Inactive:        1497736 kB
Active(anon):     750164 kB
Inactive(anon):     7952 kB
Active(file):    1053736 kB
Inactive(file):  1489784 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        743064 kB
Mapped:            19044 kB
Shmem:                92 kB
Slab:             747080 kB
SReclaimable:     191204 kB
SUnreclaim:       555876 kB
KernelStack:        1792 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node127 at 2012-06-04 06:39:37