Trace number 3741898

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.256

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K91.opb
MD5SUM8c2203c9ba90488459f210b4f3d3e3ed
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 variables6188
Total number of constraints6372
Number of constraints which are clauses6281
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint91
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 92
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	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.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3741898-1338783674.opb
0.08/0.12	c reading problem ... 
0.78/0.45	c ... done. Wall clock time 0.332s.
0.78/0.45	c #vars     6188
0.78/0.45	c #constraints  6372
0.78/0.45	c constraints type 
0.78/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
0.78/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.78/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
0.78/0.45	c constraints type 
0.78/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
0.78/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
0.78/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
5.64/2.09	c cleaning 2477 clauses out of 4990 with flag 5002/5002
9.16/3.79	c cleaning 4223 clauses out of 8505 with flag 11001/11001
13.44/5.87	c cleaning 5618 clauses out of 11279 with flag 18003/18003
17.83/8.08	c cleaning 6718 clauses out of 13654 with flag 26001/26001
24.82/11.59	c cleaning 7933 clauses out of 15931 with flag 35000/35000
31.24/14.74	c cleaning 8889 clauses out of 17999 with flag 45001/45001
36.82/17.51	c cleaning 9428 clauses out of 19105 with flag 55000/55000
43.39/20.86	c cleaning 9705 clauses out of 19677 with flag 65001/65001
49.19/23.74	c cleaning 9758 clauses out of 19971 with flag 75000/75000
62.24/30.27	c cleaning 9908 clauses out of 20213 with flag 85000/85000
70.64/34.43	c cleaning 10064 clauses out of 20305 with flag 95001/95001
75.81/37.03	c cleaning 9993 clauses out of 20237 with flag 105003/105003
82.50/40.48	c cleaning 9983 clauses out of 20241 with flag 115000/115000
89.06/43.70	c cleaning 9832 clauses out of 20260 with flag 125003/125003
102.67/50.52	c cleaning 10168 clauses out of 20424 with flag 135000/135000
109.99/54.25	c cleaning 9964 clauses out of 20252 with flag 145000/145000
116.08/57.31	c cleaning 10069 clauses out of 20287 with flag 155000/155000
124.63/61.67	c cleaning 10038 clauses out of 20219 with flag 165001/165001
134.95/66.84	c cleaning 9928 clauses out of 20180 with flag 175000/175000
140.71/69.79	c cleaning 10030 clauses out of 20253 with flag 185001/185001
152.42/75.67	c cleaning 9939 clauses out of 20222 with flag 195001/195001
169.22/84.04	c cleaning 9943 clauses out of 20286 with flag 205004/205004
176.15/87.58	c cleaning 10005 clauses out of 20339 with flag 215001/215001
184.24/91.62	c cleaning 9791 clauses out of 20334 with flag 225001/225001
193.08/96.15	c cleaning 9553 clauses out of 20543 with flag 235001/235001
229.56/114.34	c cleaning 9577 clauses out of 20992 with flag 245003/245003
240.46/119.90	c cleaning 9758 clauses out of 21412 with flag 255000/255000
250.14/124.71	c cleaning 9791 clauses out of 21656 with flag 265002/265002
265.96/132.74	c cleaning 9869 clauses out of 21862 with flag 275000/275000
275.63/137.63	c cleaning 9607 clauses out of 21993 with flag 285000/285000
288.93/144.34	c cleaning 9699 clauses out of 22387 with flag 295001/295001
294.78/147.38	c cleaning 9588 clauses out of 22687 with flag 305000/305000
301.96/151.10	c cleaning 9510 clauses out of 23099 with flag 315003/315003
313.25/156.74	c cleaning 9648 clauses out of 23586 with flag 325000/325000
328.19/164.23	c cleaning 9838 clauses out of 23940 with flag 335002/335002
336.85/168.60	c cleaning 9556 clauses out of 24100 with flag 345000/345000
345.63/173.10	c cleaning 9706 clauses out of 24543 with flag 355000/355000
351.65/176.24	c cleaning 9473 clauses out of 24837 with flag 365000/365000
358.69/179.81	c cleaning 9849 clauses out of 25366 with flag 375002/375002
364.73/182.98	c cleaning 9488 clauses out of 25514 with flag 385000/385000
373.26/187.38	c cleaning 9747 clauses out of 26026 with flag 395000/395000
390.37/195.92	c cleaning 9652 clauses out of 26280 with flag 405001/405001
398.78/200.23	c cleaning 9600 clauses out of 26628 with flag 415001/415001
410.48/206.10	c cleaning 9759 clauses out of 27027 with flag 425000/425000
419.99/211.03	c cleaning 9698 clauses out of 27268 with flag 435000/435000
426.00/214.18	c cleaning 9713 clauses out of 27574 with flag 445004/445004
432.85/217.62	c cleaning 9671 clauses out of 27856 with flag 455000/455000
441.10/221.87	c cleaning 9593 clauses out of 28185 with flag 465000/465000
449.18/226.02	c cleaning 9581 clauses out of 28590 with flag 475002/475002
455.55/229.38	c cleaning 9522 clauses out of 29008 with flag 485001/485001
462.61/232.99	c cleaning 9646 clauses out of 29486 with flag 495001/495001
473.03/238.27	c cleaning 9618 clauses out of 29843 with flag 505004/505004
482.78/243.26	c cleaning 9810 clauses out of 30221 with flag 515000/515000
494.43/249.17	c cleaning 9553 clauses out of 30411 with flag 525000/525000
504.10/254.07	c cleaning 9701 clauses out of 30860 with flag 535002/535002
511.66/257.95	c cleaning 9608 clauses out of 31157 with flag 545000/545000
522.12/263.39	c cleaning 9640 clauses out of 31553 with flag 555004/555004
528.68/266.76	c cleaning 9813 clauses out of 31911 with flag 565002/565002
534.86/269.96	c cleaning 9656 clauses out of 32096 with flag 575000/575000
541.06/273.18	c cleaning 9598 clauses out of 32442 with flag 585002/585002
548.04/276.80	c cleaning 9653 clauses out of 32842 with flag 595000/595000
559.70/282.74	c cleaning 9765 clauses out of 33190 with flag 605001/605001
575.33/290.69	c cleaning 9778 clauses out of 33424 with flag 615000/615000
584.55/295.30	c cleaning 9726 clauses out of 33647 with flag 625001/625001
594.15/300.31	c cleaning 9754 clauses out of 33920 with flag 635000/635000
605.35/306.04	c cleaning 9634 clauses out of 34167 with flag 645001/645001
612.34/309.62	c cleaning 9815 clauses out of 34532 with flag 655000/655000
619.50/313.39	c cleaning 9831 clauses out of 34720 with flag 665003/665003
630.50/319.08	c cleaning 9633 clauses out of 34886 with flag 675000/675000
641.70/324.73	c cleaning 9653 clauses out of 35255 with flag 685002/685002
648.69/328.35	c cleaning 9794 clauses out of 35600 with flag 695000/695000
656.17/332.29	c cleaning 9644 clauses out of 35806 with flag 705000/705000
670.97/339.87	c cleaning 9711 clauses out of 36162 with flag 715000/715000
677.30/343.15	c cleaning 9669 clauses out of 36450 with flag 725000/725000
685.41/347.39	c cleaning 9354 clauses out of 36782 with flag 735001/735001
697.20/353.34	c cleaning 9617 clauses out of 37427 with flag 745000/745000
706.09/358.00	c cleaning 9935 clauses out of 37811 with flag 755001/755001
712.75/361.51	c cleaning 9711 clauses out of 37875 with flag 765000/765000
725.56/368.04	c cleaning 9824 clauses out of 38169 with flag 775005/775005
734.85/372.81	c cleaning 9583 clauses out of 38340 with flag 785000/785000
742.72/377.04	c cleaning 9731 clauses out of 38756 with flag 795000/795000
752.40/382.05	c cleaning 9799 clauses out of 39027 with flag 805002/805002
777.44/394.66	c cleaning 9670 clauses out of 39226 with flag 815000/815000
786.99/399.54	c cleaning 9708 clauses out of 39558 with flag 825002/825002
797.35/404.97	c cleaning 9704 clauses out of 39849 with flag 835001/835001
809.22/410.90	c cleaning 0 clauses out of 5002 with flag 0/5002
815.29/414.08	c cleaning 9857 clauses out of 40146 with flag 845002/845002
826.47/419.76	c cleaning 9734 clauses out of 40288 with flag 855001/855001
834.39/423.95	c cleaning 9781 clauses out of 40553 with flag 865000/865000
841.30/427.51	c cleaning 9710 clauses out of 40772 with flag 875000/875000
849.59/431.82	c cleaning 9769 clauses out of 41065 with flag 885003/885003
863.69/439.00	c cleaning 9730 clauses out of 41293 with flag 895000/895000
879.65/447.24	c cleaning 9777 clauses out of 41563 with flag 905000/905000
895.37/455.22	c cleaning 9809 clauses out of 41788 with flag 915002/915002
912.29/463.85	c cleaning 9776 clauses out of 41977 with flag 925000/925000
926.84/471.24	c cleaning 9817 clauses out of 42201 with flag 935000/935000
961.03/488.56	c cleaning 9830 clauses out of 42384 with flag 945000/945000
992.41/504.31	c cleaning 9661 clauses out of 42554 with flag 955000/955000
999.26/507.93	c cleaning 9698 clauses out of 42887 with flag 965001/965001
1007.53/512.27	c cleaning 9756 clauses out of 43190 with flag 975002/975002
1016.17/516.89	c cleaning 9674 clauses out of 43434 with flag 985002/985002
1028.47/523.10	c cleaning 9454 clauses out of 43760 with flag 995002/995002
1048.20/533.16	c cleaning 9964 clauses out of 44306 with flag 1005002/1005002
1075.77/547.04	c cleaning 9944 clauses out of 44340 with flag 1015000/1015000
1094.28/556.60	c cleaning 9750 clauses out of 44397 with flag 1025001/1025001
1104.52/561.89	c cleaning 9828 clauses out of 44648 with flag 1035002/1035002
1116.20/567.84	c cleaning 9652 clauses out of 44818 with flag 1045000/1045000
1124.47/572.20	c cleaning 9685 clauses out of 45167 with flag 1055001/1055001
1139.72/580.07	c cleaning 9820 clauses out of 45484 with flag 1065003/1065003
1154.85/587.78	c cleaning 9671 clauses out of 45661 with flag 1075000/1075000
1164.29/592.64	c cleaning 9802 clauses out of 45990 with flag 1085000/1085000
1172.12/596.80	c cleaning 9581 clauses out of 46189 with flag 1095001/1095001
1183.12/602.52	c cleaning 9826 clauses out of 46613 with flag 1105006/1105006
1202.26/612.25	c cleaning 9831 clauses out of 46785 with flag 1115004/1115004
1226.06/624.21	c cleaning 10048 clauses out of 46950 with flag 1125000/1125000
1242.98/632.83	c cleaning 9697 clauses out of 46904 with flag 1135002/1135002
1260.06/641.63	c cleaning 10021 clauses out of 47205 with flag 1145000/1145000
1273.62/648.53	c cleaning 9823 clauses out of 47184 with flag 1155000/1155000
1282.93/653.32	c cleaning 9406 clauses out of 47364 with flag 1165003/1165003
1303.70/663.83	c cleaning 9780 clauses out of 47955 with flag 1175000/1175000
1323.57/674.05	c cleaning 9725 clauses out of 48177 with flag 1185002/1185002
1335.84/680.36	c cleaning 9769 clauses out of 48450 with flag 1195000/1195000
1344.29/684.73	c cleaning 9830 clauses out of 48681 with flag 1205000/1205000
1353.10/689.36	c cleaning 9716 clauses out of 48851 with flag 1215000/1215000
1368.69/697.47	c cleaning 9511 clauses out of 49138 with flag 1225003/1225003
1386.33/706.49	c cleaning 9803 clauses out of 49625 with flag 1235001/1235001
1407.21/717.02	c cleaning 9954 clauses out of 49822 with flag 1245001/1245001
1417.00/722.19	c cleaning 9753 clauses out of 49871 with flag 1255004/1255004
1431.42/729.60	c cleaning 9725 clauses out of 50114 with flag 1265000/1265000
1454.34/741.21	c cleaning 9778 clauses out of 50390 with flag 1275001/1275001
1468.31/748.32	c cleaning 9761 clauses out of 50611 with flag 1285000/1285000
1492.86/760.74	c cleaning 9923 clauses out of 50850 with flag 1295000/1295000
1513.86/771.57	c cleaning 9908 clauses out of 50927 with flag 1305000/1305000
1543.16/786.36	c cleaning 9923 clauses out of 51020 with flag 1315001/1315001
1566.32/798.03	c cleaning 9835 clauses out of 51101 with flag 1325005/1325005
1585.67/807.86	c cleaning 9941 clauses out of 51261 with flag 1335000/1335000
1600.23/815.40	c cleaning 9747 clauses out of 51320 with flag 1345000/1345000
1609.22/820.19	c cleaning 9933 clauses out of 51573 with flag 1355001/1355001
1616.56/824.09	c cleaning 9613 clauses out of 51639 with flag 1365001/1365001
1629.16/830.56	c cleaning 9650 clauses out of 52027 with flag 1375002/1375002
1637.68/835.18	c cleaning 9771 clauses out of 52374 with flag 1385000/1385000
1644.64/838.82	c cleaning 9653 clauses out of 52603 with flag 1395000/1395000
1657.01/845.27	c cleaning 9744 clauses out of 52949 with flag 1405000/1405000
1678.76/856.29	c cleaning 9852 clauses out of 53205 with flag 1415000/1415000
1700.38/867.33	c cleaning 9714 clauses out of 53354 with flag 1425001/1425001
1724.02/879.36	c cleaning 9934 clauses out of 53641 with flag 1435002/1435002
1746.73/890.82	c cleaning 9883 clauses out of 53705 with flag 1445000/1445000
1770.58/902.96	c cleaning 9934 clauses out of 53822 with flag 1455000/1455000
1793.34/914.65	c cleaning 9886 clauses out of 53888 with flag 1465000/1465000
1800.11/918.21	c starts		: 190
1800.11/918.21	c conflicts		: 1469272
1800.11/918.21	c decisions		: 12857393
1800.11/918.21	c propagations		: 529723199
1800.11/918.21	c inspects		: 1609566616
1800.11/918.21	c learnt literals	: 78
1800.11/918.21	c learnt binary clauses	: 36416
1800.11/918.21	c learnt ternary clauses	: 53470
1800.11/918.21	c learnt clauses	: 1469194
1800.11/918.21	c ignored clauses	: 0
1800.11/918.21	c root simplifications	: 0
1800.11/918.21	c removed literals (reason simplification)	: 37944505
1800.11/918.21	c reason swapping (by a shorter reason)	: 0
1800.11/918.21	c Calls to reduceDB	: 148
1800.11/918.21	c number of reductions to clauses (during analyze)	: 0
1800.11/918.21	c number of learned constraints concerned by reduction	: 0
1800.11/918.21	c number of learning phase by resolution	: 0
1800.11/918.21	c number of learning phase by cutting planes	: 0
1800.11/918.21	c speed (assignments/second)	: 577193.6754500375
1800.11/918.21	c non guided choices	3622
1800.11/918.23	c learnt constraints type 
1800.11/918.23	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11882
1800.11/918.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36417
1800.11/918.23	c constraints type 
1800.11/918.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
1800.11/918.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
1800.11/918.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
1800.11/918.23	c constraints type 
1800.11/918.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
1800.11/918.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
1800.11/918.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
1800.11/918.23	s UNKNOWN
1800.11/918.23	c Total wall clock time (in seconds): 918.112

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-3741898-1338783674/watcher-3741898-1338783674 -o /tmp/evaluation-result-3741898-1338783674/solver-3741898-1338783674 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741898-1338783674.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.46 3.53 3.32 4/197 8349
/proc/meminfo: memFree=28139556/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/8349/stat : 8349 (java6) R 8347 8349 7918 0 -1 4202496 142 0 0 0 0 0 0 0 20 0 1 0 344492304 9445376 93 33554432000 1073741824 1073778376 140733626322032 140733626319160 233211737527 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8349/statm: 2306 94 75 9 0 38 0

