Trace number 3742691

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.12 926.756

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K67.opb
MD5SUM9e951304b89652b8f827a6527d1495c5
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 benchmark29.5175
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3685
Total number of constraints3821
Number of constraints which are clauses3754
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint67
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 68
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		1349517296
0.05/0.07	c Max memory 		1356595200
0.05/0.07	c Total memory 		1356595200
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3742691-1338788060.opb
0.11/0.10	c reading problem ... 
0.60/0.35	c ... done. Wall clock time 0.25s.
0.60/0.35	c #vars     3685
0.60/0.35	c #constraints  3821
0.60/0.35	c constraints type 
0.60/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3092
0.60/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 67
0.60/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 660
0.60/0.35	c constraints type 
0.60/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 660
0.60/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3092
0.60/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 67
4.52/1.51	c cleaning 2487 clauses out of 4980 with flag 5001/5001
7.54/2.90	c cleaning 4184 clauses out of 8471 with flag 11002/11002
10.95/4.63	c cleaning 5611 clauses out of 11275 with flag 18000/18000
15.26/6.71	c cleaning 6764 clauses out of 13664 with flag 26002/26002
20.30/9.22	c cleaning 7842 clauses out of 15895 with flag 35002/35002
26.11/12.11	c cleaning 9011 clauses out of 18050 with flag 45000/45000
31.68/14.94	c cleaning 9445 clauses out of 19038 with flag 55001/55001
37.64/17.90	c cleaning 9757 clauses out of 19591 with flag 65006/65006
43.58/20.94	c cleaning 9833 clauses out of 19827 with flag 75001/75001
49.74/24.05	c cleaning 9886 clauses out of 19990 with flag 85000/85000
56.90/27.69	c cleaning 9926 clauses out of 20104 with flag 95002/95002
64.36/31.39	c cleaning 9960 clauses out of 20175 with flag 105001/105001
72.10/35.28	c cleaning 10014 clauses out of 20214 with flag 115001/115001
77.62/38.08	c cleaning 10008 clauses out of 20198 with flag 125000/125000
85.37/41.90	c cleaning 9868 clauses out of 20183 with flag 135000/135000
92.68/45.64	c cleaning 10013 clauses out of 20314 with flag 145000/145000
100.36/49.57	c cleaning 10085 clauses out of 20301 with flag 155001/155001
106.71/52.77	c cleaning 9968 clauses out of 20216 with flag 165007/165007
113.22/56.01	c cleaning 10063 clauses out of 20244 with flag 175003/175003
118.74/58.85	c cleaning 10025 clauses out of 20179 with flag 185002/185002
125.41/62.24	c cleaning 10012 clauses out of 20153 with flag 195002/195002
133.12/66.19	c cleaning 9950 clauses out of 20138 with flag 205001/205001
138.84/69.02	c cleaning 9970 clauses out of 20189 with flag 215002/215002
146.16/72.71	c cleaning 9835 clauses out of 20217 with flag 225000/225000
153.62/76.58	c cleaning 9978 clauses out of 20383 with flag 235001/235001
159.34/79.49	c cleaning 9903 clauses out of 20404 with flag 245001/245001
165.27/82.43	c cleaning 9519 clauses out of 20500 with flag 255000/255000
172.18/85.90	c cleaning 9635 clauses out of 20981 with flag 265000/265000
179.01/89.40	c cleaning 9705 clauses out of 21347 with flag 275001/275001
186.32/93.11	c cleaning 9655 clauses out of 21639 with flag 285000/285000
196.03/98.08	c cleaning 9763 clauses out of 21985 with flag 295001/295001
203.11/101.62	c cleaning 9709 clauses out of 22220 with flag 305000/305000
210.54/105.42	c cleaning 9788 clauses out of 22513 with flag 315002/315002
220.81/110.65	c cleaning 9817 clauses out of 22725 with flag 325002/325002
227.48/114.07	c cleaning 9798 clauses out of 22907 with flag 335001/335001
233.95/117.34	c cleaning 9666 clauses out of 23108 with flag 345000/345000
240.71/120.80	c cleaning 9687 clauses out of 23442 with flag 355000/355000
247.96/124.50	c cleaning 9707 clauses out of 23756 with flag 365001/365001
255.82/128.50	c cleaning 9734 clauses out of 24048 with flag 375000/375000
264.70/133.08	c cleaning 9769 clauses out of 24316 with flag 385002/385002
273.48/137.57	c cleaning 9558 clauses out of 24548 with flag 395004/395004
280.71/141.28	c cleaning 9821 clauses out of 24985 with flag 405000/405000
288.59/145.21	c cleaning 9742 clauses out of 25168 with flag 415004/415004
297.81/149.99	c cleaning 9730 clauses out of 25422 with flag 425000/425000
306.60/154.49	c cleaning 9705 clauses out of 25694 with flag 435002/435002
316.27/159.30	c cleaning 9743 clauses out of 25987 with flag 445000/445000
323.11/162.83	c cleaning 9637 clauses out of 26245 with flag 455003/455003
330.96/166.82	c cleaning 9711 clauses out of 26606 with flag 465001/465001
339.87/171.44	c cleaning 9882 clauses out of 26896 with flag 475002/475002
350.95/177.09	c cleaning 9839 clauses out of 27014 with flag 485002/485002
360.15/181.72	c cleaning 9730 clauses out of 27174 with flag 495001/495001
366.21/184.88	c cleaning 9726 clauses out of 27441 with flag 505003/505003
373.51/188.67	c cleaning 9854 clauses out of 27712 with flag 515000/515000
380.92/192.48	c cleaning 9687 clauses out of 27860 with flag 525002/525002
391.74/198.00	c cleaning 9751 clauses out of 28172 with flag 535001/535001
398.94/201.64	c cleaning 9736 clauses out of 28420 with flag 545000/545000
406.42/205.59	c cleaning 9879 clauses out of 28684 with flag 555000/555000
415.48/210.12	c cleaning 9773 clauses out of 28805 with flag 565000/565000
423.91/214.45	c cleaning 9842 clauses out of 29038 with flag 575006/575006
432.56/218.82	c cleaning 9770 clauses out of 29192 with flag 585002/585002
442.44/223.91	c cleaning 9786 clauses out of 29423 with flag 595003/595003
452.67/229.11	c cleaning 9732 clauses out of 29638 with flag 605004/605004
463.06/234.42	c cleaning 9808 clauses out of 29903 with flag 615001/615001
470.65/238.39	c cleaning 9699 clauses out of 30095 with flag 625001/625001
479.73/243.05	c cleaning 9697 clauses out of 30396 with flag 635001/635001
488.71/247.66	c cleaning 9841 clauses out of 30698 with flag 645000/645000
498.33/252.56	c cleaning 9712 clauses out of 30857 with flag 655000/655000
508.91/257.90	c cleaning 9839 clauses out of 31146 with flag 665001/665001
517.58/262.43	c cleaning 9734 clauses out of 31306 with flag 675000/675000
529.60/268.54	c cleaning 9709 clauses out of 31573 with flag 685001/685001
540.39/274.08	c cleaning 9956 clauses out of 31863 with flag 695001/695001
548.16/278.00	c cleaning 9806 clauses out of 31906 with flag 705000/705000
556.38/282.31	c cleaning 9666 clauses out of 32101 with flag 715001/715001
564.56/286.58	c cleaning 9728 clauses out of 32434 with flag 725000/725000
573.33/291.07	c cleaning 9748 clauses out of 32710 with flag 735004/735004
582.91/295.97	c cleaning 9797 clauses out of 32959 with flag 745001/745001
592.51/300.99	c cleaning 9928 clauses out of 33161 with flag 755000/755000
601.09/305.40	c cleaning 0 clauses out of 5003 with flag 0/5003
602.97/306.30	c cleaning 9799 clauses out of 33233 with flag 765000/765000
615.98/312.81	c cleaning 9811 clauses out of 33436 with flag 775002/775002
624.58/317.38	c cleaning 9850 clauses out of 33627 with flag 785004/785004
632.76/321.52	c cleaning 9766 clauses out of 33775 with flag 795002/795002
641.33/325.96	c cleaning 9837 clauses out of 34010 with flag 805003/805003
648.88/329.81	c cleaning 9836 clauses out of 34171 with flag 815001/815001
658.08/334.64	c cleaning 9883 clauses out of 34336 with flag 825002/825002
667.25/339.31	c cleaning 9626 clauses out of 34453 with flag 835002/835002
677.65/344.62	c cleaning 9757 clauses out of 34827 with flag 845002/845002
687.62/349.71	c cleaning 9766 clauses out of 35068 with flag 855000/855000
698.41/355.37	c cleaning 9834 clauses out of 35303 with flag 865001/865001
708.36/360.43	c cleaning 9853 clauses out of 35469 with flag 875001/875001
717.90/365.33	c cleaning 9740 clauses out of 35616 with flag 885001/885001
726.84/369.92	c cleaning 9941 clauses out of 35875 with flag 895000/895000
735.41/374.47	c cleaning 9780 clauses out of 35933 with flag 905000/905000
745.74/379.78	c cleaning 9878 clauses out of 36153 with flag 915000/915000
755.52/384.72	c cleaning 9879 clauses out of 36276 with flag 925001/925001
764.28/389.23	c cleaning 9853 clauses out of 36397 with flag 935001/935001
773.24/393.95	c cleaning 9665 clauses out of 36543 with flag 945000/945000
782.79/398.87	c cleaning 9689 clauses out of 36878 with flag 955000/955000
794.54/404.82	c cleaning 9922 clauses out of 37189 with flag 965000/965000
804.64/410.00	c cleaning 9904 clauses out of 37267 with flag 975000/975000
815.43/415.67	c cleaning 9839 clauses out of 37363 with flag 985000/985000
823.94/420.10	c cleaning 9851 clauses out of 37524 with flag 995001/995001
834.89/425.66	c cleaning 9847 clauses out of 37671 with flag 1005000/1005000
844.82/430.78	c cleaning 9829 clauses out of 37824 with flag 1015000/1015000
856.96/437.05	c cleaning 9783 clauses out of 37994 with flag 1025000/1025000
866.53/441.95	c cleaning 9768 clauses out of 38211 with flag 1035000/1035000
876.63/447.19	c cleaning 9772 clauses out of 38443 with flag 1045000/1045000
886.56/452.20	c cleaning 9776 clauses out of 38676 with flag 1055005/1055005
897.10/457.80	c cleaning 9813 clauses out of 38895 with flag 1065000/1065000
907.81/463.27	c cleaning 9792 clauses out of 39083 with flag 1075001/1075001
916.93/467.96	c cleaning 9778 clauses out of 39291 with flag 1085001/1085001
929.24/474.25	c cleaning 9814 clauses out of 39512 with flag 1095000/1095000
940.35/480.04	c cleaning 9873 clauses out of 39702 with flag 1105004/1105004
950.26/485.14	c cleaning 9846 clauses out of 39825 with flag 1115000/1115000
957.95/489.18	c cleaning 9712 clauses out of 39977 with flag 1125000/1125000
965.22/492.93	c cleaning 9756 clauses out of 40265 with flag 1135000/1135000
973.73/497.48	c cleaning 9886 clauses out of 40509 with flag 1145000/1145000
982.44/501.96	c cleaning 9756 clauses out of 40626 with flag 1155003/1155003
990.75/506.21	c cleaning 9769 clauses out of 40870 with flag 1165003/1165003
999.83/510.95	c cleaning 9926 clauses out of 41099 with flag 1175001/1175001
1011.40/516.95	c cleaning 9863 clauses out of 41172 with flag 1185000/1185000
1026.77/524.79	c cleaning 9816 clauses out of 41312 with flag 1195003/1195003
1037.83/530.47	c cleaning 9830 clauses out of 41494 with flag 1205001/1205001
1048.14/535.78	c cleaning 9847 clauses out of 41663 with flag 1215000/1215000
1057.01/540.47	c cleaning 9724 clauses out of 41816 with flag 1225000/1225000
1069.93/547.03	c cleaning 9692 clauses out of 42096 with flag 1235004/1235004
1081.05/552.71	c cleaning 9711 clauses out of 42402 with flag 1245002/1245002
1090.54/557.68	c cleaning 9908 clauses out of 42692 with flag 1255003/1255003
1102.18/563.77	c cleaning 9793 clauses out of 42782 with flag 1265002/1265002
1112.07/568.86	c cleaning 9700 clauses out of 42990 with flag 1275003/1275003
1121.56/573.78	c cleaning 9708 clauses out of 43287 with flag 1285000/1285000
1130.63/578.43	c cleaning 9677 clauses out of 43584 with flag 1295005/1295005
1139.12/582.96	c cleaning 9760 clauses out of 43902 with flag 1305000/1305000
1148.57/587.81	c cleaning 9805 clauses out of 44142 with flag 1315000/1315000
1158.46/592.98	c cleaning 9893 clauses out of 44337 with flag 1325000/1325000
1167.94/597.89	c cleaning 9744 clauses out of 44445 with flag 1335001/1335001
1179.57/603.92	c cleaning 9789 clauses out of 44701 with flag 1345001/1345001
1189.03/608.83	c cleaning 9764 clauses out of 44911 with flag 1355000/1355000
1200.72/614.90	c cleaning 9750 clauses out of 45149 with flag 1365002/1365002
1211.77/620.57	c cleaning 9687 clauses out of 45397 with flag 1375000/1375000
1223.82/626.85	c cleaning 9785 clauses out of 45711 with flag 1385001/1385001
1234.11/632.16	c cleaning 9898 clauses out of 45926 with flag 1395001/1395001
1244.18/637.33	c cleaning 9887 clauses out of 46027 with flag 1405000/1405000
1259.69/645.20	c cleaning 9734 clauses out of 46141 with flag 1415001/1415001
1276.15/653.79	c cleaning 9906 clauses out of 46406 with flag 1425000/1425000
1285.23/658.41	c cleaning 9748 clauses out of 46501 with flag 1435001/1435001
1294.49/663.22	c cleaning 9861 clauses out of 46755 with flag 1445003/1445003
1303.55/667.94	c cleaning 9776 clauses out of 46892 with flag 1455001/1455001
1313.76/673.35	c cleaning 9857 clauses out of 47117 with flag 1465002/1465002
1324.06/678.65	c cleaning 9814 clauses out of 47260 with flag 1475002/1475002
1334.53/684.08	c cleaning 9839 clauses out of 47446 with flag 1485002/1485002
1344.78/689.34	c cleaning 9780 clauses out of 47605 with flag 1495000/1495000
1356.42/695.42	c cleaning 9866 clauses out of 47827 with flag 1505002/1505002
1367.48/701.11	c cleaning 9769 clauses out of 47959 with flag 1515000/1515000
1379.57/707.38	c cleaning 9871 clauses out of 48190 with flag 1525000/1525000
1390.83/713.11	c cleaning 9825 clauses out of 48321 with flag 1535002/1535002
1401.05/718.58	c cleaning 9813 clauses out of 48494 with flag 1545000/1545000
1412.09/724.26	c cleaning 9923 clauses out of 48682 with flag 1555001/1555001
1422.12/729.42	c cleaning 9826 clauses out of 48759 with flag 1565001/1565001
1429.33/733.26	c cleaning 9906 clauses out of 48932 with flag 1575000/1575000
1438.73/738.28	c cleaning 9735 clauses out of 49027 with flag 1585001/1585001
1446.78/742.44	c cleaning 9883 clauses out of 49292 with flag 1595001/1595001
1456.24/747.38	c cleaning 9789 clauses out of 49408 with flag 1605000/1605000
1468.30/753.55	c cleaning 9860 clauses out of 49619 with flag 1615000/1615000
1477.91/758.63	c cleaning 9816 clauses out of 49759 with flag 1625000/1625000
1486.77/763.26	c cleaning 9847 clauses out of 49943 with flag 1635000/1635000
1499.05/769.50	c cleaning 9849 clauses out of 50097 with flag 1645001/1645001
1511.29/775.81	c cleaning 9843 clauses out of 50249 with flag 1655002/1655002
1520.45/780.76	c cleaning 9904 clauses out of 50404 with flag 1665000/1665000
1531.29/786.38	c cleaning 9863 clauses out of 50503 with flag 1675003/1675003
1541.95/791.82	c cleaning 9760 clauses out of 50639 with flag 1685002/1685002
1553.43/797.71	c cleaning 9870 clauses out of 50881 with flag 1695004/1695004
1563.97/803.35	c cleaning 9934 clauses out of 51012 with flag 1705005/1705005
1572.98/808.07	c cleaning 9910 clauses out of 51076 with flag 1715003/1715003
1581.42/812.47	c cleaning 9770 clauses out of 51163 with flag 1725000/1725000
1590.43/817.16	c cleaning 9818 clauses out of 51393 with flag 1735000/1735000
1599.96/822.27	c cleaning 9835 clauses out of 51575 with flag 1745000/1745000
1609.00/826.94	c cleaning 9764 clauses out of 51742 with flag 1755002/1755002
1618.97/832.11	c cleaning 9837 clauses out of 51976 with flag 1765000/1765000
1627.77/836.75	c cleaning 9787 clauses out of 52140 with flag 1775001/1775001
1639.30/842.81	c cleaning 9820 clauses out of 52352 with flag 1785000/1785000
1651.72/849.26	c cleaning 9840 clauses out of 52537 with flag 1795005/1795005
1663.12/855.11	c cleaning 9768 clauses out of 52693 with flag 1805001/1805001
1673.72/860.65	c cleaning 9909 clauses out of 52924 with flag 1815000/1815000
1688.04/868.12	c cleaning 9781 clauses out of 53015 with flag 1825000/1825000
1698.24/873.49	c cleaning 9766 clauses out of 53236 with flag 1835002/1835002
1708.20/878.60	c cleaning 9857 clauses out of 53469 with flag 1845001/1845001
1719.02/884.21	c cleaning 9768 clauses out of 53612 with flag 1855001/1855001
1730.71/890.44	c cleaning 9831 clauses out of 53847 with flag 1865004/1865004
1740.89/895.75	c cleaning 9963 clauses out of 54013 with flag 1875001/1875001
1750.85/900.99	c cleaning 9812 clauses out of 54050 with flag 1885001/1885001
1760.64/906.04	c cleaning 9845 clauses out of 54237 with flag 1895000/1895000
1773.15/912.63	c cleaning 9800 clauses out of 54395 with flag 1905003/1905003
1785.37/918.95	c cleaning 9882 clauses out of 54592 with flag 1915000/1915000
1797.38/925.11	c cleaning 9762 clauses out of 54711 with flag 1925001/1925001
1800.12/926.71	c starts		: 209
1800.12/926.71	c conflicts		: 1927897
1800.12/926.71	c decisions		: 7891332
1800.12/926.71	c propagations		: 622157015
1800.12/926.71	c inspects		: 2814169508
1800.12/926.71	c learnt literals	: 122
1800.12/926.71	c learnt binary clauses	: 35537
1800.12/926.71	c learnt ternary clauses	: 57440
1800.12/926.71	c learnt clauses	: 1927775
1800.12/926.71	c ignored clauses	: 0
1800.12/926.71	c root simplifications	: 0
1800.12/926.71	c removed literals (reason simplification)	: 61071611
1800.12/926.71	c reason swapping (by a shorter reason)	: 0
1800.12/926.71	c Calls to reduceDB	: 194
1800.12/926.71	c number of reductions to clauses (during analyze)	: 0
1800.12/926.71	c number of learned constraints concerned by reduction	: 0
1800.12/926.71	c number of learning phase by resolution	: 0
1800.12/926.71	c number of learning phase by cutting planes	: 0
1800.12/926.71	c speed (assignments/second)	: 671616.5650860682
1800.12/926.71	c non guided choices	352
1800.12/926.73	c learnt constraints type 
1800.12/926.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12335
1800.12/926.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35539
1800.12/926.73	c constraints type 
1800.12/926.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3092
1800.12/926.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 67
1800.12/926.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 660
1800.12/926.73	c constraints type 
1800.12/926.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 660
1800.12/926.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3092
1800.12/926.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 67
1800.12/926.73	s UNKNOWN
1800.12/926.73	c Total wall clock time (in seconds): 926.633

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-3742691-1338788060/watcher-3742691-1338788060 -o /tmp/evaluation-result-3742691-1338788060/solver-3742691-1338788060 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742691-1338788060.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: 4.21 4.02 3.84 4/196 9884
/proc/meminfo: memFree=26290508/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9884/stat : 9884 (java) R 9882 9884 9217 0 -1 4202496 1030 0 0 0 0 0 0 0 20 0 1 0 344931473 23793664 756 33554432000 1073741824 1073778376 140736759478304 140736759467368 140233439846704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 5809 774 571 9 0 128 0

