Trace number 3742656

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.2 935.753

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742656-1338772257.opb
0.07/0.13	c reading problem ... 
0.53/0.39	c ... done. Wall clock time 0.254s.
0.53/0.39	c #vars     3630
0.53/0.39	c #constraints  3764
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.53/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
0.53/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
0.53/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
4.33/1.53	c cleaning 2472 clauses out of 4977 with flag 5000/5000
8.18/3.19	c cleaning 4247 clauses out of 8495 with flag 11000/11000
11.61/4.85	c cleaning 5593 clauses out of 11238 with flag 18000/18000
16.79/7.42	c cleaning 6763 clauses out of 13643 with flag 26000/26000
21.60/9.84	c cleaning 7853 clauses out of 15877 with flag 35000/35000
27.55/12.82	c cleaning 8962 clauses out of 18020 with flag 45000/45000
32.91/15.54	c cleaning 9489 clauses out of 19052 with flag 55002/55002
40.24/19.26	c cleaning 9712 clauses out of 19561 with flag 65003/65003
45.76/22.03	c cleaning 9851 clauses out of 19845 with flag 75002/75002
51.87/25.18	c cleaning 9919 clauses out of 19990 with flag 85000/85000
56.79/27.66	c cleaning 9985 clauses out of 20069 with flag 95000/95000
63.13/30.85	c cleaning 9912 clauses out of 20085 with flag 105002/105002
68.61/33.60	c cleaning 9967 clauses out of 20164 with flag 115002/115002
74.92/36.82	c cleaning 10089 clauses out of 20195 with flag 125000/125000
82.04/40.44	c cleaning 9978 clauses out of 20107 with flag 135001/135001
88.34/43.61	c cleaning 9991 clauses out of 20130 with flag 145002/145002
93.58/46.39	c cleaning 9919 clauses out of 20132 with flag 155000/155000
101.07/50.18	c cleaning 9945 clauses out of 20213 with flag 165001/165001
107.37/53.31	c cleaning 10124 clauses out of 20264 with flag 175003/175003
113.47/56.42	c cleaning 9988 clauses out of 20137 with flag 185000/185000
121.29/60.41	c cleaning 10043 clauses out of 20149 with flag 195000/195000
128.57/64.13	c cleaning 9980 clauses out of 20109 with flag 205005/205005
137.25/68.50	c cleaning 9978 clauses out of 20124 with flag 215000/215000
142.51/71.21	c cleaning 9992 clauses out of 20145 with flag 225000/225000
149.52/74.87	c cleaning 9952 clauses out of 20156 with flag 235003/235003
155.99/78.14	c cleaning 9986 clauses out of 20199 with flag 245001/245001
162.85/81.61	c cleaning 9823 clauses out of 20211 with flag 255000/255000
170.13/85.35	c cleaning 9692 clauses out of 20389 with flag 265001/265001
177.10/88.91	c cleaning 9586 clauses out of 20696 with flag 275000/275000
184.35/92.68	c cleaning 9831 clauses out of 21110 with flag 285000/285000
192.42/96.74	c cleaning 9716 clauses out of 21281 with flag 295002/295002
199.26/100.25	c cleaning 9797 clauses out of 21565 with flag 305002/305002
205.43/103.42	c cleaning 9693 clauses out of 21765 with flag 315000/315000
211.07/106.37	c cleaning 9601 clauses out of 22073 with flag 325001/325001
217.92/109.90	c cleaning 9816 clauses out of 22472 with flag 335001/335001
224.57/113.29	c cleaning 9693 clauses out of 22653 with flag 345000/345000
233.51/117.82	c cleaning 9701 clauses out of 22959 with flag 355000/355000
240.76/121.52	c cleaning 9597 clauses out of 23258 with flag 365001/365001
249.81/126.18	c cleaning 9765 clauses out of 23662 with flag 375002/375002
257.44/130.02	c cleaning 9719 clauses out of 23895 with flag 385000/385000
265.37/134.11	c cleaning 9754 clauses out of 24176 with flag 395000/395000
273.18/138.13	c cleaning 9884 clauses out of 24424 with flag 405002/405002
280.42/141.90	c cleaning 9621 clauses out of 24536 with flag 415000/415000
287.63/145.58	c cleaning 9720 clauses out of 24915 with flag 425000/425000
296.15/149.93	c cleaning 9819 clauses out of 25195 with flag 435000/435000
303.76/153.90	c cleaning 9756 clauses out of 25376 with flag 445000/445000
311.60/157.80	c cleaning 9760 clauses out of 25619 with flag 455000/455000
317.63/160.90	c cleaning 9627 clauses out of 25859 with flag 465001/465001
324.76/164.67	c cleaning 9679 clauses out of 26232 with flag 475002/475002
330.97/167.81	c cleaning 9679 clauses out of 26551 with flag 485000/485000
337.38/171.16	c cleaning 9685 clauses out of 26872 with flag 495001/495001
344.58/174.89	c cleaning 9861 clauses out of 27186 with flag 505000/505000
353.71/179.56	c cleaning 9691 clauses out of 27326 with flag 515001/515001
360.30/182.94	c cleaning 9648 clauses out of 27634 with flag 525000/525000
366.71/186.24	c cleaning 9676 clauses out of 27984 with flag 535000/535000
373.94/189.99	c cleaning 9791 clauses out of 28308 with flag 545000/545000
381.03/193.62	c cleaning 9689 clauses out of 28518 with flag 555001/555001
387.81/197.11	c cleaning 9767 clauses out of 28830 with flag 565002/565002
396.01/201.36	c cleaning 9752 clauses out of 29061 with flag 575000/575000
403.58/205.28	c cleaning 9790 clauses out of 29309 with flag 585000/585000
411.64/209.42	c cleaning 9822 clauses out of 29521 with flag 595002/595002
418.81/213.13	c cleaning 9760 clauses out of 29697 with flag 605000/605000
426.78/217.27	c cleaning 9773 clauses out of 29938 with flag 615001/615001
434.56/221.28	c cleaning 9791 clauses out of 30164 with flag 625000/625000
442.59/225.44	c cleaning 9711 clauses out of 30374 with flag 635001/635001
450.76/229.61	c cleaning 9859 clauses out of 30662 with flag 645000/645000
457.73/233.25	c cleaning 9789 clauses out of 30803 with flag 655000/655000
465.09/237.07	c cleaning 9808 clauses out of 31014 with flag 665000/665000
472.13/240.80	c cleaning 9762 clauses out of 31206 with flag 675001/675001
479.89/244.74	c cleaning 9619 clauses out of 31442 with flag 685001/685001
487.26/248.56	c cleaning 9763 clauses out of 31822 with flag 695001/695001
495.20/252.65	c cleaning 9854 clauses out of 32058 with flag 705000/705000
503.61/257.05	c cleaning 9631 clauses out of 32205 with flag 715001/715001
510.97/260.85	c cleaning 9861 clauses out of 32574 with flag 725001/725001
518.32/264.69	c cleaning 9835 clauses out of 32716 with flag 735004/735004
525.68/268.47	c cleaning 9714 clauses out of 32878 with flag 745001/745001
533.04/272.31	c cleaning 9635 clauses out of 33165 with flag 755002/755002
539.79/275.85	c cleaning 9845 clauses out of 33528 with flag 765000/765000
546.35/279.28	c cleaning 9649 clauses out of 33683 with flag 775000/775000
554.70/283.55	c cleaning 9731 clauses out of 34034 with flag 785000/785000
562.26/287.59	c cleaning 9902 clauses out of 34303 with flag 795000/795000
570.00/291.59	c cleaning 9844 clauses out of 34402 with flag 805001/805001
578.12/295.74	c cleaning 9762 clauses out of 34557 with flag 815000/815000
588.05/300.88	c cleaning 9788 clauses out of 34796 with flag 825001/825001
598.60/306.36	c cleaning 9904 clauses out of 35008 with flag 835001/835001
608.53/311.40	c cleaning 9816 clauses out of 35105 with flag 845002/845002
617.06/315.83	c cleaning 9786 clauses out of 35286 with flag 855000/855000
625.58/320.22	c cleaning 9827 clauses out of 35504 with flag 865004/865004
626.76/321.00	c cleaning 0 clauses out of 5000 with flag 0/5000
634.04/324.79	c cleaning 9898 clauses out of 35673 with flag 875000/875000
643.14/329.47	c cleaning 9761 clauses out of 35775 with flag 885000/885000
650.86/333.44	c cleaning 9850 clauses out of 36015 with flag 895001/895001
658.60/337.57	c cleaning 9747 clauses out of 36164 with flag 905000/905000
666.51/341.62	c cleaning 9824 clauses out of 36418 with flag 915001/915001
673.22/345.19	c cleaning 9751 clauses out of 36593 with flag 925000/925000
680.95/349.10	c cleaning 9786 clauses out of 36842 with flag 935000/935000
689.32/353.60	c cleaning 9743 clauses out of 37055 with flag 945000/945000
699.42/358.75	c cleaning 9697 clauses out of 37312 with flag 955000/955000
710.54/364.44	c cleaning 9870 clauses out of 37615 with flag 965000/965000
725.64/372.17	c cleaning 9768 clauses out of 37746 with flag 975001/975001
735.75/377.42	c cleaning 9826 clauses out of 37979 with flag 985002/985002
744.46/381.91	c cleaning 9807 clauses out of 38152 with flag 995001/995001
753.95/386.82	c cleaning 9788 clauses out of 38344 with flag 1005000/1005000
762.25/391.10	c cleaning 9792 clauses out of 38556 with flag 1015000/1015000
771.16/395.85	c cleaning 9761 clauses out of 38764 with flag 1025000/1025000
780.85/400.81	c cleaning 9804 clauses out of 39003 with flag 1035000/1035000
787.37/404.20	c cleaning 9775 clauses out of 39196 with flag 1045000/1045000
794.88/408.16	c cleaning 9793 clauses out of 39421 with flag 1055000/1055000
802.34/412.13	c cleaning 9800 clauses out of 39629 with flag 1065001/1065001
809.43/415.87	c cleaning 9785 clauses out of 39828 with flag 1075000/1075000
817.46/420.05	c cleaning 9912 clauses out of 40043 with flag 1085000/1085000
825.55/424.21	c cleaning 9908 clauses out of 40132 with flag 1095001/1095001
832.86/428.16	c cleaning 9831 clauses out of 40224 with flag 1105001/1105001
840.13/431.99	c cleaning 9893 clauses out of 40394 with flag 1115002/1115002
847.79/435.98	c cleaning 9853 clauses out of 40499 with flag 1125000/1125000
856.48/440.48	c cleaning 9764 clauses out of 40648 with flag 1135002/1135002
866.38/445.67	c cleaning 9846 clauses out of 40885 with flag 1145003/1145003
875.07/450.11	c cleaning 9849 clauses out of 41036 with flag 1155000/1155000
884.93/455.21	c cleaning 9852 clauses out of 41188 with flag 1165001/1165001
893.39/459.70	c cleaning 9852 clauses out of 41337 with flag 1175002/1175002
901.68/464.01	c cleaning 9863 clauses out of 41483 with flag 1185000/1185000
910.76/468.71	c cleaning 9820 clauses out of 41622 with flag 1195002/1195002
918.63/472.84	c cleaning 9764 clauses out of 41802 with flag 1205002/1205002
926.71/477.06	c cleaning 9757 clauses out of 42036 with flag 1215000/1215000
935.76/481.90	c cleaning 9909 clauses out of 42279 with flag 1225000/1225000
943.81/486.08	c cleaning 9846 clauses out of 42370 with flag 1235000/1235000
952.25/490.48	c cleaning 9823 clauses out of 42524 with flag 1245001/1245001
960.10/494.52	c cleaning 9797 clauses out of 42704 with flag 1255004/1255004
967.31/498.50	c cleaning 9787 clauses out of 42901 with flag 1265000/1265000
976.40/503.14	c cleaning 9844 clauses out of 43114 with flag 1275000/1275000
984.65/507.48	c cleaning 9824 clauses out of 43270 with flag 1285000/1285000
992.09/511.39	c cleaning 9830 clauses out of 43449 with flag 1295003/1295003
999.12/515.14	c cleaning 9892 clauses out of 43617 with flag 1305001/1305001
1005.98/518.72	c cleaning 9818 clauses out of 43725 with flag 1315001/1315001
1012.83/522.32	c cleaning 9776 clauses out of 43908 with flag 1325002/1325002
1021.08/526.60	c cleaning 9814 clauses out of 44130 with flag 1335000/1335000
1028.51/530.69	c cleaning 9884 clauses out of 44315 with flag 1345000/1345000
1036.78/534.96	c cleaning 9901 clauses out of 44432 with flag 1355001/1355001
1044.22/538.84	c cleaning 9937 clauses out of 44530 with flag 1365000/1365000
1051.88/542.81	c cleaning 9855 clauses out of 44593 with flag 1375001/1375001
1060.69/547.50	c cleaning 9834 clauses out of 44742 with flag 1385005/1385005
1069.33/552.02	c cleaning 9888 clauses out of 44906 with flag 1395003/1395003
1077.78/556.44	c cleaning 9873 clauses out of 45016 with flag 1405001/1405001
1085.61/560.58	c cleaning 9897 clauses out of 45143 with flag 1415001/1415001
1096.83/566.41	c cleaning 9825 clauses out of 45247 with flag 1425002/1425002
1107.05/571.75	c cleaning 9903 clauses out of 45425 with flag 1435005/1435005
1115.69/576.24	c cleaning 9829 clauses out of 45519 with flag 1445002/1445002
1125.36/581.26	c cleaning 9921 clauses out of 45688 with flag 1455000/1455000
1135.36/586.58	c cleaning 9872 clauses out of 45767 with flag 1465000/1465000
1144.18/591.14	c cleaning 9862 clauses out of 45899 with flag 1475004/1475004
1152.60/595.53	c cleaning 9746 clauses out of 46034 with flag 1485001/1485001
1161.44/600.14	c cleaning 9895 clauses out of 46289 with flag 1495002/1495002
1171.05/605.22	c cleaning 9868 clauses out of 46394 with flag 1505002/1505002
1180.09/609.99	c cleaning 9846 clauses out of 46524 with flag 1515000/1515000
1189.08/614.66	c cleaning 9783 clauses out of 46679 with flag 1525001/1525001
1198.90/619.76	c cleaning 9988 clauses out of 46896 with flag 1535001/1535001
1209.70/625.41	c cleaning 9937 clauses out of 46908 with flag 1545001/1545001
1219.34/630.40	c cleaning 9807 clauses out of 46971 with flag 1555001/1555001
1228.59/635.20	c cleaning 9995 clauses out of 47163 with flag 1565000/1565000
1238.01/640.10	c cleaning 9871 clauses out of 47168 with flag 1575000/1575000
1247.00/644.91	c cleaning 9830 clauses out of 47297 with flag 1585000/1585000
1255.81/649.52	c cleaning 9977 clauses out of 47467 with flag 1595000/1595000
1264.23/653.97	c cleaning 9895 clauses out of 47492 with flag 1605002/1605002
1273.05/658.55	c cleaning 9844 clauses out of 47595 with flag 1615000/1615000
1280.41/662.58	c cleaning 9879 clauses out of 47751 with flag 1625000/1625000
1287.83/666.44	c cleaning 9830 clauses out of 47874 with flag 1635002/1635002
1295.64/670.52	c cleaning 9893 clauses out of 48042 with flag 1645000/1645000
1303.86/674.81	c cleaning 9883 clauses out of 48149 with flag 1655000/1655000
1312.83/679.62	c cleaning 9886 clauses out of 48269 with flag 1665003/1665003
1321.67/684.22	c cleaning 10009 clauses out of 48382 with flag 1675002/1675002
1329.67/688.42	c cleaning 9864 clauses out of 48371 with flag 1685000/1685000
1338.48/693.06	c cleaning 9790 clauses out of 48508 with flag 1695001/1695001
1347.22/697.78	c cleaning 9919 clauses out of 48717 with flag 1705000/1705000
1355.63/702.12	c cleaning 9933 clauses out of 48798 with flag 1715000/1715000
1365.03/707.09	c cleaning 9863 clauses out of 48869 with flag 1725004/1725004
1373.23/711.37	c cleaning 9799 clauses out of 49001 with flag 1735000/1735000
1383.81/716.96	c cleaning 9840 clauses out of 49203 with flag 1745001/1745001
1393.21/721.83	c cleaning 9745 clauses out of 49363 with flag 1755001/1755001
1402.43/726.67	c cleaning 9857 clauses out of 49617 with flag 1765000/1765000
1412.25/731.78	c cleaning 9935 clauses out of 49760 with flag 1775000/1775000
1420.82/736.38	c cleaning 9910 clauses out of 49828 with flag 1785003/1785003
1428.84/740.54	c cleaning 9823 clauses out of 49917 with flag 1795002/1795002
1437.84/745.29	c cleaning 9866 clauses out of 50094 with flag 1805002/1805002
1446.03/749.52	c cleaning 9881 clauses out of 50226 with flag 1815000/1815000
1453.79/753.75	c cleaning 9808 clauses out of 50345 with flag 1825000/1825000
1462.81/758.42	c cleaning 9880 clauses out of 50538 with flag 1835001/1835001
1471.20/762.84	c cleaning 9860 clauses out of 50660 with flag 1845003/1845003
1481.00/767.93	c cleaning 9875 clauses out of 50799 with flag 1855002/1855002
1490.15/772.85	c cleaning 9842 clauses out of 50923 with flag 1865001/1865001
1500.54/778.22	c cleaning 9835 clauses out of 51080 with flag 1875000/1875000
1510.95/783.64	c cleaning 9928 clauses out of 51245 with flag 1885000/1885000
1519.93/788.37	c cleaning 9820 clauses out of 51317 with flag 1895000/1895000
1528.47/792.98	c cleaning 9815 clauses out of 51499 with flag 1905002/1905002
1539.08/798.47	c cleaning 9975 clauses out of 51682 with flag 1915000/1915000
1549.67/803.90	c cleaning 9823 clauses out of 51710 with flag 1925003/1925003
1557.85/808.22	c cleaning 9854 clauses out of 51884 with flag 1935000/1935000
1566.37/812.89	c cleaning 9778 clauses out of 52030 with flag 1945000/1945000
1575.14/817.45	c cleaning 9999 clauses out of 52256 with flag 1955004/1955004
1584.17/822.10	c cleaning 9895 clauses out of 52253 with flag 1965000/1965000
1591.99/826.23	c cleaning 9841 clauses out of 52358 with flag 1975000/1975000
1600.52/830.88	c cleaning 9921 clauses out of 52517 with flag 1985000/1985000
1611.72/836.68	c cleaning 9892 clauses out of 52597 with flag 1995001/1995001
1621.68/841.89	c cleaning 9915 clauses out of 52704 with flag 2005000/2005000
1630.65/846.51	c cleaning 9908 clauses out of 52789 with flag 2015000/2015000
1642.59/852.84	c cleaning 9874 clauses out of 52881 with flag 2025000/2025000
1653.96/858.76	c cleaning 9977 clauses out of 53011 with flag 2035004/2035004
1664.54/864.21	c cleaning 9909 clauses out of 53030 with flag 2045000/2045000
1675.13/869.75	c cleaning 9887 clauses out of 53122 with flag 2055001/2055001
1684.25/874.67	c cleaning 9912 clauses out of 53234 with flag 2065000/2065000
1692.82/879.12	c cleaning 9923 clauses out of 53324 with flag 2075002/2075002
1702.20/884.05	c cleaning 9965 clauses out of 53399 with flag 2085000/2085000
1711.75/889.02	c cleaning 9899 clauses out of 53435 with flag 2095001/2095001
1721.50/894.23	c cleaning 9992 clauses out of 53535 with flag 2105001/2105001
1731.06/899.22	c cleaning 9828 clauses out of 53542 with flag 2115000/2115000
1741.44/904.63	c cleaning 9863 clauses out of 53714 with flag 2125000/2125000
1752.02/910.11	c cleaning 9874 clauses out of 53853 with flag 2135002/2135002
1761.14/915.07	c cleaning 9976 clauses out of 53977 with flag 2145000/2145000
1769.94/919.68	c cleaning 9862 clauses out of 54001 with flag 2155000/2155000
1779.32/924.57	c cleaning 9880 clauses out of 54139 with flag 2165000/2165000
1787.93/929.09	c cleaning 9983 clauses out of 54259 with flag 2175000/2175000
1797.24/934.08	c cleaning 9917 clauses out of 54276 with flag 2185000/2185000
1800.20/935.71	c starts		: 210
1800.20/935.71	c conflicts		: 2188457
1800.20/935.71	c decisions		: 8494845
1800.20/935.71	c propagations		: 730253769
1800.20/935.71	c inspects		: 3093602754
1800.20/935.71	c shortcuts		: 0
1800.20/935.71	c learnt literals	: 128
1800.20/935.71	c learnt binary clauses	: 35058
1800.20/935.71	c learnt ternary clauses	: 59241
1800.20/935.71	c learnt constraints	: 2188329
1800.20/935.71	c ignored constraints	: 0
1800.20/935.71	c root simplifications	: 0
1800.20/935.71	c removed literals (reason simplification)	: 64474928
1800.20/935.71	c reason swapping (by a shorter reason)	: 0
1800.20/935.71	c Calls to reduceDB	: 220
1800.20/935.71	c number of reductions to clauses (during analyze)	: 0
1800.20/935.71	c number of learned constraints concerned by reduction	: 0
1800.20/935.71	c number of learning phase by resolution	: 0
1800.20/935.71	c number of learning phase by cutting planes	: 0
1800.20/935.71	c speed (assignments/second)	: 780752.3235338456
1800.20/935.71	c non guided choices	237
1800.20/935.74	c learnt constraints type 
1800.20/935.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35058
1800.20/935.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12804
1800.20/935.74	c constraints type 
1800.20/935.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
1800.20/935.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
1800.20/935.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
1800.20/935.74	c constraints type 
1800.20/935.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
1800.20/935.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
1800.20/935.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
1800.20/935.74	s UNKNOWN
1800.20/935.74	c Total wall clock time (in seconds): 935.603

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-3742656-1338772257/watcher-3742656-1338772257 -o /tmp/evaluation-result-3742656-1338772257/solver-3742656-1338772257 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742656-1338772257.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.96 3.79 3.06 4/201 32108
/proc/meminfo: memFree=25799236/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/32108/stat : 32108 (java) R 32106 32108 31826 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 343350992 9515008 182 33554432000 1073741824 1073778376 140734017747024 140734017738056 273589026485 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32108/statm: 2323 182 140 9 0 71 0