[startup+0.07247 s]
/proc/loadavg: 3.46 3.53 3.32 4/197 8349
/proc/meminfo: memFree=28139556/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 3894 0 1 0 4 1 0 0 20 0 18 0 344492304 2764726272 5102 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 674982 5102 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100286 s]
/proc/loadavg: 3.46 3.53 3.32 4/197 8349
/proc/meminfo: memFree=28139556/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 4191 0 1 0 7 1 0 0 20 0 18 0 344492304 2764726272 5399 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 674982 5400 1934 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300255 s]
/proc/loadavg: 3.46 3.53 3.32 4/197 8349
/proc/meminfo: memFree=28139556/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2699928 CPUtime=0.55 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 7606 0 1 0 53 2 0 0 20 0 18 0 344492304 2764726272 10236 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 674982 10236 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.70021 s]
/proc/loadavg: 3.46 3.53 3.32 4/197 8349
/proc/meminfo: memFree=28139556/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 13359 0 1 0 188 4 0 0 20 0 22 0 344492304 3037372416 21433 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 741546 21433 2254 9 0 732240 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2966184

[startup+1.5008 s]
/proc/loadavg: 3.58 3.55 3.33 7/219 8371
/proc/meminfo: memFree=28006936/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2966184 CPUtime=4.57 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 22796 0 1 0 448 9 0 0 20 0 22 0 344492304 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 741546 78049 2259 9 0 732240 0
[pid=8349/tid=8351] ppid=8347 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/8349/task/8351/stat : 8351 (java) S 8347 8349 7918 0 -1 4202560 2868 0 1 0 40 2 0 0 20 0 22 0 344492305 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380269421720 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8352] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8352/stat : 8352 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380135991720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8353] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8353/stat : 8353 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380134939176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8354] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8354/stat : 8354 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380066539688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8355] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8355/stat : 8355 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380065487144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8356] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8356/stat : 8356 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380064435112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8357] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8357/stat : 8357 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380063382568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8358] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8358/stat : 8358 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380062329512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8359] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8359/stat : 8359 (java) S 8347 8349 7918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380061276968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8360] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8360/stat : 8360 (java) S 8347 8349 7918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344492308 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380049078632 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8361] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8361/stat : 8361 (java) S 8347 8349 7918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380048024952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8362] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8362/stat : 8362 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380046971784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8363] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8363/stat : 8363 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380045920528 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8364] ppid=8347 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/8349/task/8364/stat : 8364 (java) S 8347 8349 7918 0 -1 4202560 10653 0 0 0 100 2 0 0 20 0 22 0 344492311 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380044868408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8365] ppid=8347 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/8349/task/8365/stat : 8365 (java) S 8347 8349 7918 0 -1 4202560 7872 0 0 0 100 1 0 0 20 0 22 0 344492311 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380043815864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8366] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8366/stat : 8366 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380042763000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8367] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8367/stat : 8367 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380041710664 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8368] ppid=8347 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/8349/task/8368/stat : 8368 (java) R 8347 8349 7918 0 -1 4202560 26 0 0 0 101 0 0 0 20 0 22 0 344492350 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380040655416 140380142238146 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8369] ppid=8347 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/8349/task/8369/stat : 8369 (java) R 8347 8349 7918 0 -1 4202560 175 0 0 0 99 3 0 0 20 0 22 0 344492350 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380039600984 140380142453671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8370] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8370/stat : 8370 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380038550312 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8371] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8371/stat : 8371 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 78049 33554432000 1073741824 1073778376 140736496863280 140380037497768 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 2966184