[startup+0.0658521 s]
/proc/loadavg: 4.21 4.02 3.84 4/196 9884
/proc/meminfo: memFree=26290508/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 3949 0 1 0 4 1 0 0 20 0 18 0 344931473 2764726272 5156 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 674982 5156 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100337 s]
/proc/loadavg: 4.21 4.02 3.84 4/196 9884
/proc/meminfo: memFree=26290508/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 4875 0 1 0 10 1 0 0 20 0 18 0 344931473 2764726272 6046 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 674982 6047 2131 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300203 s]
/proc/loadavg: 4.21 4.02 3.84 4/196 9884
/proc/meminfo: memFree=26290508/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 8334 0 1 0 58 2 0 0 20 0 18 0 344931473 2764726272 10418 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 674982 10418 2221 9 0 665676 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 2699928

[startup+0.700212 s]
/proc/loadavg: 4.21 4.02 3.84 4/196 9884
/proc/meminfo: memFree=26290508/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2966184 CPUtime=2.12 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 17162 0 1 0 207 5 0 0 20 0 22 0 344931473 3037372416 19701 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 741546 19701 2251 9 0 732240 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 4.12 4.01 3.83 7/218 9906
/proc/meminfo: memFree=26187212/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2966184 CPUtime=4.52 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 23685 0 1 0 443 9 0 0 20 0 22 0 344931473 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 741546 65339 2260 9 0 732240 0
[pid=9884/tid=9886] ppid=9882 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/9884/task/9886/stat : 9886 (java) S 9882 9884 9217 0 -1 4202560 2863 0 1 0 32 1 0 0 20 0 22 0 344931473 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233432335512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9887] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9887/stat : 9887 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233368128040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9888] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9888/stat : 9888 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233297611176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9889] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9889/stat : 9889 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233296558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9890] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9890/stat : 9890 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233295505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9891] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9891/stat : 9891 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233294453800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9892] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9892/stat : 9892 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233293401000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9893] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9893/stat : 9893 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233292348200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9894] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9894/stat : 9894 (java) S 9882 9884 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233291295400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9895] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9895/stat : 9895 (java) S 9882 9884 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344931475 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233279097320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9896] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9896/stat : 9896 (java) S 9882 9884 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233278043384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9897] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9897/stat : 9897 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233276990472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9898] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9898/stat : 9898 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233275938960 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9899] ppid=9882 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/9884/task/9899/stat : 9899 (java) S 9882 9884 9217 0 -1 4202560 9825 0 0 0 93 2 0 0 20 0 22 0 344931478 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233274887096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9900] ppid=9882 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/9884/task/9900/stat : 9900 (java) R 9882 9884 9217 0 -1 4202560 9580 0 0 0 89 2 0 0 20 0 22 0 344931478 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233273834176 140233434822657 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9901] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9901/stat : 9901 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233272781688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9902] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9902/stat : 9902 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233271729096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9903] ppid=9882 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/9884/task/9903/stat : 9903 (java) R 9882 9884 9217 0 -1 4202560 32 0 0 0 112 0 0 0 20 0 22 0 344931508 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233269658264 140233373162317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9904] ppid=9882 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/9884/task/9904/stat : 9904 (java) R 9882 9884 9217 0 -1 4202560 183 0 0 0 110 2 0 0 20 0 22 0 344931508 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233268605272 140233372684187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9905] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9905/stat : 9905 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233267553192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9906] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9906/stat : 9906 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 65339 33554432000 1073741824 1073778376 140736759478304 140233266500392 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 2966184