[startup+0.0772401 s]
/proc/loadavg: 3.96 3.79 3.06 4/201 32108
/proc/meminfo: memFree=25799236/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 4373 0 1 0 3 1 0 0 20 0 13 0 343350992 11523600384 12226 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2813379 12226 1715 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100263 s]
/proc/loadavg: 3.96 3.79 3.06 4/201 32108
/proc/meminfo: memFree=25799236/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 4524 0 1 0 5 2 0 0 20 0 18 0 343350992 11864465408 12377 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2896598 12377 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300241 s]
/proc/loadavg: 3.96 3.79 3.06 4/201 32108
/proc/meminfo: memFree=25799236/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11586392 CPUtime=0.53 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 8431 0 1 0 50 3 0 0 20 0 18 0 343350992 11864465408 16982 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2896598 16982 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700174 s]
/proc/loadavg: 3.96 3.79 3.06 4/201 32108
/proc/meminfo: memFree=25799236/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 10824 0 1 0 194 5 0 0 20 0 22 0 343350992 12137111552 25733 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2963162 25733 2263 9 0 2953849 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 11852648

[startup+1.50074 s]
/proc/loadavg: 3.96 3.79 3.06 7/223 32130
/proc/meminfo: memFree=25608120/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11852648 CPUtime=4.33 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 21508 0 1 0 423 10 0 0 20 0 22 0 343350992 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2963162 95539 2265 9 0 2953849 0
[pid=32108/tid=32110] ppid=32106 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/32108/task/32110/stat : 32110 (java) S 32106 32108 31826 0 -1 4202560 3449 0 1 0 33 2 0 0 20 0 22 0 343350994 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282763986072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32111] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32111/stat : 32111 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282601347624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32112] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32112/stat : 32112 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282600294824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32113] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32113/stat : 32113 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282599242024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32114] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32114/stat : 32114 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282598189224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32115] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32115/stat : 32115 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282597137448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32116] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32116/stat : 32116 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282596084648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32117] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32117/stat : 32117 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282595031848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32118] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32118/stat : 32118 (java) S 32106 32108 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282593979048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32119] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32119/stat : 32119 (java) S 32106 32108 31826 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282581567976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32120] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32120/stat : 32120 (java) S 32106 32108 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282580514040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32121] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32121/stat : 32121 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282579461128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32122] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32122/stat : 32122 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282578409616 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32123] ppid=32106 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/32108/task/32123/stat : 32123 (java) S 32106 32108 31826 0 -1 4202560 9972 0 0 0 83 2 0 0 20 0 22 0 343351000 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282577357752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32124] ppid=32106 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/32108/task/32124/stat : 32124 (java) S 32106 32108 31826 0 -1 4202560 6658 0 0 0 87 1 0 0 20 0 22 0 343351000 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282576304952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32125] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32125/stat : 32125 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282575252344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32126] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32126/stat : 32126 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282574199752 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32127] ppid=32106 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/32108/task/32127/stat : 32127 (java) R 32106 32108 31826 0 -1 4202560 26 0 0 0 108 0 0 0 20 0 22 0 343351032 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282573087384 140282636435431 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32128] ppid=32106 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/32108/task/32128/stat : 32128 (java) R 32106 32108 31826 0 -1 4202560 204 0 0 0 104 4 0 0 20 0 22 0 343351032 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282572034376 140282636541573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32129] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32129/stat : 32129 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282570982312 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32130] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32130/stat : 32130 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 95539 33554432000 1073741824 1073778376 140734755011744 140282569929512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 4.05 3.81 3.07 5/223 32130
/proc/meminfo: memFree=25366280/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11852648 CPUtime=8.18 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 25178 0 1 0 800 18 0 0 20 0 22 0 343350992 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2963162 211931 2289 9 0 2953849 0
[pid=32108/tid=32110] ppid=32106 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/32108/task/32110/stat : 32110 (java) S 32106 32108 31826 0 -1 4202560 3449 0 1 0 33 2 0 0 20 0 22 0 343350994 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282763986072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32111] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32111/stat : 32111 (java) S 32106 32108 31826 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282601347624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32112] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32112/stat : 32112 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282600294824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32113] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32113/stat : 32113 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282599242024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32114] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32114/stat : 32114 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282598189224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32115] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32115/stat : 32115 (java) S 32106 32108 31826 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282597137448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32116] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32116/stat : 32116 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282596084648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32117] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32117/stat : 32117 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282595031848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32118] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32118/stat : 32118 (java) S 32106 32108 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282593979048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32119] ppid=32106 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/32108/task/32119/stat : 32119 (java) S 32106 32108 31826 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 343350997 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282581567976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32120] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32120/stat : 32120 (java) S 32106 32108 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282580514040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32121] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32121/stat : 32121 (java) S 32106 32108 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282579461128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32122] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32122/stat : 32122 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282578409616 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32123] ppid=32106 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/32108/task/32123/stat : 32123 (java) S 32106 32108 31826 0 -1 4202560 9983 0 0 0 97 2 0 0 20 0 22 0 343351000 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282577357752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32124] ppid=32106 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/32108/task/32124/stat : 32124 (java) S 32106 32108 31826 0 -1 4202560 10042 0 0 0 140 2 0 0 20 0 22 0 343351000 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282576304952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32125] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32125/stat : 32125 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282575252344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32126] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32126/stat : 32126 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282574199752 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32127] ppid=32106 vsize=11852648 CPUtime=2.62 cores=0,2,4,6
/proc/32108/task/32127/stat : 32127 (java) R 32106 32108 31826 0 -1 4202560 29 0 0 0 262 0 0 0 20 0 22 0 343351032 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282573087512 140282636473490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32128] ppid=32106 vsize=11852648 CPUtime=2.64 cores=0,2,4,6
/proc/32108/task/32128/stat : 32128 (java) R 32106 32108 31826 0 -1 4202560 422 0 0 0 254 10 0 0 20 0 22 0 343351032 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282572034440 140282636420864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32129] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32129/stat : 32129 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282570982312 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32130] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32130/stat : 32130 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 211931 33554432000 1073741824 1073778376 140734755011744 140282569929512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 11852648

