Trace number 3741859

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) 1800.75 926.348

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K87.opb
MD5SUM800363f05bcd3a7fdae42567bbf8c0cf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
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 88
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.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.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3741859-1338783577.opb
0.08/0.11	c reading problem ... 
0.80/0.43	c ... done. Wall clock time 0.317s.
0.80/0.43	c #vars     5916
0.80/0.43	c #constraints  6092
0.80/0.43	c constraints type 
0.80/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.80/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
0.80/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
0.80/0.43	c constraints type 
0.80/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
0.80/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
0.80/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
4.93/1.75	c cleaning 2482 clauses out of 4990 with flag 5002/5002
8.42/3.41	c cleaning 4245 clauses out of 8500 with flag 11002/11002
11.75/5.07	c cleaning 5612 clauses out of 11244 with flag 18003/18003
15.36/6.89	c cleaning 6766 clauses out of 13621 with flag 26000/26000
20.47/9.39	c cleaning 7889 clauses out of 15847 with flag 35001/35001
24.85/11.56	c cleaning 8894 clauses out of 17950 with flag 45000/45000
30.26/14.26	c cleaning 9456 clauses out of 19050 with flag 55000/55000
36.04/17.12	c cleaning 9636 clauses out of 19588 with flag 65003/65003
41.80/20.02	c cleaning 9844 clauses out of 19947 with flag 75001/75001
45.78/22.08	c cleaning 9927 clauses out of 20099 with flag 85000/85000
52.76/25.56	c cleaning 9977 clauses out of 20170 with flag 95000/95000
60.34/29.37	c cleaning 10063 clauses out of 20195 with flag 105003/105003
65.86/32.11	c cleaning 9999 clauses out of 20128 with flag 115000/115000
71.62/35.10	c cleaning 9902 clauses out of 20122 with flag 125000/125000
76.79/37.62	c cleaning 10023 clauses out of 20220 with flag 135000/135000
82.54/40.53	c cleaning 10070 clauses out of 20196 with flag 145000/145000
90.67/44.69	c cleaning 9948 clauses out of 20127 with flag 155003/155003
96.02/47.34	c cleaning 10036 clauses out of 20175 with flag 165000/165000
100.93/49.89	c cleaning 9905 clauses out of 20137 with flag 175002/175002
107.89/53.35	c cleaning 10028 clauses out of 20231 with flag 185001/185001
114.18/56.59	c cleaning 9951 clauses out of 20201 with flag 195000/195000
120.89/59.98	c cleaning 9869 clauses out of 20253 with flag 205003/205003
127.63/63.36	c cleaning 10039 clauses out of 20385 with flag 215006/215006
137.23/68.20	c cleaning 9898 clauses out of 20340 with flag 225000/225000
144.25/71.70	c cleaning 9565 clauses out of 20442 with flag 235001/235001
155.62/77.44	c cleaning 9602 clauses out of 20877 with flag 245001/245001
160.92/80.10	c cleaning 9606 clauses out of 21271 with flag 255000/255000
167.62/83.59	c cleaning 9514 clauses out of 21666 with flag 265001/265001
172.85/86.22	c cleaning 9498 clauses out of 22148 with flag 275000/275000
179.16/89.42	c cleaning 9483 clauses out of 22649 with flag 285000/285000
184.85/92.34	c cleaning 9615 clauses out of 23167 with flag 295001/295001
189.92/95.00	c cleaning 9631 clauses out of 23549 with flag 305000/305000
197.77/98.94	c cleaning 9816 clauses out of 23919 with flag 315001/315001
205.88/103.05	c cleaning 9735 clauses out of 24104 with flag 325002/325002
212.57/106.47	c cleaning 9786 clauses out of 24367 with flag 335001/335001
221.30/110.85	c cleaning 9869 clauses out of 24580 with flag 345000/345000
231.52/116.09	c cleaning 9784 clauses out of 24712 with flag 355001/355001
237.00/118.82	c cleaning 9530 clauses out of 24928 with flag 365001/365001
243.86/122.38	c cleaning 9714 clauses out of 25396 with flag 375000/375000
250.94/125.92	c cleaning 9628 clauses out of 25684 with flag 385002/385002
262.57/131.87	c cleaning 9526 clauses out of 26060 with flag 395006/395006
273.87/137.54	c cleaning 9579 clauses out of 26528 with flag 405000/405000
279.33/140.38	c cleaning 9728 clauses out of 26951 with flag 415002/415002
285.00/143.27	c cleaning 9508 clauses out of 27222 with flag 425002/425002
292.34/147.04	c cleaning 9701 clauses out of 27712 with flag 435000/435000
300.61/151.25	c cleaning 9693 clauses out of 28012 with flag 445001/445001
310.89/156.40	c cleaning 9955 clauses out of 28319 with flag 455001/455001
326.58/164.35	c cleaning 9673 clauses out of 28364 with flag 465002/465002
338.92/170.69	c cleaning 9670 clauses out of 28690 with flag 475001/475001
360.61/181.59	c cleaning 9782 clauses out of 29021 with flag 485002/485002
377.32/189.97	c cleaning 10031 clauses out of 29238 with flag 495001/495001
384.79/193.75	c cleaning 9732 clauses out of 29208 with flag 505002/505002
389.90/196.46	c cleaning 9527 clauses out of 29476 with flag 515002/515002
395.92/199.51	c cleaning 9708 clauses out of 29947 with flag 525000/525000
404.94/204.19	c cleaning 9652 clauses out of 30244 with flag 535005/535005
415.61/209.52	c cleaning 9869 clauses out of 30587 with flag 545000/545000
428.90/216.36	c cleaning 9728 clauses out of 30719 with flag 555001/555001
434.90/219.46	c cleaning 9647 clauses out of 30989 with flag 565000/565000
436.88/220.55	c cleaning 0 clauses out of 5002 with flag 0/5002
444.28/224.25	c cleaning 9729 clauses out of 31341 with flag 575000/575000
456.93/230.67	c cleaning 9645 clauses out of 31612 with flag 585000/585000
471.41/237.97	c cleaning 9654 clauses out of 31970 with flag 595003/595003
481.03/242.81	c cleaning 9719 clauses out of 32314 with flag 605001/605001
497.12/250.92	c cleaning 9860 clauses out of 32597 with flag 615003/615003
509.63/257.32	c cleaning 9838 clauses out of 32738 with flag 625005/625005
521.06/263.14	c cleaning 9729 clauses out of 32896 with flag 635001/635001
533.92/269.63	c cleaning 9653 clauses out of 33167 with flag 645001/645001
547.60/276.58	c cleaning 9804 clauses out of 33514 with flag 655001/655001
554.63/280.27	c cleaning 9738 clauses out of 33707 with flag 665000/665000
564.63/285.34	c cleaning 9736 clauses out of 33969 with flag 675000/675000
574.83/290.57	c cleaning 9810 clauses out of 34233 with flag 685000/685000
583.10/294.80	c cleaning 9583 clauses out of 34423 with flag 695000/695000
597.32/302.00	c cleaning 9656 clauses out of 34840 with flag 705000/705000
605.92/306.40	c cleaning 9791 clauses out of 35184 with flag 715000/715000
618.77/312.96	c cleaning 9811 clauses out of 35396 with flag 725003/725003
629.57/318.48	c cleaning 9812 clauses out of 35582 with flag 735000/735000
641.77/324.76	c cleaning 9899 clauses out of 35771 with flag 745001/745001
653.17/330.51	c cleaning 9828 clauses out of 35871 with flag 755000/755000
670.36/339.26	c cleaning 9862 clauses out of 36044 with flag 765001/765001
680.76/344.50	c cleaning 9874 clauses out of 36184 with flag 775003/775003
690.76/349.75	c cleaning 9733 clauses out of 36308 with flag 785001/785001
699.72/354.36	c cleaning 9511 clauses out of 36576 with flag 795002/795002
711.69/360.48	c cleaning 9818 clauses out of 37064 with flag 805001/805001
721.09/365.21	c cleaning 9827 clauses out of 37245 with flag 815000/815000
734.81/372.36	c cleaning 9714 clauses out of 37417 with flag 825000/825000
744.39/377.27	c cleaning 9720 clauses out of 37703 with flag 835000/835000
754.93/382.67	c cleaning 9773 clauses out of 37986 with flag 845003/845003
770.74/390.64	c cleaning 9733 clauses out of 38210 with flag 855000/855000
783.12/397.02	c cleaning 9706 clauses out of 38477 with flag 865000/865000
790.64/400.93	c cleaning 9718 clauses out of 38771 with flag 875000/875000
798.42/404.99	c cleaning 9720 clauses out of 39059 with flag 885006/885006
806.15/408.92	c cleaning 9651 clauses out of 39334 with flag 895001/895001
816.09/414.16	c cleaning 9846 clauses out of 39682 with flag 905000/905000
822.38/417.41	c cleaning 9628 clauses out of 39837 with flag 915001/915001
835.33/424.09	c cleaning 9714 clauses out of 40209 with flag 925001/925001
845.87/429.44	c cleaning 9868 clauses out of 40493 with flag 935000/935000
851.94/432.72	c cleaning 9836 clauses out of 40626 with flag 945002/945002
861.04/437.41	c cleaning 9576 clauses out of 40789 with flag 955001/955001
866.52/440.30	c cleaning 9711 clauses out of 41213 with flag 965001/965001
875.85/445.13	c cleaning 9778 clauses out of 41501 with flag 975000/975000
885.68/450.39	c cleaning 9857 clauses out of 41725 with flag 985002/985002
894.17/454.75	c cleaning 9766 clauses out of 41867 with flag 995001/995001
901.44/458.55	c cleaning 9889 clauses out of 42101 with flag 1005001/1005001
908.11/462.06	c cleaning 9724 clauses out of 42211 with flag 1015002/1015002
917.40/466.97	c cleaning 9678 clauses out of 42486 with flag 1025001/1025001
929.71/473.27	c cleaning 9759 clauses out of 42806 with flag 1035000/1035000
936.99/477.00	c cleaning 9598 clauses out of 43053 with flag 1045006/1045006
953.53/485.46	c cleaning 9732 clauses out of 43451 with flag 1055002/1055002
969.41/493.65	c cleaning 9819 clauses out of 43717 with flag 1065000/1065000
986.57/502.36	c cleaning 9791 clauses out of 43900 with flag 1075002/1075002
1007.98/513.19	c cleaning 9841 clauses out of 44110 with flag 1085003/1085003
1015.05/516.84	c cleaning 9852 clauses out of 44268 with flag 1095003/1095003
1021.04/520.17	c cleaning 9694 clauses out of 44413 with flag 1105000/1105000
1028.52/524.05	c cleaning 9800 clauses out of 44719 with flag 1115000/1115000
1036.36/528.10	c cleaning 9827 clauses out of 44919 with flag 1125000/1125000
1044.48/532.36	c cleaning 9800 clauses out of 45093 with flag 1135001/1135001
1054.26/537.59	c cleaning 9837 clauses out of 45292 with flag 1145000/1145000
1062.49/541.89	c cleaning 9694 clauses out of 45462 with flag 1155007/1155007
1072.52/547.03	c cleaning 9944 clauses out of 45761 with flag 1165001/1165001
1080.93/551.40	c cleaning 9680 clauses out of 45817 with flag 1175001/1175001
1092.47/557.59	c cleaning 9711 clauses out of 46136 with flag 1185000/1185000
1098.28/560.64	c cleaning 9724 clauses out of 46425 with flag 1195000/1195000
1106.49/564.97	c cleaning 9866 clauses out of 46702 with flag 1205002/1205002
1114.68/569.21	c cleaning 9773 clauses out of 46833 with flag 1215000/1215000
1124.62/574.59	c cleaning 9671 clauses out of 47060 with flag 1225000/1225000
1137.02/580.92	c cleaning 9797 clauses out of 47390 with flag 1235001/1235001
1143.64/584.40	c cleaning 9823 clauses out of 47592 with flag 1245000/1245000
1149.64/587.69	c cleaning 9707 clauses out of 47769 with flag 1255001/1255001
1158.58/592.42	c cleaning 9699 clauses out of 48063 with flag 1265002/1265002
1169.38/598.09	c cleaning 9854 clauses out of 48365 with flag 1275003/1275003
1176.58/601.87	c cleaning 9741 clauses out of 48508 with flag 1285000/1285000
1185.77/606.68	c cleaning 9869 clauses out of 48768 with flag 1295001/1295001
1196.92/612.51	c cleaning 9888 clauses out of 48898 with flag 1305000/1305000
1206.92/617.71	c cleaning 9808 clauses out of 49010 with flag 1315000/1315000
1219.53/624.24	c cleaning 9830 clauses out of 49203 with flag 1325001/1325001
1232.52/630.93	c cleaning 9936 clauses out of 49375 with flag 1335003/1335003
1242.47/636.20	c cleaning 9790 clauses out of 49437 with flag 1345001/1345001
1250.27/640.36	c cleaning 9820 clauses out of 49649 with flag 1355003/1355003
1259.87/645.37	c cleaning 9768 clauses out of 49827 with flag 1365001/1365001
1267.87/649.55	c cleaning 9554 clauses out of 50058 with flag 1375001/1375001
1274.21/653.00	c cleaning 9847 clauses out of 50503 with flag 1385000/1385000
1281.80/657.01	c cleaning 9818 clauses out of 50656 with flag 1395000/1395000
1290.00/661.34	c cleaning 9617 clauses out of 50840 with flag 1405002/1405002
1298.41/665.73	c cleaning 9620 clauses out of 51222 with flag 1415001/1415001
1314.96/674.37	c cleaning 9500 clauses out of 51601 with flag 1425000/1425000
1333.15/683.66	c cleaning 9950 clauses out of 52103 with flag 1435002/1435002
1340.38/687.44	c cleaning 9848 clauses out of 52152 with flag 1445001/1445001
1349.97/692.45	c cleaning 9688 clauses out of 52303 with flag 1455000/1455000
1358.14/696.82	c cleaning 9874 clauses out of 52615 with flag 1465000/1465000
1368.13/702.06	c cleaning 9778 clauses out of 52742 with flag 1475001/1475001
1374.92/705.61	c cleaning 10020 clauses out of 52963 with flag 1485000/1485000
1384.12/710.48	c cleaning 9670 clauses out of 52943 with flag 1495000/1495000
1395.05/716.21	c cleaning 9932 clauses out of 53273 with flag 1505000/1505000
1403.64/720.72	c cleaning 9863 clauses out of 53341 with flag 1515000/1515000
1412.85/725.54	c cleaning 9841 clauses out of 53478 with flag 1525000/1525000
1418.44/728.57	c cleaning 9794 clauses out of 53638 with flag 1535001/1535001
1424.96/732.19	c cleaning 9785 clauses out of 53844 with flag 1545001/1545001
1433.16/736.49	c cleaning 9819 clauses out of 54060 with flag 1555002/1555002
1442.22/741.13	c cleaning 9562 clauses out of 54239 with flag 1565000/1565000
1456.54/748.48	c cleaning 9727 clauses out of 54677 with flag 1575000/1575000
1471.20/756.01	c cleaning 9915 clauses out of 54950 with flag 1585000/1585000
1482.84/762.02	c cleaning 9692 clauses out of 55035 with flag 1595000/1595000
1495.55/768.51	c cleaning 9796 clauses out of 55343 with flag 1605000/1605000
1506.26/774.02	c cleaning 9755 clauses out of 55547 with flag 1615000/1615000
1517.91/780.17	c cleaning 9902 clauses out of 55795 with flag 1625003/1625003
1531.39/787.03	c cleaning 9821 clauses out of 55891 with flag 1635001/1635001
1543.48/793.20	c cleaning 9942 clauses out of 56069 with flag 1645000/1645000
1555.98/799.68	c cleaning 9828 clauses out of 56128 with flag 1655001/1655001
1569.56/806.71	c cleaning 10005 clauses out of 56300 with flag 1665001/1665001
1580.69/812.46	c cleaning 9870 clauses out of 56294 with flag 1675000/1675000
1593.03/818.77	c cleaning 9778 clauses out of 56424 with flag 1685000/1685000
1604.92/824.84	c cleaning 9858 clauses out of 56646 with flag 1695000/1695000
1617.08/831.30	c cleaning 10056 clauses out of 56788 with flag 1705001/1705001
1626.36/836.08	c cleaning 9702 clauses out of 56731 with flag 1715000/1715000
1639.43/842.75	c cleaning 9769 clauses out of 57029 with flag 1725000/1725000
1650.89/848.65	c cleaning 9734 clauses out of 57259 with flag 1735000/1735000
1661.06/854.07	c cleaning 9806 clauses out of 57526 with flag 1745001/1745001
1670.06/858.70	c cleaning 9814 clauses out of 57720 with flag 1755001/1755001
1687.92/867.88	c cleaning 9903 clauses out of 57905 with flag 1765000/1765000
1702.39/875.27	c cleaning 9797 clauses out of 58005 with flag 1775003/1775003
1719.17/883.93	c cleaning 9795 clauses out of 58205 with flag 1785000/1785000
1732.80/890.96	c cleaning 9764 clauses out of 58410 with flag 1795000/1795000
1745.45/897.45	c cleaning 9765 clauses out of 58646 with flag 1805000/1805000
1756.50/903.14	c cleaning 9768 clauses out of 58881 with flag 1815000/1815000
1765.78/908.19	c cleaning 9792 clauses out of 59113 with flag 1825000/1825000
1774.93/912.96	c cleaning 9790 clauses out of 59321 with flag 1835000/1835000
1783.04/917.22	c cleaning 9762 clauses out of 59533 with flag 1845003/1845003
1791.38/921.69	c cleaning 9825 clauses out of 59769 with flag 1855001/1855001
1800.02/926.31	c starts		: 190
1800.02/926.31	c conflicts		: 1864066
1800.02/926.31	c decisions		: 13815197
1800.02/926.31	c propagations		: 703167870
1800.02/926.31	c inspects		: 2157034575
1800.02/926.31	c learnt literals	: 133
1800.02/926.31	c learnt binary clauses	: 40619
1800.02/926.31	c learnt ternary clauses	: 64529
1800.02/926.31	c learnt clauses	: 1863932
1800.02/926.31	c ignored clauses	: 0
1800.02/926.31	c root simplifications	: 0
1800.02/926.31	c removed literals (reason simplification)	: 51107723
1800.02/926.31	c reason swapping (by a shorter reason)	: 0
1800.02/926.31	c Calls to reduceDB	: 187
1800.02/926.31	c number of reductions to clauses (during analyze)	: 0
1800.02/926.31	c number of learned constraints concerned by reduction	: 0
1800.02/926.31	c number of learning phase by resolution	: 0
1800.02/926.31	c number of learning phase by cutting planes	: 0
1800.02/926.31	c speed (assignments/second)	: 759457.3293357037
1800.02/926.31	c non guided choices	3653
1800.02/926.33	c learnt constraints type 
1800.02/926.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18419
1800.02/926.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40619
1800.02/926.33	c constraints type 
1800.02/926.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
1800.02/926.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.02/926.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
1800.02/926.34	c constraints type 
1800.02/926.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
1800.02/926.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
1800.02/926.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
1800.02/926.34	s UNKNOWN
1800.02/926.34	c Total wall clock time (in seconds): 926.226

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-3741859-1338783577/watcher-3741859-1338783577 -o /tmp/evaluation-result-3741859-1338783577/solver-3741859-1338783577 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741859-1338783577.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: 3.99 3.90 3.59 4/197 18306
/proc/meminfo: memFree=28691080/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18306/stat : 18306 (java6) D 18304 18306 17860 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 344483110 9515008 175 33554432000 1073741824 1073778376 140736686921888 140736686904616 214537421712 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/18306/statm: 2323 175 133 9 0 71 0

