Trace number 3741837

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.03 923.562

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
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 benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
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 100
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3741837-1338761330.opb
0.07/0.12	c reading problem ... 
0.74/0.46	c ... done. Wall clock time 0.335s.
0.74/0.46	c #vars     6732
0.74/0.46	c #constraints  6932
0.74/0.46	c constraints type 
0.74/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5557
0.74/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 99
0.74/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1274
0.74/0.46	c constraints type 
0.74/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1274
0.74/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5557
0.74/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
4.80/1.92	c cleaning 2470 clauses out of 4988 with flag 5000/5000
7.97/3.49	c cleaning 4246 clauses out of 8516 with flag 11000/11000
11.75/5.36	c cleaning 5606 clauses out of 11261 with flag 18000/18000
16.24/7.58	c cleaning 6780 clauses out of 13650 with flag 26000/26000
23.82/11.34	c cleaning 7838 clauses out of 15870 with flag 35001/35001
29.58/14.21	c cleaning 8914 clauses out of 18025 with flag 45000/45000
34.90/17.00	c cleaning 9511 clauses out of 19110 with flag 55000/55000
42.22/20.62	c cleaning 9762 clauses out of 19596 with flag 65000/65000
49.73/24.45	c cleaning 9886 clauses out of 19831 with flag 75000/75000
56.06/27.69	c cleaning 9971 clauses out of 19946 with flag 85001/85001
62.59/30.95	c cleaning 9925 clauses out of 19971 with flag 95001/95001
70.11/34.76	c cleaning 9903 clauses out of 20047 with flag 105003/105003
78.19/38.82	c cleaning 9991 clauses out of 20142 with flag 115001/115001
88.92/44.25	c cleaning 9846 clauses out of 20152 with flag 125002/125002
97.65/48.67	c cleaning 10101 clauses out of 20300 with flag 135000/135000
103.14/51.40	c cleaning 10043 clauses out of 20199 with flag 145001/145001
112.59/56.22	c cleaning 9926 clauses out of 20158 with flag 155003/155003
118.70/59.35	c cleaning 9868 clauses out of 20229 with flag 165000/165000
129.61/64.86	c cleaning 9996 clauses out of 20360 with flag 175000/175000
137.49/68.83	c cleaning 9897 clauses out of 20368 with flag 185004/185004
144.52/72.50	c cleaning 10092 clauses out of 20465 with flag 195003/195003
150.81/75.64	c cleaning 9862 clauses out of 20371 with flag 205001/205001
156.90/78.72	c cleaning 9300 clauses out of 20511 with flag 215003/215003
179.04/89.85	c cleaning 9765 clauses out of 21208 with flag 225000/225000
186.87/93.87	c cleaning 9620 clauses out of 21445 with flag 235002/235002
193.55/97.29	c cleaning 9555 clauses out of 21823 with flag 245000/245000
199.82/100.47	c cleaning 9426 clauses out of 22268 with flag 255000/255000
209.08/105.14	c cleaning 9327 clauses out of 22842 with flag 265003/265003
227.49/114.50	c cleaning 9549 clauses out of 23514 with flag 275002/275002
244.74/123.15	c cleaning 9624 clauses out of 23963 with flag 285000/285000
251.39/126.59	c cleaning 9740 clauses out of 24339 with flag 295000/295000
257.62/129.80	c cleaning 9402 clauses out of 24598 with flag 305000/305000
263.63/132.90	c cleaning 9685 clauses out of 25195 with flag 315000/315000
275.46/138.80	c cleaning 9520 clauses out of 25509 with flag 325000/325000
283.10/142.79	c cleaning 9538 clauses out of 25991 with flag 335002/335002
292.53/147.60	c cleaning 9554 clauses out of 26451 with flag 345000/345000
304.52/153.66	c cleaning 9408 clauses out of 26897 with flag 355000/355000
318.73/160.82	c cleaning 9865 clauses out of 27489 with flag 365000/365000
343.21/173.19	c cleaning 9664 clauses out of 27624 with flag 375000/375000
367.65/185.45	c cleaning 9868 clauses out of 27963 with flag 385003/385003
379.37/191.47	c cleaning 9730 clauses out of 28092 with flag 395000/395000
394.75/199.26	c cleaning 9613 clauses out of 28362 with flag 405000/405000
406.35/205.18	c cleaning 9805 clauses out of 28749 with flag 415000/415000
426.01/215.05	c cleaning 9857 clauses out of 28946 with flag 425002/425002
436.46/220.48	c cleaning 10077 clauses out of 29087 with flag 435000/435000
444.26/224.49	c cleaning 9510 clauses out of 29010 with flag 445001/445001
453.22/229.00	c cleaning 9688 clauses out of 29499 with flag 455000/455000
460.99/233.07	c cleaning 9539 clauses out of 29811 with flag 465000/465000
472.23/238.84	c cleaning 9620 clauses out of 30272 with flag 475000/475000
484.42/245.04	c cleaning 9577 clauses out of 30653 with flag 485001/485001
491.63/248.74	c cleaning 9597 clauses out of 31075 with flag 495000/495000
501.56/253.81	c cleaning 9499 clauses out of 31481 with flag 505003/505003
509.17/257.88	c cleaning 9394 clauses out of 31980 with flag 515001/515001
525.52/266.15	c cleaning 9634 clauses out of 32585 with flag 525000/525000
533.08/270.04	c cleaning 9580 clauses out of 32953 with flag 535002/535002
541.64/274.44	c cleaning 9371 clauses out of 33371 with flag 545000/545000
551.41/279.56	c cleaning 9662 clauses out of 34000 with flag 555000/555000
562.39/285.18	c cleaning 9592 clauses out of 34339 with flag 565001/565001
571.76/289.92	c cleaning 9671 clauses out of 34747 with flag 575001/575001
579.32/293.81	c cleaning 9724 clauses out of 35075 with flag 585000/585000
586.89/297.83	c cleaning 9731 clauses out of 35353 with flag 595002/595002
593.43/301.22	c cleaning 9817 clauses out of 35622 with flag 605002/605002
601.16/305.29	c cleaning 9864 clauses out of 35803 with flag 615000/615000
608.87/309.25	c cleaning 9733 clauses out of 35940 with flag 625001/625001
615.84/312.91	c cleaning 9816 clauses out of 36204 with flag 635000/635000
621.37/315.86	c cleaning 9432 clauses out of 36386 with flag 645000/645000
629.49/320.00	c cleaning 9753 clauses out of 36954 with flag 655000/655000
637.19/324.06	c cleaning 9513 clauses out of 37201 with flag 665000/665000
650.72/331.05	c cleaning 9544 clauses out of 37689 with flag 675001/675001
661.43/336.51	c cleaning 9662 clauses out of 38149 with flag 685005/685005
671.92/341.95	c cleaning 9685 clauses out of 38482 with flag 695000/695000
678.84/345.58	c cleaning 9393 clauses out of 38798 with flag 705001/705001
687.93/350.35	c cleaning 9675 clauses out of 39404 with flag 715000/715000
691.25/352.17	c cleaning 0 clauses out of 5002 with flag 0/5002
697.58/355.38	c cleaning 9773 clauses out of 39729 with flag 725000/725000
711.05/362.23	c cleaning 9663 clauses out of 39956 with flag 735000/735000
725.96/369.90	c cleaning 9612 clauses out of 40293 with flag 745000/745000
745.47/379.84	c cleaning 9796 clauses out of 40681 with flag 755000/755000
762.77/388.64	c cleaning 9804 clauses out of 40885 with flag 765000/765000
786.49/400.64	c cleaning 9822 clauses out of 41081 with flag 775000/775000
821.23/418.27	c cleaning 9869 clauses out of 41261 with flag 785002/785002
832.96/424.21	c cleaning 9659 clauses out of 41390 with flag 795000/795000
843.65/429.78	c cleaning 9764 clauses out of 41731 with flag 805000/805000
852.54/434.39	c cleaning 9526 clauses out of 41966 with flag 815000/815000
863.02/439.87	c cleaning 9451 clauses out of 42442 with flag 825002/825002
873.11/445.05	c cleaning 9699 clauses out of 42990 with flag 835001/835001
890.00/453.60	c cleaning 9702 clauses out of 43291 with flag 845001/845001
910.49/464.09	c cleaning 9737 clauses out of 43589 with flag 855001/855001
929.99/474.07	c cleaning 9794 clauses out of 43853 with flag 865002/865002
938.48/478.48	c cleaning 9915 clauses out of 44057 with flag 875000/875000
946.16/482.48	c cleaning 9586 clauses out of 44141 with flag 885000/885000
953.04/486.05	c cleaning 9707 clauses out of 44556 with flag 895002/895002
964.10/491.85	c cleaning 9576 clauses out of 44850 with flag 905003/905003
980.15/500.04	c cleaning 9684 clauses out of 45271 with flag 915000/915000
996.59/508.42	c cleaning 9771 clauses out of 45587 with flag 925000/925000
1017.06/518.87	c cleaning 9885 clauses out of 45817 with flag 935001/935001
1033.30/527.25	c cleaning 9871 clauses out of 45931 with flag 945000/945000
1047.57/534.51	c cleaning 9791 clauses out of 46061 with flag 955001/955001
1063.40/542.60	c cleaning 9882 clauses out of 46273 with flag 965004/965004
1083.27/552.78	c cleaning 9867 clauses out of 46387 with flag 975000/975000
1100.33/561.54	c cleaning 9824 clauses out of 46520 with flag 985000/985000
1110.80/566.97	c cleaning 9931 clauses out of 46696 with flag 995000/995000
1118.25/570.89	c cleaning 9539 clauses out of 46769 with flag 1005004/1005004
1130.06/576.98	c cleaning 9514 clauses out of 47226 with flag 1015000/1015000
1138.48/581.41	c cleaning 9806 clauses out of 47714 with flag 1025002/1025002
1147.51/586.18	c cleaning 9709 clauses out of 47906 with flag 1035000/1035000
1157.93/591.56	c cleaning 9750 clauses out of 48197 with flag 1045000/1045000
1165.56/595.54	c cleaning 9719 clauses out of 48447 with flag 1055000/1055000
1173.14/599.63	c cleaning 9573 clauses out of 48733 with flag 1065005/1065005
1180.17/603.30	c cleaning 9716 clauses out of 49156 with flag 1075001/1075001
1187.02/606.94	c cleaning 9805 clauses out of 49440 with flag 1085001/1085001
1197.05/612.10	c cleaning 9556 clauses out of 49634 with flag 1095000/1095000
1213.65/620.71	c cleaning 9620 clauses out of 50081 with flag 1105003/1105003
1229.89/629.09	c cleaning 9973 clauses out of 50458 with flag 1115000/1115000
1239.14/633.84	c cleaning 9676 clauses out of 50485 with flag 1125000/1125000
1262.39/645.69	c cleaning 9710 clauses out of 50810 with flag 1135001/1135001
1269.98/649.73	c cleaning 9768 clauses out of 51102 with flag 1145004/1145004
1287.42/658.60	c cleaning 9661 clauses out of 51331 with flag 1155001/1155001
1301.66/665.99	c cleaning 9961 clauses out of 51670 with flag 1165001/1165001
1310.48/670.55	c cleaning 9706 clauses out of 51709 with flag 1175001/1175001
1319.05/675.12	c cleaning 9851 clauses out of 52004 with flag 1185002/1185002
1326.87/679.24	c cleaning 9680 clauses out of 52153 with flag 1195002/1195002
1335.08/683.54	c cleaning 9906 clauses out of 52476 with flag 1205005/1205005
1340.89/686.68	c cleaning 9521 clauses out of 52565 with flag 1215000/1215000
1347.44/690.21	c cleaning 9787 clauses out of 53045 with flag 1225001/1225001
1360.87/697.10	c cleaning 9718 clauses out of 53258 with flag 1235001/1235001
1379.28/706.58	c cleaning 9810 clauses out of 53541 with flag 1245002/1245002
1399.50/716.84	c cleaning 9925 clauses out of 53731 with flag 1255002/1255002
1412.86/723.87	c cleaning 9834 clauses out of 53804 with flag 1265000/1265000
1425.24/730.27	c cleaning 9616 clauses out of 53972 with flag 1275002/1275002
1435.43/735.53	c cleaning 9964 clauses out of 54354 with flag 1285000/1285000
1444.42/740.28	c cleaning 9746 clauses out of 54390 with flag 1295000/1295000
1456.53/746.67	c cleaning 10098 clauses out of 54645 with flag 1305001/1305001
1465.94/751.58	c cleaning 9818 clauses out of 54546 with flag 1315000/1315000
1473.95/755.72	c cleaning 9588 clauses out of 54729 with flag 1325001/1325001
1482.95/760.40	c cleaning 9847 clauses out of 55145 with flag 1335005/1335005
1492.69/765.65	c cleaning 9744 clauses out of 55293 with flag 1345000/1345000
1505.29/772.13	c cleaning 9869 clauses out of 55550 with flag 1355001/1355001
1529.87/784.67	c cleaning 9715 clauses out of 55680 with flag 1365000/1365000
1561.27/800.52	c cleaning 9864 clauses out of 55965 with flag 1375000/1375000
1603.09/821.79	c cleaning 9990 clauses out of 56101 with flag 1385000/1385000
1626.01/833.40	c cleaning 9695 clauses out of 56113 with flag 1395002/1395002
1653.82/847.59	c cleaning 9835 clauses out of 56416 with flag 1405000/1405000
1678.42/860.05	c cleaning 9725 clauses out of 56581 with flag 1415000/1415000
1715.68/879.07	c cleaning 9968 clauses out of 56856 with flag 1425000/1425000
1730.21/886.57	c cleaning 9613 clauses out of 56891 with flag 1435003/1435003
1750.50/896.98	c cleaning 9770 clauses out of 57278 with flag 1445003/1445003
1758.84/901.40	c cleaning 9903 clauses out of 57504 with flag 1455000/1455000
1764.79/904.70	c cleaning 9582 clauses out of 57603 with flag 1465002/1465002
1774.08/909.69	c cleaning 9686 clauses out of 58020 with flag 1475001/1475001
1786.14/915.91	c cleaning 9673 clauses out of 58333 with flag 1485000/1485000
1796.04/921.15	c cleaning 9580 clauses out of 58660 with flag 1495001/1495001
1800.03/923.51	c starts		: 204
1800.03/923.51	c conflicts		: 1498700
1800.03/923.51	c decisions		: 13937261
1800.03/923.51	c propagations		: 552191597
1800.03/923.51	c inspects		: 1540503960
1800.03/923.51	c shortcuts		: 0
1800.03/923.51	c learnt literals	: 75
1800.03/923.51	c learnt binary clauses	: 40655
1800.03/923.51	c learnt ternary clauses	: 57306
1800.03/923.51	c learnt constraints	: 1498625
1800.03/923.51	c ignored constraints	: 0
1800.03/923.51	c root simplifications	: 0
1800.03/923.51	c removed literals (reason simplification)	: 37291765
1800.03/923.51	c reason swapping (by a shorter reason)	: 0
1800.03/923.51	c Calls to reduceDB	: 151
1800.03/923.51	c number of reductions to clauses (during analyze)	: 0
1800.03/923.51	c number of learned constraints concerned by reduction	: 0
1800.03/923.51	c number of learning phase by resolution	: 0
1800.03/923.51	c number of learning phase by cutting planes	: 0
1800.03/923.51	c speed (assignments/second)	: 598225.249986458
1800.03/923.51	c non guided choices	6082
1800.03/923.54	c learnt constraints type 
1800.03/923.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40656
1800.03/923.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12149
1800.03/923.54	c constraints type 
1800.03/923.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5557
1800.03/923.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 99
1800.03/923.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1274
1800.03/923.54	c constraints type 
1800.03/923.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1274
1800.03/923.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5557
1800.03/923.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
1800.03/923.54	s UNKNOWN
1800.03/923.54	c Total wall clock time (in seconds): 923.415

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-3741837-1338761330/watcher-3741837-1338761330 -o /tmp/evaluation-result-3741837-1338761330/solver-3741837-1338761330 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741837-1338761330.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.45 3.53 3.63 4/195 4378
/proc/meminfo: memFree=24366172/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4378/stat : 4378 (java) D 4376 4378 1918 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 342258443 9515008 175 33554432000 1073741824 1073778376 140736316001216 140736315983944 252263089040 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2323 175 133 9 0 71 0

