Trace number 3742097

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.07 928.559

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K93.opb
MD5SUM91412677f9785e1c6465ad7d3d170f82
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 benchmark510.634
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6324
Total number of constraints6512
Number of constraints which are clauses6419
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint93
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 94
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3742097-1338764018.opb
0.10/0.11	c reading problem ... 
0.80/0.43	c ... done. Wall clock time 0.318s.
0.80/0.43	c #vars     6324
0.80/0.43	c #constraints  6512
0.80/0.43	c constraints type 
0.80/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5221
0.80/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 93
0.80/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1196
0.80/0.43	c constraints type 
0.80/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1196
0.80/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5221
0.80/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 93
5.18/1.83	c cleaning 2490 clauses out of 4985 with flag 5000/5000
8.25/3.37	c cleaning 4233 clauses out of 8494 with flag 11003/11003
13.02/5.71	c cleaning 5606 clauses out of 11255 with flag 18000/18000
17.30/7.81	c cleaning 6769 clauses out of 13642 with flag 26000/26000
22.28/10.31	c cleaning 7903 clauses out of 15866 with flag 35000/35000
27.30/12.80	c cleaning 8871 clauses out of 17959 with flag 45000/45000
32.26/15.38	c cleaning 9492 clauses out of 19079 with flag 55000/55000
37.42/17.97	c cleaning 9625 clauses out of 19587 with flag 65000/65000
43.15/20.82	c cleaning 9820 clauses out of 19961 with flag 75000/75000
55.89/27.20	c cleaning 9941 clauses out of 20139 with flag 85001/85001
62.22/30.45	c cleaning 9937 clauses out of 20197 with flag 95000/95000
69.36/34.01	c cleaning 10076 clauses out of 20261 with flag 105003/105003
76.25/37.54	c cleaning 10073 clauses out of 20181 with flag 115001/115001
82.58/40.72	c cleaning 10039 clauses out of 20107 with flag 125000/125000
88.29/43.62	c cleaning 9898 clauses out of 20068 with flag 135000/135000
93.99/46.52	c cleaning 9906 clauses out of 20168 with flag 145000/145000
103.45/51.32	c cleaning 10043 clauses out of 20259 with flag 155001/155001
109.76/54.53	c cleaning 9993 clauses out of 20209 with flag 165000/165000
114.88/57.20	c cleaning 9965 clauses out of 20216 with flag 175001/175001
121.18/60.30	c cleaning 10007 clauses out of 20252 with flag 185002/185002
130.62/65.16	c cleaning 9986 clauses out of 20243 with flag 195000/195000
140.51/70.12	c cleaning 10055 clauses out of 20257 with flag 205000/205000
145.79/72.88	c cleaning 9738 clauses out of 20204 with flag 215003/215003
151.08/75.51	c cleaning 9585 clauses out of 20464 with flag 225001/225001
159.09/79.60	c cleaning 9527 clauses out of 20878 with flag 235000/235000
164.57/82.48	c cleaning 9674 clauses out of 21351 with flag 245000/245000
169.44/84.90	c cleaning 9648 clauses out of 21677 with flag 255001/255001
174.52/87.57	c cleaning 9357 clauses out of 22029 with flag 265003/265003
179.92/90.35	c cleaning 9664 clauses out of 22670 with flag 275001/275001
184.98/92.98	c cleaning 9378 clauses out of 23006 with flag 285002/285002
192.24/96.63	c cleaning 9774 clauses out of 23625 with flag 295000/295000
199.50/100.34	c cleaning 9529 clauses out of 23847 with flag 305000/305000
205.94/103.60	c cleaning 9557 clauses out of 24320 with flag 315002/315002
212.02/106.79	c cleaning 9523 clauses out of 24762 with flag 325001/325001
218.67/110.18	c cleaning 9643 clauses out of 25238 with flag 335000/335000
225.52/113.63	c cleaning 9384 clauses out of 25595 with flag 345000/345000
235.13/118.53	c cleaning 9702 clauses out of 26212 with flag 355001/355001
241.78/121.91	c cleaning 9516 clauses out of 26508 with flag 365000/365000
248.04/125.10	c cleaning 9906 clauses out of 26989 with flag 375001/375001
259.09/130.72	c cleaning 9637 clauses out of 27083 with flag 385001/385001
274.04/138.32	c cleaning 9670 clauses out of 27450 with flag 395005/395005
289.08/145.97	c cleaning 9683 clauses out of 27780 with flag 405005/405005
297.31/150.17	c cleaning 9454 clauses out of 28092 with flag 415000/415000
306.34/154.79	c cleaning 9708 clauses out of 28639 with flag 425001/425001
317.27/160.38	c cleaning 9816 clauses out of 28932 with flag 435002/435002
327.51/165.52	c cleaning 9644 clauses out of 29116 with flag 445002/445002
334.73/169.27	c cleaning 9707 clauses out of 29470 with flag 455000/455000
339.74/171.86	c cleaning 9629 clauses out of 29766 with flag 465003/465003
347.24/175.78	c cleaning 9436 clauses out of 30136 with flag 475002/475002
358.87/181.69	c cleaning 9625 clauses out of 30698 with flag 485000/485000
371.89/188.22	c cleaning 9833 clauses out of 31074 with flag 495001/495001
381.49/193.15	c cleaning 9611 clauses out of 31241 with flag 505001/505001
404.54/204.83	c cleaning 9749 clauses out of 31629 with flag 515000/515000
417.15/211.24	c cleaning 9973 clauses out of 31880 with flag 525000/525000
424.54/215.09	c cleaning 9298 clauses out of 31909 with flag 535002/535002
432.75/219.27	c cleaning 9832 clauses out of 32609 with flag 545001/545001
448.20/227.13	c cleaning 9762 clauses out of 32776 with flag 555000/555000
461.81/234.01	c cleaning 9772 clauses out of 33015 with flag 565001/565001
472.39/239.44	c cleaning 9794 clauses out of 33242 with flag 575000/575000
483.77/245.22	c cleaning 9418 clauses out of 33448 with flag 585000/585000
498.60/252.81	c cleaning 9682 clauses out of 34031 with flag 595001/595001
514.79/261.01	c cleaning 9723 clauses out of 34349 with flag 605001/605001
528.97/268.21	c cleaning 9889 clauses out of 34625 with flag 615000/615000
534.53/271.11	c cleaning 9511 clauses out of 34738 with flag 625002/625002
541.97/275.09	c cleaning 9643 clauses out of 35226 with flag 635001/635001
551.52/279.96	c cleaning 9588 clauses out of 35582 with flag 645000/645000
565.69/287.12	c cleaning 9810 clauses out of 35994 with flag 655000/655000
573.25/291.06	c cleaning 0 clauses out of 5002 with flag 0/5002
578.48/293.72	c cleaning 9717 clauses out of 36187 with flag 665003/665003
592.12/300.69	c cleaning 9957 clauses out of 36468 with flag 675001/675001
598.69/304.04	c cleaning 10033 clauses out of 36511 with flag 685001/685001
605.06/307.36	c cleaning 9602 clauses out of 36477 with flag 695000/695000
612.26/311.12	c cleaning 9704 clauses out of 36875 with flag 705000/705000
620.01/315.10	c cleaning 9645 clauses out of 37172 with flag 715001/715001
626.36/318.50	c cleaning 9505 clauses out of 37525 with flag 725000/725000
633.72/322.27	c cleaning 9517 clauses out of 38022 with flag 735002/735002
640.08/325.61	c cleaning 9826 clauses out of 38499 with flag 745000/745000
647.78/329.66	c cleaning 9403 clauses out of 38678 with flag 755005/755005
656.29/334.04	c cleaning 9592 clauses out of 39271 with flag 765001/765001
663.24/337.60	c cleaning 9820 clauses out of 39680 with flag 775002/775002
672.42/342.41	c cleaning 9686 clauses out of 39859 with flag 785001/785001
683.55/348.16	c cleaning 9720 clauses out of 40172 with flag 795000/795000
695.50/354.22	c cleaning 9840 clauses out of 40454 with flag 805002/805002
708.80/361.03	c cleaning 9815 clauses out of 40615 with flag 815003/815003
720.56/367.19	c cleaning 9514 clauses out of 40797 with flag 825000/825000
727.71/370.82	c cleaning 9726 clauses out of 41283 with flag 835000/835000
739.82/377.07	c cleaning 9755 clauses out of 41559 with flag 845002/845002
756.74/385.67	c cleaning 9779 clauses out of 41803 with flag 855001/855001
768.11/391.51	c cleaning 9720 clauses out of 42025 with flag 865002/865002
774.02/394.65	c cleaning 9827 clauses out of 42305 with flag 875002/875002
782.14/398.81	c cleaning 9642 clauses out of 42476 with flag 885000/885000
788.24/402.05	c cleaning 9584 clauses out of 42834 with flag 895001/895001
800.32/408.35	c cleaning 9612 clauses out of 43249 with flag 905000/905000
814.84/415.77	c cleaning 9698 clauses out of 43641 with flag 915004/915004
822.95/419.98	c cleaning 9901 clauses out of 43939 with flag 925000/925000
833.85/425.57	c cleaning 9673 clauses out of 44039 with flag 935002/935002
845.18/431.46	c cleaning 9622 clauses out of 44367 with flag 945003/945003
867.06/442.55	c cleaning 9951 clauses out of 44742 with flag 955000/955000
887.36/452.86	c cleaning 9823 clauses out of 44791 with flag 965000/965000
901.67/460.18	c cleaning 9648 clauses out of 44968 with flag 975000/975000
916.76/467.91	c cleaning 10084 clauses out of 45323 with flag 985003/985003
928.27/473.89	c cleaning 9592 clauses out of 45237 with flag 995001/995001
935.37/477.59	c cleaning 9820 clauses out of 45645 with flag 1005001/1005001
947.66/483.86	c cleaning 9781 clauses out of 45824 with flag 1015000/1015000
963.53/492.00	c cleaning 9873 clauses out of 46043 with flag 1025000/1025000
970.41/495.69	c cleaning 9607 clauses out of 46169 with flag 1035000/1035000
978.29/499.70	c cleaning 9659 clauses out of 46562 with flag 1045000/1045000
988.95/505.22	c cleaning 9791 clauses out of 46903 with flag 1055000/1055000
996.20/509.19	c cleaning 9775 clauses out of 47113 with flag 1065001/1065001
1007.31/514.85	c cleaning 9505 clauses out of 47339 with flag 1075002/1075002
1018.35/520.54	c cleaning 10077 clauses out of 47832 with flag 1085000/1085000
1028.84/525.92	c cleaning 9614 clauses out of 47755 with flag 1095000/1095000
1045.92/534.78	c cleaning 9776 clauses out of 48142 with flag 1105001/1105001
1056.18/540.05	c cleaning 9757 clauses out of 48369 with flag 1115004/1115004
1065.81/545.06	c cleaning 9601 clauses out of 48609 with flag 1125001/1125001
1076.47/550.53	c cleaning 9831 clauses out of 49008 with flag 1135001/1135001
1094.91/560.07	c cleaning 9665 clauses out of 49178 with flag 1145002/1145002
1108.16/566.84	c cleaning 9639 clauses out of 49511 with flag 1155000/1155000
1116.81/571.32	c cleaning 9908 clauses out of 49872 with flag 1165000/1165000
1125.85/576.09	c cleaning 9549 clauses out of 49964 with flag 1175000/1175000
1137.89/582.37	c cleaning 9775 clauses out of 50417 with flag 1185002/1185002
1151.54/589.35	c cleaning 9771 clauses out of 50640 with flag 1195000/1195000
1166.78/597.10	c cleaning 9813 clauses out of 50869 with flag 1205000/1205000
1177.01/602.47	c cleaning 10094 clauses out of 51055 with flag 1215000/1215000
1190.04/609.20	c cleaning 9780 clauses out of 50961 with flag 1225000/1225000
1199.86/614.34	c cleaning 9848 clauses out of 51182 with flag 1235001/1235001
1213.27/621.22	c cleaning 9818 clauses out of 51335 with flag 1245002/1245002
1223.28/626.44	c cleaning 9768 clauses out of 51516 with flag 1255001/1255001
1235.04/632.62	c cleaning 9951 clauses out of 51749 with flag 1265002/1265002
1241.65/636.11	c cleaning 9678 clauses out of 51797 with flag 1275001/1275001
1252.25/641.69	c cleaning 9733 clauses out of 52118 with flag 1285000/1285000
1264.25/647.83	c cleaning 9492 clauses out of 52385 with flag 1295000/1295000
1277.57/654.87	c cleaning 9844 clauses out of 52893 with flag 1305000/1305000
1287.95/660.25	c cleaning 9975 clauses out of 53049 with flag 1315000/1315000
1293.95/663.43	c cleaning 9712 clauses out of 53074 with flag 1325000/1325000
1303.12/668.24	c cleaning 9798 clauses out of 53365 with flag 1335003/1335003
1312.47/673.30	c cleaning 9674 clauses out of 53564 with flag 1345000/1345000
1324.26/679.33	c cleaning 9940 clauses out of 53890 with flag 1355001/1355001
1343.45/689.19	c cleaning 9799 clauses out of 53952 with flag 1365003/1365003
1364.05/699.65	c cleaning 9926 clauses out of 54152 with flag 1375002/1375002
1380.77/708.37	c cleaning 9783 clauses out of 54225 with flag 1385001/1385001
1395.30/715.86	c cleaning 9817 clauses out of 54442 with flag 1395001/1395001
1409.28/723.04	c cleaning 9883 clauses out of 54625 with flag 1405001/1405001
1425.87/731.56	c cleaning 9885 clauses out of 54742 with flag 1415001/1415001
1440.79/739.38	c cleaning 9806 clauses out of 54856 with flag 1425000/1425000
1455.33/746.80	c cleaning 9972 clauses out of 55053 with flag 1435003/1435003
1468.68/753.71	c cleaning 9834 clauses out of 55079 with flag 1445001/1445001
1477.03/758.18	c cleaning 10008 clauses out of 55244 with flag 1455000/1455000
1491.27/765.66	c cleaning 9705 clauses out of 55236 with flag 1465000/1465000
1502.77/771.63	c cleaning 9751 clauses out of 55531 with flag 1475000/1475000
1514.11/777.50	c cleaning 9910 clauses out of 55782 with flag 1485002/1485002
1528.64/785.04	c cleaning 9784 clauses out of 55871 with flag 1495001/1495001
1540.47/791.30	c cleaning 9888 clauses out of 56089 with flag 1505003/1505003
1551.59/797.12	c cleaning 9829 clauses out of 56198 with flag 1515000/1515000
1565.31/804.21	c cleaning 9706 clauses out of 56370 with flag 1525001/1525001
1581.41/812.59	c cleaning 9959 clauses out of 56664 with flag 1535001/1535001
1594.63/819.59	c cleaning 9761 clauses out of 56704 with flag 1545000/1545000
1603.55/824.28	c cleaning 9861 clauses out of 56943 with flag 1555000/1555000
1615.07/830.24	c cleaning 9911 clauses out of 57082 with flag 1565000/1565000
1624.19/835.01	c cleaning 9773 clauses out of 57172 with flag 1575001/1575001
1632.39/839.58	c cleaning 9731 clauses out of 57401 with flag 1585003/1585003
1649.12/848.16	c cleaning 10035 clauses out of 57670 with flag 1595003/1595003
1655.46/851.52	c cleaning 9594 clauses out of 57629 with flag 1605000/1605000
1663.19/855.68	c cleaning 9499 clauses out of 58035 with flag 1615000/1615000
1672.02/860.48	c cleaning 9933 clauses out of 58537 with flag 1625001/1625001
1679.16/864.26	c cleaning 9678 clauses out of 58603 with flag 1635000/1635000
1689.87/869.82	c cleaning 9621 clauses out of 58925 with flag 1645000/1645000
1696.38/873.33	c cleaning 9906 clauses out of 59304 with flag 1655000/1655000
1703.21/877.10	c cleaning 9705 clauses out of 59398 with flag 1665000/1665000
1709.53/880.51	c cleaning 9495 clauses out of 59693 with flag 1675000/1675000
1717.26/884.63	c cleaning 9811 clauses out of 60198 with flag 1685000/1685000
1727.00/889.78	c cleaning 9546 clauses out of 60387 with flag 1695000/1695000
1734.60/893.91	c cleaning 9871 clauses out of 60842 with flag 1705001/1705001
1744.29/899.03	c cleaning 9695 clauses out of 60970 with flag 1715000/1715000
1754.38/904.39	c cleaning 9610 clauses out of 61275 with flag 1725000/1725000
1762.30/908.54	c cleaning 9725 clauses out of 61663 with flag 1735000/1735000
1769.87/912.73	c cleaning 9646 clauses out of 61938 with flag 1745000/1745000
1780.39/918.29	c cleaning 9699 clauses out of 62295 with flag 1755003/1755003
1796.91/926.76	c cleaning 9793 clauses out of 62596 with flag 1765003/1765003
1800.07/928.52	c starts		: 207
1800.07/928.52	c conflicts		: 1766433
1800.07/928.52	c decisions		: 16336027
1800.07/928.52	c propagations		: 658742234
1800.07/928.52	c inspects		: 1817430441
1800.07/928.52	c shortcuts		: 0
1800.07/928.52	c learnt literals	: 101
1800.07/928.52	c learnt binary clauses	: 43557
1800.07/928.52	c learnt ternary clauses	: 63768
1800.07/928.52	c learnt constraints	: 1766333
1800.07/928.52	c ignored constraints	: 0
1800.07/928.52	c root simplifications	: 0
1800.07/928.52	c removed literals (reason simplification)	: 45313541
1800.07/928.52	c reason swapping (by a shorter reason)	: 0
1800.07/928.52	c Calls to reduceDB	: 178
1800.07/928.52	c number of reductions to clauses (during analyze)	: 0
1800.07/928.52	c number of learned constraints concerned by reduction	: 0
1800.07/928.52	c number of learning phase by resolution	: 0
1800.07/928.52	c number of learning phase by cutting planes	: 0
1800.07/928.52	c speed (assignments/second)	: 709787.3500674508
1800.07/928.52	c non guided choices	3873
1800.07/928.54	c learnt constraints type 
1800.07/928.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43557
1800.07/928.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10699
1800.07/928.54	c constraints type 
1800.07/928.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5221
1800.07/928.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 93
1800.07/928.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1196
1800.07/928.54	c constraints type 
1800.07/928.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1196
1800.07/928.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5221
1800.07/928.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 93
1800.07/928.54	s UNKNOWN
1800.07/928.54	c Total wall clock time (in seconds): 928.429

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-3742097-1338764018/watcher-3742097-1338764018 -o /tmp/evaluation-result-3742097-1338764018/solver-3742097-1338764018 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742097-1338764018.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.83 3.85 3.82 4/195 4833
/proc/meminfo: memFree=26802164/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4833/stat : 4833 (java) R 4831 4833 1918 0 -1 4202496 1096 0 0 0 0 0 0 0 20 0 1 0 342527230 23793664 825 33554432000 1073741824 1073778376 140736271167616 140736271156680 139993648492864 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 5809 844 637 9 0 128 0