[startup+3.10087 s]
/proc/loadavg: 4.12 4.01 3.83 5/219 9907
/proc/meminfo: memFree=25988052/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2966184 CPUtime=7.92 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 23882 0 1 0 779 13 0 0 20 0 22 0 344931473 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 741546 105885 2281 9 0 732240 0
[pid=9884/tid=9886] ppid=9882 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/9884/task/9886/stat : 9886 (java) S 9882 9884 9217 0 -1 4202560 2863 0 1 0 32 1 0 0 20 0 22 0 344931473 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233432335512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9887] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9887/stat : 9887 (java) S 9882 9884 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233368128040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9888] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9888/stat : 9888 (java) S 9882 9884 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233297611176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9889] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9889/stat : 9889 (java) S 9882 9884 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233296558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9890] ppid=9882 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/9884/task/9890/stat : 9890 (java) S 9882 9884 9217 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233295505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9891] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9891/stat : 9891 (java) S 9882 9884 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233294453800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=9884/tid=9892] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9892/stat : 9892 (java) S 9882 9884 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233293401000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9893] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9893/stat : 9893 (java) S 9882 9884 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233292348200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9894] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9894/stat : 9894 (java) S 9882 9884 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233291295400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9895] ppid=9882 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/9884/task/9895/stat : 9895 (java) S 9882 9884 9217 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 344931475 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233279097320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9896] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9896/stat : 9896 (java) S 9882 9884 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233278043384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9897] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9897/stat : 9897 (java) S 9882 9884 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233276990472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9898] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9898/stat : 9898 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233275938960 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9899] ppid=9882 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/9884/task/9899/stat : 9899 (java) S 9882 9884 9217 0 -1 4202560 9859 0 0 0 105 2 0 0 20 0 22 0 344931478 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233274887096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9900] ppid=9882 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/9884/task/9900/stat : 9900 (java) S 9882 9884 9217 0 -1 4202560 9593 0 0 0 100 2 0 0 20 0 22 0 344931478 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233273834296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9901] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9901/stat : 9901 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233272781688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9902] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9902/stat : 9902 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233271729096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9903] ppid=9882 vsize=2966184 CPUtime=2.62 cores=1,3,5,7
/proc/9884/task/9903/stat : 9903 (java) R 9882 9884 9217 0 -1 4202560 35 0 0 0 262 0 0 0 20 0 22 0 344931508 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233269658064 140233372750576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9904] ppid=9882 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/9884/task/9904/stat : 9904 (java) R 9882 9884 9217 0 -1 4202560 251 0 0 0 257 6 0 0 20 0 22 0 344931508 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233268603152 140233372916905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9905] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9905/stat : 9905 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233267553192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9906] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9906/stat : 9906 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 105885 33554432000 1073741824 1073778376 140736759478304 140233266500392 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 2966184