[startup+3.10083 s]
/proc/loadavg: 3.58 3.55 3.33 8/219 8371
/proc/meminfo: memFree=27711472/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2966184 CPUtime=7.92 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 22948 0 1 0 778 14 0 0 20 0 22 0 344492304 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 741546 109855 2284 9 0 732240 0
[pid=8349/tid=8351] ppid=8347 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/8349/task/8351/stat : 8351 (java) S 8347 8349 7918 0 -1 4202560 2868 0 1 0 40 2 0 0 20 0 22 0 344492305 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380269421720 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8352] ppid=8347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8349/task/8352/stat : 8352 (java) S 8347 8349 7918 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380135991720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8353] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8353/stat : 8353 (java) S 8347 8349 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380134939176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8354] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8354/stat : 8354 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380066539688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8355] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8355/stat : 8355 (java) S 8347 8349 7918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380065487144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8356] ppid=8347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8349/task/8356/stat : 8356 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380064435112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8357] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8357/stat : 8357 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380063382568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8358] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8358/stat : 8358 (java) S 8347 8349 7918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380062329512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8359] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8359/stat : 8359 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380061276968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8360] ppid=8347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8349/task/8360/stat : 8360 (java) S 8347 8349 7918 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 344492308 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380049078632 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8361] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8361/stat : 8361 (java) S 8347 8349 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380048024952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8362] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8362/stat : 8362 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380046971784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8363] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8363/stat : 8363 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380045920528 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8364] ppid=8347 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/8349/task/8364/stat : 8364 (java) S 8347 8349 7918 0 -1 4202560 10659 0 0 0 107 2 0 0 20 0 22 0 344492311 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380044868408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8365] ppid=8347 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/8349/task/8365/stat : 8365 (java) S 8347 8349 7918 0 -1 4202560 7885 0 0 0 109 1 0 0 20 0 22 0 344492311 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380043815864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8366] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8366/stat : 8366 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380042763000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8367] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8367/stat : 8367 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380041710664 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8368] ppid=8347 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/8349/task/8368/stat : 8368 (java) R 8347 8349 7918 0 -1 4202560 28 0 0 0 252 0 0 0 20 0 22 0 344492350 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380040652992 140380142374718 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8369] ppid=8347 vsize=2966184 CPUtime=2.55 cores=1,3,5,7
/proc/8349/task/8369/stat : 8369 (java) R 8347 8349 7918 0 -1 4202560 222 0 0 0 249 6 0 0 20 0 22 0 344492350 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380039601368 140380142247195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8370] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8370/stat : 8370 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380038550312 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8371] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8371/stat : 8371 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 109855 33554432000 1073741824 1073778376 140736496863280 140380037497768 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 2966184