[startup+0.101044 s]
/proc/loadavg: 3.83 3.85 3.82 4/195 4833
/proc/meminfo: memFree=26802164/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 5243 0 1 0 9 1 0 0 20 0 18 0 342527230 11864465408 13592 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2896598 13593 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.200245 s]
/proc/loadavg: 3.83 3.85 3.82 4/195 4833
/proc/meminfo: memFree=26802164/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 7249 0 1 0 27 2 0 0 20 0 18 0 342527230 11864465408 16085 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2896745 16086 2200 9 0 2887432 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11586392

[startup+0.300267 s]
/proc/loadavg: 3.83 3.85 3.82 4/195 4833
/proc/meminfo: memFree=26802164/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 8312 0 1 0 54 2 0 0 20 0 18 0 342527230 11864465408 17845 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2896598 17845 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700177 s]
/proc/loadavg: 3.83 3.85 3.82 4/195 4833
/proc/meminfo: memFree=26802164/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 11806 0 1 0 191 3 0 0 20 0 22 0 342527230 12137111552 27719 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2963162 27719 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.83 3.85 3.82 7/217 4855
/proc/meminfo: memFree=26595112/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11852648 CPUtime=4.49 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 22942 0 1 0 441 8 0 0 20 0 22 0 342527230 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2963162 82225 2265 9 0 2953849 0
[pid=4833/tid=4834] ppid=4831 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/4833/task/4834/stat : 4834 (java) S 4831 4833 1918 0 -1 4202560 3394 0 1 0 40 1 0 0 20 0 22 0 342527231 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993644827800 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4836] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4836/stat : 4836 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993599581096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4837] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4837/stat : 4837 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993598528552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4838] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4838/stat : 4838 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993597475496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4839] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4839/stat : 4839 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993596422952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4840] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4840/stat : 4840 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993595369896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4841] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4841/stat : 4841 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993594317352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4842] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4842/stat : 4842 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993593264296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4843] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4843/stat : 4843 (java) S 4831 4833 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993592211752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4844] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4844/stat : 4844 (java) S 4831 4833 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993461783400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4845] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4845/stat : 4845 (java) S 4831 4833 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993460729720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4846] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4846/stat : 4846 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527235 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993459676552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4847] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4847/stat : 4847 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993458625296 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4848] ppid=4831 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/4833/task/4848/stat : 4848 (java) S 4831 4833 1918 0 -1 4202560 8804 0 0 0 93 2 0 0 20 0 22 0 342527237 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993457572152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4849] ppid=4831 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/4833/task/4849/stat : 4849 (java) S 4831 4833 1918 0 -1 4202560 9350 0 0 0 96 1 0 0 20 0 22 0 342527237 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993456519608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4850] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4850/stat : 4850 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993455466744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4851] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4851/stat : 4851 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139993454414408 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4852] ppid=4831 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/4833/task/4852/stat : 4852 (java) R 4831 4833 1918 0 -1 4202560 25 0 0 0 103 0 0 0 20 0 22 0 342527274 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139992445740040 139993469969188 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4853] ppid=4831 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/4833/task/4853/stat : 4853 (java) R 4831 4833 1918 0 -1 4202560 169 0 0 0 101 3 0 0 20 0 22 0 342527274 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139992444687040 139993470115114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4854] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4854/stat : 4854 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139992443634984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4855] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4855/stat : 4855 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 82225 33554432000 1073741824 1073778376 140736271167616 139992442582440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 3.83 3.85 3.82 5/217 4855
/proc/meminfo: memFree=26306284/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11852648 CPUtime=7.84 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 23599 0 1 0 770 14 0 0 20 0 22 0 342527230 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2963162 158067 2290 9 0 2953849 0
[pid=4833/tid=4834] ppid=4831 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/4833/task/4834/stat : 4834 (java) S 4831 4833 1918 0 -1 4202560 3394 0 1 0 40 1 0 0 20 0 22 0 342527231 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993644827800 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4836] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4836/stat : 4836 (java) S 4831 4833 1918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993599581096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4837] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4837/stat : 4837 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993598528552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4838] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4838/stat : 4838 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993597475496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4839] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4839/stat : 4839 (java) S 4831 4833 1918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993596422952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4840] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4840/stat : 4840 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993595369896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4841] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4841/stat : 4841 (java) S 4831 4833 1918 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993594317352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4842] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4842/stat : 4842 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993593264296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4843] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4843/stat : 4843 (java) S 4831 4833 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993592211752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4844] ppid=4831 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/4833/task/4844/stat : 4844 (java) S 4831 4833 1918 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 22 0 342527234 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993461783400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4845] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4845/stat : 4845 (java) S 4831 4833 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993460729720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4846] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4846/stat : 4846 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527235 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993459676552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4847] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4847/stat : 4847 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993458625296 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4848] ppid=4831 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/4833/task/4848/stat : 4848 (java) S 4831 4833 1918 0 -1 4202560 9254 0 0 0 101 2 0 0 20 0 22 0 342527237 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993457572152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4849] ppid=4831 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/4833/task/4849/stat : 4849 (java) S 4831 4833 1918 0 -1 4202560 9356 0 0 0 105 2 0 0 20 0 22 0 342527237 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993456519608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4850] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4850/stat : 4850 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993455466744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4851] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4851/stat : 4851 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139993454414408 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4852] ppid=4831 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/4833/task/4852/stat : 4852 (java) R 4831 4833 1918 0 -1 4202560 27 0 0 0 258 0 0 0 20 0 22 0 342527274 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139992445740184 139993469866409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4853] ppid=4831 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/4833/task/4853/stat : 4853 (java) R 4831 4833 1918 0 -1 4202560 306 0 0 0 251 8 0 0 20 0 22 0 342527274 12137111552 158067 33554432000 1073741824 1073778376 140736271167616 139992444685168 139993469812725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4854] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4854/stat : 4854 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 158579 33554432000 1073741824 1073778376 140736271167616 139992443634984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4855] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4855/stat : 4855 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 158579 33554432000 1073741824 1073778376 140736271167616 139992442582440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 11852648