[startup+0.0225981 s]
/proc/loadavg: 3.45 3.53 3.63 4/195 4378
/proc/meminfo: memFree=24366172/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=10496720 CPUtime=0 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 1959 0 1 0 0 0 0 0 20 0 2 0 342258443 10748641280 2663 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2624180 2663 931 9 0 2615289 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10496720

[startup+0.100243 s]
/proc/loadavg: 3.45 3.53 3.63 4/195 4378
/proc/meminfo: memFree=24366172/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 4964 0 1 0 6 1 0 0 20 0 18 0 342258443 11864465408 13320 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2896598 13335 2042 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300214 s]
/proc/loadavg: 3.45 3.53 3.63 4/195 4378
/proc/meminfo: memFree=24366172/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 7984 0 1 0 50 2 0 0 20 0 18 0 342258443 11864465408 17990 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2896598 17990 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700162 s]
/proc/loadavg: 3.45 3.53 3.63 4/195 4378
/proc/meminfo: memFree=24366172/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11852648 CPUtime=1.82 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 10635 0 1 0 180 2 0 0 20 0 22 0 342258443 12137111552 27767 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2963162 27767 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 11852648

[startup+1.5007 s]
/proc/loadavg: 3.45 3.53 3.63 5/217 4400
/proc/meminfo: memFree=24223744/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11852648 CPUtime=3.89 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 12282 0 1 0 383 6 0 0 20 0 22 0 342258443 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2963162 73995 2266 9 0 2953849 0
[pid=4378/tid=4380] ppid=4376 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4378/task/4380/stat : 4380 (java) S 4376 4378 1918 0 -1 4202560 3396 0 1 0 41 2 0 0 20 0 22 0 342258444 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710239397016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4381] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4381/stat : 4381 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710194150184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4382] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4382/stat : 4382 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710193097384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4383] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4383/stat : 4383 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710192045096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4384] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4384/stat : 4384 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710190992296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4385] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4385/stat : 4385 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710189938984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4386] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4386/stat : 4386 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710188886184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4387] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4387/stat : 4387 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710187833896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4388] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4388/stat : 4388 (java) S 4376 4378 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710068418984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4389] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4389/stat : 4389 (java) S 4376 4378 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710056221416 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4390] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4390/stat : 4390 (java) S 4376 4378 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710055167480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4391] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4391/stat : 4391 (java) S 4376 4378 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342258448 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710054115080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4392] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4392/stat : 4392 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139710053063568 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4393] ppid=4376 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/4378/task/4393/stat : 4393 (java) S 4376 4378 1918 0 -1 4202560 3371 0 0 0 68 0 0 0 20 0 22 0 342258450 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709313444024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4394] ppid=4376 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/4378/task/4394/stat : 4394 (java) S 4376 4378 1918 0 -1 4202560 4128 0 0 0 69 0 0 0 20 0 22 0 342258450 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709312391224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4395] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4395/stat : 4395 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709311339128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4396] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4396/stat : 4396 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709310286536 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4397] ppid=4376 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/4378/task/4397/stat : 4397 (java) R 4376 4378 1918 0 -1 4202560 25 0 0 0 100 0 0 0 20 0 22 0 342258489 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709309231808 139710069181909 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4398] ppid=4376 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/4378/task/4398/stat : 4398 (java) R 4376 4378 1918 0 -1 4202560 162 0 0 0 99 3 0 0 20 0 22 0 342258489 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709308179256 139710069428904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4399] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4399/stat : 4399 (java) S 4376 4378 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709307127464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4400] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4400/stat : 4400 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 73995 33554432000 1073741824 1073778376 140735609150992 139709306074664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 11852648