[startup+6.30089 s]
/proc/loadavg: 3.58 3.55 3.33 5/219 8371
/proc/meminfo: memFree=27696076/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2966184 CPUtime=14.42 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 22988 0 1 0 1427 15 0 0 20 0 22 0 344492304 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 741546 112431 2284 9 0 732240 0
[pid=8349/tid=8351] ppid=8347 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/8349/task/8351/stat : 8351 (java) S 8347 8349 7918 0 -1 4202560 2868 0 1 0 40 2 0 0 20 0 22 0 344492305 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380269421720 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8352] ppid=8347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8349/task/8352/stat : 8352 (java) S 8347 8349 7918 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380135991720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8353] ppid=8347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8349/task/8353/stat : 8353 (java) S 8347 8349 7918 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380134939176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8354] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8354/stat : 8354 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380066539688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8355] ppid=8347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8349/task/8355/stat : 8355 (java) S 8347 8349 7918 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380065487144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8356] ppid=8347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8349/task/8356/stat : 8356 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380064435112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8357] ppid=8347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8349/task/8357/stat : 8357 (java) S 8347 8349 7918 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380063382568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8358] ppid=8347 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/8349/task/8358/stat : 8358 (java) S 8347 8349 7918 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380062329512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8359] ppid=8347 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/8349/task/8359/stat : 8359 (java) S 8347 8349 7918 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344492307 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380061276968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8360] ppid=8347 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/8349/task/8360/stat : 8360 (java) S 8347 8349 7918 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 22 0 344492308 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380049078632 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8361] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8361/stat : 8361 (java) S 8347 8349 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380048024952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8362] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8362/stat : 8362 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380046971784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8363] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8363/stat : 8363 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380045920528 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8364] ppid=8347 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/8349/task/8364/stat : 8364 (java) S 8347 8349 7918 0 -1 4202560 10660 0 0 0 121 2 0 0 20 0 22 0 344492311 3037372416 112431 33554432000 1073741824 1073778376 140736496863280 140380044868408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/8349/statm: 741546 229024 2285 9 0 732240 0
[pid=8349/tid=8351] ppid=8347 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/8349/task/8351/stat : 8351 (java) S 8347 8349 7918 0 -1 4202560 2910 0 1 0 42 3 0 0 20 0 22 0 344492305 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380269421720 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8352] ppid=8347 vsize=2966184 CPUtime=3.94 cores=1,3,5,7
/proc/8349/task/8352/stat : 8352 (java) S 8347 8349 7918 0 -1 4202560 196 0 0 0 387 7 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380135991720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8353] ppid=8347 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/8349/task/8353/stat : 8353 (java) S 8347 8349 7918 0 -1 4202560 180 0 0 0 373 9 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380134939176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8354] ppid=8347 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/8349/task/8354/stat : 8354 (java) S 8347 8349 7918 0 -1 4202560 201 0 0 0 373 9 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380066539688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8355] ppid=8347 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/8349/task/8355/stat : 8355 (java) S 8347 8349 7918 0 -1 4202560 210 0 0 0 384 8 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380065487144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8356] ppid=8347 vsize=2966184 CPUtime=4.01 cores=1,3,5,7
/proc/8349/task/8356/stat : 8356 (java) S 8347 8349 7918 0 -1 4202560 199 0 0 0 393 8 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380064435112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8357] ppid=8347 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/8349/task/8357/stat : 8357 (java) S 8347 8349 7918 0 -1 4202560 210 0 0 0 385 7 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380063382568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8358] ppid=8347 vsize=2966184 CPUtime=3.99 cores=1,3,5,7
/proc/8349/task/8358/stat : 8358 (java) S 8347 8349 7918 0 -1 4202560 214 0 0 0 390 9 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380062329512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8359] ppid=8347 vsize=2966184 CPUtime=4.1 cores=1,3,5,7
/proc/8349/task/8359/stat : 8359 (java) S 8347 8349 7918 0 -1 4202560 214 0 0 0 401 9 0 0 20 0 22 0 344492307 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380061276968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8360] ppid=8347 vsize=2966184 CPUtime=46.7 cores=1,3,5,7
/proc/8349/task/8360/stat : 8360 (java) S 8347 8349 7918 0 -1 4202560 133 0 0 0 4641 29 0 0 20 0 22 0 344492308 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380049078632 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8361] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8361/stat : 8361 (java) S 8347 8349 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380048024952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8362] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8362/stat : 8362 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380046971784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8363] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8363/stat : 8363 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380045920528 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8364] ppid=8347 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/8349/task/8364/stat : 8364 (java) S 8347 8349 7918 0 -1 4202560 10666 0 0 0 124 2 0 0 20 0 22 0 344492311 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380044868408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8365] ppid=8347 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/8349/task/8365/stat : 8365 (java) S 8347 8349 7918 0 -1 4202560 8288 0 0 0 166 1 0 0 20 0 22 0 344492311 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380043815864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8366] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8366/stat : 8366 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380042763000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8367] ppid=8347 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/8349/task/8367/stat : 8367 (java) S 8347 8349 7918 0 -1 4202560 47 0 0 0 22 19 0 0 20 0 22 0 344492311 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380041710664 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8368] ppid=8347 vsize=2966184 CPUtime=763.74 cores=1,3,5,7
/proc/8349/task/8368/stat : 8368 (java) R 8347 8349 7918 0 -1 4202560 305 0 0 0 76362 12 0 0 20 0 22 0 344492350 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380040655184 140380142374752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8369] ppid=8347 vsize=2966184 CPUtime=763.74 cores=1,3,5,7
/proc/8349/task/8369/stat : 8369 (java) R 8347 8349 7918 0 -1 4202560 475 0 0 0 76354 20 0 0 20 0 22 0 344492350 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380039600912 140380142455149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8370] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8370/stat : 8370 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380038550312 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8371] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8371/stat : 8371 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 229024 33554432000 1073741824 1073778376 140736496863280 140380037497768 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1613.17
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.85 3.87 3.67 5/219 8439
/proc/meminfo: memFree=27034816/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2966184 CPUtime=1729.58 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 25756 0 1 0 172827 131 0 0 20 0 22 0 344492304 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 741546 229107 2285 9 0 732240 0
[pid=8349/tid=8351] ppid=8347 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/8349/task/8351/stat : 8351 (java) S 8347 8349 7918 0 -1 4202560 2913 0 1 0 42 3 0 0 20 0 22 0 344492305 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380269421720 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8352] ppid=8347 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/8349/task/8352/stat : 8352 (java) S 8347 8349 7918 0 -1 4202560 205 0 0 0 412 7 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380135991720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8353] ppid=8347 vsize=2966184 CPUtime=4.1 cores=1,3,5,7
/proc/8349/task/8353/stat : 8353 (java) S 8347 8349 7918 0 -1 4202560 195 0 0 0 401 9 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380134939176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8354] ppid=8347 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/8349/task/8354/stat : 8354 (java) S 8347 8349 7918 0 -1 4202560 211 0 0 0 402 10 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380066539688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8355] ppid=8347 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/8349/task/8355/stat : 8355 (java) S 8347 8349 7918 0 -1 4202560 223 0 0 0 408 8 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380065487144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8356] ppid=8347 vsize=2966184 CPUtime=4.3 cores=1,3,5,7
/proc/8349/task/8356/stat : 8356 (java) S 8347 8349 7918 0 -1 4202560 212 0 0 0 422 8 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380064435112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8357] ppid=8347 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/8349/task/8357/stat : 8357 (java) S 8347 8349 7918 0 -1 4202560 218 0 0 0 410 7 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380063382568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8358] ppid=8347 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/8349/task/8358/stat : 8358 (java) S 8347 8349 7918 0 -1 4202560 220 0 0 0 422 9 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380062329512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8359] ppid=8347 vsize=2966184 CPUtime=4.35 cores=1,3,5,7
/proc/8349/task/8359/stat : 8359 (java) S 8347 8349 7918 0 -1 4202560 223 0 0 0 426 9 0 0 20 0 22 0 344492307 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380061276968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8360] ppid=8347 vsize=2966184 CPUtime=51.22 cores=1,3,5,7
/proc/8349/task/8360/stat : 8360 (java) S 8347 8349 7918 0 -1 4202560 137 0 0 0 5092 30 0 0 20 0 22 0 344492308 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380049078632 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8361] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8361/stat : 8361 (java) S 8347 8349 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380048024952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8362] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8362/stat : 8362 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380046971784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8363] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8363/stat : 8363 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380045920528 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8364] ppid=8347 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/8349/task/8364/stat : 8364 (java) S 8347 8349 7918 0 -1 4202560 10666 0 0 0 124 2 0 0 20 0 22 0 344492311 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380044868408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8365] ppid=8347 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/8349/task/8365/stat : 8365 (java) S 8347 8349 7918 0 -1 4202560 8288 0 0 0 166 1 0 0 20 0 22 0 344492311 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380043815864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8366] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8366/stat : 8366 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380042763000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8367] ppid=8347 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/8349/task/8367/stat : 8367 (java) S 8347 8349 7918 0 -1 4202560 51 0 0 0 24 20 0 0 20 0 22 0 344492311 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380041710664 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8368] ppid=8347 vsize=2966184 CPUtime=818.46 cores=1,3,5,7
/proc/8349/task/8368/stat : 8368 (java) R 8347 8349 7918 0 -1 4202560 317 0 0 0 81833 13 0 0 20 0 22 0 344492350 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380040654240 140380142338992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8369] ppid=8347 vsize=2966184 CPUtime=818.44 cores=1,3,5,7
/proc/8349/task/8369/stat : 8369 (java) R 8347 8349 7918 0 -1 4202560 488 0 0 0 81823 21 0 0 20 0 22 0 344492350 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380039600432 140380142246768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8370] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8370/stat : 8370 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380038550312 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8371] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8371/stat : 8371 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 229107 33554432000 1073741824 1073778376 140736496863280 140380037497768 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.58
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.201 s]
/proc/loadavg: 3.79 3.85 3.67 6/219 8439
/proc/meminfo: memFree=27001552/32873844 swapFree=7120/7120
[pid=8349] ppid=8347 vsize=2966184 CPUtime=1800.11 cores=1,3,5,7
/proc/8349/stat : 8349 (java) S 8347 8349 7918 0 -1 4202496 25828 0 1 0 179877 134 0 0 20 0 22 0 344492304 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140736496854416 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8349/statm: 741546 233744 2285 9 0 732240 0
[pid=8349/tid=8351] ppid=8347 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/8349/task/8351/stat : 8351 (java) S 8347 8349 7918 0 -1 4202560 2915 0 1 0 42 3 0 0 20 0 22 0 344492305 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380269421720 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8352] ppid=8347 vsize=2966184 CPUtime=4.34 cores=1,3,5,7
/proc/8349/task/8352/stat : 8352 (java) S 8347 8349 7918 0 -1 4202560 210 0 0 0 426 8 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380135991720 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8353] ppid=8347 vsize=2966184 CPUtime=4.26 cores=1,3,5,7
/proc/8349/task/8353/stat : 8353 (java) S 8347 8349 7918 0 -1 4202560 201 0 0 0 417 9 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380134939176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8354] ppid=8347 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/8349/task/8354/stat : 8354 (java) S 8347 8349 7918 0 -1 4202560 215 0 0 0 421 10 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380066539688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8355] ppid=8347 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/8349/task/8355/stat : 8355 (java) S 8347 8349 7918 0 -1 4202560 233 0 0 0 424 8 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380065487144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8356] ppid=8347 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/8349/task/8356/stat : 8356 (java) S 8347 8349 7918 0 -1 4202560 220 0 0 0 439 8 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380064435112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8357] ppid=8347 vsize=2966184 CPUtime=4.29 cores=1,3,5,7
/proc/8349/task/8357/stat : 8357 (java) S 8347 8349 7918 0 -1 4202560 226 0 0 0 422 7 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380063382568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8358] ppid=8347 vsize=2966184 CPUtime=4.48 cores=1,3,5,7
/proc/8349/task/8358/stat : 8358 (java) S 8347 8349 7918 0 -1 4202560 229 0 0 0 439 9 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380062329512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8359] ppid=8347 vsize=2966184 CPUtime=4.51 cores=1,3,5,7
/proc/8349/task/8359/stat : 8359 (java) S 8347 8349 7918 0 -1 4202560 226 0 0 0 442 9 0 0 20 0 22 0 344492307 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380061276968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8349/tid=8360] ppid=8347 vsize=2966184 CPUtime=53.06 cores=1,3,5,7
/proc/8349/task/8360/stat : 8360 (java) S 8347 8349 7918 0 -1 4202560 139 0 0 0 5275 31 0 0 20 0 22 0 344492308 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380049078632 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8361] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8361/stat : 8361 (java) S 8347 8349 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380048024952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8362] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8362/stat : 8362 (java) S 8347 8349 7918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344492309 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380046971784 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8363] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8363/stat : 8363 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380045920528 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8364] ppid=8347 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/8349/task/8364/stat : 8364 (java) S 8347 8349 7918 0 -1 4202560 10666 0 0 0 124 2 0 0 20 0 22 0 344492311 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380044868408 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8365] ppid=8347 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/8349/task/8365/stat : 8365 (java) S 8347 8349 7918 0 -1 4202560 8288 0 0 0 166 1 0 0 20 0 22 0 344492311 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380043815864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8366] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8366/stat : 8366 (java) S 8347 8349 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344492311 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380042763000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8367] ppid=8347 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/8349/task/8367/stat : 8367 (java) S 8347 8349 7918 0 -1 4202560 53 0 0 0 25 22 0 0 20 0 22 0 344492311 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380041710664 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8368] ppid=8347 vsize=2966184 CPUtime=852.09 cores=1,3,5,7
/proc/8349/task/8368/stat : 8368 (java) R 8347 8349 7918 0 -1 4202560 322 0 0 0 85195 14 0 0 20 0 22 0 344492350 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380040653184 140380142311976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8349/tid=8369] ppid=8347 vsize=2966184 CPUtime=852.06 cores=1,3,5,7
/proc/8349/task/8369/stat : 8369 (java) R 8347 8349 7918 0 -1 4202560 496 0 0 0 85185 21 0 0 20 0 22 0 344492350 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380039601328 140380142425156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8349/tid=8370] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8370/stat : 8370 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380038550312 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8349/tid=8371] ppid=8347 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/8349/task/8371/stat : 8371 (java) S 8347 8349 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344492352 3037372416 233744 33554432000 1073741824 1073778376 140736496863280 140380037497768 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 8349 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=608178
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=791727
# CPU time returned by wait4() is 1796.4
# 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.256
CPU time (s): 1800.11
CPU user time (s): 1798.77
CPU system time (s): 1.34
CPU usage (%): 196.036
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.79173
maximum resident set size= 935092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25860
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= 38200
involuntary context switches= 71366

runsolver used 3.64945 second user time and 9.42557 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 06:21:14
IDJOB=3741898
IDBENCH=90116
IDSOLVER=2324
FILE ID=node142/3741898-1338783674
RUNJOBID= node142-1338781619-7935
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_K91.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741898-1338783674/watcher-3741898-1338783674 -o /tmp/evaluation-result-3741898-1338783674/solver-3741898-1338783674 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741898-1338783674.opb

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

MD5SUM BENCH= 8c2203c9ba90488459f210b4f3d3e3ed
RANDOM SEED=1251705415

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:        28139448 kB
Buffers:          384104 kB
Cached:          2893972 kB
SwapCached:            0 kB
Active:          1909408 kB
Inactive:        1990600 kB
Active(anon):     612984 kB
Inactive(anon):    11220 kB
Active(file):    1296424 kB
Inactive(file):  1979380 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        642640 kB
Mapped:            18560 kB
Shmem:               200 kB
Slab:             682304 kB
SReclaimable:     124056 kB
SUnreclaim:       558248 kB
KernelStack:        1624 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 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:36:34