Trace number 3741976

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.11 918.462

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K97.opb
MD5SUM43f0e9fb1c8ca4724fdfde37689b9cda
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark650.612
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6596
Total number of constraints6792
Number of constraints which are clauses6695
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint97
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 98
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.2.0.v20100531
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		1349517296
0.05/0.09	c Max memory 		1356595200
0.05/0.09	c Total memory 		1356595200
0.05/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3741976-1338784062.opb
0.07/0.12	c reading problem ... 
0.76/0.48	c ... done. Wall clock time 0.354s.
0.76/0.48	c #vars     6596
0.76/0.48	c #constraints  6792
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5445
0.76/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1248
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1248
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5445
0.76/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
5.63/2.14	c cleaning 2486 clauses out of 4990 with flag 5001/5001
9.76/3.91	c cleaning 4223 clauses out of 8498 with flag 11000/11000
13.20/5.67	c cleaning 5610 clauses out of 11273 with flag 18001/18001
17.48/7.74	c cleaning 6799 clauses out of 13661 with flag 26000/26000
22.30/10.12	c cleaning 7856 clauses out of 15862 with flag 35001/35001
27.73/12.89	c cleaning 8915 clauses out of 18000 with flag 45000/45000
33.11/15.56	c cleaning 9427 clauses out of 19080 with flag 55000/55000
39.52/18.74	c cleaning 9746 clauses out of 19654 with flag 65002/65002
45.44/21.75	c cleaning 9813 clauses out of 19904 with flag 75001/75001
51.63/24.87	c cleaning 9915 clauses out of 20090 with flag 85001/85001
64.85/31.42	c cleaning 10041 clauses out of 20175 with flag 95002/95002
71.39/34.77	c cleaning 10030 clauses out of 20133 with flag 105001/105001
77.32/37.79	c cleaning 9941 clauses out of 20101 with flag 115000/115000
87.12/42.67	c cleaning 9941 clauses out of 20158 with flag 125000/125000
98.07/48.16	c cleaning 10086 clauses out of 20219 with flag 135003/135003
104.20/51.25	c cleaning 9977 clauses out of 20129 with flag 145000/145000
109.30/53.81	c cleaning 10040 clauses out of 20153 with flag 155001/155001
115.43/56.91	c cleaning 9999 clauses out of 20114 with flag 165002/165002
121.56/60.02	c cleaning 9964 clauses out of 20106 with flag 175000/175000
129.30/63.96	c cleaning 9928 clauses out of 20144 with flag 185002/185002
137.81/68.27	c cleaning 9990 clauses out of 20214 with flag 195000/195000
148.14/73.43	c cleaning 9776 clauses out of 20225 with flag 205001/205001
153.65/76.27	c cleaning 9395 clauses out of 20452 with flag 215004/215004
159.58/79.21	c cleaning 9452 clauses out of 21054 with flag 225001/225001
168.82/83.95	c cleaning 9676 clauses out of 21610 with flag 235009/235009
178.53/88.89	c cleaning 9698 clauses out of 21928 with flag 245003/245003
186.44/92.85	c cleaning 9599 clauses out of 22227 with flag 255000/255000
196.39/97.81	c cleaning 9587 clauses out of 22628 with flag 265000/265000
204.82/102.12	c cleaning 9624 clauses out of 23043 with flag 275002/275002
212.35/105.98	c cleaning 9563 clauses out of 23418 with flag 285001/285001
220.66/110.18	c cleaning 9640 clauses out of 23854 with flag 295001/295001
226.77/113.21	c cleaning 9424 clauses out of 24213 with flag 305000/305000
233.76/116.86	c cleaning 9605 clauses out of 24789 with flag 315000/315000
240.26/120.11	c cleaning 9595 clauses out of 25183 with flag 325000/325000
251.37/125.75	c cleaning 9529 clauses out of 25588 with flag 335000/335000
257.49/128.87	c cleaning 9628 clauses out of 26061 with flag 345002/345002
272.55/136.43	c cleaning 9756 clauses out of 26432 with flag 355001/355001
278.01/139.25	c cleaning 9616 clauses out of 26677 with flag 365002/365002
296.15/148.31	c cleaning 9528 clauses out of 27059 with flag 375000/375000
312.87/156.78	c cleaning 9707 clauses out of 27533 with flag 385002/385002
327.29/164.06	c cleaning 9858 clauses out of 27824 with flag 395000/395000
339.80/170.33	c cleaning 9792 clauses out of 27966 with flag 405000/405000
354.92/177.94	c cleaning 9742 clauses out of 28177 with flag 415003/415003
370.27/185.64	c cleaning 9956 clauses out of 28432 with flag 425000/425000
376.80/189.10	c cleaning 9587 clauses out of 28478 with flag 435002/435002
382.83/192.10	c cleaning 9349 clauses out of 28889 with flag 445000/445000
390.71/196.18	c cleaning 9656 clauses out of 29540 with flag 455000/455000
392.93/197.39	c cleaning 0 clauses out of 5000 with flag 0/5000
401.93/201.82	c cleaning 9205 clauses out of 29884 with flag 465000/465000
416.77/209.35	c cleaning 10045 clauses out of 30679 with flag 475000/475000
434.22/218.19	c cleaning 9547 clauses out of 30634 with flag 485000/485000
441.66/221.99	c cleaning 9908 clauses out of 31087 with flag 495000/495000
446.97/224.76	c cleaning 9485 clauses out of 31179 with flag 505000/505000
460.05/231.34	c cleaning 9788 clauses out of 31695 with flag 515001/515001
467.68/235.28	c cleaning 9548 clauses out of 31906 with flag 525000/525000
476.09/239.59	c cleaning 9821 clauses out of 32358 with flag 535000/535000
487.59/245.43	c cleaning 9584 clauses out of 32538 with flag 545001/545001
507.44/255.49	c cleaning 9638 clauses out of 32953 with flag 555000/555000
519.29/261.41	c cleaning 9807 clauses out of 33315 with flag 565000/565000
528.12/265.98	c cleaning 9703 clauses out of 33508 with flag 575000/575000
536.60/270.34	c cleaning 9690 clauses out of 33805 with flag 585000/585000
547.64/275.99	c cleaning 9684 clauses out of 34116 with flag 595001/595001
557.67/281.06	c cleaning 9907 clauses out of 34431 with flag 605000/605000
568.89/286.76	c cleaning 9780 clauses out of 34524 with flag 615000/615000
580.20/292.60	c cleaning 9816 clauses out of 34745 with flag 625001/625001
586.20/295.63	c cleaning 9873 clauses out of 34924 with flag 635001/635001
594.02/299.62	c cleaning 9604 clauses out of 35052 with flag 645002/645002
602.47/303.96	c cleaning 9677 clauses out of 35446 with flag 655000/655000
610.91/308.38	c cleaning 9723 clauses out of 35769 with flag 665000/665000
620.14/313.03	c cleaning 9430 clauses out of 36046 with flag 675000/675000
625.73/315.94	c cleaning 9759 clauses out of 36615 with flag 685000/685000
632.95/319.69	c cleaning 9648 clauses out of 36859 with flag 695003/695003
645.24/325.98	c cleaning 9715 clauses out of 37211 with flag 705003/705003
654.28/330.52	c cleaning 9588 clauses out of 37493 with flag 715000/715000
681.80/344.38	c cleaning 9593 clauses out of 37905 with flag 725000/725000
704.05/355.53	c cleaning 9769 clauses out of 38313 with flag 735001/735001
719.28/363.32	c cleaning 9915 clauses out of 38544 with flag 745001/745001
736.10/371.89	c cleaning 9595 clauses out of 38628 with flag 755000/755000
757.53/382.70	c cleaning 9743 clauses out of 39035 with flag 765002/765002
778.20/393.03	c cleaning 9767 clauses out of 39290 with flag 775000/775000
786.37/397.34	c cleaning 9847 clauses out of 39526 with flag 785003/785003
795.50/402.09	c cleaning 9706 clauses out of 39679 with flag 795003/795003
810.48/409.67	c cleaning 9732 clauses out of 39972 with flag 805002/805002
818.25/413.66	c cleaning 9699 clauses out of 40239 with flag 815001/815001
824.18/416.87	c cleaning 9692 clauses out of 40540 with flag 825001/825001
832.53/421.11	c cleaning 9644 clauses out of 40849 with flag 835002/835002
840.14/425.04	c cleaning 9983 clauses out of 41205 with flag 845002/845002
849.48/429.81	c cleaning 9553 clauses out of 41221 with flag 855002/855002
858.19/434.43	c cleaning 9697 clauses out of 41666 with flag 865000/865000
865.49/438.26	c cleaning 9491 clauses out of 41969 with flag 875000/875000
879.90/445.56	c cleaning 9574 clauses out of 42478 with flag 885000/885000
901.35/456.34	c cleaning 9660 clauses out of 42905 with flag 895001/895001
923.41/467.54	c cleaning 9957 clauses out of 43244 with flag 905000/905000
930.11/471.08	c cleaning 9530 clauses out of 43287 with flag 915000/915000
938.41/475.30	c cleaning 9604 clauses out of 43757 with flag 925000/925000
947.11/479.82	c cleaning 9663 clauses out of 44159 with flag 935006/935006
958.76/485.99	c cleaning 9691 clauses out of 44490 with flag 945000/945000
966.28/489.86	c cleaning 9757 clauses out of 44803 with flag 955005/955005
972.18/492.90	c cleaning 9492 clauses out of 45041 with flag 965000/965000
979.55/496.71	c cleaning 9731 clauses out of 45549 with flag 975000/975000
988.43/501.46	c cleaning 9549 clauses out of 45818 with flag 985000/985000
994.30/504.58	c cleaning 9556 clauses out of 46269 with flag 995000/995000
1009.93/512.46	c cleaning 9765 clauses out of 46713 with flag 1005000/1005000
1017.66/516.46	c cleaning 9610 clauses out of 46948 with flag 1015000/1015000
1030.36/523.07	c cleaning 9727 clauses out of 47342 with flag 1025004/1025004
1040.82/528.45	c cleaning 9825 clauses out of 47611 with flag 1035000/1035000
1055.76/536.08	c cleaning 9356 clauses out of 47786 with flag 1045000/1045000
1075.14/545.84	c cleaning 9559 clauses out of 48430 with flag 1055000/1055000
1097.26/557.10	c cleaning 9651 clauses out of 48871 with flag 1065000/1065000
1120.70/568.96	c cleaning 9690 clauses out of 49220 with flag 1075000/1075000
1132.58/575.07	c cleaning 10285 clauses out of 49530 with flag 1085000/1085000
1139.27/578.52	c cleaning 9607 clauses out of 49245 with flag 1095000/1095000
1146.46/582.43	c cleaning 9767 clauses out of 49640 with flag 1105002/1105002
1161.96/590.39	c cleaning 9692 clauses out of 49871 with flag 1115000/1115000
1185.73/602.34	c cleaning 9800 clauses out of 50181 with flag 1125002/1125002
1202.66/610.96	c cleaning 9878 clauses out of 50379 with flag 1135000/1135000
1214.28/617.08	c cleaning 9849 clauses out of 50503 with flag 1145002/1145002
1223.35/621.71	c cleaning 9782 clauses out of 50652 with flag 1155000/1155000
1232.02/626.28	c cleaning 9512 clauses out of 50870 with flag 1165000/1165000
1243.53/632.15	c cleaning 9771 clauses out of 51358 with flag 1175000/1175000
1266.00/643.69	c cleaning 9571 clauses out of 51587 with flag 1185000/1185000
1284.16/652.83	c cleaning 9791 clauses out of 52016 with flag 1195000/1195000
1305.69/663.72	c cleaning 9934 clauses out of 52225 with flag 1205000/1205000
1321.41/671.70	c cleaning 9891 clauses out of 52293 with flag 1215002/1215002
1345.07/683.84	c cleaning 9687 clauses out of 52403 with flag 1225003/1225003
1366.37/694.69	c cleaning 9717 clauses out of 52713 with flag 1235000/1235000
1386.71/704.91	c cleaning 10154 clauses out of 52996 with flag 1245000/1245000
1402.59/713.00	c cleaning 9776 clauses out of 52842 with flag 1255000/1255000
1418.84/721.48	c cleaning 9766 clauses out of 53067 with flag 1265001/1265001
1442.60/733.49	c cleaning 10082 clauses out of 53302 with flag 1275002/1275002
1468.19/746.38	c cleaning 9881 clauses out of 53222 with flag 1285004/1285004
1484.07/754.49	c cleaning 9697 clauses out of 53339 with flag 1295002/1295002
1498.86/762.14	c cleaning 9882 clauses out of 53643 with flag 1305003/1305003
1515.15/770.42	c cleaning 9793 clauses out of 53758 with flag 1315000/1315000
1531.45/778.72	c cleaning 9884 clauses out of 53965 with flag 1325000/1325000
1550.11/788.29	c cleaning 9992 clauses out of 54083 with flag 1335002/1335002
1570.85/798.99	c cleaning 9869 clauses out of 54089 with flag 1345000/1345000
1586.98/807.11	c cleaning 9946 clauses out of 54220 with flag 1355000/1355000
1604.09/815.85	c cleaning 9717 clauses out of 54274 with flag 1365000/1365000
1623.40/825.67	c cleaning 9995 clauses out of 54557 with flag 1375000/1375000
1641.91/835.29	c cleaning 9968 clauses out of 54563 with flag 1385001/1385001
1649.48/839.23	c cleaning 9916 clauses out of 54591 with flag 1395001/1395001
1656.62/843.07	c cleaning 9669 clauses out of 54676 with flag 1405003/1405003
1664.26/847.04	c cleaning 9678 clauses out of 55004 with flag 1415001/1415001
1673.51/852.03	c cleaning 9681 clauses out of 55325 with flag 1425000/1425000
1681.26/856.14	c cleaning 9814 clauses out of 55645 with flag 1435002/1435002
1694.94/863.18	c cleaning 9539 clauses out of 55830 with flag 1445001/1445001
1702.09/866.91	c cleaning 9575 clauses out of 56290 with flag 1455000/1455000
1716.18/874.37	c cleaning 9914 clauses out of 56715 with flag 1465000/1465000
1725.30/879.11	c cleaning 9599 clauses out of 56796 with flag 1475001/1475001
1734.23/883.82	c cleaning 9606 clauses out of 57196 with flag 1485000/1485000
1743.38/888.66	c cleaning 9673 clauses out of 57591 with flag 1495001/1495001
1754.99/894.85	c cleaning 9936 clauses out of 57917 with flag 1505000/1505000
1769.18/902.17	c cleaning 9758 clauses out of 57982 with flag 1515001/1515001
1780.80/908.11	c cleaning 9778 clauses out of 58224 with flag 1525001/1525001
1791.31/913.64	c cleaning 9768 clauses out of 58446 with flag 1535001/1535001
1800.11/918.42	c starts		: 206
1800.11/918.42	c conflicts		: 1540094
1800.11/918.42	c decisions		: 15170099
1800.11/918.42	c propagations		: 572635604
1800.11/918.42	c inspects		: 1660514919
1800.11/918.42	c learnt literals	: 72
1800.11/918.42	c learnt binary clauses	: 40547
1800.11/918.42	c learnt ternary clauses	: 58578
1800.11/918.42	c learnt clauses	: 1540021
1800.11/918.42	c ignored clauses	: 0
1800.11/918.42	c root simplifications	: 0
1800.11/918.42	c removed literals (reason simplification)	: 39905577
1800.11/918.42	c reason swapping (by a shorter reason)	: 0
1800.11/918.42	c Calls to reduceDB	: 155
1800.11/918.42	c number of reductions to clauses (during analyze)	: 0
1800.11/918.42	c number of learned constraints concerned by reduction	: 0
1800.11/918.42	c number of learning phase by resolution	: 0
1800.11/918.42	c number of learning phase by cutting planes	: 0
1800.11/918.42	c speed (assignments/second)	: 623829.5523870945
1800.11/918.42	c non guided choices	5327
1800.11/918.44	c learnt constraints type 
1800.11/918.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13242
1800.11/918.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40547
1800.11/918.44	c constraints type 
1800.11/918.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5445
1800.11/918.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.11/918.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1248
1800.11/918.44	c constraints type 
1800.11/918.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1248
1800.11/918.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5445
1800.11/918.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.11/918.44	s UNKNOWN
1800.11/918.44	c Total wall clock time (in seconds): 918.314

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-3741976-1338784062/watcher-3741976-1338784062 -o /tmp/evaluation-result-3741976-1338784062/solver-3741976-1338784062 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741976-1338784062.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.77 3.81 3.52 4/197 8410
/proc/meminfo: memFree=27978216/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/8410/stat : 8410 (java) R 8408 8410 7918 0 -1 4202496 286 0 0 0 0 0 0 0 20 0 1 0 344531084 278528 33 33554432000 1073741824 1073778376 140734765568224 140735846788328 233211784373 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 68 33 25 9 0 25 0