[startup+6.30083 s]
/proc/loadavg: 4.05 3.81 3.07 5/222 32130
/proc/meminfo: memFree=24854848/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11852648 CPUtime=14.6 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 25251 0 1 0 1439 21 0 0 20 0 22 0 343350992 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2963162 237486 2289 9 0 2953849 0
[pid=32108/tid=32110] ppid=32106 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/32108/task/32110/stat : 32110 (java) S 32106 32108 31826 0 -1 4202560 3449 0 1 0 33 2 0 0 20 0 22 0 343350994 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282763986072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32111] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32111/stat : 32111 (java) S 32106 32108 31826 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282601347624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32112] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32112/stat : 32112 (java) S 32106 32108 31826 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282600294824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32113] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32113/stat : 32113 (java) S 32106 32108 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282599242024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32114] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32114/stat : 32114 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282598189224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32115] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32115/stat : 32115 (java) S 32106 32108 31826 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282597137448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32116] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32116/stat : 32116 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282596084648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32117] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32117/stat : 32117 (java) S 32106 32108 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282595031848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32118] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32118/stat : 32118 (java) S 32106 32108 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343350996 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282593979048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32119] ppid=32106 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/32108/task/32119/stat : 32119 (java) S 32106 32108 31826 0 -1 4202560 38 0 0 0 8 0 0 0 20 0 22 0 343350997 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282581567976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32120] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32120/stat : 32120 (java) S 32106 32108 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282580514040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32121] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32121/stat : 32121 (java) S 32106 32108 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282579461128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32122] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32122/stat : 32122 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282578409616 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32123] ppid=32106 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/32108/task/32123/stat : 32123 (java) S 32106 32108 31826 0 -1 4202560 9984 0 0 0 98 2 0 0 20 0 22 0 343351000 12137111552 237486 33554432000 1073741824 1073778376 140734755011744 140282577357752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/32108/statm: 2963162 679449 2290 9 0 2953849 0
[pid=32108/tid=32110] ppid=32106 vsize=11852648 CPUtime=0.4 cores=0,2,4,6
/proc/32108/task/32110/stat : 32110 (java) S 32106 32108 31826 0 -1 4202560 3571 0 1 0 35 5 0 0 20 0 22 0 343350994 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282763986072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32111] ppid=32106 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/32108/task/32111/stat : 32111 (java) S 32106 32108 31826 0 -1 4202560 69 0 0 0 141 0 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282601347624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32112] ppid=32106 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/32108/task/32112/stat : 32112 (java) S 32106 32108 31826 0 -1 4202560 63 0 0 0 132 2 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282600294824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32113] ppid=32106 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/32108/task/32113/stat : 32113 (java) S 32106 32108 31826 0 -1 4202560 57 0 0 0 145 0 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282599242024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32114] ppid=32106 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/32108/task/32114/stat : 32114 (java) S 32106 32108 31826 0 -1 4202560 73 0 0 0 155 0 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282598189224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32115] ppid=32106 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/32108/task/32115/stat : 32115 (java) S 32106 32108 31826 0 -1 4202560 55 0 0 0 148 2 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282597137448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32116] ppid=32106 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/32108/task/32116/stat : 32116 (java) S 32106 32108 31826 0 -1 4202560 73 0 0 0 153 2 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282596084648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32117] ppid=32106 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/32108/task/32117/stat : 32117 (java) S 32106 32108 31826 0 -1 4202560 83 0 0 0 159 2 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282595031848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32118] ppid=32106 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/32108/task/32118/stat : 32118 (java) S 32106 32108 31826 0 -1 4202560 74 0 0 0 150 2 0 0 20 0 22 0 343350996 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282593979048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32119] ppid=32106 vsize=11852648 CPUtime=73.11 cores=0,2,4,6
/proc/32108/task/32119/stat : 32119 (java) S 32106 32108 31826 0 -1 4202560 266 0 0 0 7300 11 0 0 20 0 22 0 343350997 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282581567976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32120] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32120/stat : 32120 (java) S 32106 32108 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282580514040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32121] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32121/stat : 32121 (java) S 32106 32108 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282579461128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32122] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32122/stat : 32122 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282578409616 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32123] ppid=32106 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/32108/task/32123/stat : 32123 (java) S 32106 32108 31826 0 -1 4202560 10114 0 0 0 136 2 0 0 20 0 22 0 343351000 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282577357752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32124] ppid=32106 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/32108/task/32124/stat : 32124 (java) S 32106 32108 31826 0 -1 4202560 10054 0 0 0 149 2 0 0 20 0 22 0 343351000 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282576304952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32125] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32125/stat : 32125 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282575252344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32126] ppid=32106 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/32108/task/32126/stat : 32126 (java) S 32106 32108 31826 0 -1 4202560 50 0 0 0 18 17 0 0 20 0 22 0 343351000 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282574199752 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32127] ppid=32106 vsize=11852648 CPUtime=802.9 cores=0,2,4,6
/proc/32108/task/32127/stat : 32127 (java) R 32106 32108 31826 0 -1 4202560 93 0 0 0 80274 16 0 0 20 0 22 0 343351032 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282573087184 140282636507751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32128] ppid=32106 vsize=11852648 CPUtime=802.96 cores=0,2,4,6
/proc/32108/task/32128/stat : 32128 (java) R 32106 32108 31826 0 -1 4202560 1202 0 0 0 80245 51 0 0 20 0 22 0 343351032 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282572032592 140282636627640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32129] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32129/stat : 32129 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282570982312 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32130] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32130/stat : 32130 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 679449 33554432000 1073741824 1073778376 140734755011744 140282569929512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1698.8
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.701 s]
/proc/loadavg: 3.96 3.84 3.52 5/221 32584
/proc/meminfo: memFree=21202004/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11852648 CPUtime=1800.2 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 27135 0 1 0 179930 90 0 0 20 0 22 0 343350992 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2963162 680508 2290 9 0 2953849 0
[pid=32108/tid=32110] ppid=32106 vsize=11852648 CPUtime=0.4 cores=0,2,4,6
/proc/32108/task/32110/stat : 32110 (java) S 32106 32108 31826 0 -1 4202560 3579 0 1 0 35 5 0 0 20 0 22 0 343350994 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282763986072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32111] ppid=32106 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/32108/task/32111/stat : 32111 (java) S 32106 32108 31826 0 -1 4202560 75 0 0 0 151 0 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282601347624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32112] ppid=32106 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/32108/task/32112/stat : 32112 (java) S 32106 32108 31826 0 -1 4202560 64 0 0 0 146 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282600294824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32113] ppid=32106 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/32108/task/32113/stat : 32113 (java) S 32106 32108 31826 0 -1 4202560 66 0 0 0 159 0 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282599242024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32114] ppid=32106 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/32108/task/32114/stat : 32114 (java) S 32106 32108 31826 0 -1 4202560 77 0 0 0 169 0 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282598189224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32115] ppid=32106 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/32108/task/32115/stat : 32115 (java) S 32106 32108 31826 0 -1 4202560 56 0 0 0 156 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282597137448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32116] ppid=32106 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/32108/task/32116/stat : 32116 (java) S 32106 32108 31826 0 -1 4202560 83 0 0 0 168 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282596084648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32117] ppid=32106 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/32108/task/32117/stat : 32117 (java) S 32106 32108 31826 0 -1 4202560 87 0 0 0 172 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282595031848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32118] ppid=32106 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/32108/task/32118/stat : 32118 (java) S 32106 32108 31826 0 -1 4202560 74 0 0 0 159 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282593979048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32119] ppid=32106 vsize=11852648 CPUtime=78.95 cores=0,2,4,6
/proc/32108/task/32119/stat : 32119 (java) S 32106 32108 31826 0 -1 4202560 270 0 0 0 7884 11 0 0 20 0 22 0 343350997 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282581567976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32120] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32120/stat : 32120 (java) S 32106 32108 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282580514040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32121] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32121/stat : 32121 (java) S 32106 32108 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282579461128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32122] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32122/stat : 32122 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282578409616 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32123] ppid=32106 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/32108/task/32123/stat : 32123 (java) S 32106 32108 31826 0 -1 4202560 10114 0 0 0 136 2 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282577357752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32124] ppid=32106 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/32108/task/32124/stat : 32124 (java) S 32106 32108 31826 0 -1 4202560 10054 0 0 0 149 2 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282576304952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32125] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32125/stat : 32125 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282575252344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32126] ppid=32106 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/32108/task/32126/stat : 32126 (java) S 32106 32108 31826 0 -1 4202560 52 0 0 0 19 18 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282574199752 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32127] ppid=32106 vsize=11852648 CPUtime=850.05 cores=0,2,4,6
/proc/32108/task/32127/stat : 32127 (java) R 32106 32108 31826 0 -1 4202560 96 0 0 0 84989 16 0 0 20 0 22 0 343351032 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282573087184 140282636374197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32128] ppid=32106 vsize=11852648 CPUtime=850.13 cores=0,2,4,6
/proc/32108/task/32128/stat : 32128 (java) R 32106 32108 31826 0 -1 4202560 1202 0 0 0 84962 51 0 0 20 0 22 0 343351032 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282572032592 140282636541491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32129] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32129/stat : 32129 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282570982312 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32130] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32130/stat : 32130 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282569929512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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

