Trace number 3742158

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.08 918.453

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742158-1338785274.opb
0.09/0.11	c reading problem ... 
0.80/0.42	c ... done. Wall clock time 0.312s.
0.80/0.42	c #vars     5644
0.80/0.42	c #constraints  5812
0.80/0.42	c constraints type 
0.80/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
0.80/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.80/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
0.80/0.42	c constraints type 
0.80/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
0.80/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
0.80/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
5.33/1.92	c cleaning 2491 clauses out of 4992 with flag 5003/5003
8.58/3.49	c cleaning 4216 clauses out of 8489 with flag 11001/11001
12.53/5.31	c cleaning 5579 clauses out of 11267 with flag 18000/18000
17.76/7.94	c cleaning 6796 clauses out of 13687 with flag 26001/26001
23.37/10.79	c cleaning 7851 clauses out of 15888 with flag 35000/35000
29.57/13.84	c cleaning 8907 clauses out of 18033 with flag 45001/45001
35.78/16.91	c cleaning 9422 clauses out of 19120 with flag 55000/55000
43.43/20.72	c cleaning 9681 clauses out of 19698 with flag 65000/65000
49.78/24.00	c cleaning 9916 clauses out of 20018 with flag 75001/75001
56.16/27.19	c cleaning 9970 clauses out of 20099 with flag 85000/85000
62.96/30.50	c cleaning 9824 clauses out of 20129 with flag 95000/95000
69.74/33.98	c cleaning 10058 clauses out of 20306 with flag 105002/105002
78.25/38.25	c cleaning 9955 clauses out of 20245 with flag 115000/115000
84.63/41.46	c cleaning 9986 clauses out of 20290 with flag 125001/125001
91.16/44.70	c cleaning 10085 clauses out of 20303 with flag 135000/135000
96.90/47.65	c cleaning 10004 clauses out of 20217 with flag 145000/145000
104.43/51.49	c cleaning 9872 clauses out of 20215 with flag 155002/155002
110.98/54.76	c cleaning 9901 clauses out of 20341 with flag 165000/165000
118.10/58.38	c cleaning 10077 clauses out of 20443 with flag 175003/175003
130.23/64.44	c cleaning 9863 clauses out of 20363 with flag 185000/185000
139.75/69.22	c cleaning 10201 clauses out of 20500 with flag 195000/195000
146.28/72.54	c cleaning 10062 clauses out of 20299 with flag 205000/205000
156.61/77.78	c cleaning 9999 clauses out of 20237 with flag 215000/215000
163.53/81.22	c cleaning 9987 clauses out of 20239 with flag 225001/225001
169.78/84.41	c cleaning 9512 clauses out of 20252 with flag 235002/235002
177.71/88.47	c cleaning 9796 clauses out of 20733 with flag 245001/245001
183.02/91.17	c cleaning 9522 clauses out of 20938 with flag 255002/255002
189.52/94.45	c cleaning 9566 clauses out of 21413 with flag 265000/265000
197.94/98.79	c cleaning 9641 clauses out of 21846 with flag 275000/275000
208.68/104.18	c cleaning 9726 clauses out of 22205 with flag 285000/285000
224.65/112.16	c cleaning 9786 clauses out of 22480 with flag 295001/295001
237.17/118.43	c cleaning 9659 clauses out of 22696 with flag 305003/305003
246.41/123.17	c cleaning 9736 clauses out of 23033 with flag 315000/315000
253.28/126.64	c cleaning 9461 clauses out of 23302 with flag 325005/325005
260.37/130.20	c cleaning 9710 clauses out of 23837 with flag 335001/335001
269.70/134.93	c cleaning 9562 clauses out of 24130 with flag 345004/345004
280.92/140.60	c cleaning 9820 clauses out of 24563 with flag 355000/355000
289.62/145.08	c cleaning 9638 clauses out of 24744 with flag 365001/365001
305.72/153.17	c cleaning 9732 clauses out of 25105 with flag 375000/375000
314.21/157.40	c cleaning 9786 clauses out of 25373 with flag 385000/385000
323.60/162.26	c cleaning 9814 clauses out of 25589 with flag 395002/395002
332.67/166.87	c cleaning 9707 clauses out of 25773 with flag 405000/405000
342.52/171.89	c cleaning 9856 clauses out of 26067 with flag 415001/415001
355.16/178.28	c cleaning 9892 clauses out of 26210 with flag 425000/425000
366.71/184.19	c cleaning 9760 clauses out of 26318 with flag 435000/435000
377.77/189.73	c cleaning 9775 clauses out of 26559 with flag 445001/445001
385.61/193.76	c cleaning 9846 clauses out of 26787 with flag 455004/455004
393.88/197.93	c cleaning 9699 clauses out of 26938 with flag 465001/465001
401.96/202.14	c cleaning 9698 clauses out of 27241 with flag 475003/475003
414.82/208.68	c cleaning 9569 clauses out of 27540 with flag 485000/485000
426.87/214.76	c cleaning 9808 clauses out of 27972 with flag 495001/495001
438.32/220.58	c cleaning 9600 clauses out of 28164 with flag 505001/505001
446.44/224.70	c cleaning 9853 clauses out of 28566 with flag 515003/515003
454.05/228.64	c cleaning 9667 clauses out of 28709 with flag 525000/525000
461.88/232.69	c cleaning 9633 clauses out of 29042 with flag 535000/535000
470.35/236.93	c cleaning 9728 clauses out of 29409 with flag 545000/545000
478.63/241.26	c cleaning 9914 clauses out of 29681 with flag 555000/555000
489.25/246.68	c cleaning 9730 clauses out of 29767 with flag 565000/565000
501.92/253.03	c cleaning 9859 clauses out of 30037 with flag 575000/575000
519.20/261.77	c cleaning 9859 clauses out of 30179 with flag 585001/585001
528.23/266.47	c cleaning 9920 clauses out of 30319 with flag 595000/595000
537.24/271.03	c cleaning 9580 clauses out of 30400 with flag 605001/605001
545.66/275.31	c cleaning 9744 clauses out of 30823 with flag 615004/615004
554.88/280.01	c cleaning 9865 clauses out of 31075 with flag 625000/625000
565.97/285.77	c cleaning 9495 clauses out of 31211 with flag 635001/635001
576.76/291.20	c cleaning 9929 clauses out of 31719 with flag 645004/645004
586.33/296.11	c cleaning 9834 clauses out of 31787 with flag 655001/655001
592.96/299.55	c cleaning 9799 clauses out of 31952 with flag 665000/665000
599.58/303.05	c cleaning 9616 clauses out of 32153 with flag 675000/675000
605.36/306.06	c cleaning 9679 clauses out of 32537 with flag 685000/685000
619.95/313.49	c cleaning 9651 clauses out of 32860 with flag 695002/695002
633.94/320.51	c cleaning 9710 clauses out of 33207 with flag 705000/705000
651.75/329.66	c cleaning 9579 clauses out of 33498 with flag 715001/715001
660.92/334.40	c cleaning 9878 clauses out of 33918 with flag 725000/725000
678.92/343.41	c cleaning 9659 clauses out of 34041 with flag 735001/735001
700.85/354.43	c cleaning 0 clauses out of 5003 with flag 0/5003
704.21/356.24	c cleaning 9859 clauses out of 34384 with flag 745003/745003
721.64/364.96	c cleaning 9814 clauses out of 34522 with flag 755001/755001
737.04/372.73	c cleaning 9858 clauses out of 34708 with flag 765001/765001
747.64/378.19	c cleaning 9646 clauses out of 34844 with flag 775000/775000
765.70/387.32	c cleaning 9782 clauses out of 35198 with flag 785000/785000
782.95/396.05	c cleaning 9752 clauses out of 35417 with flag 795001/795001
797.97/403.62	c cleaning 9841 clauses out of 35664 with flag 805000/805000
812.92/411.30	c cleaning 9961 clauses out of 35824 with flag 815001/815001
826.94/418.40	c cleaning 9680 clauses out of 35862 with flag 825000/825000
844.18/427.11	c cleaning 9813 clauses out of 36182 with flag 835000/835000
858.57/434.42	c cleaning 9875 clauses out of 36369 with flag 845000/845000
872.90/441.77	c cleaning 9820 clauses out of 36494 with flag 855000/855000
888.09/449.54	c cleaning 9842 clauses out of 36677 with flag 865003/865003
899.85/455.59	c cleaning 9877 clauses out of 36832 with flag 875000/875000
910.60/461.01	c cleaning 9978 clauses out of 36956 with flag 885001/885001
921.40/466.57	c cleaning 9811 clauses out of 36979 with flag 895002/895002
936.80/474.45	c cleaning 9833 clauses out of 37166 with flag 905000/905000
949.78/481.09	c cleaning 9784 clauses out of 37333 with flag 915000/915000
960.14/486.34	c cleaning 9934 clauses out of 37549 with flag 925000/925000
967.29/490.03	c cleaning 9787 clauses out of 37618 with flag 935003/935003
980.61/496.93	c cleaning 9699 clauses out of 37829 with flag 945001/945001
993.00/503.21	c cleaning 9870 clauses out of 38130 with flag 955001/955001
1005.57/509.60	c cleaning 9791 clauses out of 38262 with flag 965003/965003
1016.16/515.09	c cleaning 9776 clauses out of 38468 with flag 975000/975000
1023.49/518.98	c cleaning 9755 clauses out of 38683 with flag 985000/985000
1037.44/526.02	c cleaning 9870 clauses out of 38930 with flag 995002/995002
1048.02/531.46	c cleaning 9685 clauses out of 39058 with flag 1005000/1005000
1058.98/537.03	c cleaning 9620 clauses out of 39374 with flag 1015001/1015001
1068.26/541.95	c cleaning 9799 clauses out of 39753 with flag 1025000/1025000
1081.00/548.45	c cleaning 9859 clauses out of 39955 with flag 1035001/1035001
1090.93/553.51	c cleaning 9884 clauses out of 40102 with flag 1045007/1045007
1107.28/561.85	c cleaning 9835 clauses out of 40212 with flag 1055001/1055001
1120.39/568.63	c cleaning 9774 clauses out of 40376 with flag 1065000/1065000
1135.77/576.46	c cleaning 9866 clauses out of 40602 with flag 1075000/1075000
1150.31/583.89	c cleaning 9880 clauses out of 40737 with flag 1085001/1085001
1173.11/595.35	c cleaning 9788 clauses out of 40856 with flag 1095000/1095000
1188.84/603.44	c cleaning 9894 clauses out of 41071 with flag 1105003/1105003
1198.62/608.49	c cleaning 10050 clauses out of 41174 with flag 1115000/1115000
1206.33/612.44	c cleaning 9658 clauses out of 41125 with flag 1125001/1125001
1215.43/617.17	c cleaning 9831 clauses out of 41468 with flag 1135002/1135002
1224.25/621.87	c cleaning 9761 clauses out of 41636 with flag 1145001/1145001
1236.37/628.10	c cleaning 9702 clauses out of 41877 with flag 1155003/1155003
1250.88/635.40	c cleaning 9861 clauses out of 42173 with flag 1165001/1165001
1265.19/642.78	c cleaning 9821 clauses out of 42312 with flag 1175001/1175001
1272.65/646.75	c cleaning 9972 clauses out of 42492 with flag 1185002/1185002
1281.34/651.26	c cleaning 9622 clauses out of 42518 with flag 1195000/1195000
1291.22/656.39	c cleaning 9634 clauses out of 42896 with flag 1205000/1205000
1302.32/662.05	c cleaning 9660 clauses out of 43262 with flag 1215000/1215000
1315.59/668.96	c cleaning 9875 clauses out of 43604 with flag 1225002/1225002
1328.92/675.70	c cleaning 9756 clauses out of 43728 with flag 1235001/1235001
1345.52/684.19	c cleaning 9904 clauses out of 43971 with flag 1245000/1245000
1360.06/691.55	c cleaning 9604 clauses out of 44068 with flag 1255001/1255001
1374.36/698.97	c cleaning 9878 clauses out of 44467 with flag 1265004/1265004
1389.84/706.84	c cleaning 9880 clauses out of 44586 with flag 1275001/1275001
1408.54/716.37	c cleaning 9541 clauses out of 44705 with flag 1285000/1285000
1421.04/722.71	c cleaning 9774 clauses out of 45165 with flag 1295001/1295001
1435.68/730.35	c cleaning 9683 clauses out of 45391 with flag 1305001/1305001
1450.42/737.87	c cleaning 9830 clauses out of 45707 with flag 1315000/1315000
1463.14/744.34	c cleaning 9769 clauses out of 45878 with flag 1325001/1325001
1475.64/750.71	c cleaning 9905 clauses out of 46109 with flag 1335001/1335001
1486.61/756.54	c cleaning 9648 clauses out of 46203 with flag 1345000/1345000
1503.66/765.20	c cleaning 9897 clauses out of 46555 with flag 1355000/1355000
1513.48/770.33	c cleaning 9836 clauses out of 46658 with flag 1365000/1365000
1527.18/777.36	c cleaning 9924 clauses out of 46823 with flag 1375001/1375001
1536.93/782.54	c cleaning 9817 clauses out of 46899 with flag 1385001/1385001
1545.16/786.89	c cleaning 9763 clauses out of 47081 with flag 1395000/1395000
1559.19/794.08	c cleaning 9728 clauses out of 47318 with flag 1405000/1405000
1577.81/803.50	c cleaning 9873 clauses out of 47591 with flag 1415001/1415001
1589.58/809.76	c cleaning 10269 clauses out of 47716 with flag 1425000/1425000
1597.60/813.93	c cleaning 9597 clauses out of 47447 with flag 1435001/1435001
1604.98/817.87	c cleaning 9623 clauses out of 47849 with flag 1445000/1445000
1613.79/822.40	c cleaning 9790 clauses out of 48227 with flag 1455001/1455001
1622.33/827.00	c cleaning 9735 clauses out of 48437 with flag 1465001/1465001
1631.54/831.84	c cleaning 9579 clauses out of 48704 with flag 1475003/1475003
1644.24/838.34	c cleaning 9877 clauses out of 49127 with flag 1485005/1485005
1660.72/846.78	c cleaning 9686 clauses out of 49246 with flag 1495001/1495001
1679.15/856.20	c cleaning 9886 clauses out of 49561 with flag 1505002/1505002
1699.88/866.73	c cleaning 9457 clauses out of 49674 with flag 1515001/1515001
1714.53/874.26	c cleaning 9869 clauses out of 50217 with flag 1525001/1525001
1733.65/883.96	c cleaning 9943 clauses out of 50347 with flag 1535000/1535000
1747.28/891.08	c cleaning 9594 clauses out of 50405 with flag 1545001/1545001
1760.73/897.96	c cleaning 9912 clauses out of 50810 with flag 1555000/1555000
1774.79/905.20	c cleaning 9774 clauses out of 50897 with flag 1565000/1565000
1781.27/908.53	c cleaning 9713 clauses out of 51125 with flag 1575002/1575002
1789.38/912.93	c cleaning 9729 clauses out of 51412 with flag 1585002/1585002
1800.08/918.42	c starts		: 207
1800.08/918.42	c conflicts		: 1594412
1800.08/918.42	c decisions		: 11210994
1800.08/918.42	c propagations		: 618673669
1800.08/918.42	c inspects		: 1897633735
1800.08/918.42	c learnt literals	: 76
1800.08/918.42	c learnt binary clauses	: 34107
1800.08/918.42	c learnt ternary clauses	: 53528
1800.08/918.42	c learnt clauses	: 1594336
1800.08/918.42	c ignored clauses	: 0
1800.08/918.42	c root simplifications	: 0
1800.08/918.42	c removed literals (reason simplification)	: 53785493
1800.08/918.42	c reason swapping (by a shorter reason)	: 0
1800.08/918.42	c Calls to reduceDB	: 160
1800.08/918.42	c number of reductions to clauses (during analyze)	: 0
1800.08/918.42	c number of learned constraints concerned by reduction	: 0
1800.08/918.42	c number of learning phase by resolution	: 0
1800.08/918.42	c number of learning phase by cutting planes	: 0
1800.08/918.42	c speed (assignments/second)	: 673940.9386117992
1800.08/918.42	c non guided choices	3616
1800.08/918.44	c learnt constraints type 
1800.08/918.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17030
1800.08/918.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34107
1800.08/918.44	c constraints type 
1800.08/918.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
1800.08/918.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
1800.08/918.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
1800.08/918.44	c constraints type 
1800.08/918.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
1800.08/918.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
1800.08/918.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
1800.08/918.44	s UNKNOWN
1800.08/918.44	c Total wall clock time (in seconds): 918.33

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

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

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