[startup+0.073391 s]
/proc/loadavg: 3.77 3.81 3.52 4/197 8410
/proc/meminfo: memFree=27978216/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 3840 0 1 0 4 1 0 0 20 0 18 0 344531084 2764726272 5558 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 674982 5558 1756 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100264 s]
/proc/loadavg: 3.77 3.81 3.52 4/197 8410
/proc/meminfo: memFree=27978216/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 4103 0 1 0 6 1 0 0 20 0 18 0 344531084 2764726272 5821 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 674982 5821 1931 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.30023 s]
/proc/loadavg: 3.77 3.81 3.52 4/197 8410
/proc/meminfo: memFree=27978216/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 7418 0 1 0 51 2 0 0 20 0 18 0 344531084 2764726272 10251 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 674982 10251 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700182 s]
/proc/loadavg: 3.77 3.81 3.52 4/197 8410
/proc/meminfo: memFree=27978216/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 12661 0 1 0 184 3 0 0 20 0 22 0 344531084 3037372416 22170 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 741546 22170 2254 9 0 732240 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 3.77 3.81 3.52 7/219 8432
/proc/meminfo: memFree=27839988/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2966184 CPUtime=4.36 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 21833 0 1 0 427 9 0 0 20 0 22 0 344531084 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 741546 78423 2259 9 0 732240 0
[pid=8410/tid=8412] ppid=8408 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/8410/task/8412/stat : 8412 (java) S 8408 8410 7918 0 -1 4202560 2812 0 1 0 42 3 0 0 20 0 22 0 344531085 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433234429080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8413] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8413/stat : 8413 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433218710312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8414] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8414/stat : 8414 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433099319976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8415] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8415/stat : 8415 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433098267688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8416] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8416/stat : 8416 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433097214888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8417] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8417/stat : 8417 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433096161576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8418] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8418/stat : 8418 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433095108776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8419] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8419/stat : 8419 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433094056488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8420] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8420/stat : 8420 (java) S 8408 8410 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140433093003688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8421] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8421/stat : 8421 (java) S 8408 8410 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344531088 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432610675432 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8422] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8422/stat : 8422 (java) S 8408 8410 7918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432609621496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8423] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8423/stat : 8423 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432608569096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8424] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8424/stat : 8424 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432607517584 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8425] ppid=8408 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/8410/task/8425/stat : 8425 (java) S 8408 8410 7918 0 -1 4202560 8610 0 0 0 83 1 0 0 20 0 22 0 344531091 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432606464184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8426] ppid=8408 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/8410/task/8426/stat : 8426 (java) S 8408 8410 7918 0 -1 4202560 9014 0 0 0 99 1 0 0 20 0 22 0 344531091 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432605411384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8427] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8427/stat : 8427 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432604359288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8428] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8428/stat : 8428 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432603306696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8429] ppid=8408 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/8410/task/8429/stat : 8429 (java) R 8408 8410 7918 0 -1 4202560 29 0 0 0 99 0 0 0 20 0 22 0 344531133 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432602252248 140433100210380 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8430] ppid=8408 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/8410/task/8430/stat : 8430 (java) R 8408 8410 7918 0 -1 4202560 166 0 0 0 96 4 0 0 20 0 22 0 344531133 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432601198792 140433100340421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8431] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8431/stat : 8431 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432600147624 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8432] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8432/stat : 8432 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 78423 33554432000 1073741824 1073778376 140734765568224 140432599094824 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 3.77 3.81 3.52 6/219 8432
/proc/meminfo: memFree=27574316/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2966184 CPUtime=8 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 25079 0 1 0 787 13 0 0 20 0 22 0 344531084 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 741546 107698 2284 9 0 732240 0
[pid=8410/tid=8412] ppid=8408 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/8410/task/8412/stat : 8412 (java) S 8408 8410 7918 0 -1 4202560 2812 0 1 0 42 3 0 0 20 0 22 0 344531085 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433234429080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8413] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8413/stat : 8413 (java) S 8408 8410 7918 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433218710312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8414] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8414/stat : 8414 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433099319976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8415] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8415/stat : 8415 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433098267688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8416] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8416/stat : 8416 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433097214888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8417] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8417/stat : 8417 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433096161576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8418] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8418/stat : 8418 (java) S 8408 8410 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433095108776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8419] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8419/stat : 8419 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433094056488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8420] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8420/stat : 8420 (java) S 8408 8410 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140433093003688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8421] ppid=8408 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8410/task/8421/stat : 8421 (java) S 8408 8410 7918 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 22 0 344531088 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432610675432 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8422] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8422/stat : 8422 (java) S 8408 8410 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432609621496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8423] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8423/stat : 8423 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432608569096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8424] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8424/stat : 8424 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432607517584 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8425] ppid=8408 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/8410/task/8425/stat : 8425 (java) S 8408 8410 7918 0 -1 4202560 11726 0 0 0 120 2 0 0 20 0 22 0 344531091 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432606464184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8426] ppid=8408 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/8410/task/8426/stat : 8426 (java) S 8408 8410 7918 0 -1 4202560 9019 0 0 0 106 1 0 0 20 0 22 0 344531091 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432605411384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8427] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8427/stat : 8427 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432604359288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8428] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8428/stat : 8428 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432603306696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8429] ppid=8408 vsize=2966184 CPUtime=2.51 cores=0,2,4,6
/proc/8410/task/8429/stat : 8429 (java) R 8408 8410 7918 0 -1 4202560 31 0 0 0 251 0 0 0 20 0 22 0 344531133 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432602249808 140433100137303 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8430] ppid=8408 vsize=2966184 CPUtime=2.53 cores=0,2,4,6
/proc/8410/task/8430/stat : 8430 (java) R 8408 8410 7918 0 -1 4202560 212 0 0 0 248 5 0 0 20 0 22 0 344531133 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432601197840 140433100341321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8431] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8431/stat : 8431 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432600147624 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8432] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8432/stat : 8432 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 107698 33554432000 1073741824 1073778376 140734765568224 140432599094824 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 3.79 3.81 3.52 6/219 8432
/proc/meminfo: memFree=27544900/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2966184 CPUtime=14.58 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 25204 0 1 0 1445 13 0 0 20 0 22 0 344531084 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 741546 108975 2284 9 0 732240 0
[pid=8410/tid=8412] ppid=8408 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/8410/task/8412/stat : 8412 (java) S 8408 8410 7918 0 -1 4202560 2812 0 1 0 42 3 0 0 20 0 22 0 344531085 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433234429080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8413] ppid=8408 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8410/task/8413/stat : 8413 (java) S 8408 8410 7918 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433218710312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8414] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8414/stat : 8414 (java) S 8408 8410 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433099319976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8415] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8415/stat : 8415 (java) S 8408 8410 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433098267688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8416] ppid=8408 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8410/task/8416/stat : 8416 (java) S 8408 8410 7918 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433097214888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8417] ppid=8408 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8410/task/8417/stat : 8417 (java) S 8408 8410 7918 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433096161576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8418] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8418/stat : 8418 (java) S 8408 8410 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433095108776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8419] ppid=8408 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/8410/task/8419/stat : 8419 (java) S 8408 8410 7918 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433094056488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8420] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8420/stat : 8420 (java) S 8408 8410 7918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344531087 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140433093003688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8421] ppid=8408 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/8410/task/8421/stat : 8421 (java) S 8408 8410 7918 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 22 0 344531088 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140432610675432 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8422] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8422/stat : 8422 (java) S 8408 8410 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140432609621496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8423] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8423/stat : 8423 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140432608569096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8424] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8424/stat : 8424 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140432607517584 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8425] ppid=8408 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/8410/task/8425/stat : 8425 (java) S 8408 8410 7918 0 -1 4202560 11833 0 0 0 133 2 0 0 20 0 22 0 344531091 3037372416 108975 33554432000 1073741824 1073778376 140734765568224 140432606464184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/8410/statm: 741546 243287 2285 9 0 732240 0
[pid=8410/tid=8412] ppid=8408 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/8410/task/8412/stat : 8412 (java) S 8408 8410 7918 0 -1 4202560 2843 0 1 0 43 4 0 0 20 0 22 0 344531085 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433234429080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8413] ppid=8408 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/8410/task/8413/stat : 8413 (java) S 8408 8410 7918 0 -1 4202560 239 0 0 0 377 7 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433218710312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8414] ppid=8408 vsize=2966184 CPUtime=3.87 cores=0,2,4,6
/proc/8410/task/8414/stat : 8414 (java) S 8408 8410 7918 0 -1 4202560 240 0 0 0 379 8 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433099319976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8415] ppid=8408 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/8410/task/8415/stat : 8415 (java) R 8408 8410 7918 0 -1 4202560 200 0 0 0 358 6 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433098267688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8416] ppid=8408 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/8410/task/8416/stat : 8416 (java) S 8408 8410 7918 0 -1 4202560 261 0 0 0 384 7 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433097214888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8417] ppid=8408 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/8410/task/8417/stat : 8417 (java) S 8408 8410 7918 0 -1 4202560 233 0 0 0 378 8 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433096161576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8418] ppid=8408 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/8410/task/8418/stat : 8418 (java) R 8408 8410 7918 0 -1 4202560 250 0 0 0 368 7 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433095108776 233224320060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8419] ppid=8408 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/8410/task/8419/stat : 8419 (java) S 8408 8410 7918 0 -1 4202560 228 0 0 0 387 8 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433094056488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8420] ppid=8408 vsize=2966184 CPUtime=3.93 cores=0,2,4,6
/proc/8410/task/8420/stat : 8420 (java) S 8408 8410 7918 0 -1 4202560 211 0 0 0 386 7 0 0 20 0 22 0 344531087 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140433093003688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8421] ppid=8408 vsize=2966184 CPUtime=43.29 cores=0,2,4,6
/proc/8410/task/8421/stat : 8421 (java) S 8408 8410 7918 0 -1 4202560 123 0 0 0 4301 28 0 0 20 0 22 0 344531088 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432610675432 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8422] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8422/stat : 8422 (java) S 8408 8410 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432609621496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8423] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8423/stat : 8423 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432608569096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8424] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8424/stat : 8424 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432607517584 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8425] ppid=8408 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/8410/task/8425/stat : 8425 (java) S 8408 8410 7918 0 -1 4202560 11834 0 0 0 136 2 0 0 20 0 22 0 344531091 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432606464184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8426] ppid=8408 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/8410/task/8426/stat : 8426 (java) S 8408 8410 7918 0 -1 4202560 10108 0 0 0 173 1 0 0 20 0 22 0 344531091 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432605411384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8427] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8427/stat : 8427 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432604359288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8428] ppid=8408 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/8410/task/8428/stat : 8428 (java) S 8408 8410 7918 0 -1 4202560 45 0 0 0 15 15 0 0 20 0 22 0 344531091 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432603306696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8429] ppid=8408 vsize=2966184 CPUtime=767.36 cores=0,2,4,6
/proc/8410/task/8429/stat : 8429 (java) R 8408 8410 7918 0 -1 4202560 371 0 0 0 76723 13 0 0 20 0 22 0 344531133 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432602251160 140433100182397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8430] ppid=8408 vsize=2966184 CPUtime=767.45 cores=0,2,4,6
/proc/8410/task/8430/stat : 8430 (java) R 8408 8410 7918 0 -1 4202560 470 0 0 0 76725 20 0 0 20 0 22 0 344531133 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432601197064 233224331701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8431] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8431/stat : 8431 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432600147624 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8432] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8432/stat : 8432 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 243287 33554432000 1073741824 1073778376 140734765568224 140432599094824 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1616.76
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.80 3.86 3.73 5/219 8505
/proc/meminfo: memFree=27092096/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2966184 CPUtime=1731.23 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 28969 0 1 0 173002 121 0 0 20 0 22 0 344531084 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 741546 244898 2285 9 0 732240 0
[pid=8410/tid=8412] ppid=8408 vsize=2966184 CPUtime=0.48 cores=0,2,4,6
/proc/8410/task/8412/stat : 8412 (java) S 8408 8410 7918 0 -1 4202560 2845 0 1 0 44 4 0 0 20 0 22 0 344531085 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433234429080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8413] ppid=8408 vsize=2966184 CPUtime=4.07 cores=0,2,4,6
/proc/8410/task/8413/stat : 8413 (java) S 8408 8410 7918 0 -1 4202560 254 0 0 0 400 7 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433218710312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8414] ppid=8408 vsize=2966184 CPUtime=4.21 cores=0,2,4,6
/proc/8410/task/8414/stat : 8414 (java) S 8408 8410 7918 0 -1 4202560 248 0 0 0 413 8 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433099319976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8415] ppid=8408 vsize=2966184 CPUtime=3.92 cores=0,2,4,6
/proc/8410/task/8415/stat : 8415 (java) S 8408 8410 7918 0 -1 4202560 207 0 0 0 386 6 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433098267688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8416] ppid=8408 vsize=2966184 CPUtime=4.23 cores=0,2,4,6
/proc/8410/task/8416/stat : 8416 (java) S 8408 8410 7918 0 -1 4202560 278 0 0 0 416 7 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433097214888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8417] ppid=8408 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/8410/task/8417/stat : 8417 (java) S 8408 8410 7918 0 -1 4202560 243 0 0 0 411 8 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433096161576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8418] ppid=8408 vsize=2966184 CPUtime=4.11 cores=0,2,4,6
/proc/8410/task/8418/stat : 8418 (java) S 8408 8410 7918 0 -1 4202560 251 0 0 0 404 7 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433095108776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8419] ppid=8408 vsize=2966184 CPUtime=4.32 cores=0,2,4,6
/proc/8410/task/8419/stat : 8419 (java) S 8408 8410 7918 0 -1 4202560 243 0 0 0 423 9 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433094056488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8420] ppid=8408 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/8410/task/8420/stat : 8420 (java) S 8408 8410 7918 0 -1 4202560 221 0 0 0 421 7 0 0 20 0 22 0 344531087 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140433093003688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8421] ppid=8408 vsize=2966184 CPUtime=49.97 cores=0,2,4,6
/proc/8410/task/8421/stat : 8421 (java) S 8408 8410 7918 0 -1 4202560 127 0 0 0 4968 29 0 0 20 0 22 0 344531088 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432610675432 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8422] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8422/stat : 8422 (java) S 8408 8410 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432609621496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8423] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8423/stat : 8423 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432608569096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8424] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8424/stat : 8424 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432607517584 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8425] ppid=8408 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/8410/task/8425/stat : 8425 (java) S 8408 8410 7918 0 -1 4202560 11834 0 0 0 136 2 0 0 20 0 22 0 344531091 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432606464184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8426] ppid=8408 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/8410/task/8426/stat : 8426 (java) S 8408 8410 7918 0 -1 4202560 10108 0 0 0 173 1 0 0 20 0 22 0 344531091 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432605411384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8427] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8427/stat : 8427 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432604359288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8428] ppid=8408 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/8410/task/8428/stat : 8428 (java) S 8408 8410 7918 0 -1 4202560 49 0 0 0 16 16 0 0 20 0 22 0 344531091 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432603306696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8429] ppid=8408 vsize=2966184 CPUtime=819.83 cores=0,2,4,6
/proc/8410/task/8429/stat : 8429 (java) R 8408 8410 7918 0 -1 4202560 388 0 0 0 81969 14 0 0 20 0 22 0 344531133 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432602250000 140433100186032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8430] ppid=8408 vsize=2966184 CPUtime=819.91 cores=0,2,4,6
/proc/8410/task/8430/stat : 8430 (java) R 8408 8410 7918 0 -1 4202560 484 0 0 0 81970 21 0 0 20 0 22 0 344531133 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432601197824 140433099950000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8431] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8431/stat : 8431 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432600147624 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8432] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8432/stat : 8432 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 244898 33554432000 1073741824 1073778376 140734765568224 140432599094824 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1731.23
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.401 s]
/proc/loadavg: 3.83 3.86 3.73 6/219 8505
/proc/meminfo: memFree=27081608/32873844 swapFree=7120/7120
[pid=8410] ppid=8408 vsize=2966184 CPUtime=1800.11 cores=0,2,4,6
/proc/8410/stat : 8410 (java) S 8408 8410 7918 0 -1 4202496 29030 0 1 0 179889 122 0 0 20 0 22 0 344531084 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140734765559360 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8410/statm: 741546 244941 2285 9 0 732240 0
[pid=8410/tid=8412] ppid=8408 vsize=2966184 CPUtime=0.48 cores=0,2,4,6
/proc/8410/task/8412/stat : 8412 (java) S 8408 8410 7918 0 -1 4202560 2848 0 1 0 44 4 0 0 20 0 22 0 344531085 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433234429080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8413] ppid=8408 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/8410/task/8413/stat : 8413 (java) S 8408 8410 7918 0 -1 4202560 256 0 0 0 415 7 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433218710312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8414] ppid=8408 vsize=2966184 CPUtime=4.35 cores=0,2,4,6
/proc/8410/task/8414/stat : 8414 (java) S 8408 8410 7918 0 -1 4202560 256 0 0 0 427 8 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433099319976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8415] ppid=8408 vsize=2966184 CPUtime=4.04 cores=0,2,4,6
/proc/8410/task/8415/stat : 8415 (java) S 8408 8410 7918 0 -1 4202560 214 0 0 0 397 7 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433098267688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8416] ppid=8408 vsize=2966184 CPUtime=4.38 cores=0,2,4,6
/proc/8410/task/8416/stat : 8416 (java) S 8408 8410 7918 0 -1 4202560 284 0 0 0 431 7 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433097214888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8417] ppid=8408 vsize=2966184 CPUtime=4.34 cores=0,2,4,6
/proc/8410/task/8417/stat : 8417 (java) S 8408 8410 7918 0 -1 4202560 252 0 0 0 426 8 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433096161576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8418] ppid=8408 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/8410/task/8418/stat : 8418 (java) S 8408 8410 7918 0 -1 4202560 256 0 0 0 421 7 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433095108776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8419] ppid=8408 vsize=2966184 CPUtime=4.46 cores=0,2,4,6
/proc/8410/task/8419/stat : 8419 (java) S 8408 8410 7918 0 -1 4202560 246 0 0 0 437 9 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433094056488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8420] ppid=8408 vsize=2966184 CPUtime=4.4 cores=0,2,4,6
/proc/8410/task/8420/stat : 8420 (java) S 8408 8410 7918 0 -1 4202560 224 0 0 0 433 7 0 0 20 0 22 0 344531087 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140433093003688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8421] ppid=8408 vsize=2966184 CPUtime=53.83 cores=0,2,4,6
/proc/8410/task/8421/stat : 8421 (java) S 8408 8410 7918 0 -1 4202560 129 0 0 0 5353 30 0 0 20 0 22 0 344531088 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432610675432 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8422] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8422/stat : 8422 (java) S 8408 8410 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432609621496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8423] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8423/stat : 8423 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531089 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432608569096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8424] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8424/stat : 8424 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432607517584 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8425] ppid=8408 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/8410/task/8425/stat : 8425 (java) S 8408 8410 7918 0 -1 4202560 11834 0 0 0 136 2 0 0 20 0 22 0 344531091 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432606464184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8410/tid=8426] ppid=8408 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/8410/task/8426/stat : 8426 (java) S 8408 8410 7918 0 -1 4202560 10108 0 0 0 173 1 0 0 20 0 22 0 344531091 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432605411384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8427] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8427/stat : 8427 (java) S 8408 8410 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344531091 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432604359288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8410/tid=8428] ppid=8408 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/8410/task/8428/stat : 8428 (java) S 8408 8410 7918 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 344531091 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432603306696 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8429] ppid=8408 vsize=2966184 CPUtime=851.67 cores=0,2,4,6
/proc/8410/task/8429/stat : 8429 (java) R 8408 8410 7918 0 -1 4202560 391 0 0 0 85153 14 0 0 20 0 22 0 344531133 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432602250000 140433100210356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8430] ppid=8408 vsize=2966184 CPUtime=851.75 cores=0,2,4,6
/proc/8410/task/8430/stat : 8430 (java) R 8408 8410 7918 0 -1 4202560 492 0 0 0 85154 21 0 0 20 0 22 0 344531133 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432601198176 140433100113653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8410/tid=8431] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8431/stat : 8431 (java) S 8408 8410 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432600147624 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8410/tid=8432] ppid=8408 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/8410/task/8432/stat : 8432 (java) S 8408 8410 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344531135 3037372416 244941 33554432000 1073741824 1073778376 140734765568224 140432599094824 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 8410 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=400209
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=650749
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 918.462
CPU time (s): 1800.11
CPU user time (s): 1798.89
CPU system time (s): 1.22
CPU usage (%): 195.992
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.65075
maximum resident set size= 979884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29062
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= 39688
involuntary context switches= 67630

runsolver used 3.41348 second user time and 8.50171 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 06:27:42
IDJOB=3741976
IDBENCH=90122
IDSOLVER=2324
FILE ID=node142/3741976-1338784062
RUNJOBID= node142-1338781619-7934
PBS_JOBID= 14636832
Free space on /tmp= 71188 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_K97.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741976-1338784062/watcher-3741976-1338784062 -o /tmp/evaluation-result-3741976-1338784062/solver-3741976-1338784062 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741976-1338784062.opb

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

MD5SUM BENCH= 43f0e9fb1c8ca4724fdfde37689b9cda
RANDOM SEED=1870559892

node142.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.776
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.55
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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27979124 kB
Buffers:          384276 kB
Cached:          2894416 kB
SwapCached:            0 kB
Active:          2079524 kB
Inactive:        1990376 kB
Active(anon):     782796 kB
Inactive(anon):    11220 kB
Active(file):    1296728 kB
Inactive(file):  1979156 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:        763784 kB
Mapped:            18608 kB
Shmem:               200 kB
Slab:             682404 kB
SReclaimable:     124056 kB
SUnreclaim:       558348 kB
KernelStack:        1664 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 71188 MiB
End job on node142 at 2012-06-04 06:43:02