Trace number 3742041

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.78 917.257

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K107.opb
MD5SUMf523e4bc7acd98550e38ca37c8d9200b
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 benchmark100.583
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7276
Total number of constraints7492
Number of constraints which are clauses7385
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint107
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 108
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3742041-1338784777.opb
0.08/0.11	c reading problem ... 
0.82/0.46	c ... done. Wall clock time 0.354s.
0.82/0.46	c #vars     7276
0.82/0.46	c #constraints  7492
0.82/0.46	c constraints type 
0.82/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6005
0.82/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
0.82/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
0.82/0.46	c constraints type 
0.82/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
0.82/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6005
0.82/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
5.17/2.08	c cleaning 2480 clauses out of 4988 with flag 5000/5000
8.59/3.68	c cleaning 4234 clauses out of 8496 with flag 11002/11002
13.51/6.09	c cleaning 5597 clauses out of 11253 with flag 18001/18001
18.10/8.37	c cleaning 6759 clauses out of 13655 with flag 26000/26000
23.93/11.26	c cleaning 7869 clauses out of 15892 with flag 35000/35000
29.32/13.98	c cleaning 8927 clauses out of 18021 with flag 45000/45000
35.49/17.05	c cleaning 9412 clauses out of 19091 with flag 55000/55000
41.24/19.94	c cleaning 9791 clauses out of 19676 with flag 65000/65000
46.58/22.68	c cleaning 9805 clauses out of 19884 with flag 75001/75001
54.59/26.67	c cleaning 9867 clauses out of 20078 with flag 85000/85000
61.55/30.16	c cleaning 10004 clauses out of 20211 with flag 95000/95000
67.49/33.10	c cleaning 9902 clauses out of 20207 with flag 105000/105000
73.66/36.22	c cleaning 10043 clauses out of 20301 with flag 115001/115001
80.21/39.54	c cleaning 10032 clauses out of 20260 with flag 125003/125003
90.38/44.68	c cleaning 10055 clauses out of 20225 with flag 135000/135000
97.96/48.48	c cleaning 9965 clauses out of 20165 with flag 145000/145000
104.49/51.77	c cleaning 9917 clauses out of 20200 with flag 155000/155000
111.01/55.00	c cleaning 9997 clauses out of 20284 with flag 165002/165002
117.12/58.15	c cleaning 9963 clauses out of 20289 with flag 175004/175004
125.27/62.22	c cleaning 9606 clauses out of 20321 with flag 185000/185000
132.33/65.88	c cleaning 9965 clauses out of 20716 with flag 195001/195001
138.06/68.75	c cleaning 9465 clauses out of 20750 with flag 205002/205002
144.80/72.11	c cleaning 9506 clauses out of 21283 with flag 215000/215000
150.14/74.89	c cleaning 9412 clauses out of 21775 with flag 225001/225001
155.97/77.85	c cleaning 9443 clauses out of 22362 with flag 235000/235000
162.10/80.97	c cleaning 9445 clauses out of 22922 with flag 245003/245003
169.65/84.74	c cleaning 9442 clauses out of 23475 with flag 255001/255001
179.21/89.58	c cleaning 9774 clauses out of 24035 with flag 265003/265003
186.88/93.44	c cleaning 9556 clauses out of 24260 with flag 275002/275002
195.37/97.78	c cleaning 9613 clauses out of 24702 with flag 285000/285000
202.52/101.32	c cleaning 9515 clauses out of 25090 with flag 295001/295001
209.84/105.09	c cleaning 9499 clauses out of 25575 with flag 305001/305001
237.38/118.87	c cleaning 9922 clauses out of 26077 with flag 315002/315002
247.93/124.16	c cleaning 9774 clauses out of 26153 with flag 325000/325000
262.05/131.25	c cleaning 9572 clauses out of 26381 with flag 335002/335002
268.75/134.67	c cleaning 9437 clauses out of 26807 with flag 345001/345001
276.55/138.64	c cleaning 9574 clauses out of 27371 with flag 355002/355002
282.62/141.76	c cleaning 9396 clauses out of 27798 with flag 365003/365003
290.29/145.65	c cleaning 9652 clauses out of 28400 with flag 375001/375001
304.83/152.93	c cleaning 9549 clauses out of 28747 with flag 385000/385000
311.80/156.58	c cleaning 9632 clauses out of 29199 with flag 395001/395001
325.30/163.34	c cleaning 9677 clauses out of 29566 with flag 405000/405000
340.58/171.08	c cleaning 9622 clauses out of 29891 with flag 415002/415002
352.26/177.00	c cleaning 9523 clauses out of 30270 with flag 425003/425003
358.80/180.35	c cleaning 9858 clauses out of 30742 with flag 435000/435000
367.47/184.77	c cleaning 9458 clauses out of 30886 with flag 445002/445002
380.36/191.20	c cleaning 9442 clauses out of 31426 with flag 455000/455000
390.01/196.16	c cleaning 9616 clauses out of 31984 with flag 465000/465000
396.34/199.48	c cleaning 9506 clauses out of 32368 with flag 475001/475001
405.81/204.24	c cleaning 9442 clauses out of 32861 with flag 485000/485000
416.08/209.42	c cleaning 9727 clauses out of 33420 with flag 495002/495002
425.97/214.40	c cleaning 9442 clauses out of 33692 with flag 505001/505001
437.11/220.15	c cleaning 9775 clauses out of 34250 with flag 515001/515001
445.36/224.37	c cleaning 9530 clauses out of 34474 with flag 525000/525000
455.60/229.56	c cleaning 9672 clauses out of 34944 with flag 535000/535000
464.23/233.93	c cleaning 9654 clauses out of 35272 with flag 545000/545000
481.23/242.51	c cleaning 9941 clauses out of 35619 with flag 555001/555001
488.04/246.05	c cleaning 9844 clauses out of 35677 with flag 565000/565000
498.09/251.14	c cleaning 9418 clauses out of 35834 with flag 575001/575001
512.80/258.55	c cleaning 9357 clauses out of 36415 with flag 585000/585000
523.68/264.12	c cleaning 9597 clauses out of 37060 with flag 595002/595002
530.09/267.42	c cleaning 9524 clauses out of 37464 with flag 605004/605004
537.31/271.10	c cleaning 9319 clauses out of 37938 with flag 615002/615002
551.56/278.34	c cleaning 9566 clauses out of 38617 with flag 625000/625000
560.44/282.96	c cleaning 9684 clauses out of 39053 with flag 635002/635002
570.27/287.92	c cleaning 9662 clauses out of 39368 with flag 645001/645001
581.53/293.70	c cleaning 9771 clauses out of 39705 with flag 655000/655000
592.10/299.08	c cleaning 9784 clauses out of 39934 with flag 665002/665002
593.31/299.87	c cleaning 0 clauses out of 5001 with flag 0/5001
599.27/302.89	c cleaning 9521 clauses out of 40146 with flag 675001/675001
615.83/311.18	c cleaning 9457 clauses out of 40626 with flag 685002/685002
640.36/323.46	c cleaning 9781 clauses out of 41168 with flag 695001/695001
656.00/331.43	c cleaning 9723 clauses out of 41387 with flag 705001/705001
662.99/335.06	c cleaning 9646 clauses out of 41662 with flag 715000/715000
669.74/338.51	c cleaning 9555 clauses out of 42017 with flag 725001/725001
676.74/342.16	c cleaning 9591 clauses out of 42461 with flag 735000/735000
683.91/345.98	c cleaning 9514 clauses out of 42872 with flag 745002/745002
695.71/351.93	c cleaning 9903 clauses out of 43356 with flag 755000/755000
707.26/357.80	c cleaning 9625 clauses out of 43457 with flag 765004/765004
721.07/364.87	c cleaning 9528 clauses out of 43828 with flag 775000/775000
738.48/373.77	c cleaning 10024 clauses out of 44301 with flag 785001/785001
754.13/381.70	c cleaning 9615 clauses out of 44276 with flag 795000/795000
765.27/387.34	c cleaning 9907 clauses out of 44660 with flag 805000/805000
780.92/395.21	c cleaning 9645 clauses out of 44754 with flag 815001/815001
792.71/401.37	c cleaning 9614 clauses out of 45112 with flag 825004/825004
805.90/408.10	c cleaning 9782 clauses out of 45495 with flag 835001/835001
822.48/416.46	c cleaning 9709 clauses out of 45714 with flag 845002/845002
832.61/421.64	c cleaning 9591 clauses out of 46003 with flag 855000/855000
843.37/427.24	c cleaning 10041 clauses out of 46415 with flag 865003/865003
862.77/437.05	c cleaning 9710 clauses out of 46374 with flag 875003/875003
883.79/447.70	c cleaning 9717 clauses out of 46662 with flag 885001/885001
910.04/460.81	c cleaning 9988 clauses out of 46944 with flag 895000/895000
934.81/473.43	c cleaning 9696 clauses out of 46957 with flag 905001/905001
961.18/486.76	c cleaning 10004 clauses out of 47262 with flag 915002/915002
978.12/495.37	c cleaning 9845 clauses out of 47257 with flag 925001/925001
990.09/501.49	c cleaning 9757 clauses out of 47411 with flag 935000/935000
997.81/505.60	c cleaning 9535 clauses out of 47654 with flag 945000/945000
1004.73/509.18	c cleaning 9483 clauses out of 48122 with flag 955003/955003
1012.26/513.07	c cleaning 9837 clauses out of 48636 with flag 965000/965000
1018.98/516.51	c cleaning 9495 clauses out of 48800 with flag 975001/975001
1028.53/521.56	c cleaning 9519 clauses out of 49305 with flag 985001/985001
1038.47/526.62	c cleaning 9577 clauses out of 49787 with flag 995002/995002
1045.58/530.39	c cleaning 9513 clauses out of 50209 with flag 1005001/1005001
1058.79/537.04	c cleaning 9692 clauses out of 50696 with flag 1015001/1015001
1068.50/542.15	c cleaning 9651 clauses out of 51003 with flag 1025000/1025000
1087.97/551.93	c cleaning 9654 clauses out of 51353 with flag 1035001/1035001
1099.34/557.71	c cleaning 9787 clauses out of 51699 with flag 1045001/1045001
1111.28/563.88	c cleaning 9671 clauses out of 51911 with flag 1055000/1055000
1133.66/575.28	c cleaning 9726 clauses out of 52240 with flag 1065000/1065000
1156.42/586.71	c cleaning 9766 clauses out of 52516 with flag 1075002/1075002
1246.92/631.81	c cleaning 9727 clauses out of 52748 with flag 1085000/1085000
1271.60/644.37	c cleaning 10072 clauses out of 53022 with flag 1095001/1095001
1278.36/648.08	c cleaning 9600 clauses out of 52953 with flag 1105005/1105005
1285.81/651.92	c cleaning 9583 clauses out of 53348 with flag 1115000/1115000
1292.03/655.24	c cleaning 9646 clauses out of 53765 with flag 1125000/1125000
1299.71/659.25	c cleaning 9808 clauses out of 54123 with flag 1135004/1135004
1314.33/666.86	c cleaning 9807 clauses out of 54311 with flag 1145000/1145000
1332.23/675.96	c cleaning 9840 clauses out of 54507 with flag 1155003/1155003
1340.07/680.07	c cleaning 9739 clauses out of 54664 with flag 1165000/1165000
1347.35/683.89	c cleaning 9706 clauses out of 54925 with flag 1175001/1175001
1358.94/689.94	c cleaning 9663 clauses out of 55222 with flag 1185004/1185004
1366.57/693.92	c cleaning 9637 clauses out of 55555 with flag 1195000/1195000
1374.41/698.08	c cleaning 9626 clauses out of 55919 with flag 1205001/1205001
1387.83/704.91	c cleaning 9883 clauses out of 56295 with flag 1215003/1215003
1408.27/715.46	c cleaning 9787 clauses out of 56409 with flag 1225000/1225000
1419.10/721.01	c cleaning 9742 clauses out of 56625 with flag 1235003/1235003
1439.84/731.51	c cleaning 9774 clauses out of 56883 with flag 1245003/1245003
1454.50/739.06	c cleaning 9814 clauses out of 57109 with flag 1255003/1255003
1475.12/749.66	c cleaning 10048 clauses out of 57293 with flag 1265001/1265001
1486.80/755.65	c cleaning 9775 clauses out of 57245 with flag 1275001/1275001
1510.74/767.76	c cleaning 9683 clauses out of 57471 with flag 1285002/1285002
1544.29/784.69	c cleaning 9854 clauses out of 57786 with flag 1295000/1295000
1576.69/801.11	c cleaning 9893 clauses out of 57932 with flag 1305000/1305000
1586.94/806.44	c cleaning 9944 clauses out of 58044 with flag 1315005/1315005
1597.24/811.79	c cleaning 9552 clauses out of 58097 with flag 1325002/1325002
1612.35/819.47	c cleaning 10022 clauses out of 58544 with flag 1335001/1335001
1624.69/825.90	c cleaning 9749 clauses out of 58522 with flag 1345001/1345001
1638.32/832.98	c cleaning 9736 clauses out of 58773 with flag 1355001/1355001
1658.20/843.04	c cleaning 9894 clauses out of 59036 with flag 1365000/1365000
1675.83/852.06	c cleaning 9882 clauses out of 59144 with flag 1375002/1375002
1684.02/856.46	c cleaning 9780 clauses out of 59260 with flag 1385000/1385000
1691.63/860.43	c cleaning 9650 clauses out of 59481 with flag 1395001/1395001
1698.43/864.02	c cleaning 9518 clauses out of 59831 with flag 1405001/1405001
1705.84/867.96	c cleaning 9681 clauses out of 60314 with flag 1415002/1415002
1713.77/872.26	c cleaning 9728 clauses out of 60630 with flag 1425000/1425000
1720.55/875.86	c cleaning 9672 clauses out of 60902 with flag 1435000/1435000
1730.16/880.88	c cleaning 9675 clauses out of 61230 with flag 1445000/1445000
1740.72/886.31	c cleaning 9710 clauses out of 61557 with flag 1455002/1455002
1753.90/893.23	c cleaning 9657 clauses out of 61845 with flag 1465000/1465000
1761.91/897.44	c cleaning 9613 clauses out of 62188 with flag 1475000/1475000
1774.97/904.18	c cleaning 9601 clauses out of 62578 with flag 1485003/1485003
1798.03/915.86	c cleaning 9846 clauses out of 62975 with flag 1495001/1495001
1800.12/917.21	c starts		: 205
1800.12/917.21	c conflicts		: 1496464
1800.12/917.21	c decisions		: 18224941
1800.12/917.21	c propagations		: 541485936
1800.12/917.21	c inspects		: 1501470043
1800.12/917.21	c learnt literals	: 81
1800.12/917.21	c learnt binary clauses	: 44331
1800.12/917.21	c learnt ternary clauses	: 60952
1800.12/917.21	c learnt clauses	: 1496382
1800.12/917.21	c ignored clauses	: 0
1800.12/917.21	c root simplifications	: 0
1800.12/917.21	c removed literals (reason simplification)	: 34774030
1800.12/917.21	c reason swapping (by a shorter reason)	: 0
1800.12/917.21	c Calls to reduceDB	: 151
1800.12/917.21	c number of reductions to clauses (during analyze)	: 0
1800.12/917.21	c number of learned constraints concerned by reduction	: 0
1800.12/917.21	c number of learning phase by resolution	: 0
1800.12/917.21	c number of learning phase by cutting planes	: 0
1800.12/917.21	c speed (assignments/second)	: 590659.676377805
1800.12/917.21	c non guided choices	10295
1800.12/917.24	c learnt constraints type 
1800.12/917.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10315
1800.12/917.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44332
1800.12/917.24	c constraints type 
1800.12/917.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6005
1800.12/917.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.12/917.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.12/917.24	c constraints type 
1800.12/917.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
1800.12/917.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6005
1800.12/917.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.12/917.24	s UNKNOWN
1800.12/917.24	c Total wall clock time (in seconds): 917.13

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-3742041-1338784777/watcher-3742041-1338784777 -o /tmp/evaluation-result-3742041-1338784777/solver-3742041-1338784777 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742041-1338784777.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.88 3.88 3.79 4/197 18501
/proc/meminfo: memFree=28728288/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/18501/stat : 18501 (java) R 18499 18501 17860 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 344603138 274432 12 33554432000 1073741824 1073778376 140733886661536 140736601003864 214528252138 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 68 26 19 9 0 25 0