[startup+6.30083 s]
/proc/loadavg: 3.84 3.85 3.82 5/217 4855
/proc/meminfo: memFree=25530588/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11852648 CPUtime=14.19 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 23893 0 1 0 1396 23 0 0 20 0 22 0 342527230 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2963162 297253 2290 9 0 2953849 0
[pid=4833/tid=4834] ppid=4831 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/4833/task/4834/stat : 4834 (java) S 4831 4833 1918 0 -1 4202560 3394 0 1 0 40 1 0 0 20 0 22 0 342527231 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993644827800 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4836] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4836/stat : 4836 (java) S 4831 4833 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993599581096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4837] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4837/stat : 4837 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993598528552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4838] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4838/stat : 4838 (java) S 4831 4833 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993597475496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4839] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4839/stat : 4839 (java) S 4831 4833 1918 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993596422952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4840] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4840/stat : 4840 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993595369896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4841] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4841/stat : 4841 (java) S 4831 4833 1918 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993594317352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4842] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4842/stat : 4842 (java) S 4831 4833 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993593264296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4843] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4843/stat : 4843 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527233 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993592211752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4844] ppid=4831 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/4833/task/4844/stat : 4844 (java) S 4831 4833 1918 0 -1 4202560 43 0 0 0 9 0 0 0 20 0 22 0 342527234 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993461783400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4845] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4845/stat : 4845 (java) S 4831 4833 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993460729720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4846] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4846/stat : 4846 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527235 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993459676552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4847] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4847/stat : 4847 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993458625296 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4848] ppid=4831 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/4833/task/4848/stat : 4848 (java) S 4831 4833 1918 0 -1 4202560 9254 0 0 0 102 2 0 0 20 0 22 0 342527237 12137111552 297253 33554432000 1073741824 1073778376 140736271167616 139993457572152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/4833/statm: 2963162 693580 2291 9 0 2953849 0
[pid=4833/tid=4834] ppid=4831 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/4833/task/4834/stat : 4834 (java) S 4831 4833 1918 0 -1 4202560 3493 0 1 0 41 3 0 0 20 0 22 0 342527231 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993644827800 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4836] ppid=4831 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/4833/task/4836/stat : 4836 (java) S 4831 4833 1918 0 -1 4202560 81 0 0 0 143 0 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993599581096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4837] ppid=4831 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/4833/task/4837/stat : 4837 (java) S 4831 4833 1918 0 -1 4202560 58 0 0 0 126 2 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993598528552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4838] ppid=4831 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/4833/task/4838/stat : 4838 (java) S 4831 4833 1918 0 -1 4202560 64 0 0 0 127 2 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993597475496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4839] ppid=4831 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/4833/task/4839/stat : 4839 (java) S 4831 4833 1918 0 -1 4202560 54 0 0 0 128 0 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993596422952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4840] ppid=4831 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/4833/task/4840/stat : 4840 (java) S 4831 4833 1918 0 -1 4202560 50 0 0 0 123 0 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993595369896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4841] ppid=4831 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/4833/task/4841/stat : 4841 (java) S 4831 4833 1918 0 -1 4202560 73 0 0 0 124 2 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993594317352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4842] ppid=4831 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/4833/task/4842/stat : 4842 (java) S 4831 4833 1918 0 -1 4202560 51 0 0 0 119 0 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993593264296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4843] ppid=4831 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/4833/task/4843/stat : 4843 (java) S 4831 4833 1918 0 -1 4202560 53 0 0 0 126 2 0 0 20 0 22 0 342527233 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993592211752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4844] ppid=4831 vsize=11852648 CPUtime=51.39 cores=0,2,4,6
/proc/4833/task/4844/stat : 4844 (java) S 4831 4833 1918 0 -1 4202560 261 0 0 0 5130 9 0 0 20 0 22 0 342527234 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993461783400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4845] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4845/stat : 4845 (java) S 4831 4833 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993460729720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4846] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4846/stat : 4846 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527235 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993459676552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4847] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4847/stat : 4847 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993458625296 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4848] ppid=4831 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/4833/task/4848/stat : 4848 (java) S 4831 4833 1918 0 -1 4202560 11857 0 0 0 165 3 0 0 20 0 22 0 342527237 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993457572152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4849] ppid=4831 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/4833/task/4849/stat : 4849 (java) S 4831 4833 1918 0 -1 4202560 9356 0 0 0 110 2 0 0 20 0 22 0 342527237 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993456519608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4850] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4850/stat : 4850 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993455466744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4851] ppid=4831 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/4833/task/4851/stat : 4851 (java) S 4831 4833 1918 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 342527237 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139993454414408 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4852] ppid=4831 vsize=11852648 CPUtime=765.38 cores=0,2,4,6
/proc/4833/task/4852/stat : 4852 (java) R 4831 4833 1918 0 -1 4202560 81 0 0 0 76526 12 0 0 20 0 22 0 342527274 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139992445739840 139993469929280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4853] ppid=4831 vsize=11852648 CPUtime=765.27 cores=0,2,4,6
/proc/4833/task/4853/stat : 4853 (java) R 4831 4833 1918 0 -1 4202560 1179 0 0 0 76472 55 0 0 20 0 22 0 342527274 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139992444685408 139993470038802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4854] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4854/stat : 4854 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139992443634984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4855] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4855/stat : 4855 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 693580 33554432000 1073741824 1073778376 140736271167616 139992442582440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1599.75
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.91 3.86 3.82 5/217 4944
/proc/meminfo: memFree=22441784/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11852648 CPUtime=1712.67 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 28014 0 1 0 171182 85 0 0 20 0 22 0 342527230 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2963162 696184 2291 9 0 2953849 0
[pid=4833/tid=4834] ppid=4831 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/4833/task/4834/stat : 4834 (java) S 4831 4833 1918 0 -1 4202560 3504 0 1 0 42 4 0 0 20 0 22 0 342527231 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993644827800 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4836] ppid=4831 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/4833/task/4836/stat : 4836 (java) S 4831 4833 1918 0 -1 4202560 88 0 0 0 159 0 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993599581096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4837] ppid=4831 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/4833/task/4837/stat : 4837 (java) S 4831 4833 1918 0 -1 4202560 65 0 0 0 143 2 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993598528552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4838] ppid=4831 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/4833/task/4838/stat : 4838 (java) S 4831 4833 1918 0 -1 4202560 70 0 0 0 141 2 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993597475496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4839] ppid=4831 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/4833/task/4839/stat : 4839 (java) S 4831 4833 1918 0 -1 4202560 62 0 0 0 144 0 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993596422952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4840] ppid=4831 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/4833/task/4840/stat : 4840 (java) S 4831 4833 1918 0 -1 4202560 57 0 0 0 140 0 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993595369896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4841] ppid=4831 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/4833/task/4841/stat : 4841 (java) S 4831 4833 1918 0 -1 4202560 75 0 0 0 137 2 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993594317352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4842] ppid=4831 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/4833/task/4842/stat : 4842 (java) S 4831 4833 1918 0 -1 4202560 57 0 0 0 132 0 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993593264296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4843] ppid=4831 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/4833/task/4843/stat : 4843 (java) S 4831 4833 1918 0 -1 4202560 54 0 0 0 137 2 0 0 20 0 22 0 342527233 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993592211752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4844] ppid=4831 vsize=11852648 CPUtime=59 cores=0,2,4,6
/proc/4833/task/4844/stat : 4844 (java) S 4831 4833 1918 0 -1 4202560 270 0 0 0 5891 9 0 0 20 0 22 0 342527234 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993461783400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4845] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4845/stat : 4845 (java) S 4831 4833 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993460729720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4846] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4846/stat : 4846 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527235 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993459676552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4847] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4847/stat : 4847 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993458625296 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4848] ppid=4831 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/4833/task/4848/stat : 4848 (java) S 4831 4833 1918 0 -1 4202560 11857 0 0 0 165 3 0 0 20 0 22 0 342527237 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993457572152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4849] ppid=4831 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/4833/task/4849/stat : 4849 (java) S 4831 4833 1918 0 -1 4202560 9356 0 0 0 110 2 0 0 20 0 22 0 342527237 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993456519608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4850] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4850/stat : 4850 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993455466744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4851] ppid=4831 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/4833/task/4851/stat : 4851 (java) S 4831 4833 1918 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 342527237 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139993454414408 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4852] ppid=4831 vsize=11852648 CPUtime=817.29 cores=0,2,4,6
/proc/4833/task/4852/stat : 4852 (java) R 4831 4833 1918 0 -1 4202560 83 0 0 0 81716 13 0 0 20 0 22 0 342527274 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139992445739840 139993469858139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4853] ppid=4831 vsize=11852648 CPUtime=817.18 cores=0,2,4,6
/proc/4833/task/4853/stat : 4853 (java) R 4831 4833 1918 0 -1 4202560 1179 0 0 0 81661 57 0 0 20 0 22 0 342527274 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139992444685408 139993469979567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4854] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4854/stat : 4854 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139992443634984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4855] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4855/stat : 4855 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 696184 33554432000 1073741824 1073778376 140736271167616 139992442582440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1712.67
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.507 s]
/proc/loadavg: 3.90 3.86 3.82 5/217 4945
/proc/meminfo: memFree=22412616/32873852 swapFree=7624/7624
[pid=4833] ppid=4831 vsize=11852648 CPUtime=1800.07 cores=0,2,4,6
/proc/4833/stat : 4833 (java) S 4831 4833 1918 0 -1 4202496 28064 0 1 0 179920 87 0 0 20 0 22 0 342527230 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 140736271158752 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4833/statm: 2963162 698772 2291 9 0 2953849 0
[pid=4833/tid=4834] ppid=4831 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/4833/task/4834/stat : 4834 (java) S 4831 4833 1918 0 -1 4202560 3513 0 1 0 42 4 0 0 20 0 22 0 342527231 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993644827800 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4836] ppid=4831 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/4833/task/4836/stat : 4836 (java) S 4831 4833 1918 0 -1 4202560 91 0 0 0 167 0 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993599581096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4837] ppid=4831 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/4833/task/4837/stat : 4837 (java) S 4831 4833 1918 0 -1 4202560 67 0 0 0 153 2 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993598528552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4838] ppid=4831 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/4833/task/4838/stat : 4838 (java) S 4831 4833 1918 0 -1 4202560 74 0 0 0 156 2 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993597475496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4839] ppid=4831 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/4833/task/4839/stat : 4839 (java) S 4831 4833 1918 0 -1 4202560 65 0 0 0 155 0 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993596422952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4840] ppid=4831 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/4833/task/4840/stat : 4840 (java) S 4831 4833 1918 0 -1 4202560 60 0 0 0 149 0 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993595369896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4841] ppid=4831 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/4833/task/4841/stat : 4841 (java) S 4831 4833 1918 0 -1 4202560 83 0 0 0 148 2 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993594317352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4842] ppid=4831 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/4833/task/4842/stat : 4842 (java) S 4831 4833 1918 0 -1 4202560 62 0 0 0 139 2 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993593264296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4843] ppid=4831 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/4833/task/4843/stat : 4843 (java) S 4831 4833 1918 0 -1 4202560 59 0 0 0 149 2 0 0 20 0 22 0 342527233 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993592211752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4844] ppid=4831 vsize=11852648 CPUtime=64.35 cores=0,2,4,6
/proc/4833/task/4844/stat : 4844 (java) S 4831 4833 1918 0 -1 4202560 276 0 0 0 6426 9 0 0 20 0 22 0 342527234 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993461783400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4845] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4845/stat : 4845 (java) S 4831 4833 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342527234 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993460729720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4846] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4846/stat : 4846 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527235 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993459676552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4847] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4847/stat : 4847 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993458625296 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4848] ppid=4831 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/4833/task/4848/stat : 4848 (java) S 4831 4833 1918 0 -1 4202560 11857 0 0 0 165 3 0 0 20 0 22 0 342527237 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993457572152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4849] ppid=4831 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/4833/task/4849/stat : 4849 (java) S 4831 4833 1918 0 -1 4202560 9356 0 0 0 110 2 0 0 20 0 22 0 342527237 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993456519608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4833/tid=4850] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4850/stat : 4850 (java) S 4831 4833 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342527237 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993455466744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4851] ppid=4831 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4833/task/4851/stat : 4851 (java) S 4831 4833 1918 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 342527237 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139993454414408 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4833/tid=4852] ppid=4831 vsize=11852648 CPUtime=857.8 cores=0,2,4,6
/proc/4833/task/4852/stat : 4852 (java) R 4831 4833 1918 0 -1 4202560 83 0 0 0 85765 15 0 0 20 0 22 0 342527274 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139992445739840 139993469808484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4833/tid=4853] ppid=4831 vsize=11852648 CPUtime=857.69 cores=0,2,4,6
/proc/4833/task/4853/stat : 4853 (java) R 4831 4833 1918 0 -1 4202560 1179 0 0 0 85711 58 0 0 20 0 22 0 342527274 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139992444685312 139993469812631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4854] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4854/stat : 4854 (java) S 4831 4833 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139992443634984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4833/tid=4855] ppid=4831 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4833/task/4855/stat : 4855 (java) S 4831 4833 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342527276 12137111552 698772 33554432000 1073741824 1073778376 140736271167616 139992442582440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 928.559
CPU time (s): 1800.07
CPU user time (s): 1799.2
CPU system time (s): 0.87
CPU usage (%): 193.856
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 1.36179
maximum resident set size= 2795208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28096
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27148
involuntary context switches= 34130

runsolver used 3.49347 second user time and 8.17276 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 00:53:38
IDJOB=3742097
IDBENCH=90131
IDSOLVER=2328
FILE ID=node131/3742097-1338764018
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71404 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K93.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742097-1338764018/watcher-3742097-1338764018 -o /tmp/evaluation-result-3742097-1338764018/solver-3742097-1338764018 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742097-1338764018.opb

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

MD5SUM BENCH= 91412677f9785e1c6465ad7d3d170f82
RANDOM SEED=211876027

node131.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.805
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	: 5333.61
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.805
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.805
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.91
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26802544 kB
Buffers:          566852 kB
Cached:          3132952 kB
SwapCached:         2348 kB
Active:          2922276 kB
Inactive:        2264688 kB
Active(anon):    1483124 kB
Inactive(anon):     3664 kB
Active(file):    1439152 kB
Inactive(file):  2261024 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1501408 kB
Mapped:            22428 kB
Shmem:                 0 kB
Slab:             729200 kB
SReclaimable:     171380 kB
SUnreclaim:       557820 kB
KernelStack:        1608 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10460920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1458176 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= 71404 MiB
End job on node131 at 2012-06-04 01:09:08