[startup+0 s]
/proc/loadavg: 3.89 3.88 3.66 4/197 24585
/proc/meminfo: memFree=27140780/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24585/stat : 24585 (java6) D 24583 24585 24165 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 344654289 9515008 182 33554432000 1073741824 1073778376 140733557020560 140733557011592 213193146037 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24585/statm: 2323 182 140 9 0 71 0

[startup+0.0976271 s]
/proc/loadavg: 3.89 3.88 3.66 4/197 24585
/proc/meminfo: memFree=27140780/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 4755 0 1 0 8 1 0 0 20 0 18 0 344654289 2764726272 5953 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 674982 5953 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100205 s]
/proc/loadavg: 3.89 3.88 3.66 4/197 24585
/proc/meminfo: memFree=27140780/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 4756 0 1 0 8 1 0 0 20 0 18 0 344654289 2764726272 5954 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 674982 5954 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300231 s]
/proc/loadavg: 3.89 3.88 3.66 4/197 24585
/proc/meminfo: memFree=27140780/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 7662 0 1 0 55 1 0 0 20 0 18 0 344654289 2764726272 10263 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 674982 10263 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700186 s]
/proc/loadavg: 3.89 3.88 3.66 4/197 24585
/proc/meminfo: memFree=27140780/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 13834 0 1 0 194 3 0 0 20 0 22 0 344654289 3037372416 20962 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 741546 20962 2254 9 0 732240 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 3.89 3.88 3.66 7/219 24607
/proc/meminfo: memFree=26943128/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2966184 CPUtime=4.5 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 23958 0 1 0 440 10 0 0 20 0 22 0 344654289 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 741546 104207 2271 9 0 732240 0
[pid=24585/tid=24587] ppid=24583 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/24585/task/24587/stat : 24587 (java) S 24583 24585 24165 0 -1 4202560 2872 0 1 0 38 1 0 0 20 0 22 0 344654290 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607357486232 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24588] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24588/stat : 24588 (java) S 24583 24585 24165 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607224310696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24589] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24589/stat : 24589 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607223258152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24590] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24590/stat : 24590 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607222205096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24591] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24591/stat : 24591 (java) S 24583 24585 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607221152552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24592] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24592/stat : 24592 (java) S 24583 24585 24165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607220099496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24593] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24593/stat : 24593 (java) S 24583 24585 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607219046952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24594] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24594/stat : 24594 (java) S 24583 24585 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607217993896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24595] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24595/stat : 24595 (java) S 24583 24585 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607216941352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24596] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24596/stat : 24596 (java) S 24583 24585 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607204531048 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24597] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24597/stat : 24597 (java) S 24583 24585 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607203477368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24598] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24598/stat : 24598 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607202424200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24599] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24599/stat : 24599 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607201372944 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24600] ppid=24583 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/24585/task/24600/stat : 24600 (java) S 24583 24585 24165 0 -1 4202560 11182 0 0 0 90 2 0 0 20 0 22 0 344654296 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607200319800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24601] ppid=24583 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/24585/task/24601/stat : 24601 (java) S 24583 24585 24165 0 -1 4202560 8424 0 0 0 100 0 0 0 20 0 22 0 344654296 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607199267256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24602] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24602/stat : 24602 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607198214392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24603] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24603/stat : 24603 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607197162056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24604] ppid=24583 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/24585/task/24604/stat : 24604 (java) R 24583 24585 24165 0 -1 4202560 26 0 0 0 103 0 0 0 20 0 22 0 344654332 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607196105424 140607297932527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24605] ppid=24583 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/24585/task/24605/stat : 24605 (java) R 24583 24585 24165 0 -1 4202560 219 0 0 0 99 5 0 0 20 0 22 0 344654332 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607195053496 140607297856609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24606] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24606/stat : 24606 (java) S 24583 24585 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607194002728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24607] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24607/stat : 24607 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 104207 33554432000 1073741824 1073778376 140735162657600 140607192950184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 3.90 3.88 3.66 5/219 24607
/proc/meminfo: memFree=26715180/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2966184 CPUtime=7.86 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 24025 0 1 0 775 11 0 0 20 0 22 0 344654289 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 741546 108352 2284 9 0 732240 0
[pid=24585/tid=24587] ppid=24583 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/24585/task/24587/stat : 24587 (java) S 24583 24585 24165 0 -1 4202560 2872 0 1 0 38 1 0 0 20 0 22 0 344654290 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607357486232 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24588] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24588/stat : 24588 (java) S 24583 24585 24165 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607224310696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24589] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24589/stat : 24589 (java) S 24583 24585 24165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607223258152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24590] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24590/stat : 24590 (java) S 24583 24585 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607222205096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24591] ppid=24583 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24585/task/24591/stat : 24591 (java) S 24583 24585 24165 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607221152552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24592] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24592/stat : 24592 (java) S 24583 24585 24165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607220099496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24593] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24593/stat : 24593 (java) S 24583 24585 24165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607219046952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24594] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24594/stat : 24594 (java) S 24583 24585 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607217993896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24595] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24595/stat : 24595 (java) S 24583 24585 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607216941352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24596] ppid=24583 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24585/task/24596/stat : 24596 (java) S 24583 24585 24165 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 344654293 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607204531048 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24597] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24597/stat : 24597 (java) S 24583 24585 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607203477368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24598] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24598/stat : 24598 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607202424200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24599] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24599/stat : 24599 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607201372944 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24600] ppid=24583 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/24585/task/24600/stat : 24600 (java) S 24583 24585 24165 0 -1 4202560 11193 0 0 0 98 2 0 0 20 0 22 0 344654296 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607200319800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24601] ppid=24583 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/24585/task/24601/stat : 24601 (java) S 24583 24585 24165 0 -1 4202560 8438 0 0 0 111 0 0 0 20 0 22 0 344654296 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607199267256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24602] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24602/stat : 24602 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607198214392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24603] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24603/stat : 24603 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607197162056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24604] ppid=24583 vsize=2966184 CPUtime=2.57 cores=1,3,5,7
/proc/24585/task/24604/stat : 24604 (java) R 24583 24585 24165 0 -1 4202560 26 0 0 0 257 0 0 0 20 0 22 0 344654332 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607196105544 140607297932448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24605] ppid=24583 vsize=2966184 CPUtime=2.59 cores=1,3,5,7
/proc/24585/task/24605/stat : 24605 (java) R 24583 24585 24165 0 -1 4202560 221 0 0 0 254 5 0 0 20 0 22 0 344654332 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607195053816 140607297856375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24606] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24606/stat : 24606 (java) S 24583 24585 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607194002728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24607] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24607/stat : 24607 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 108352 33554432000 1073741824 1073778376 140735162657600 140607192950184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 3.90 3.88 3.66 4/219 24607
/proc/meminfo: memFree=26706560/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2966184 CPUtime=14.52 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 24077 0 1 0 1440 12 0 0 20 0 22 0 344654289 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 741546 110367 2284 9 0 732240 0
[pid=24585/tid=24587] ppid=24583 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/24585/task/24587/stat : 24587 (java) S 24583 24585 24165 0 -1 4202560 2872 0 1 0 38 1 0 0 20 0 22 0 344654290 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607357486232 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24588] ppid=24583 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24585/task/24588/stat : 24588 (java) S 24583 24585 24165 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607224310696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24589] ppid=24583 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24585/task/24589/stat : 24589 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607223258152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24590] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24590/stat : 24590 (java) S 24583 24585 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607222205096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24591] ppid=24583 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24585/task/24591/stat : 24591 (java) S 24583 24585 24165 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607221152552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24592] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24592/stat : 24592 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607220099496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24593] ppid=24583 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24585/task/24593/stat : 24593 (java) S 24583 24585 24165 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607219046952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24594] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24594/stat : 24594 (java) S 24583 24585 24165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607217993896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24595] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24595/stat : 24595 (java) S 24583 24585 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344654292 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607216941352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24596] ppid=24583 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/24585/task/24596/stat : 24596 (java) S 24583 24585 24165 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 22 0 344654293 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607204531048 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24597] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24597/stat : 24597 (java) S 24583 24585 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607203477368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24598] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24598/stat : 24598 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607202424200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24599] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24599/stat : 24599 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607201372944 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24600] ppid=24583 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/24585/task/24600/stat : 24600 (java) S 24583 24585 24165 0 -1 4202560 11209 0 0 0 112 2 0 0 20 0 22 0 344654296 3037372416 110367 33554432000 1073741824 1073778376 140735162657600 140607200319800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/24585/statm: 741546 223146 2285 9 0 732240 0
[pid=24585/tid=24587] ppid=24583 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/24585/task/24587/stat : 24587 (java) S 24583 24585 24165 0 -1 4202560 2908 0 1 0 39 2 0 0 20 0 22 0 344654290 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607357486232 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24588] ppid=24583 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/24585/task/24588/stat : 24588 (java) S 24583 24585 24165 0 -1 4202560 217 0 0 0 358 7 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607224310696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24589] ppid=24583 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/24585/task/24589/stat : 24589 (java) S 24583 24585 24165 0 -1 4202560 199 0 0 0 357 6 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607223258152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24590] ppid=24583 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24585/task/24590/stat : 24590 (java) S 24583 24585 24165 0 -1 4202560 203 0 0 0 349 7 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607222205096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24591] ppid=24583 vsize=2966184 CPUtime=3.37 cores=1,3,5,7
/proc/24585/task/24591/stat : 24591 (java) S 24583 24585 24165 0 -1 4202560 205 0 0 0 330 7 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607221152552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24592] ppid=24583 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/24585/task/24592/stat : 24592 (java) S 24583 24585 24165 0 -1 4202560 199 0 0 0 361 7 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607220099496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24593] ppid=24583 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24585/task/24593/stat : 24593 (java) S 24583 24585 24165 0 -1 4202560 190 0 0 0 349 7 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607219046952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24594] ppid=24583 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/24585/task/24594/stat : 24594 (java) S 24583 24585 24165 0 -1 4202560 197 0 0 0 357 6 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607217993896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24595] ppid=24583 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/24585/task/24595/stat : 24595 (java) S 24583 24585 24165 0 -1 4202560 198 0 0 0 359 7 0 0 20 0 22 0 344654292 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607216941352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24596] ppid=24583 vsize=2966184 CPUtime=44.92 cores=1,3,5,7
/proc/24585/task/24596/stat : 24596 (java) S 24583 24585 24165 0 -1 4202560 122 0 0 0 4471 21 0 0 20 0 22 0 344654293 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607204531048 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24597] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24597/stat : 24597 (java) S 24583 24585 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607203477368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24598] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24598/stat : 24598 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607202424200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24599] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24599/stat : 24599 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607201372944 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24600] ppid=24583 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/24585/task/24600/stat : 24600 (java) S 24583 24585 24165 0 -1 4202560 11345 0 0 0 146 2 0 0 20 0 22 0 344654296 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607200319800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24601] ppid=24583 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/24585/task/24601/stat : 24601 (java) S 24583 24585 24165 0 -1 4202560 8478 0 0 0 149 2 0 0 20 0 22 0 344654296 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607199267256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24602] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24602/stat : 24602 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607198214392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24603] ppid=24583 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/24585/task/24603/stat : 24603 (java) S 24583 24585 24165 0 -1 4202560 45 0 0 0 13 20 0 0 20 0 22 0 344654296 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607197162056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24604] ppid=24583 vsize=2966184 CPUtime=766.29 cores=1,3,5,7
/proc/24585/task/24604/stat : 24604 (java) R 24583 24585 24165 0 -1 4202560 313 0 0 0 76616 13 0 0 20 0 22 0 344654332 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607196105872 140607297887592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24605] ppid=24583 vsize=2966184 CPUtime=766.27 cores=1,3,5,7
/proc/24585/task/24605/stat : 24605 (java) R 24583 24585 24165 0 -1 4202560 494 0 0 0 76608 19 0 0 20 0 22 0 344654332 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607195054112 140607297985239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24606] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24606/stat : 24606 (java) S 24583 24585 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607194002728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24607] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24607/stat : 24607 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 223146 33554432000 1073741824 1073778376 140735162657600 140607192950184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1613.59
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.90 3.87 3.77 5/219 24701
/proc/meminfo: memFree=26218228/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2966184 CPUtime=1730.39 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 26635 0 1 0 172928 111 0 0 20 0 22 0 344654289 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 741546 231896 2285 9 0 732240 0
[pid=24585/tid=24587] ppid=24583 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/24585/task/24587/stat : 24587 (java) S 24583 24585 24165 0 -1 4202560 2912 0 1 0 39 2 0 0 20 0 22 0 344654290 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607357486232 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24588] ppid=24583 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/24585/task/24588/stat : 24588 (java) S 24583 24585 24165 0 -1 4202560 233 0 0 0 388 8 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607224310696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24589] ppid=24583 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/24585/task/24589/stat : 24589 (java) S 24583 24585 24165 0 -1 4202560 212 0 0 0 387 6 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607223258152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24590] ppid=24583 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/24585/task/24590/stat : 24590 (java) S 24583 24585 24165 0 -1 4202560 221 0 0 0 376 8 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607222205096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24591] ppid=24583 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/24585/task/24591/stat : 24591 (java) S 24583 24585 24165 0 -1 4202560 218 0 0 0 362 8 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607221152552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24592] ppid=24583 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/24585/task/24592/stat : 24592 (java) S 24583 24585 24165 0 -1 4202560 208 0 0 0 385 8 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607220099496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24593] ppid=24583 vsize=2966184 CPUtime=3.8 cores=1,3,5,7
/proc/24585/task/24593/stat : 24593 (java) S 24583 24585 24165 0 -1 4202560 192 0 0 0 373 7 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607219046952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24594] ppid=24583 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/24585/task/24594/stat : 24594 (java) S 24583 24585 24165 0 -1 4202560 206 0 0 0 389 7 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607217993896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24595] ppid=24583 vsize=2966184 CPUtime=3.94 cores=1,3,5,7
/proc/24585/task/24595/stat : 24595 (java) S 24583 24585 24165 0 -1 4202560 211 0 0 0 387 7 0 0 20 0 22 0 344654292 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607216941352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24596] ppid=24583 vsize=2966184 CPUtime=49.1 cores=1,3,5,7
/proc/24585/task/24596/stat : 24596 (java) S 24583 24585 24165 0 -1 4202560 126 0 0 0 4887 23 0 0 20 0 22 0 344654293 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607204531048 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24597] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24597/stat : 24597 (java) S 24583 24585 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607203477368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24598] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24598/stat : 24598 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607202424200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24599] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24599/stat : 24599 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607201372944 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24600] ppid=24583 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/24585/task/24600/stat : 24600 (java) S 24583 24585 24165 0 -1 4202560 11345 0 0 0 146 2 0 0 20 0 22 0 344654296 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607200319800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24601] ppid=24583 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/24585/task/24601/stat : 24601 (java) S 24583 24585 24165 0 -1 4202560 8478 0 0 0 149 2 0 0 20 0 22 0 344654296 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607199267256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24602] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24602/stat : 24602 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607198214392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24603] ppid=24583 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/24585/task/24603/stat : 24603 (java) S 24583 24585 24165 0 -1 4202560 49 0 0 0 13 22 0 0 20 0 22 0 344654296 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607197162056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24604] ppid=24583 vsize=2966184 CPUtime=821.3 cores=1,3,5,7
/proc/24585/task/24604/stat : 24604 (java) R 24583 24585 24165 0 -1 4202560 327 0 0 0 82116 14 0 0 20 0 22 0 344654332 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607196106656 140607298114098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24605] ppid=24583 vsize=2966184 CPUtime=821.28 cores=1,3,5,7
/proc/24585/task/24605/stat : 24605 (java) R 24583 24585 24165 0 -1 4202560 509 0 0 0 82108 20 0 0 20 0 22 0 344654332 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607195053280 140607298520646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24606] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24606/stat : 24606 (java) S 24583 24585 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607194002728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24607] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24607/stat : 24607 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 231896 33554432000 1073741824 1073778376 140735162657600 140607192950184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.39
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.401 s]
/proc/loadavg: 3.89 3.87 3.77 6/219 24701
/proc/meminfo: memFree=26199428/32873648 swapFree=6864/6864
[pid=24585] ppid=24583 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/24585/stat : 24585 (java) S 24583 24585 24165 0 -1 4202496 26740 0 1 0 179893 115 0 0 20 0 22 0 344654289 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140735162648736 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24585/statm: 741546 234513 2285 9 0 732240 0
[pid=24585/tid=24587] ppid=24583 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/24585/task/24587/stat : 24587 (java) S 24583 24585 24165 0 -1 4202560 2914 0 1 0 39 2 0 0 20 0 22 0 344654290 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607357486232 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24588] ppid=24583 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/24585/task/24588/stat : 24588 (java) S 24583 24585 24165 0 -1 4202560 241 0 0 0 413 8 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607224310696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24589] ppid=24583 vsize=2966184 CPUtime=4.21 cores=1,3,5,7
/proc/24585/task/24589/stat : 24589 (java) S 24583 24585 24165 0 -1 4202560 228 0 0 0 414 7 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607223258152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24590] ppid=24583 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/24585/task/24590/stat : 24590 (java) S 24583 24585 24165 0 -1 4202560 227 0 0 0 404 8 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607222205096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24591] ppid=24583 vsize=2966184 CPUtime=3.91 cores=1,3,5,7
/proc/24585/task/24591/stat : 24591 (java) S 24583 24585 24165 0 -1 4202560 223 0 0 0 383 8 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607221152552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24592] ppid=24583 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/24585/task/24592/stat : 24592 (java) S 24583 24585 24165 0 -1 4202560 217 0 0 0 416 8 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607220099496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24593] ppid=24583 vsize=2966184 CPUtime=4.09 cores=1,3,5,7
/proc/24585/task/24593/stat : 24593 (java) S 24583 24585 24165 0 -1 4202560 200 0 0 0 402 7 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607219046952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24585/tid=24594] ppid=24583 vsize=2966184 CPUtime=4.26 cores=1,3,5,7
/proc/24585/task/24594/stat : 24594 (java) S 24583 24585 24165 0 -1 4202560 216 0 0 0 419 7 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607217993896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24595] ppid=24583 vsize=2966184 CPUtime=4.29 cores=1,3,5,7
/proc/24585/task/24595/stat : 24595 (java) S 24583 24585 24165 0 -1 4202560 221 0 0 0 422 7 0 0 20 0 22 0 344654292 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607216941352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24596] ppid=24583 vsize=2966184 CPUtime=52.58 cores=1,3,5,7
/proc/24585/task/24596/stat : 24596 (java) S 24583 24585 24165 0 -1 4202560 128 0 0 0 5233 25 0 0 20 0 22 0 344654293 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607204531048 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24597] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24597/stat : 24597 (java) S 24583 24585 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607203477368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24598] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24598/stat : 24598 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654293 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607202424200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24599] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24599/stat : 24599 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607201372944 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24600] ppid=24583 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/24585/task/24600/stat : 24600 (java) S 24583 24585 24165 0 -1 4202560 11345 0 0 0 146 2 0 0 20 0 22 0 344654296 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607200319800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24601] ppid=24583 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/24585/task/24601/stat : 24601 (java) S 24583 24585 24165 0 -1 4202560 8478 0 0 0 149 2 0 0 20 0 22 0 344654296 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607199267256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24585/tid=24602] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24602/stat : 24602 (java) S 24583 24585 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344654296 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607198214392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24603] ppid=24583 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/24585/task/24603/stat : 24603 (java) S 24583 24585 24165 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 344654296 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607197162056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24604] ppid=24583 vsize=2966184 CPUtime=853.19 cores=1,3,5,7
/proc/24585/task/24604/stat : 24604 (java) R 24583 24585 24165 0 -1 4202560 342 0 0 0 85305 14 0 0 20 0 22 0 344654332 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607196106640 140607298037095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24585/tid=24605] ppid=24583 vsize=2966184 CPUtime=853.17 cores=1,3,5,7
/proc/24585/task/24605/stat : 24605 (java) R 24583 24585 24165 0 -1 4202560 521 0 0 0 85297 20 0 0 20 0 22 0 344654332 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607195052816 140607298023632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24606] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24606/stat : 24606 (java) S 24583 24585 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607194002728 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24585/tid=24607] ppid=24583 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24585/task/24607/stat : 24607 (java) S 24583 24585 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344654334 3037372416 234513 33554432000 1073741824 1073778376 140735162657600 140607192950184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

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

Real time (s): 918.453
CPU time (s): 1800.08
CPU user time (s): 1798.93
CPU system time (s): 1.15
CPU usage (%): 195.99
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.77
system time used= 1.64175
maximum resident set size= 938172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26772
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= 39623
involuntary context switches= 66227

runsolver used 3.89341 second user time and 8.08277 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 06:47:54
IDJOB=3742158
IDBENCH=90136
IDSOLVER=2324
FILE ID=node113/3742158-1338785274
RUNJOBID= node113-1338783018-24182
PBS_JOBID= 14636837
Free space on /tmp= 70980 MiB

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

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=435965634

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27141044 kB
Buffers:          542664 kB
Cached:          3514496 kB
SwapCached:         2028 kB
Active:          2525296 kB
Inactive:        2303888 kB
Active(anon):     770912 kB
Inactive(anon):     1912 kB
Active(file):    1754384 kB
Inactive(file):  2301976 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:               580 kB
Writeback:             0 kB
AnonPages:        777504 kB
Mapped:            19500 kB
Shmem:                 0 kB
Slab:             764124 kB
SReclaimable:     208044 kB
SUnreclaim:       556080 kB
KernelStack:        1616 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70976 MiB
End job on node113 at 2012-06-04 07:03:15