[startup+0.088381 s]
/proc/loadavg: 3.88 3.88 3.79 4/197 18501
/proc/meminfo: memFree=28728288/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 4299 0 1 0 6 0 0 0 20 0 18 0 344603138 2764726272 6005 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 674982 6011 2005 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100185 s]
/proc/loadavg: 3.88 3.88 3.79 4/197 18501
/proc/meminfo: memFree=28728288/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 4746 0 1 0 8 0 0 0 20 0 18 0 344603138 2764726272 6435 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 674982 6435 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300182 s]
/proc/loadavg: 3.88 3.88 3.79 4/197 18501
/proc/meminfo: memFree=28728288/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2699928 CPUtime=0.58 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 7497 0 1 0 57 1 0 0 20 0 18 0 344603138 2764726272 11271 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 674982 11271 2221 9 0 665676 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2699928

[startup+0.70021 s]
/proc/loadavg: 3.88 3.88 3.79 4/197 18501
/proc/meminfo: memFree=28728288/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 13184 0 1 0 192 3 0 0 20 0 22 0 344603138 3037372416 22183 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 22183 2255 9 0 732240 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 2966184

[startup+1.50075 s]
/proc/loadavg: 3.88 3.88 3.79 6/219 18523
/proc/meminfo: memFree=28643996/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=4.07 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 15059 0 1 0 402 5 0 0 20 0 22 0 344603138 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 53139 2259 9 0 732240 0
[pid=18501/tid=18503] ppid=18499 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18501 17860 0 -1 4202560 2815 0 1 0 41 2 0 0 20 0 22 0 344603139 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140605031249048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18504] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604898011560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18505] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604896959016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18506] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604895905960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18507] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604894853416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18508] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604893801384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604892748840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604891695784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18501 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604890643240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18501 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344603141 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604408314216 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18501 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604407260536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18501 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604406207368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604405156112 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18516] ppid=18499 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) S 18499 18501 17860 0 -1 4202560 4377 0 0 0 71 0 0 0 20 0 22 0 344603144 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604404103992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18517] ppid=18499 vsize=2966184 CPUtime=0.84 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) R 18499 18501 17860 0 -1 4202560 6512 0 0 0 82 2 0 0 20 0 22 0 344603144 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604403028696 140605033332545 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18518] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604401998584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18519] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604400946248 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18520] ppid=18499 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/18501/task/18520/stat : 18520 (java) R 18499 18501 17860 0 -1 4202560 26 0 0 0 102 0 0 0 20 0 22 0 344603185 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604399891224 140604898849483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18521] ppid=18499 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/18501/task/18521/stat : 18521 (java) R 18499 18501 17860 0 -1 4202560 126 0 0 0 100 2 0 0 20 0 22 0 344603185 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604398836136 140604899193768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18522] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18522/stat : 18522 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604397785896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18523] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18523/stat : 18523 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 53139 33554432000 1073741824 1073778376 140733886661536 140604396733352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 3.88 3.88 3.79 4/219 18523
/proc/meminfo: memFree=28327180/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=7.53 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 15657 0 1 0 743 10 0 0 20 0 22 0 344603138 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 105262 2283 9 0 732240 0
[pid=18501/tid=18503] ppid=18499 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18501 17860 0 -1 4202560 2815 0 1 0 41 2 0 0 20 0 22 0 344603139 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140605031249048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18504] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18501 17860 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604898011560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18505] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18501 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604896959016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18506] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18501 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604895905960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18507] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18501 17860 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604894853416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18508] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18501 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604893801384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18501 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604892748840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18501 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604891695784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18501 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604890643240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18501 17860 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 344603141 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604408314216 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18501 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604407260536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18501 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604406207368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604405156112 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18516] ppid=18499 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) S 18499 18501 17860 0 -1 4202560 4382 0 0 0 78 0 0 0 20 0 22 0 344603144 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604404103992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18517] ppid=18499 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) S 18499 18501 17860 0 -1 4202560 6928 0 0 0 98 2 0 0 20 0 22 0 344603144 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604403051448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18518] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604401998584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18519] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604400946248 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18520] ppid=18499 vsize=2966184 CPUtime=2.56 cores=1,3,5,7
/proc/18501/task/18520/stat : 18520 (java) R 18499 18501 17860 0 -1 4202560 27 0 0 0 256 0 0 0 20 0 22 0 344603185 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604399890768 140604898639475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18521] ppid=18499 vsize=2966184 CPUtime=2.56 cores=1,3,5,7
/proc/18501/task/18521/stat : 18521 (java) R 18499 18501 17860 0 -1 4202560 212 0 0 0 252 4 0 0 20 0 22 0 344603185 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604398837640 140604899140083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18522] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18522/stat : 18522 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604397785896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18523] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18523/stat : 18523 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 105262 33554432000 1073741824 1073778376 140733886661536 140604396733352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.89 3.88 3.79 5/219 18523
/proc/meminfo: memFree=28315028/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=14.08 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 15921 0 1 0 1397 11 0 0 20 0 22 0 344603138 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 106615 2283 9 0 732240 0
[pid=18501/tid=18503] ppid=18499 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18501 17860 0 -1 4202560 2815 0 1 0 42 2 0 0 20 0 22 0 344603139 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140605031249048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18504] ppid=18499 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18501 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604898011560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18505] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18501 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604896959016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18506] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18501 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604895905960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18507] ppid=18499 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18501 17860 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604894853416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18508] ppid=18499 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18501 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604893801384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18501 17860 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604892748840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18501 17860 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604891695784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18501 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344603140 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604890643240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18501 17860 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 344603141 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604408314216 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18501 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604407260536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18501 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604406207368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604405156112 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18516] ppid=18499 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) S 18499 18501 17860 0 -1 4202560 4618 0 0 0 93 0 0 0 20 0 22 0 344603144 3037372416 106615 33554432000 1073741824 1073778376 140733886661536 140604404103992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=18501/tid=18521] ppid=18499 vsize=2966184 CPUtime=718.75 cores=1,3,5,7
/proc/18501/task/18521/stat : 18521 (java) R 18499 18501 17860 0 -1 4202560 434 0 0 0 71857 18 0 0 20 0 22 0 344603185 3037372416 216842 33554432000 1073741824 1073778376 140733886661536 140604398837184 140604899031938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18522] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18522/stat : 18522 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 216842 33554432000 1073741824 1073778376 140733886661536 140604397785896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18523] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18523/stat : 18523 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 216842 33554432000 1073741824 1073778376 140733886661536 140604396733352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1499.88
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.89 3.86 3.82 5/219 18593
/proc/meminfo: memFree=27898200/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=1617.45 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 22155 0 1 0 161644 101 0 0 20 0 22 0 344603138 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 222029 2284 9 0 732240 0
[pid=18501/tid=18503] ppid=18499 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18501 17860 0 -1 4202560 2844 0 1 0 42 3 0 0 20 0 22 0 344603139 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140605031249048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18504] ppid=18499 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18501 17860 0 -1 4202560 199 0 0 0 305 7 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604898011560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18505] ppid=18499 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18501 17860 0 -1 4202560 177 0 0 0 294 5 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604896959016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18506] ppid=18499 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18501 17860 0 -1 4202560 205 0 0 0 308 4 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604895905960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18507] ppid=18499 vsize=2966184 CPUtime=3.13 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18501 17860 0 -1 4202560 211 0 0 0 305 8 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604894853416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18508] ppid=18499 vsize=2966184 CPUtime=3.18 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18501 17860 0 -1 4202560 205 0 0 0 311 7 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604893801384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18501 17860 0 -1 4202560 202 0 0 0 305 7 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604892748840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18501 17860 0 -1 4202560 173 0 0 0 295 4 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604891695784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18501 17860 0 -1 4202560 196 0 0 0 306 5 0 0 20 0 22 0 344603140 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604890643240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2966184 CPUtime=39.54 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18501 17860 0 -1 4202560 121 0 0 0 3931 23 0 0 20 0 22 0 344603141 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604408314216 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18501 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604407260536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18501 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604406207368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604405156112 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18516] ppid=18499 vsize=2966184 CPUtime=1.46 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) S 18499 18501 17860 0 -1 4202560 8713 0 0 0 145 1 0 0 20 0 22 0 344603144 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604404103992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18517] ppid=18499 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) S 18499 18501 17860 0 -1 4202560 6934 0 0 0 108 2 0 0 20 0 22 0 344603144 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604403051448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18518] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604401998584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18519] ppid=18499 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) S 18499 18501 17860 0 -1 4202560 46 0 0 0 14 18 0 0 20 0 22 0 344603144 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604400946248 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18520] ppid=18499 vsize=2966184 CPUtime=775.04 cores=1,3,5,7
/proc/18501/task/18520/stat : 18520 (java) R 18499 18501 17860 0 -1 4202560 292 0 0 0 77491 13 0 0 20 0 22 0 344603185 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604399890768 140604898937385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18521] ppid=18499 vsize=2966184 CPUtime=775.01 cores=1,3,5,7
/proc/18501/task/18521/stat : 18521 (java) R 18499 18501 17860 0 -1 4202560 447 0 0 0 77482 19 0 0 20 0 22 0 344603185 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604398836416 140604898965001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18522] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18522/stat : 18522 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604397785896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18523] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18523/stat : 18523 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 222029 33554432000 1073741824 1073778376 140733886661536 140604396733352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1617.45
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.82 3.85 3.82 4/218 18593
/proc/meminfo: memFree=27835600/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=1732.71 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 22276 0 1 0 173166 105 0 0 20 0 22 0 344603138 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 222115 2284 9 0 732240 0
[pid=18501/tid=18503] ppid=18499 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18501 17860 0 -1 4202560 2849 0 1 0 42 3 0 0 20 0 22 0 344603139 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140605031249048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18504] ppid=18499 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18501 17860 0 -1 4202560 210 0 0 0 333 7 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604898011560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18505] ppid=18499 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18501 17860 0 -1 4202560 197 0 0 0 315 5 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604896959016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18506] ppid=18499 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18501 17860 0 -1 4202560 218 0 0 0 335 5 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604895905960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18507] ppid=18499 vsize=2966184 CPUtime=3.34 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18501 17860 0 -1 4202560 217 0 0 0 326 8 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604894853416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18508] ppid=18499 vsize=2966184 CPUtime=3.43 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18501 17860 0 -1 4202560 215 0 0 0 336 7 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604893801384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2966184 CPUtime=3.32 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18501 17860 0 -1 4202560 210 0 0 0 325 7 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604892748840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2966184 CPUtime=3.18 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18501 17860 0 -1 4202560 184 0 0 0 314 4 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604891695784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18501 17860 0 -1 4202560 203 0 0 0 328 5 0 0 20 0 22 0 344603140 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604890643240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2966184 CPUtime=45.08 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18501 17860 0 -1 4202560 125 0 0 0 4484 24 0 0 20 0 22 0 344603141 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604408314216 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18501 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604407260536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18501 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604406207368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604405156112 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18516] ppid=18499 vsize=2966184 CPUtime=1.46 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) S 18499 18501 17860 0 -1 4202560 8713 0 0 0 145 1 0 0 20 0 22 0 344603144 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604404103992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18517] ppid=18499 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) S 18499 18501 17860 0 -1 4202560 6934 0 0 0 108 2 0 0 20 0 22 0 344603144 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604403051448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18518] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604401998584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18519] ppid=18499 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) S 18499 18501 17860 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 344603144 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604400946248 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18520] ppid=18499 vsize=2966184 CPUtime=828.97 cores=1,3,5,7
/proc/18501/task/18520/stat : 18520 (java) R 18499 18501 17860 0 -1 4202560 302 0 0 0 82883 14 0 0 20 0 22 0 344603185 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604399890728 140604898791135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18521] ppid=18499 vsize=2966184 CPUtime=828.94 cores=1,3,5,7
/proc/18501/task/18521/stat : 18521 (java) R 18499 18501 17860 0 -1 4202560 459 0 0 0 82874 20 0 0 20 0 22 0 344603185 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604398836416 140604898972122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18522] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18522/stat : 18522 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604397785896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18523] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18523/stat : 18523 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 222115 33554432000 1073741824 1073778376 140733886661536 140604396733352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1732.71
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.201 s]
/proc/loadavg: 3.84 3.85 3.82 5/219 18594
/proc/meminfo: memFree=27835472/32873648 swapFree=7116/7116
[pid=18501] ppid=18499 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18501 17860 0 -1 4202496 22352 0 1 0 179905 107 0 0 20 0 22 0 344603138 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140733886652672 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18501/statm: 741546 222172 2284 9 0 732240 0
[pid=18501/tid=18503] ppid=18499 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18501 17860 0 -1 4202560 2850 0 1 0 42 3 0 0 20 0 22 0 344603139 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140605031249048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18504] ppid=18499 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18501 17860 0 -1 4202560 217 0 0 0 348 7 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604898011560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18505] ppid=18499 vsize=2966184 CPUtime=3.34 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18501 17860 0 -1 4202560 212 0 0 0 329 5 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604896959016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18506] ppid=18499 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18501 17860 0 -1 4202560 222 0 0 0 352 5 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604895905960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18507] ppid=18499 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18501 17860 0 -1 4202560 221 0 0 0 341 8 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604894853416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18508] ppid=18499 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18501 17860 0 -1 4202560 225 0 0 0 349 7 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604893801384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18509] ppid=18499 vsize=2966184 CPUtime=3.46 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18501 17860 0 -1 4202560 215 0 0 0 339 7 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604892748840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18510] ppid=18499 vsize=2966184 CPUtime=3.3 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18501 17860 0 -1 4202560 196 0 0 0 326 4 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604891695784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18511] ppid=18499 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18501 17860 0 -1 4202560 203 0 0 0 339 6 0 0 20 0 22 0 344603140 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604890643240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18512] ppid=18499 vsize=2966184 CPUtime=47.97 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18501 17860 0 -1 4202560 127 0 0 0 4773 24 0 0 20 0 22 0 344603141 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604408314216 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18513] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18501 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604407260536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18514] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18501 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344603142 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604406207368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18515] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604405156112 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18516] ppid=18499 vsize=2966184 CPUtime=1.46 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) S 18499 18501 17860 0 -1 4202560 8713 0 0 0 145 1 0 0 20 0 22 0 344603144 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604404103992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18501/tid=18517] ppid=18499 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) S 18499 18501 17860 0 -1 4202560 6934 0 0 0 108 2 0 0 20 0 22 0 344603144 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604403051448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18518] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) S 18499 18501 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344603144 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604401998584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18501/tid=18519] ppid=18499 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) S 18499 18501 17860 0 -1 4202560 52 0 0 0 15 20 0 0 20 0 22 0 344603144 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604400946248 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18520] ppid=18499 vsize=2966184 CPUtime=860.67 cores=1,3,5,7
/proc/18501/task/18520/stat : 18520 (java) R 18499 18501 17860 0 -1 4202560 309 0 0 0 86052 15 0 0 20 0 22 0 344603185 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604399890768 140604898639516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18501/tid=18521] ppid=18499 vsize=2966184 CPUtime=860.66 cores=1,3,5,7
/proc/18501/task/18521/stat : 18521 (java) R 18499 18501 17860 0 -1 4202560 466 0 0 0 86045 21 0 0 20 0 22 0 344603185 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604398836568 140604898965047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18522] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18522/stat : 18522 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604397785896 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18501/tid=18523] ppid=18499 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18523/stat : 18523 (java) S 18499 18501 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344603187 3037372416 222172 33554432000 1073741824 1073778376 140733886661536 140604396733352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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
Real time (s): 917.257
CPU time (s): 1800.78
CPU user time (s): 1799.27
CPU system time (s): 1.51177
CPU usage (%): 196.322
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 1.51177
maximum resident set size= 888804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22383
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36596
involuntary context switches= 55786

runsolver used 3.35049 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 06:39:37
IDJOB=3742041
IDBENCH=90127
IDSOLVER=2324
FILE ID=node127/3742041-1338784777
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70484 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_K107.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742041-1338784777/watcher-3742041-1338784777 -o /tmp/evaluation-result-3742041-1338784777/solver-3742041-1338784777 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742041-1338784777.opb

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

MD5SUM BENCH= f523e4bc7acd98550e38ca37c8d9200b
RANDOM SEED=1995966834

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28728180 kB
Buffers:          427596 kB
Cached:          2118236 kB
SwapCached:         1428 kB
Active:          1755416 kB
Inactive:        1497756 kB
Active(anon):     701056 kB
Inactive(anon):     7952 kB
Active(file):    1054360 kB
Inactive(file):  1489804 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:        716496 kB
Mapped:            19008 kB
Shmem:                92 kB
Slab:             747176 kB
SReclaimable:     191208 kB
SUnreclaim:       555968 kB
KernelStack:        1632 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node127 at 2012-06-04 06:54:56