[startup+3.10071 s]
/proc/loadavg: 3.45 3.53 3.63 5/217 4400
/proc/meminfo: memFree=23900844/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11852648 CPUtime=7.28 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 13619 0 1 0 716 12 0 0 20 0 22 0 342258443 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2963162 140102 2290 9 0 2953849 0
[pid=4378/tid=4380] ppid=4376 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4378/task/4380/stat : 4380 (java) S 4376 4378 1918 0 -1 4202560 3396 0 1 0 41 2 0 0 20 0 22 0 342258444 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710239397016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4381] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4381/stat : 4381 (java) S 4376 4378 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710194150184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4382] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4382/stat : 4382 (java) S 4376 4378 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710193097384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4383] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4383/stat : 4383 (java) S 4376 4378 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710192045096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4384] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4384/stat : 4384 (java) S 4376 4378 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710190992296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4385] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4385/stat : 4385 (java) S 4376 4378 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710189938984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4386] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4386/stat : 4386 (java) S 4376 4378 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710188886184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4387] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4387/stat : 4387 (java) S 4376 4378 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710187833896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4388] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4388/stat : 4388 (java) S 4376 4378 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710068418984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4389] ppid=4376 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/4378/task/4389/stat : 4389 (java) S 4376 4378 1918 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342258447 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710056221416 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4390] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4390/stat : 4390 (java) S 4376 4378 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710055167480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4391] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4391/stat : 4391 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258448 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710054115080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4392] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4392/stat : 4392 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139710053063568 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4393] ppid=4376 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/4378/task/4393/stat : 4393 (java) S 4376 4378 1918 0 -1 4202560 3372 0 0 0 72 0 0 0 20 0 22 0 342258450 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709313444024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4394] ppid=4376 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/4378/task/4394/stat : 4394 (java) S 4376 4378 1918 0 -1 4202560 5282 0 0 0 86 0 0 0 20 0 22 0 342258450 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709312391224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4395] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4395/stat : 4395 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709311339128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4396] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4396/stat : 4396 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709310286536 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4397] ppid=4376 vsize=11852648 CPUtime=2.53 cores=0,2,4,6
/proc/4378/task/4397/stat : 4397 (java) R 4376 4378 1918 0 -1 4202560 28 0 0 0 253 0 0 0 20 0 22 0 342258489 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709309232184 139710069264703 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4398] ppid=4376 vsize=11852648 CPUtime=2.55 cores=0,2,4,6
/proc/4378/task/4398/stat : 4398 (java) R 4376 4378 1918 0 -1 4202560 280 0 0 0 247 8 0 0 20 0 22 0 342258489 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709308178456 139710069500259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4399] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4399/stat : 4399 (java) S 4376 4378 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709307127464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4400] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4400/stat : 4400 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 140102 33554432000 1073741824 1073778376 140735609150992 139709306074664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.50 3.54 3.64 4/217 4400
/proc/meminfo: memFree=23572296/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11852648 CPUtime=13.77 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 13878 0 1 0 1360 17 0 0 20 0 22 0 342258443 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2963162 194861 2290 9 0 2953849 0
[pid=4378/tid=4380] ppid=4376 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4378/task/4380/stat : 4380 (java) S 4376 4378 1918 0 -1 4202560 3396 0 1 0 41 2 0 0 20 0 22 0 342258444 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710239397016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4381] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4381/stat : 4381 (java) S 4376 4378 1918 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710194150184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4382] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4382/stat : 4382 (java) S 4376 4378 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710193097384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4383] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4383/stat : 4383 (java) S 4376 4378 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710192045096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4384] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4384/stat : 4384 (java) S 4376 4378 1918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710190992296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4385] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4385/stat : 4385 (java) S 4376 4378 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710189938984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4386] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4386/stat : 4386 (java) S 4376 4378 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710188886184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4387] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4387/stat : 4387 (java) S 4376 4378 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710187833896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4388] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4388/stat : 4388 (java) S 4376 4378 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342258446 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710068418984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4389] ppid=4376 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/4378/task/4389/stat : 4389 (java) S 4376 4378 1918 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 342258447 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710056221416 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4390] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4390/stat : 4390 (java) S 4376 4378 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710055167480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4391] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4391/stat : 4391 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258448 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710054115080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4392] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4392/stat : 4392 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139710053063568 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4393] ppid=4376 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/4378/task/4393/stat : 4393 (java) S 4376 4378 1918 0 -1 4202560 3508 0 0 0 83 0 0 0 20 0 22 0 342258450 12137111552 194861 33554432000 1073741824 1073778376 140735609150992 139709313444024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/4378/statm: 2963162 971683 2291 9 0 2953849 0
[pid=4378/tid=4380] ppid=4376 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/4378/task/4380/stat : 4380 (java) S 4376 4378 1918 0 -1 4202560 3481 0 1 0 43 3 0 0 20 0 22 0 342258444 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710239397016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4381] ppid=4376 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4378/task/4381/stat : 4381 (java) S 4376 4378 1918 0 -1 4202560 127 0 0 0 143 5 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710194150184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4382] ppid=4376 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/4378/task/4382/stat : 4382 (java) S 4376 4378 1918 0 -1 4202560 112 0 0 0 143 4 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710193097384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4383] ppid=4376 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/4378/task/4383/stat : 4383 (java) S 4376 4378 1918 0 -1 4202560 111 0 0 0 143 6 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710192045096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4384] ppid=4376 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/4378/task/4384/stat : 4384 (java) S 4376 4378 1918 0 -1 4202560 113 0 0 0 155 4 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710190992296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4385] ppid=4376 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4378/task/4385/stat : 4385 (java) S 4376 4378 1918 0 -1 4202560 113 0 0 0 144 4 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710189938984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4386] ppid=4376 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/4378/task/4386/stat : 4386 (java) S 4376 4378 1918 0 -1 4202560 99 0 0 0 143 4 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710188886184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4387] ppid=4376 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/4378/task/4387/stat : 4387 (java) S 4376 4378 1918 0 -1 4202560 104 0 0 0 140 5 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710187833896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4388] ppid=4376 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/4378/task/4388/stat : 4388 (java) S 4376 4378 1918 0 -1 4202560 106 0 0 0 148 4 0 0 20 0 22 0 342258446 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710068418984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4389] ppid=4376 vsize=11852648 CPUtime=49.52 cores=0,2,4,6
/proc/4378/task/4389/stat : 4389 (java) S 4376 4378 1918 0 -1 4202560 262 0 0 0 4943 9 0 0 20 0 22 0 342258447 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710056221416 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4390] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4390/stat : 4390 (java) S 4376 4378 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710055167480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4391] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4391/stat : 4391 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258448 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710054115080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4392] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4392/stat : 4392 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139710053063568 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4393] ppid=4376 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/4378/task/4393/stat : 4393 (java) S 4376 4378 1918 0 -1 4202560 8525 0 0 0 131 2 0 0 20 0 22 0 342258450 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709313444024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4394] ppid=4376 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/4378/task/4394/stat : 4394 (java) S 4376 4378 1918 0 -1 4202560 5284 0 0 0 95 0 0 0 20 0 22 0 342258450 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709312391224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4395] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4395/stat : 4395 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709311339128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4396] ppid=4376 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4378/task/4396/stat : 4396 (java) S 4376 4378 1918 0 -1 4202560 49 0 0 0 15 16 0 0 20 0 22 0 342258450 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709310286536 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4397] ppid=4376 vsize=11852648 CPUtime=826.58 cores=0,2,4,6
/proc/4378/task/4397/stat : 4397 (java) R 4376 4378 1918 0 -1 4202560 86 0 0 0 82644 14 0 0 20 0 22 0 342258489 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709309231824 139710069264708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4398] ppid=4376 vsize=11852648 CPUtime=826.5 cores=0,2,4,6
/proc/4378/task/4398/stat : 4398 (java) R 4376 4378 1918 0 -1 4202560 1648 0 0 0 82574 76 0 0 20 0 22 0 342258489 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709308177056 139710069087137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4399] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4399/stat : 4399 (java) S 4376 4378 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709307127464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4400] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4400/stat : 4400 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 971683 33554432000 1073741824 1073778376 140735609150992 139709306074664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.501 s]
/proc/loadavg: 3.80 3.80 3.73 5/217 4471
/proc/meminfo: memFree=21403064/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 21429 0 1 0 179875 128 0 0 20 0 22 0 342258443 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2963162 971695 2291 9 0 2953849 0
[pid=4378/tid=4380] ppid=4376 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/4378/task/4380/stat : 4380 (java) S 4376 4378 1918 0 -1 4202560 3487 0 1 0 43 3 0 0 20 0 22 0 342258444 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710239397016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4381] ppid=4376 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/4378/task/4381/stat : 4381 (java) S 4376 4378 1918 0 -1 4202560 129 0 0 0 148 5 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710194150184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4382] ppid=4376 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/4378/task/4382/stat : 4382 (java) S 4376 4378 1918 0 -1 4202560 112 0 0 0 149 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710193097384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4383] ppid=4376 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/4378/task/4383/stat : 4383 (java) S 4376 4378 1918 0 -1 4202560 111 0 0 0 146 6 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710192045096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4384] ppid=4376 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/4378/task/4384/stat : 4384 (java) S 4376 4378 1918 0 -1 4202560 113 0 0 0 160 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710190992296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4385] ppid=4376 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/4378/task/4385/stat : 4385 (java) S 4376 4378 1918 0 -1 4202560 115 0 0 0 150 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710189938984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4386] ppid=4376 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/4378/task/4386/stat : 4386 (java) S 4376 4378 1918 0 -1 4202560 102 0 0 0 147 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710188886184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4387] ppid=4376 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4378/task/4387/stat : 4387 (java) S 4376 4378 1918 0 -1 4202560 107 0 0 0 143 5 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710187833896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4388] ppid=4376 vsize=11852648 CPUtime=1.57 cores=0,2,4,6
/proc/4378/task/4388/stat : 4388 (java) S 4376 4378 1918 0 -1 4202560 108 0 0 0 153 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710068418984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4389] ppid=4376 vsize=11852648 CPUtime=53.8 cores=0,2,4,6
/proc/4378/task/4389/stat : 4389 (java) S 4376 4378 1918 0 -1 4202560 264 0 0 0 5371 9 0 0 20 0 22 0 342258447 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710056221416 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4390] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4390/stat : 4390 (java) S 4376 4378 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710055167480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4391] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4391/stat : 4391 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258448 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710054115080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4392] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4392/stat : 4392 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710053063568 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4393] ppid=4376 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/4378/task/4393/stat : 4393 (java) S 4376 4378 1918 0 -1 4202560 8525 0 0 0 131 2 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709313444024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4394] ppid=4376 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/4378/task/4394/stat : 4394 (java) S 4376 4378 1918 0 -1 4202560 5284 0 0 0 95 0 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709312391224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4395] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4395/stat : 4395 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709311339128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4396] ppid=4376 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/4378/task/4396/stat : 4396 (java) S 4376 4378 1918 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709310286536 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4397] ppid=4376 vsize=11852648 CPUtime=863.27 cores=0,2,4,6
/proc/4378/task/4397/stat : 4397 (java) R 4376 4378 1918 0 -1 4202560 87 0 0 0 86312 15 0 0 20 0 22 0 342258489 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709309231824 139710069181909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4398] ppid=4376 vsize=11852648 CPUtime=863.19 cores=0,2,4,6
/proc/4378/task/4398/stat : 4398 (java) R 4376 4378 1918 0 -1 4202560 1648 0 0 0 86242 77 0 0 20 0 22 0 342258489 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709308176672 139710069072954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4399] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4399/stat : 4399 (java) S 4376 4378 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709307127464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4400] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4400/stat : 4400 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709306074664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