[startup+6.30088 s]
/proc/loadavg: 4.11 4.01 3.83 6/219 9907
/proc/meminfo: memFree=25873052/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2966184 CPUtime=14.44 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 23915 0 1 0 1430 14 0 0 20 0 22 0 344931473 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 741546 106702 2281 9 0 732240 0
[pid=9884/tid=9886] ppid=9882 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/9884/task/9886/stat : 9886 (java) S 9882 9884 9217 0 -1 4202560 2863 0 1 0 32 1 0 0 20 0 22 0 344931473 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233432335512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9887] ppid=9882 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/9884/task/9887/stat : 9887 (java) S 9882 9884 9217 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233368128040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9888] ppid=9882 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9884/task/9888/stat : 9888 (java) S 9882 9884 9217 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233297611176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9889] ppid=9882 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/9884/task/9889/stat : 9889 (java) S 9882 9884 9217 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233296558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9890] ppid=9882 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/9884/task/9890/stat : 9890 (java) S 9882 9884 9217 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233295505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9891] ppid=9882 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/9884/task/9891/stat : 9891 (java) S 9882 9884 9217 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233294453800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=9884/tid=9892] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9892/stat : 9892 (java) S 9882 9884 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233293401000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9893] ppid=9882 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9884/task/9893/stat : 9893 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233292348200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9894] ppid=9882 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9884/task/9894/stat : 9894 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344931474 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233291295400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9895] ppid=9882 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/9884/task/9895/stat : 9895 (java) S 9882 9884 9217 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 22 0 344931475 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233279097320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9896] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9896/stat : 9896 (java) S 9882 9884 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233278043384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9897] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9897/stat : 9897 (java) S 9882 9884 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233276990472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9898] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9898/stat : 9898 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233275938960 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9899] ppid=9882 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/9884/task/9899/stat : 9899 (java) S 9882 9884 9217 0 -1 4202560 9863 0 0 0 110 2 0 0 20 0 22 0 344931478 3037372416 106702 33554432000 1073741824 1073778376 140736759478304 140233274887096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/9884/statm: 741546 213623 2282 9 0 732240 0
[pid=9884/tid=9886] ppid=9882 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/9884/task/9886/stat : 9886 (java) S 9882 9884 9217 0 -1 4202560 2897 0 1 0 33 3 0 0 20 0 22 0 344931473 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233432335512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9887] ppid=9882 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/9884/task/9887/stat : 9887 (java) S 9882 9884 9217 0 -1 4202560 181 0 0 0 359 7 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233368128040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9888] ppid=9882 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/9884/task/9888/stat : 9888 (java) S 9882 9884 9217 0 -1 4202560 178 0 0 0 363 6 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233297611176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9889] ppid=9882 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/9884/task/9889/stat : 9889 (java) S 9882 9884 9217 0 -1 4202560 179 0 0 0 342 7 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233296558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9890] ppid=9882 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/9884/task/9890/stat : 9890 (java) S 9882 9884 9217 0 -1 4202560 186 0 0 0 341 6 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233295505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9891] ppid=9882 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/9884/task/9891/stat : 9891 (java) S 9882 9884 9217 0 -1 4202560 214 0 0 0 355 8 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233294453800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=9884/tid=9892] ppid=9882 vsize=2966184 CPUtime=3.62 cores=1,3,5,7
/proc/9884/task/9892/stat : 9892 (java) S 9882 9884 9217 0 -1 4202560 167 0 0 0 356 6 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233293401000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9893] ppid=9882 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/9884/task/9893/stat : 9893 (java) S 9882 9884 9217 0 -1 4202560 168 0 0 0 336 6 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233292348200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9894] ppid=9882 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/9884/task/9894/stat : 9894 (java) S 9882 9884 9217 0 -1 4202560 172 0 0 0 369 5 0 0 20 0 22 0 344931474 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233291295400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9895] ppid=9882 vsize=2966184 CPUtime=64 cores=1,3,5,7
/proc/9884/task/9895/stat : 9895 (java) S 9882 9884 9217 0 -1 4202560 139 0 0 0 6383 17 0 0 20 0 22 0 344931475 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233279097320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9896] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9896/stat : 9896 (java) S 9882 9884 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233278043384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9897] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9897/stat : 9897 (java) S 9882 9884 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233276990472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9898] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9898/stat : 9898 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233275938960 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9899] ppid=9882 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/9884/task/9899/stat : 9899 (java) S 9882 9884 9217 0 -1 4202560 11286 0 0 0 162 2 0 0 20 0 22 0 344931478 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233274887096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9900] ppid=9882 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/9884/task/9900/stat : 9900 (java) S 9882 9884 9217 0 -1 4202560 9606 0 0 0 111 2 0 0 20 0 22 0 344931478 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233273834296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9901] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9901/stat : 9901 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233272781688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9902] ppid=9882 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/9884/task/9902/stat : 9902 (java) S 9882 9884 9217 0 -1 4202560 50 0 0 0 21 22 0 0 20 0 22 0 344931478 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233271729096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9903] ppid=9882 vsize=2966184 CPUtime=807.29 cores=1,3,5,7
/proc/9884/task/9903/stat : 9903 (java) R 9882 9884 9217 0 -1 4202560 283 0 0 0 80714 15 0 0 20 0 22 0 344931508 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233269658064 140233372712782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9904] ppid=9882 vsize=2966184 CPUtime=807.43 cores=1,3,5,7
/proc/9884/task/9904/stat : 9904 (java) R 9882 9884 9217 0 -1 4202560 437 0 0 0 80722 21 0 0 20 0 22 0 344931508 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233268603536 140233372761159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9905] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9905/stat : 9905 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233267553192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9906] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9906/stat : 9906 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 213623 33554432000 1073741824 1073778376 140736759478304 140233266500392 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1715.16
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.701 s]
/proc/loadavg: 3.73 3.87 3.82 5/219 9979
/proc/meminfo: memFree=25543824/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 27414 0 1 0 179896 116 0 0 20 0 22 0 344931473 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 741546 214195 2282 9 0 732240 0
[pid=9884/tid=9886] ppid=9882 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/9884/task/9886/stat : 9886 (java) S 9882 9884 9217 0 -1 4202560 2901 0 1 0 33 3 0 0 20 0 22 0 344931473 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233432335512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9887] ppid=9882 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/9884/task/9887/stat : 9887 (java) S 9882 9884 9217 0 -1 4202560 191 0 0 0 383 7 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233368128040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9888] ppid=9882 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/9884/task/9888/stat : 9888 (java) S 9882 9884 9217 0 -1 4202560 185 0 0 0 381 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233297611176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9889] ppid=9882 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/9884/task/9889/stat : 9889 (java) S 9882 9884 9217 0 -1 4202560 185 0 0 0 363 7 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233296558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9890] ppid=9882 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/9884/task/9890/stat : 9890 (java) S 9882 9884 9217 0 -1 4202560 193 0 0 0 361 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233295505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9891] ppid=9882 vsize=2966184 CPUtime=3.8 cores=1,3,5,7
/proc/9884/task/9891/stat : 9891 (java) S 9882 9884 9217 0 -1 4202560 216 0 0 0 372 8 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233294453800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 1 0 0
[pid=9884/tid=9892] ppid=9882 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/9884/task/9892/stat : 9892 (java) S 9882 9884 9217 0 -1 4202560 175 0 0 0 378 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233293401000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9893] ppid=9882 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/9884/task/9893/stat : 9893 (java) S 9882 9884 9217 0 -1 4202560 180 0 0 0 357 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233292348200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9894] ppid=9882 vsize=2966184 CPUtime=3.95 cores=1,3,5,7
/proc/9884/task/9894/stat : 9894 (java) S 9882 9884 9217 0 -1 4202560 181 0 0 0 390 5 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233291295400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9895] ppid=9882 vsize=2966184 CPUtime=68.56 cores=1,3,5,7
/proc/9884/task/9895/stat : 9895 (java) S 9882 9884 9217 0 -1 4202560 141 0 0 0 6837 19 0 0 20 0 22 0 344931475 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233279097320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9896] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9896/stat : 9896 (java) S 9882 9884 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233278043384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9897] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9897/stat : 9897 (java) S 9882 9884 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233276990472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9898] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9898/stat : 9898 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233275938960 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9899] ppid=9882 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/9884/task/9899/stat : 9899 (java) S 9882 9884 9217 0 -1 4202560 11286 0 0 0 162 2 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233274887096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9900] ppid=9882 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/9884/task/9900/stat : 9900 (java) S 9882 9884 9217 0 -1 4202560 9606 0 0 0 111 2 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233273834296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9901] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9901/stat : 9901 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233272781688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9902] ppid=9882 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/9884/task/9902/stat : 9902 (java) S 9882 9884 9217 0 -1 4202560 52 0 0 0 22 23 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233271729096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9903] ppid=9882 vsize=2966184 CPUtime=846.57 cores=1,3,5,7
/proc/9884/task/9903/stat : 9903 (java) R 9882 9884 9217 0 -1 4202560 290 0 0 0 84642 15 0 0 20 0 22 0 344931508 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233269658064 140233372712862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9904] ppid=9882 vsize=2966184 CPUtime=846.7 cores=1,3,5,7
/proc/9884/task/9904/stat : 9904 (java) R 9882 9884 9217 0 -1 4202560 443 0 0 0 84649 21 0 0 20 0 22 0 344931508 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233268603536 140233372921118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9905] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9905/stat : 9905 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233267553192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9906] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9906/stat : 9906 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233266500392 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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.701 s]
/proc/loadavg: 3.73 3.87 3.82 5/219 9979
/proc/meminfo: memFree=25543824/32873844 swapFree=7384/7384
[pid=9884] ppid=9882 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/9884/stat : 9884 (java) S 9882 9884 9217 0 -1 4202496 27414 0 1 0 179896 116 0 0 20 0 22 0 344931473 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140736759469440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9884/statm: 741546 214195 2282 9 0 732240 0
[pid=9884/tid=9886] ppid=9882 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/9884/task/9886/stat : 9886 (java) S 9882 9884 9217 0 -1 4202560 2901 0 1 0 33 3 0 0 20 0 22 0 344931473 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233432335512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9887] ppid=9882 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/9884/task/9887/stat : 9887 (java) S 9882 9884 9217 0 -1 4202560 191 0 0 0 383 7 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233368128040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9888] ppid=9882 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/9884/task/9888/stat : 9888 (java) S 9882 9884 9217 0 -1 4202560 185 0 0 0 381 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233297611176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9889] ppid=9882 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/9884/task/9889/stat : 9889 (java) S 9882 9884 9217 0 -1 4202560 185 0 0 0 363 7 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233296558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9890] ppid=9882 vsize=2966184 CPUtime=3.67 cores=1,3,5,7
/proc/9884/task/9890/stat : 9890 (java) S 9882 9884 9217 0 -1 4202560 193 0 0 0 361 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233295505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9891] ppid=9882 vsize=2966184 CPUtime=3.8 cores=1,3,5,7
/proc/9884/task/9891/stat : 9891 (java) S 9882 9884 9217 0 -1 4202560 216 0 0 0 372 8 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233294453800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 1 0 0
[pid=9884/tid=9892] ppid=9882 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/9884/task/9892/stat : 9892 (java) S 9882 9884 9217 0 -1 4202560 175 0 0 0 378 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233293401000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9893] ppid=9882 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/9884/task/9893/stat : 9893 (java) S 9882 9884 9217 0 -1 4202560 180 0 0 0 357 6 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233292348200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9894] ppid=9882 vsize=2966184 CPUtime=3.95 cores=1,3,5,7
/proc/9884/task/9894/stat : 9894 (java) S 9882 9884 9217 0 -1 4202560 181 0 0 0 390 5 0 0 20 0 22 0 344931474 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233291295400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9895] ppid=9882 vsize=2966184 CPUtime=68.56 cores=1,3,5,7
/proc/9884/task/9895/stat : 9895 (java) S 9882 9884 9217 0 -1 4202560 141 0 0 0 6837 19 0 0 20 0 22 0 344931475 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233279097320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9896] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9896/stat : 9896 (java) S 9882 9884 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233278043384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9897] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9897/stat : 9897 (java) S 9882 9884 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344931476 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233276990472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9898] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9898/stat : 9898 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233275938960 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9899] ppid=9882 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/9884/task/9899/stat : 9899 (java) S 9882 9884 9217 0 -1 4202560 11286 0 0 0 162 2 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233274887096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9900] ppid=9882 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/9884/task/9900/stat : 9900 (java) S 9882 9884 9217 0 -1 4202560 9606 0 0 0 111 2 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233273834296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9901] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9901/stat : 9901 (java) S 9882 9884 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233272781688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9884/tid=9902] ppid=9882 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/9884/task/9902/stat : 9902 (java) S 9882 9884 9217 0 -1 4202560 52 0 0 0 22 23 0 0 20 0 22 0 344931478 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233271729096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9903] ppid=9882 vsize=2966184 CPUtime=846.57 cores=1,3,5,7
/proc/9884/task/9903/stat : 9903 (java) R 9882 9884 9217 0 -1 4202560 290 0 0 0 84642 15 0 0 20 0 22 0 344931508 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233269658064 140233372712862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9884/tid=9904] ppid=9882 vsize=2966184 CPUtime=846.7 cores=1,3,5,7
/proc/9884/task/9904/stat : 9904 (java) R 9882 9884 9217 0 -1 4202560 443 0 0 0 84649 21 0 0 20 0 22 0 344931508 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233268603536 140233372921118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9884/tid=9905] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9905/stat : 9905 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233267553192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9884/tid=9906] ppid=9882 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9884/task/9906/stat : 9906 (java) S 9882 9884 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344931509 3037372416 214195 33554432000 1073741824 1073778376 140736759478304 140233266500392 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9884 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=638173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=531767
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 926.756
CPU time (s): 1800.12
CPU user time (s): 1798.96
CPU system time (s): 1.16
CPU usage (%): 194.239
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.53177
maximum resident set size= 856908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27449
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= 34525
involuntary context switches= 64698

runsolver used 3.82142 second user time and 8.80566 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 07:34:20
IDJOB=3742691
IDBENCH=90223
IDSOLVER=2324
FILE ID=node136/3742691-1338788060
RUNJOBID= node136-1338784910-9234
PBS_JOBID= 14636853
Free space on /tmp= 69816 MiB

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

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

MD5SUM BENCH= 9e951304b89652b8f827a6527d1495c5
RANDOM SEED=574127722

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:       32873844 kB
MemFree:        26290772 kB
Buffers:         1276652 kB
Cached:          3612428 kB
SwapCached:        20316 kB
Active:          3499232 kB
Inactive:        2178860 kB
Active(anon):     761796 kB
Inactive(anon):    22308 kB
Active(file):    2737436 kB
Inactive(file):  2156552 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:               436 kB
Writeback:             8 kB
AnonPages:        769712 kB
Mapped:            17748 kB
Shmem:                 0 kB
Slab:             763972 kB
SReclaimable:     204996 kB
SUnreclaim:       558976 kB
KernelStack:        1600 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69816 MiB
End job on node136 at 2012-06-04 07:49:49