[startup+0.0104319 s]
/proc/loadavg: 3.99 3.90 3.59 4/197 18306
/proc/meminfo: memFree=28691080/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/18306/stat : 18306 (java) R 18304 18306 17860 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 344483110 23793664 705 33554432000 1073741824 1073778376 140735094821328 140735094810392 214528259024 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 5809 705 520 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100154 s]
/proc/loadavg: 3.99 3.90 3.59 4/197 18306
/proc/meminfo: memFree=28691080/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 4748 0 1 0 7 1 0 0 20 0 18 0 344483110 2764726272 5945 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 674982 5945 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.30016 s]
/proc/loadavg: 3.99 3.90 3.59 4/197 18306
/proc/meminfo: memFree=28691080/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 7546 0 1 0 55 1 0 0 20 0 18 0 344483110 2764726272 10403 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 674982 10403 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700169 s]
/proc/loadavg: 3.99 3.90 3.59 4/197 18306
/proc/meminfo: memFree=28691080/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=1.96 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 13442 0 1 0 193 3 0 0 20 0 22 0 344483110 3037372416 21352 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 21352 2255 9 0 732240 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2966184

[startup+1.50071 s]
/proc/loadavg: 3.99 3.90 3.59 7/219 18328
/proc/meminfo: memFree=28560372/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=4.52 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 25429 0 1 0 444 8 0 0 20 0 22 0 344483110 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 72762 2259 9 0 732240 0
[pid=18306/tid=18308] ppid=18304 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18306/task/18308/stat : 18308 (java) S 18304 18306 17860 0 -1 4202560 2866 0 1 0 38 1 0 0 20 0 22 0 344483112 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477708338328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18309] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18309/stat : 18309 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477644131112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18310] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18310/stat : 18310 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477573876392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18311] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18311/stat : 18311 (java) S 18304 18306 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477572824104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18312] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18312/stat : 18312 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477571771304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18313] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18313/stat : 18313 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477570717992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18314] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18314/stat : 18314 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477569665192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18315] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18315/stat : 18315 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477568612904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18316] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18316/stat : 18316 (java) S 18304 18306 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477567560104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18317] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18317/stat : 18317 (java) S 18304 18306 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477555362536 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18318] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18318/stat : 18318 (java) S 18304 18306 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477554308600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18319] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18319/stat : 18319 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477553256200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18320] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18320/stat : 18320 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477552204688 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18321] ppid=18304 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/18306/task/18321/stat : 18321 (java) S 18304 18306 17860 0 -1 4202560 10355 0 0 0 94 2 0 0 20 0 22 0 344483117 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477551151288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18322] ppid=18304 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/18306/task/18322/stat : 18322 (java) S 18304 18306 17860 0 -1 4202560 10815 0 0 0 98 2 0 0 20 0 22 0 344483117 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477550098488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18323] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18323/stat : 18323 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477549046392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18324] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18324/stat : 18324 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477547993800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18325] ppid=18304 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18306/task/18325/stat : 18325 (java) R 18304 18306 17860 0 -1 4202560 30 0 0 0 105 0 0 0 20 0 22 0 344483154 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477546939400 140477648905776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18326] ppid=18304 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18306/task/18326/stat : 18326 (java) R 18304 18306 17860 0 -1 4202560 160 0 0 0 102 3 0 0 20 0 22 0 344483154 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477545884680 140477648964896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18327] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18327/stat : 18327 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477544834728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18328] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18328/stat : 18328 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 72762 33554432000 1073741824 1073778376 140735094821328 140477543781928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.99 3.90 3.59 5/219 18328
/proc/meminfo: memFree=28288236/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=7.8 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 25582 0 1 0 768 12 0 0 20 0 22 0 344483110 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 107124 2284 9 0 732240 0
[pid=18306/tid=18308] ppid=18304 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18306/task/18308/stat : 18308 (java) S 18304 18306 17860 0 -1 4202560 2866 0 1 0 38 1 0 0 20 0 22 0 344483112 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477708338328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18309] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18309/stat : 18309 (java) S 18304 18306 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477644131112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18310] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18310/stat : 18310 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477573876392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18311] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18311/stat : 18311 (java) S 18304 18306 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477572824104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18312] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18312/stat : 18312 (java) S 18304 18306 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477571771304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18313] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18313/stat : 18313 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477570717992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18314] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18314/stat : 18314 (java) S 18304 18306 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477569665192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18315] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18315/stat : 18315 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477568612904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18316] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18316/stat : 18316 (java) S 18304 18306 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477567560104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18317] ppid=18304 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18306/task/18317/stat : 18317 (java) S 18304 18306 17860 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 344483114 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477555362536 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18318] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18318/stat : 18318 (java) S 18304 18306 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477554308600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18319] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18319/stat : 18319 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477553256200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18320] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18320/stat : 18320 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477552204688 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18321] ppid=18304 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/18306/task/18321/stat : 18321 (java) R 18304 18306 17860 0 -1 4202560 10361 0 0 0 97 2 0 0 20 0 22 0 344483117 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477551151288 140477714800356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18322] ppid=18304 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/18306/task/18322/stat : 18322 (java) S 18304 18306 17860 0 -1 4202560 10829 0 0 0 104 3 0 0 20 0 22 0 344483117 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477550098488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18323] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18323/stat : 18323 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477549046392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18324] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18324/stat : 18324 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477547993800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18325] ppid=18304 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/18306/task/18325/stat : 18325 (java) R 18304 18306 17860 0 -1 4202560 32 0 0 0 260 0 0 0 20 0 22 0 344483154 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477546936896 140477648868797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18326] ppid=18304 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18306/task/18326/stat : 18326 (java) R 18304 18306 17860 0 -1 4202560 214 0 0 0 255 6 0 0 20 0 22 0 344483154 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477545885464 140477648990167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18327] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18327/stat : 18327 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477544834728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18328] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18328/stat : 18328 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 107124 33554432000 1073741824 1073778376 140735094821328 140477543781928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.99 3.90 3.60 5/219 18328
/proc/meminfo: memFree=28257764/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=14.36 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 25636 0 1 0 1423 13 0 0 20 0 22 0 344483110 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 110093 2284 9 0 732240 0
[pid=18306/tid=18308] ppid=18304 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18306/task/18308/stat : 18308 (java) S 18304 18306 17860 0 -1 4202560 2867 0 1 0 38 1 0 0 20 0 22 0 344483112 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477708338328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18309] ppid=18304 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18306/task/18309/stat : 18309 (java) S 18304 18306 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477644131112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18310] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18310/stat : 18310 (java) S 18304 18306 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477573876392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18311] ppid=18304 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/18306/task/18311/stat : 18311 (java) S 18304 18306 17860 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477572824104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18312] ppid=18304 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18306/task/18312/stat : 18312 (java) S 18304 18306 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477571771304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18313] ppid=18304 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18306/task/18313/stat : 18313 (java) S 18304 18306 17860 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477570717992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18314] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18314/stat : 18314 (java) S 18304 18306 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477569665192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18315] ppid=18304 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18306/task/18315/stat : 18315 (java) S 18304 18306 17860 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477568612904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18316] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18316/stat : 18316 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483113 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477567560104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18317] ppid=18304 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/18306/task/18317/stat : 18317 (java) S 18304 18306 17860 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 22 0 344483114 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477555362536 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18318] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18318/stat : 18318 (java) S 18304 18306 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477554308600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18319] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18319/stat : 18319 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477553256200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18320] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18320/stat : 18320 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477552204688 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18321] ppid=18304 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/18306/task/18321/stat : 18321 (java) S 18304 18306 17860 0 -1 4202560 10385 0 0 0 110 2 0 0 20 0 22 0 344483117 3037372416 110093 33554432000 1073741824 1073778376 140735094821328 140477551151288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=18306/tid=18326] ppid=18304 vsize=2966184 CPUtime=757.36 cores=0,2,4,6
/proc/18306/task/18326/stat : 18326 (java) R 18304 18306 17860 0 -1 4202560 449 0 0 0 75716 20 0 0 20 0 22 0 344483154 3037372416 228871 33554432000 1073741824 1073778376 140735094821328 140477545884080 140477648713644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18327] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18327/stat : 18327 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 228871 33554432000 1073741824 1073778376 140735094821328 140477544834728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18328] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18328/stat : 18328 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 228871 33554432000 1073741824 1073778376 140735094821328 140477543781928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1599.86
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.31 3.96 3.78 5/219 18398
/proc/meminfo: memFree=27668600/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=1715.94 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 29049 0 1 0 171488 106 0 0 20 0 22 0 344483110 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 236639 2285 9 0 732240 0
[pid=18306/tid=18308] ppid=18304 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/18306/task/18308/stat : 18308 (java) S 18304 18306 17860 0 -1 4202560 2919 0 1 0 39 2 0 0 20 0 22 0 344483112 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477708338328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18309] ppid=18304 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/18306/task/18309/stat : 18309 (java) S 18304 18306 17860 0 -1 4202560 221 0 0 0 332 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477644131112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18310] ppid=18304 vsize=2966184 CPUtime=3.37 cores=0,2,4,6
/proc/18306/task/18310/stat : 18310 (java) S 18304 18306 17860 0 -1 4202560 194 0 0 0 330 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477573876392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18311] ppid=18304 vsize=2966184 CPUtime=3.42 cores=0,2,4,6
/proc/18306/task/18311/stat : 18311 (java) S 18304 18306 17860 0 -1 4202560 227 0 0 0 335 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477572824104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18312] ppid=18304 vsize=2966184 CPUtime=3.53 cores=0,2,4,6
/proc/18306/task/18312/stat : 18312 (java) S 18304 18306 17860 0 -1 4202560 215 0 0 0 346 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477571771304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18313] ppid=18304 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/18306/task/18313/stat : 18313 (java) S 18304 18306 17860 0 -1 4202560 214 0 0 0 339 6 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477570717992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18314] ppid=18304 vsize=2966184 CPUtime=3.28 cores=0,2,4,6
/proc/18306/task/18314/stat : 18314 (java) S 18304 18306 17860 0 -1 4202560 228 0 0 0 321 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477569665192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18315] ppid=18304 vsize=2966184 CPUtime=3.46 cores=0,2,4,6
/proc/18306/task/18315/stat : 18315 (java) S 18304 18306 17860 0 -1 4202560 239 0 0 0 339 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477568612904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18316] ppid=18304 vsize=2966184 CPUtime=3.3 cores=0,2,4,6
/proc/18306/task/18316/stat : 18316 (java) S 18304 18306 17860 0 -1 4202560 209 0 0 0 323 7 0 0 20 0 22 0 344483113 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477567560104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18317] ppid=18304 vsize=2966184 CPUtime=62.42 cores=0,2,4,6
/proc/18306/task/18317/stat : 18317 (java) S 18304 18306 17860 0 -1 4202560 126 0 0 0 6216 26 0 0 20 0 22 0 344483114 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477555362536 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18318] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18318/stat : 18318 (java) S 18304 18306 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477554308600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18319] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18319/stat : 18319 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477553256200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18320] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18320/stat : 18320 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477552204688 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18321] ppid=18304 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/18306/task/18321/stat : 18321 (java) S 18304 18306 17860 0 -1 4202560 10386 0 0 0 113 2 0 0 20 0 22 0 344483117 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477551151288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18322] ppid=18304 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/18306/task/18322/stat : 18322 (java) S 18304 18306 17860 0 -1 4202560 11864 0 0 0 166 3 0 0 20 0 22 0 344483117 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477550098488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18323] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18323/stat : 18323 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477549046392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18324] ppid=18304 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18306/task/18324/stat : 18324 (java) S 18304 18306 17860 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 344483117 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477547993800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18325] ppid=18304 vsize=2966184 CPUtime=811.6 cores=0,2,4,6
/proc/18306/task/18325/stat : 18325 (java) R 18304 18306 17860 0 -1 4202560 304 0 0 0 81145 15 0 0 20 0 22 0 344483154 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477546937360 140477648885660 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18326] ppid=18304 vsize=2966184 CPUtime=811.55 cores=0,2,4,6
/proc/18306/task/18326/stat : 18326 (java) R 18304 18306 17860 0 -1 4202560 464 0 0 0 81133 22 0 0 20 0 22 0 344483154 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477545884960 140477648965063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18327] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18327/stat : 18327 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477544834728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18328] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18328/stat : 18328 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 236639 33554432000 1073741824 1073778376 140735094821328 140477543781928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1715.94
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.301 s]
/proc/loadavg: 4.09 3.94 3.78 4/219 18398
/proc/meminfo: memFree=27651604/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 29156 0 1 0 179891 111 0 0 20 0 22 0 344483110 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 240795 2285 9 0 732240 0
[pid=18306/tid=18308] ppid=18304 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/18306/task/18308/stat : 18308 (java) S 18304 18306 17860 0 -1 4202560 2922 0 1 0 39 2 0 0 20 0 22 0 344483112 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477708338328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18309] ppid=18304 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/18306/task/18309/stat : 18309 (java) S 18304 18306 17860 0 -1 4202560 234 0 0 0 348 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477644131112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18310] ppid=18304 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/18306/task/18310/stat : 18310 (java) S 18304 18306 17860 0 -1 4202560 204 0 0 0 341 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477573876392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18311] ppid=18304 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/18306/task/18311/stat : 18311 (java) S 18304 18306 17860 0 -1 4202560 234 0 0 0 347 8 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477572824104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18312] ppid=18304 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/18306/task/18312/stat : 18312 (java) S 18304 18306 17860 0 -1 4202560 221 0 0 0 362 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477571771304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18313] ppid=18304 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/18306/task/18313/stat : 18313 (java) S 18304 18306 17860 0 -1 4202560 225 0 0 0 354 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477570717992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18314] ppid=18304 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/18306/task/18314/stat : 18314 (java) S 18304 18306 17860 0 -1 4202560 243 0 0 0 338 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477569665192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18315] ppid=18304 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/18306/task/18315/stat : 18315 (java) S 18304 18306 17860 0 -1 4202560 249 0 0 0 354 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477568612904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18316] ppid=18304 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/18306/task/18316/stat : 18316 (java) S 18304 18306 17860 0 -1 4202560 221 0 0 0 338 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477567560104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18317] ppid=18304 vsize=2966184 CPUtime=66.87 cores=0,2,4,6
/proc/18306/task/18317/stat : 18317 (java) S 18304 18306 17860 0 -1 4202560 129 0 0 0 6660 27 0 0 20 0 22 0 344483114 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477555362536 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18318] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18318/stat : 18318 (java) S 18304 18306 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477554308600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18319] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18319/stat : 18319 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477553256200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18320] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18320/stat : 18320 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477552204688 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18321] ppid=18304 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/18306/task/18321/stat : 18321 (java) S 18304 18306 17860 0 -1 4202560 10386 0 0 0 113 2 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477551151288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18322] ppid=18304 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/18306/task/18322/stat : 18322 (java) S 18304 18306 17860 0 -1 4202560 11864 0 0 0 166 3 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477550098488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18323] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18323/stat : 18323 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477549046392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18324] ppid=18304 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18306/task/18324/stat : 18324 (java) S 18304 18306 17860 0 -1 4202560 53 0 0 0 13 14 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477547993800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18325] ppid=18304 vsize=2966184 CPUtime=850.8 cores=0,2,4,6
/proc/18306/task/18325/stat : 18325 (java) R 18304 18306 17860 0 -1 4202560 315 0 0 0 85064 16 0 0 20 0 22 0 344483154 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477546939088 140477648885660 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18326] ppid=18304 vsize=2966184 CPUtime=850.76 cores=0,2,4,6
/proc/18306/task/18326/stat : 18326 (java) R 18304 18306 17860 0 -1 4202560 468 0 0 0 85054 22 0 0 20 0 22 0 344483154 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477545884176 140477648990584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18327] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18327/stat : 18327 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477544834728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18328] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18328/stat : 18328 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477543781928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+926.301 s]
/proc/loadavg: 4.09 3.94 3.78 4/219 18398
/proc/meminfo: memFree=27651604/32873648 swapFree=7116/7116
[pid=18306] ppid=18304 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/18306/stat : 18306 (java) S 18304 18306 17860 0 -1 4202496 29156 0 1 0 179891 111 0 0 20 0 22 0 344483110 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140735094812464 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18306/statm: 741546 240795 2285 9 0 732240 0
[pid=18306/tid=18308] ppid=18304 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/18306/task/18308/stat : 18308 (java) S 18304 18306 17860 0 -1 4202560 2922 0 1 0 39 2 0 0 20 0 22 0 344483112 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477708338328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18309] ppid=18304 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/18306/task/18309/stat : 18309 (java) S 18304 18306 17860 0 -1 4202560 234 0 0 0 348 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477644131112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18310] ppid=18304 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/18306/task/18310/stat : 18310 (java) S 18304 18306 17860 0 -1 4202560 204 0 0 0 341 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477573876392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18311] ppid=18304 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/18306/task/18311/stat : 18311 (java) S 18304 18306 17860 0 -1 4202560 234 0 0 0 347 8 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477572824104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18312] ppid=18304 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/18306/task/18312/stat : 18312 (java) S 18304 18306 17860 0 -1 4202560 221 0 0 0 362 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477571771304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18313] ppid=18304 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/18306/task/18313/stat : 18313 (java) S 18304 18306 17860 0 -1 4202560 225 0 0 0 354 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477570717992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18314] ppid=18304 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/18306/task/18314/stat : 18314 (java) S 18304 18306 17860 0 -1 4202560 243 0 0 0 338 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477569665192 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18315] ppid=18304 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/18306/task/18315/stat : 18315 (java) S 18304 18306 17860 0 -1 4202560 249 0 0 0 354 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477568612904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18316] ppid=18304 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/18306/task/18316/stat : 18316 (java) S 18304 18306 17860 0 -1 4202560 221 0 0 0 338 7 0 0 20 0 22 0 344483113 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477567560104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18317] ppid=18304 vsize=2966184 CPUtime=66.87 cores=0,2,4,6
/proc/18306/task/18317/stat : 18317 (java) S 18304 18306 17860 0 -1 4202560 129 0 0 0 6660 27 0 0 20 0 22 0 344483114 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477555362536 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18318] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18318/stat : 18318 (java) S 18304 18306 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477554308600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18319] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18319/stat : 18319 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483114 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477553256200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18320] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18320/stat : 18320 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477552204688 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18321] ppid=18304 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/18306/task/18321/stat : 18321 (java) S 18304 18306 17860 0 -1 4202560 10386 0 0 0 113 2 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477551151288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18322] ppid=18304 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/18306/task/18322/stat : 18322 (java) S 18304 18306 17860 0 -1 4202560 11864 0 0 0 166 3 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477550098488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18323] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18323/stat : 18323 (java) S 18304 18306 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477549046392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18306/tid=18324] ppid=18304 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18306/task/18324/stat : 18324 (java) S 18304 18306 17860 0 -1 4202560 53 0 0 0 13 14 0 0 20 0 22 0 344483117 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477547993800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18325] ppid=18304 vsize=2966184 CPUtime=850.8 cores=0,2,4,6
/proc/18306/task/18325/stat : 18325 (java) R 18304 18306 17860 0 -1 4202560 315 0 0 0 85064 16 0 0 20 0 22 0 344483154 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477546939088 140477648885660 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18306/tid=18326] ppid=18304 vsize=2966184 CPUtime=850.76 cores=0,2,4,6
/proc/18306/task/18326/stat : 18326 (java) R 18304 18306 17860 0 -1 4202560 468 0 0 0 85054 22 0 0 20 0 22 0 344483154 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477545884176 140477648990584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18306/tid=18327] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18327/stat : 18327 (java) S 18304 18306 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477544834728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18306/tid=18328] ppid=18304 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18306/task/18328/stat : 18328 (java) S 18304 18306 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344483155 3037372416 240795 33554432000 1073741824 1073778376 140735094821328 140477543781928 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 926.348
CPU time (s): 1800.75
CPU user time (s): 1799.16
CPU system time (s): 1.59176
CPU usage (%): 194.392
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.59176
maximum resident set size= 963304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29189
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37434
involuntary context switches= 59576

runsolver used 3.12052 second user time and 8.68468 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 06:19:37
IDJOB=3741859
IDBENCH=90113
IDSOLVER=2324
FILE ID=node127/3741859-1338783577
RUNJOBID= node127-1338781344-17876
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_K87.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741859-1338783577/watcher-3741859-1338783577 -o /tmp/evaluation-result-3741859-1338783577/solver-3741859-1338783577 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741859-1338783577.opb

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

MD5SUM BENCH= 800363f05bcd3a7fdae42567bbf8c0cf
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:        28691344 kB
Buffers:          427068 kB
Cached:          2118216 kB
SwapCached:         1428 kB
Active:          1801384 kB
Inactive:        1497744 kB
Active(anon):     747924 kB
Inactive(anon):     7952 kB
Active(file):    1053460 kB
Inactive(file):  1489792 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:               988 kB
Writeback:             0 kB
AnonPages:        758680 kB
Mapped:            19076 kB
Shmem:                92 kB
Slab:             747060 kB
SReclaimable:     191176 kB
SUnreclaim:       555884 kB
KernelStack:        1616 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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:35:05