[startup+923.501 s]
/proc/loadavg: 3.80 3.80 3.73 5/217 4471
/proc/meminfo: memFree=21403064/32873852 swapFree=7624/7624
[pid=4378] ppid=4376 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/4378/stat : 4378 (java) S 4376 4378 1918 0 -1 4202496 21429 0 1 0 179875 128 0 0 20 0 22 0 342258443 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 140735609142128 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4378/statm: 2963162 971695 2291 9 0 2953849 0
[pid=4378/tid=4380] ppid=4376 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/4378/task/4380/stat : 4380 (java) S 4376 4378 1918 0 -1 4202560 3487 0 1 0 43 3 0 0 20 0 22 0 342258444 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710239397016 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4381] ppid=4376 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/4378/task/4381/stat : 4381 (java) S 4376 4378 1918 0 -1 4202560 129 0 0 0 148 5 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710194150184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4382] ppid=4376 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/4378/task/4382/stat : 4382 (java) S 4376 4378 1918 0 -1 4202560 112 0 0 0 149 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710193097384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4383] ppid=4376 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/4378/task/4383/stat : 4383 (java) S 4376 4378 1918 0 -1 4202560 111 0 0 0 146 6 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710192045096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4384] ppid=4376 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/4378/task/4384/stat : 4384 (java) S 4376 4378 1918 0 -1 4202560 113 0 0 0 160 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710190992296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4385] ppid=4376 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/4378/task/4385/stat : 4385 (java) S 4376 4378 1918 0 -1 4202560 115 0 0 0 150 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710189938984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4386] ppid=4376 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/4378/task/4386/stat : 4386 (java) S 4376 4378 1918 0 -1 4202560 102 0 0 0 147 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710188886184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4387] ppid=4376 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4378/task/4387/stat : 4387 (java) S 4376 4378 1918 0 -1 4202560 107 0 0 0 143 5 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710187833896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4388] ppid=4376 vsize=11852648 CPUtime=1.57 cores=0,2,4,6
/proc/4378/task/4388/stat : 4388 (java) S 4376 4378 1918 0 -1 4202560 108 0 0 0 153 4 0 0 20 0 22 0 342258446 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710068418984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4389] ppid=4376 vsize=11852648 CPUtime=53.8 cores=0,2,4,6
/proc/4378/task/4389/stat : 4389 (java) S 4376 4378 1918 0 -1 4202560 264 0 0 0 5371 9 0 0 20 0 22 0 342258447 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710056221416 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4390] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4390/stat : 4390 (java) S 4376 4378 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342258447 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710055167480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4391] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4391/stat : 4391 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258448 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710054115080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4392] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4392/stat : 4392 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139710053063568 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4393] ppid=4376 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/4378/task/4393/stat : 4393 (java) S 4376 4378 1918 0 -1 4202560 8525 0 0 0 131 2 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709313444024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4394] ppid=4376 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/4378/task/4394/stat : 4394 (java) S 4376 4378 1918 0 -1 4202560 5284 0 0 0 95 0 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709312391224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4395] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4395/stat : 4395 (java) S 4376 4378 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709311339128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4378/tid=4396] ppid=4376 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/4378/task/4396/stat : 4396 (java) S 4376 4378 1918 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 342258450 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709310286536 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4397] ppid=4376 vsize=11852648 CPUtime=863.27 cores=0,2,4,6
/proc/4378/task/4397/stat : 4397 (java) R 4376 4378 1918 0 -1 4202560 87 0 0 0 86312 15 0 0 20 0 22 0 342258489 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709309231824 139710069181909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4378/tid=4398] ppid=4376 vsize=11852648 CPUtime=863.19 cores=0,2,4,6
/proc/4378/task/4398/stat : 4398 (java) R 4376 4378 1918 0 -1 4202560 1648 0 0 0 86242 77 0 0 20 0 22 0 342258489 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709308176672 139710069072954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4378/tid=4399] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4399/stat : 4399 (java) S 4376 4378 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709307127464 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4378/tid=4400] ppid=4376 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4378/task/4400/stat : 4400 (java) S 4376 4378 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342258491 12137111552 971695 33554432000 1073741824 1073778376 140735609150992 139709306074664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 923.562
CPU time (s): 1800.03
CPU user time (s): 1798.75
CPU system time (s): 1.28
CPU usage (%): 194.901
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.76173
maximum resident set size= 3888956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21464
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26684
involuntary context switches= 34529

runsolver used 4.99324 second user time and 6.29304 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 00:08:50
IDJOB=3741837
IDBENCH=90111
IDSOLVER=2328
FILE ID=node131/3741837-1338761330
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=1568084363

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24366964 kB
Buffers:          566008 kB
Cached:          3152864 kB
SwapCached:         2348 kB
Active:          5349208 kB
Inactive:        2264568 kB
Active(anon):    3890992 kB
Inactive(anon):     3664 kB
Active(file):    1458216 kB
Inactive(file):  2260904 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       3917364 kB
Mapped:            22408 kB
Shmem:                 0 kB
Slab:             729136 kB
SReclaimable:     171288 kB
SUnreclaim:       557848 kB
KernelStack:        1616 kB
PageTables:        11596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10461196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3852288 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= 71404 MiB
End job on node131 at 2012-06-04 00:24:15