[startup+935.701 s]
/proc/loadavg: 3.96 3.84 3.52 5/221 32584
/proc/meminfo: memFree=21202004/32873844 swapFree=7112/7112
[pid=32108] ppid=32106 vsize=11852648 CPUtime=1800.2 cores=0,2,4,6
/proc/32108/stat : 32108 (java) S 32106 32108 31826 0 -1 4202496 27135 0 1 0 179930 90 0 0 20 0 22 0 343350992 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140734755002880 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32108/statm: 2963162 680508 2290 9 0 2953849 0
[pid=32108/tid=32110] ppid=32106 vsize=11852648 CPUtime=0.4 cores=0,2,4,6
/proc/32108/task/32110/stat : 32110 (java) S 32106 32108 31826 0 -1 4202560 3579 0 1 0 35 5 0 0 20 0 22 0 343350994 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282763986072 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32111] ppid=32106 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/32108/task/32111/stat : 32111 (java) S 32106 32108 31826 0 -1 4202560 75 0 0 0 151 0 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282601347624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32112] ppid=32106 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/32108/task/32112/stat : 32112 (java) S 32106 32108 31826 0 -1 4202560 64 0 0 0 146 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282600294824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32113] ppid=32106 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/32108/task/32113/stat : 32113 (java) S 32106 32108 31826 0 -1 4202560 66 0 0 0 159 0 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282599242024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32114] ppid=32106 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/32108/task/32114/stat : 32114 (java) S 32106 32108 31826 0 -1 4202560 77 0 0 0 169 0 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282598189224 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32115] ppid=32106 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/32108/task/32115/stat : 32115 (java) S 32106 32108 31826 0 -1 4202560 56 0 0 0 156 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282597137448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32116] ppid=32106 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/32108/task/32116/stat : 32116 (java) S 32106 32108 31826 0 -1 4202560 83 0 0 0 168 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282596084648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32108/tid=32117] ppid=32106 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/32108/task/32117/stat : 32117 (java) S 32106 32108 31826 0 -1 4202560 87 0 0 0 172 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282595031848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32118] ppid=32106 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/32108/task/32118/stat : 32118 (java) S 32106 32108 31826 0 -1 4202560 74 0 0 0 159 2 0 0 20 0 22 0 343350996 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282593979048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32119] ppid=32106 vsize=11852648 CPUtime=78.95 cores=0,2,4,6
/proc/32108/task/32119/stat : 32119 (java) S 32106 32108 31826 0 -1 4202560 270 0 0 0 7884 11 0 0 20 0 22 0 343350997 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282581567976 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32120] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32120/stat : 32120 (java) S 32106 32108 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282580514040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32121] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32121/stat : 32121 (java) S 32106 32108 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343350997 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282579461128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32122] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32122/stat : 32122 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282578409616 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32123] ppid=32106 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/32108/task/32123/stat : 32123 (java) S 32106 32108 31826 0 -1 4202560 10114 0 0 0 136 2 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282577357752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32124] ppid=32106 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/32108/task/32124/stat : 32124 (java) S 32106 32108 31826 0 -1 4202560 10054 0 0 0 149 2 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282576304952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32125] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32125/stat : 32125 (java) S 32106 32108 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282575252344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32126] ppid=32106 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/32108/task/32126/stat : 32126 (java) S 32106 32108 31826 0 -1 4202560 52 0 0 0 19 18 0 0 20 0 22 0 343351000 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282574199752 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32127] ppid=32106 vsize=11852648 CPUtime=850.05 cores=0,2,4,6
/proc/32108/task/32127/stat : 32127 (java) R 32106 32108 31826 0 -1 4202560 96 0 0 0 84989 16 0 0 20 0 22 0 343351032 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282573087184 140282636374197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32108/tid=32128] ppid=32106 vsize=11852648 CPUtime=850.13 cores=0,2,4,6
/proc/32108/task/32128/stat : 32128 (java) R 32106 32108 31826 0 -1 4202560 1202 0 0 0 84962 51 0 0 20 0 22 0 343351032 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282572032592 140282636541491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32108/tid=32129] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32129/stat : 32129 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282570982312 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32108/tid=32130] ppid=32106 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/32108/task/32130/stat : 32130 (java) S 32106 32108 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343351033 12137111552 680508 33554432000 1073741824 1073778376 140734755011744 140282569929512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 935.753
CPU time (s): 1800.2
CPU user time (s): 1799.3
CPU system time (s): 0.9
CPU usage (%): 192.38
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 1.3228
maximum resident set size= 2722160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27172
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28544
involuntary context switches= 31744

runsolver used 3.36049 second user time and 8.69568 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-04 03:10:57
IDJOB=3742656
IDBENCH=90220
IDSOLVER=2328
FILE ID=node132/3742656-1338772257
RUNJOBID= node132-1338771251-31842
PBS_JOBID= 14636815
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=501428666

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25799616 kB
Buffers:         1299500 kB
Cached:          3117296 kB
SwapCached:         2288 kB
Active:          4024256 kB
Inactive:        2121700 kB
Active(anon):    1719420 kB
Inactive(anon):     7108 kB
Active(file):    2304836 kB
Inactive(file):  2114592 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:               576 kB
Writeback:             0 kB
AnonPages:       1739460 kB
Mapped:            19376 kB
Shmem:                 8 kB
Slab:             776744 kB
SReclaimable:     217768 kB
SUnreclaim:       558976 kB
KernelStack:        1648 kB
PageTables:         7640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 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= 71212 MiB
End job on node132 at 2012-06-04 03:26:34