Trace number 3742175

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.21 925.756

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K109.opb
MD5SUM3a5151d7fc286e1b50737dee685a4276
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 benchmark28.7146
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7412
Total number of constraints7632
Number of constraints which are clauses7523
Number of constraints which are cardinality constraints (but not clauses)109
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint109
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 110
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742175-1338764510.opb
0.07/0.13	c reading problem ... 
0.75/0.46	c ... done. Wall clock time 0.331s.
0.75/0.46	c #vars     7412
0.75/0.46	c #constraints  7632
0.75/0.46	c constraints type 
0.75/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6117
0.75/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
0.75/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1404
0.75/0.46	c constraints type 
0.75/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1404
0.75/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6117
0.75/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 109
5.10/2.03	c cleaning 2481 clauses out of 4990 with flag 5000/5000
9.32/3.83	c cleaning 4230 clauses out of 8507 with flag 11000/11000
13.37/5.88	c cleaning 5620 clauses out of 11273 with flag 18001/18001
19.17/8.71	c cleaning 6752 clauses out of 13649 with flag 26001/26001
24.74/11.55	c cleaning 7882 clauses out of 15893 with flag 35001/35001
31.09/14.72	c cleaning 8925 clauses out of 18008 with flag 45000/45000
37.44/17.97	c cleaning 9439 clauses out of 19086 with flag 55003/55003
43.19/20.85	c cleaning 9678 clauses out of 19637 with flag 65002/65002
49.48/24.08	c cleaning 9924 clauses out of 19957 with flag 75000/75000
55.61/27.16	c cleaning 9964 clauses out of 20029 with flag 85000/85000
61.55/30.15	c cleaning 9915 clauses out of 20068 with flag 95004/95004
68.47/33.62	c cleaning 9875 clauses out of 20154 with flag 105006/105006
77.18/38.00	c cleaning 9853 clauses out of 20276 with flag 115003/115003
89.49/44.25	c cleaning 9957 clauses out of 20417 with flag 125000/125000
96.82/47.94	c cleaning 10046 clauses out of 20461 with flag 135001/135001
102.35/50.76	c cleaning 10041 clauses out of 20416 with flag 145002/145002
112.42/55.84	c cleaning 10148 clauses out of 20375 with flag 155003/155003
120.14/59.77	c cleaning 9869 clauses out of 20223 with flag 165000/165000
128.66/64.07	c cleaning 10039 clauses out of 20349 with flag 175001/175001
135.19/67.39	c cleaning 9546 clauses out of 20309 with flag 185000/185000
142.24/70.91	c cleaning 9517 clauses out of 20760 with flag 195000/195000
149.33/74.53	c cleaning 9349 clauses out of 21243 with flag 205001/205001
158.43/79.15	c cleaning 9449 clauses out of 21893 with flag 215000/215000
164.71/82.31	c cleaning 9632 clauses out of 22447 with flag 225003/225003
173.34/86.70	c cleaning 9253 clauses out of 22807 with flag 235000/235000
180.08/90.12	c cleaning 9516 clauses out of 23557 with flag 245004/245004
187.93/94.17	c cleaning 9492 clauses out of 24037 with flag 255000/255000
193.81/97.15	c cleaning 9502 clauses out of 24544 with flag 265000/265000
203.22/101.93	c cleaning 9435 clauses out of 25043 with flag 275001/275001
213.34/107.04	c cleaning 9617 clauses out of 25607 with flag 285000/285000
226.40/113.62	c cleaning 9595 clauses out of 25990 with flag 295000/295000
235.06/118.09	c cleaning 9692 clauses out of 26400 with flag 305005/305005
242.46/121.85	c cleaning 9533 clauses out of 26703 with flag 315003/315003
251.92/126.60	c cleaning 9608 clauses out of 27166 with flag 325000/325000
260.38/130.97	c cleaning 9548 clauses out of 27558 with flag 335000/335000
267.62/134.70	c cleaning 9494 clauses out of 28010 with flag 345000/345000
276.80/139.30	c cleaning 9534 clauses out of 28516 with flag 355000/355000
289.43/145.77	c cleaning 9339 clauses out of 28982 with flag 365000/365000
297.07/149.61	c cleaning 9859 clauses out of 29643 with flag 375000/375000
305.69/154.06	c cleaning 9616 clauses out of 29786 with flag 385002/385002
314.38/158.59	c cleaning 9668 clauses out of 30168 with flag 395000/395000
320.61/161.77	c cleaning 9797 clauses out of 30500 with flag 405000/405000
337.45/170.21	c cleaning 9604 clauses out of 30706 with flag 415003/415003
361.89/182.54	c cleaning 9584 clauses out of 31100 with flag 425001/425001
372.79/188.17	c cleaning 9644 clauses out of 31517 with flag 435002/435002
378.20/190.94	c cleaning 9512 clauses out of 31871 with flag 445000/445000
380.79/192.37	c cleaning 0 clauses out of 5001 with flag 0/5001
385.83/194.80	c cleaning 9523 clauses out of 32358 with flag 455001/455001
393.41/198.77	c cleaning 9496 clauses out of 32838 with flag 465004/465004
406.80/205.53	c cleaning 9821 clauses out of 33338 with flag 475000/475000
418.78/211.63	c cleaning 9652 clauses out of 33518 with flag 485001/485001
427.58/216.16	c cleaning 9357 clauses out of 33866 with flag 495001/495001
436.80/220.93	c cleaning 9544 clauses out of 34509 with flag 505001/505001
463.99/234.68	c cleaning 10128 clauses out of 34965 with flag 515001/515001
475.55/240.51	c cleaning 9839 clauses out of 34836 with flag 525000/525000
483.12/244.43	c cleaning 9884 clauses out of 34997 with flag 535000/535000
490.51/248.38	c cleaning 9528 clauses out of 35113 with flag 545000/545000
500.25/253.35	c cleaning 9659 clauses out of 35587 with flag 555002/555002
507.03/256.89	c cleaning 9800 clauses out of 35926 with flag 565000/565000
518.40/262.64	c cleaning 9443 clauses out of 36126 with flag 575001/575001
542.41/274.82	c cleaning 9581 clauses out of 36682 with flag 585000/585000
571.25/289.31	c cleaning 9659 clauses out of 37102 with flag 595001/595001
589.38/298.50	c cleaning 9641 clauses out of 37445 with flag 605003/605003
605.72/306.82	c cleaning 9955 clauses out of 37801 with flag 615001/615001
630.07/319.24	c cleaning 9765 clauses out of 37846 with flag 625001/625001
654.26/331.49	c cleaning 9779 clauses out of 38080 with flag 635000/635000
679.01/343.90	c cleaning 9840 clauses out of 38302 with flag 645001/645001
685.14/347.12	c cleaning 9593 clauses out of 38460 with flag 655000/655000
691.86/350.80	c cleaning 9493 clauses out of 38871 with flag 665004/665004
698.78/354.38	c cleaning 9605 clauses out of 39375 with flag 675001/675001
713.09/361.60	c cleaning 9956 clauses out of 39771 with flag 685002/685002
719.60/365.08	c cleaning 9588 clauses out of 39813 with flag 695000/695000
726.86/368.91	c cleaning 9681 clauses out of 40227 with flag 705002/705002
733.94/372.61	c cleaning 9940 clauses out of 40542 with flag 715000/715000
741.64/376.67	c cleaning 9493 clauses out of 40601 with flag 725000/725000
749.35/380.65	c cleaning 9456 clauses out of 41107 with flag 735000/735000
764.45/388.42	c cleaning 9603 clauses out of 41651 with flag 745000/745000
778.54/395.68	c cleaning 9615 clauses out of 42048 with flag 755000/755000
788.45/400.74	c cleaning 9671 clauses out of 42433 with flag 765000/765000
797.32/405.32	c cleaning 9691 clauses out of 42762 with flag 775000/775000
807.39/410.66	c cleaning 9743 clauses out of 43074 with flag 785003/785003
817.06/415.65	c cleaning 9551 clauses out of 43328 with flag 795000/795000
828.55/421.59	c cleaning 9786 clauses out of 43777 with flag 805000/805000
859.62/437.23	c cleaning 9695 clauses out of 43992 with flag 815001/815001
894.68/455.00	c cleaning 9868 clauses out of 44299 with flag 825003/825003
930.23/472.99	c cleaning 9877 clauses out of 44428 with flag 835000/835000
963.96/489.94	c cleaning 9761 clauses out of 44552 with flag 845001/845001
985.83/501.02	c cleaning 9830 clauses out of 44791 with flag 855001/855001
1014.00/515.41	c cleaning 9829 clauses out of 44963 with flag 865003/865003
1037.44/527.34	c cleaning 10020 clauses out of 45132 with flag 875001/875001
1060.67/539.16	c cleaning 9707 clauses out of 45113 with flag 885002/885002
1081.71/549.84	c cleaning 10112 clauses out of 45404 with flag 895000/895000
1102.07/560.38	c cleaning 9916 clauses out of 45294 with flag 905002/905002
1113.10/566.05	c cleaning 9914 clauses out of 45377 with flag 915001/915001
1122.12/570.74	c cleaning 9482 clauses out of 45462 with flag 925000/925000
1129.51/574.62	c cleaning 9662 clauses out of 45980 with flag 935000/935000
1141.84/581.15	c cleaning 9792 clauses out of 46318 with flag 945000/945000
1155.43/588.16	c cleaning 9822 clauses out of 46526 with flag 955000/955000
1164.42/592.85	c cleaning 9512 clauses out of 46712 with flag 965008/965008
1175.01/598.36	c cleaning 9866 clauses out of 47193 with flag 975001/975001
1182.69/602.59	c cleaning 9559 clauses out of 47327 with flag 985001/985001
1190.27/606.57	c cleaning 9702 clauses out of 47768 with flag 995001/995001
1199.85/611.60	c cleaning 9754 clauses out of 48065 with flag 1005000/1005000
1209.43/616.54	c cleaning 9933 clauses out of 48311 with flag 1015000/1015000
1223.72/624.06	c cleaning 9654 clauses out of 48377 with flag 1025000/1025000
1230.52/627.62	c cleaning 9816 clauses out of 48723 with flag 1035000/1035000
1238.90/632.08	c cleaning 9498 clauses out of 48907 with flag 1045000/1045000
1247.07/636.38	c cleaning 9409 clauses out of 49409 with flag 1055000/1055000
1258.59/642.49	c cleaning 9804 clauses out of 50001 with flag 1065001/1065001
1267.17/646.96	c cleaning 9324 clauses out of 50196 with flag 1075000/1075000
1274.74/650.91	c cleaning 9501 clauses out of 50872 with flag 1085001/1085001
1283.72/655.69	c cleaning 9498 clauses out of 51373 with flag 1095003/1095003
1291.62/660.00	c cleaning 9583 clauses out of 51874 with flag 1105002/1105002
1302.57/665.62	c cleaning 9965 clauses out of 52289 with flag 1115000/1115000
1318.37/673.78	c cleaning 9605 clauses out of 52324 with flag 1125000/1125000
1336.57/683.09	c cleaning 9717 clauses out of 52719 with flag 1135000/1135000
1353.65/691.92	c cleaning 9819 clauses out of 53003 with flag 1145001/1145001
1364.24/697.41	c cleaning 9771 clauses out of 53183 with flag 1155000/1155000
1371.17/701.17	c cleaning 9639 clauses out of 53412 with flag 1165000/1165000
1384.14/707.82	c cleaning 9855 clauses out of 53776 with flag 1175003/1175003
1394.60/713.45	c cleaning 9792 clauses out of 53920 with flag 1185002/1185002
1417.18/724.92	c cleaning 9726 clauses out of 54126 with flag 1195000/1195000
1426.95/730.04	c cleaning 9758 clauses out of 54402 with flag 1205002/1205002
1435.70/734.70	c cleaning 9965 clauses out of 54642 with flag 1215000/1215000
1443.56/738.99	c cleaning 9789 clauses out of 54677 with flag 1225000/1225000
1452.31/743.55	c cleaning 9610 clauses out of 54888 with flag 1235000/1235000
1462.84/749.02	c cleaning 9762 clauses out of 55278 with flag 1245000/1245000
1472.79/754.28	c cleaning 9855 clauses out of 55516 with flag 1255000/1255000
1486.04/761.25	c cleaning 9791 clauses out of 55662 with flag 1265001/1265001
1496.59/766.72	c cleaning 9793 clauses out of 55871 with flag 1275001/1275001
1510.73/774.04	c cleaning 9593 clauses out of 56079 with flag 1285002/1285002
1521.27/779.57	c cleaning 9711 clauses out of 56485 with flag 1295001/1295001
1537.31/787.94	c cleaning 9584 clauses out of 56775 with flag 1305002/1305002
1563.45/801.20	c cleaning 9611 clauses out of 57189 with flag 1315000/1315000
1572.39/805.91	c cleaning 9797 clauses out of 57578 with flag 1325000/1325000
1583.53/811.79	c cleaning 9656 clauses out of 57783 with flag 1335002/1335002
1596.93/818.85	c cleaning 9785 clauses out of 58126 with flag 1345001/1345001
1609.86/825.59	c cleaning 9683 clauses out of 58341 with flag 1355001/1355001
1621.41/831.57	c cleaning 9872 clauses out of 58657 with flag 1365000/1365000
1632.13/837.18	c cleaning 9730 clauses out of 58785 with flag 1375000/1375000
1646.12/844.54	c cleaning 9917 clauses out of 59058 with flag 1385003/1385003
1656.44/849.96	c cleaning 10018 clauses out of 59139 with flag 1395001/1395001
1663.16/853.53	c cleaning 9505 clauses out of 59121 with flag 1405001/1405001
1669.84/857.11	c cleaning 9705 clauses out of 59616 with flag 1415001/1415001
1685.65/865.49	c cleaning 9798 clauses out of 59911 with flag 1425001/1425001
1699.19/872.41	c cleaning 9874 clauses out of 60112 with flag 1435000/1435000
1711.74/878.97	c cleaning 9657 clauses out of 60238 with flag 1445000/1445000
1726.66/886.69	c cleaning 9691 clauses out of 60581 with flag 1455000/1455000
1736.04/891.76	c cleaning 9752 clauses out of 60890 with flag 1465000/1465000
1742.97/895.48	c cleaning 9476 clauses out of 61135 with flag 1475002/1475002
1751.47/899.91	c cleaning 9688 clauses out of 61658 with flag 1485001/1485001
1759.37/904.19	c cleaning 9694 clauses out of 61971 with flag 1495002/1495002
1767.52/908.67	c cleaning 9555 clauses out of 62275 with flag 1505000/1505000
1775.41/912.89	c cleaning 9645 clauses out of 62720 with flag 1515000/1515000
1783.29/917.02	c cleaning 9822 clauses out of 63075 with flag 1525000/1525000
1800.21/925.71	c starts		: 205
1800.21/925.71	c conflicts		: 1533999
1800.21/925.71	c decisions		: 18256858
1800.21/925.71	c propagations		: 561489022
1800.21/925.71	c inspects		: 1473409931
1800.21/925.71	c shortcuts		: 0
1800.21/925.71	c learnt literals	: 84
1800.21/925.71	c learnt binary clauses	: 44732
1800.21/925.71	c learnt ternary clauses	: 60475
1800.21/925.71	c learnt constraints	: 1533914
1800.21/925.71	c ignored constraints	: 0
1800.21/925.71	c root simplifications	: 0
1800.21/925.71	c removed literals (reason simplification)	: 34069107
1800.21/925.71	c reason swapping (by a shorter reason)	: 0
1800.21/925.71	c Calls to reduceDB	: 154
1800.21/925.71	c number of reductions to clauses (during analyze)	: 0
1800.21/925.71	c number of learned constraints concerned by reduction	: 0
1800.21/925.71	c number of learning phase by resolution	: 0
1800.21/925.71	c number of learning phase by cutting planes	: 0
1800.21/925.71	c speed (assignments/second)	: 606855.0803896054
1800.21/925.71	c non guided choices	11003
1800.21/925.74	c learnt constraints type 
1800.21/925.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44732
1800.21/925.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17527
1800.21/925.74	c constraints type 
1800.21/925.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6117
1800.21/925.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
1800.21/925.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1404
1800.21/925.74	c constraints type 
1800.21/925.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1404
1800.21/925.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6117
1800.21/925.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 109
1800.21/925.74	s UNKNOWN
1800.21/925.74	c Total wall clock time (in seconds): 925.603

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

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

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


[startup+0 s]
/proc/loadavg: 3.89 3.89 3.84 4/198 15802
/proc/meminfo: memFree=28270700/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15802/stat : 15802 (java) D 15800 15802 13088 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342575923 9515008 182 33554432000 1073741824 1073778376 140736419556864 140736419547896 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15802/statm: 2323 182 140 9 0 71 0

[startup+0.031006 s]
/proc/loadavg: 3.89 3.89 3.84 4/198 15802
/proc/meminfo: memFree=28270700/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=10510056 CPUtime=0 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 2990 0 1 0 0 0 0 0 20 0 2 0 342575923 10762297344 6759 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2627514 6778 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100262 s]
/proc/loadavg: 3.89 3.89 3.84 4/198 15802
/proc/meminfo: memFree=28270700/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 4472 0 1 0 6 1 0 0 20 0 18 0 342575923 11864465408 12835 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.30023 s]
/proc/loadavg: 3.89 3.89 3.84 4/198 15802
/proc/meminfo: memFree=28270700/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 8058 0 1 0 51 3 0 0 20 0 18 0 342575923 11864465408 17995 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2896598 17995 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700195 s]
/proc/loadavg: 3.89 3.89 3.84 4/198 15802
/proc/meminfo: memFree=28270700/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 10071 0 1 0 177 4 0 0 20 0 22 0 342575923 12137111552 28778 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2963162 28778 2263 9 0 2953849 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 11852648

[startup+1.50077 s]
/proc/loadavg: 3.90 3.90 3.84 7/220 15824
/proc/meminfo: memFree=28159804/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11852648 CPUtime=4.03 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 14357 0 1 0 397 6 0 0 20 0 22 0 342575923 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2963162 59506 2267 9 0 2953849 0
[pid=15802/tid=15804] ppid=15800 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/15802/task/15804/stat : 15804 (java) S 15800 15802 13088 0 -1 4202560 3403 0 1 0 40 3 0 0 20 0 22 0 342575924 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140109106574488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15805] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15805/stat : 15805 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108942854952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15806] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15806/stat : 15806 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108941802152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15807] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15807/stat : 15807 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108940749864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15808] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15808/stat : 15808 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108939697064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15809] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15809/stat : 15809 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108938643752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15810] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15810/stat : 15810 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108937590952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15811] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15811/stat : 15811 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108936538664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15812] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15812/stat : 15812 (java) S 15800 15802 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108935485864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15813] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15813/stat : 15813 (java) S 15800 15802 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108923288296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15814] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15814/stat : 15814 (java) S 15800 15802 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108922234360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15815] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15815/stat : 15815 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108921181960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15816] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15816/stat : 15816 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108920130448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15817] ppid=15800 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/15802/task/15817/stat : 15817 (java) S 15800 15802 13088 0 -1 4202560 2856 0 0 0 68 0 0 0 20 0 22 0 342575931 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108919077048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15818] ppid=15800 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/15802/task/15818/stat : 15818 (java) S 15800 15802 13088 0 -1 4202560 6738 0 0 0 83 0 0 0 20 0 22 0 342575931 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108918024248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15819] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15819/stat : 15819 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108916972152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15820] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15820/stat : 15820 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108915919560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15821] ppid=15800 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/15802/task/15821/stat : 15821 (java) R 15800 15802 13088 0 -1 4202560 25 0 0 0 100 0 0 0 20 0 22 0 342575970 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108914865032 140108964331361 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15822] ppid=15800 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/15802/task/15822/stat : 15822 (java) R 15800 15802 13088 0 -1 4202560 133 0 0 0 99 2 0 0 20 0 22 0 342575970 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108913811960 140108964543733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15823] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15823/stat : 15823 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108912760488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15824] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15824/stat : 15824 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 59506 33554432000 1073741824 1073778376 140736200993136 140108911707688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.90 3.90 3.84 6/220 15824
/proc/meminfo: memFree=27836408/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11852648 CPUtime=7.79 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 21099 0 1 0 766 13 0 0 20 0 22 0 342575923 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2963162 115585 2291 9 0 2953849 0
[pid=15802/tid=15804] ppid=15800 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/15802/task/15804/stat : 15804 (java) S 15800 15802 13088 0 -1 4202560 3403 0 1 0 40 3 0 0 20 0 22 0 342575924 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140109106574488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15805] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15805/stat : 15805 (java) S 15800 15802 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108942854952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15806] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15806/stat : 15806 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108941802152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15807] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15807/stat : 15807 (java) S 15800 15802 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108940749864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15808] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15808/stat : 15808 (java) S 15800 15802 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108939697064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15809] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15809/stat : 15809 (java) S 15800 15802 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108938643752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15810] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15810/stat : 15810 (java) S 15800 15802 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108937590952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15811] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15811/stat : 15811 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108936538664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15812] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15812/stat : 15812 (java) S 15800 15802 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108935485864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15813] ppid=15800 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/15802/task/15813/stat : 15813 (java) S 15800 15802 13088 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342575928 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108923288296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15814] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15814/stat : 15814 (java) S 15800 15802 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108922234360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15815] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15815/stat : 15815 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108921181960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15816] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15816/stat : 15816 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108920130448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15817] ppid=15800 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15802/task/15817/stat : 15817 (java) R 15800 15802 13088 0 -1 4202560 9108 0 0 0 117 2 0 0 20 0 22 0 342575931 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108919066024 140109113560615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15818] ppid=15800 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/15802/task/15818/stat : 15818 (java) S 15800 15802 13088 0 -1 4202560 7066 0 0 0 91 0 0 0 20 0 22 0 342575931 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108918024248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15819] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15819/stat : 15819 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108916972152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15820] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15820/stat : 15820 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108915919560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15821] ppid=15800 vsize=11852648 CPUtime=2.53 cores=1,3,5,7
/proc/15802/task/15821/stat : 15821 (java) R 15800 15802 13088 0 -1 4202560 28 0 0 0 253 0 0 0 20 0 22 0 342575970 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108914862592 140108964288588 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15822] ppid=15800 vsize=11852648 CPUtime=2.56 cores=1,3,5,7
/proc/15802/task/15822/stat : 15822 (java) R 15800 15802 13088 0 -1 4202560 223 0 0 0 251 5 0 0 20 0 22 0 342575970 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108913810264 140108964491673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15823] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15823/stat : 15823 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108912760488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15824] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15824/stat : 15824 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 115585 33554432000 1073741824 1073778376 140736200993136 140108911707688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.90 3.90 3.84 5/220 15824
/proc/meminfo: memFree=27634672/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11852648 CPUtime=14.31 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 21327 0 1 0 1411 20 0 0 20 0 22 0 342575923 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2963162 202687 2291 9 0 2953849 0
[pid=15802/tid=15804] ppid=15800 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/15802/task/15804/stat : 15804 (java) S 15800 15802 13088 0 -1 4202560 3403 0 1 0 40 3 0 0 20 0 22 0 342575924 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140109106574488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15805] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15805/stat : 15805 (java) S 15800 15802 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108942854952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15806] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15806/stat : 15806 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108941802152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15807] ppid=15800 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15802/task/15807/stat : 15807 (java) S 15800 15802 13088 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108940749864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15808] ppid=15800 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15802/task/15808/stat : 15808 (java) S 15800 15802 13088 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108939697064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15809] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15809/stat : 15809 (java) S 15800 15802 13088 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108938643752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15810] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15810/stat : 15810 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108937590952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15811] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15811/stat : 15811 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108936538664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15812] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15812/stat : 15812 (java) S 15800 15802 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342575926 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108935485864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15813] ppid=15800 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/15802/task/15813/stat : 15813 (java) S 15800 15802 13088 0 -1 4202560 39 0 0 0 12 0 0 0 20 0 22 0 342575928 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108923288296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15814] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15814/stat : 15814 (java) S 15800 15802 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108922234360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15815] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15815/stat : 15815 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108921181960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15816] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15816/stat : 15816 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108920130448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15817] ppid=15800 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/15802/task/15817/stat : 15817 (java) S 15800 15802 13088 0 -1 4202560 9129 0 0 0 136 2 0 0 20 0 22 0 342575931 12137111552 202687 33554432000 1073741824 1073778376 140736200993136 140108919077048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/15802/statm: 2963162 964619 2292 9 0 2953849 0
[pid=15802/tid=15804] ppid=15800 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/15802/task/15804/stat : 15804 (java) S 15800 15802 13088 0 -1 4202560 3493 0 1 0 43 5 0 0 20 0 22 0 342575924 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140109106574488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15805] ppid=15800 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/15802/task/15805/stat : 15805 (java) S 15800 15802 13088 0 -1 4202560 132 0 0 0 137 4 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108942854952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15806] ppid=15800 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/15802/task/15806/stat : 15806 (java) S 15800 15802 13088 0 -1 4202560 91 0 0 0 135 3 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108941802152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15807] ppid=15800 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/15802/task/15807/stat : 15807 (java) S 15800 15802 13088 0 -1 4202560 134 0 0 0 139 5 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108940749864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15808] ppid=15800 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/15802/task/15808/stat : 15808 (java) S 15800 15802 13088 0 -1 4202560 117 0 0 0 141 4 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108939697064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15809] ppid=15800 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/15802/task/15809/stat : 15809 (java) S 15800 15802 13088 0 -1 4202560 112 0 0 0 156 4 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108938643752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15810] ppid=15800 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/15802/task/15810/stat : 15810 (java) S 15800 15802 13088 0 -1 4202560 102 0 0 0 134 2 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108937590952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15811] ppid=15800 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/15802/task/15811/stat : 15811 (java) S 15800 15802 13088 0 -1 4202560 105 0 0 0 149 3 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108936538664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15812] ppid=15800 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/15802/task/15812/stat : 15812 (java) S 15800 15802 13088 0 -1 4202560 95 0 0 0 143 3 0 0 20 0 22 0 342575926 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108935485864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15813] ppid=15800 vsize=11852648 CPUtime=53.93 cores=1,3,5,7
/proc/15802/task/15813/stat : 15813 (java) S 15800 15802 13088 0 -1 4202560 268 0 0 0 5387 6 0 0 20 0 22 0 342575928 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108923288296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15814] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15814/stat : 15814 (java) S 15800 15802 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108922234360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15815] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15815/stat : 15815 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108921181960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15816] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15816/stat : 15816 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108920130448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15817] ppid=15800 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/15802/task/15817/stat : 15817 (java) S 15800 15802 13088 0 -1 4202560 10630 0 0 0 203 2 0 0 20 0 22 0 342575931 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108919077048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15818] ppid=15800 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/15802/task/15818/stat : 15818 (java) S 15800 15802 13088 0 -1 4202560 7066 0 0 0 98 0 0 0 20 0 22 0 342575931 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108918024248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15819] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15819/stat : 15819 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108916972152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15820] ppid=15800 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/15802/task/15820/stat : 15820 (java) S 15800 15802 13088 0 -1 4202560 51 0 0 0 23 23 0 0 20 0 22 0 342575931 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108915919560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15821] ppid=15800 vsize=11852648 CPUtime=822.11 cores=1,3,5,7
/proc/15802/task/15821/stat : 15821 (java) R 15800 15802 13088 0 -1 4202560 90 0 0 0 82198 13 0 0 20 0 22 0 342575970 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108914864848 140108964251653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15822] ppid=15800 vsize=11852648 CPUtime=822.19 cores=1,3,5,7
/proc/15802/task/15822/stat : 15822 (java) R 15800 15802 13088 0 -1 4202560 1638 0 0 0 82155 64 0 0 20 0 22 0 342575970 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108913810032 140108964465964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15823] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15823/stat : 15823 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108912760488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15824] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15824/stat : 15824 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 964619 33554432000 1073741824 1073778376 140736200993136 140108911707688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1718.05
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.701 s]
/proc/loadavg: 3.83 3.86 3.84 5/219 15893
/proc/meminfo: memFree=23549612/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11852648 CPUtime=1800.21 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 25364 0 1 0 179900 121 0 0 20 0 22 0 342575923 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2963162 968747 2292 9 0 2953849 0
[pid=15802/tid=15804] ppid=15800 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/15802/task/15804/stat : 15804 (java) S 15800 15802 13088 0 -1 4202560 3501 0 1 0 43 5 0 0 20 0 22 0 342575924 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140109106574488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15805] ppid=15800 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/15802/task/15805/stat : 15805 (java) S 15800 15802 13088 0 -1 4202560 135 0 0 0 148 4 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108942854952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15806] ppid=15800 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/15802/task/15806/stat : 15806 (java) S 15800 15802 13088 0 -1 4202560 95 0 0 0 144 3 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108941802152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15807] ppid=15800 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/15802/task/15807/stat : 15807 (java) S 15800 15802 13088 0 -1 4202560 140 0 0 0 148 5 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108940749864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15808] ppid=15800 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/15802/task/15808/stat : 15808 (java) S 15800 15802 13088 0 -1 4202560 117 0 0 0 153 4 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108939697064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15809] ppid=15800 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/15802/task/15809/stat : 15809 (java) S 15800 15802 13088 0 -1 4202560 116 0 0 0 166 4 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108938643752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15810] ppid=15800 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/15802/task/15810/stat : 15810 (java) S 15800 15802 13088 0 -1 4202560 108 0 0 0 144 2 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108937590952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15811] ppid=15800 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/15802/task/15811/stat : 15811 (java) S 15800 15802 13088 0 -1 4202560 109 0 0 0 158 3 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108936538664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15812] ppid=15800 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/15802/task/15812/stat : 15812 (java) S 15800 15802 13088 0 -1 4202560 100 0 0 0 151 3 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108935485864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15813] ppid=15800 vsize=11852648 CPUtime=58.91 cores=1,3,5,7
/proc/15802/task/15813/stat : 15813 (java) S 15800 15802 13088 0 -1 4202560 278 0 0 0 5884 7 0 0 20 0 22 0 342575928 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108923288296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15814] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15814/stat : 15814 (java) S 15800 15802 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108922234360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15815] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15815/stat : 15815 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108921181960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15816] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15816/stat : 15816 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108920130448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15817] ppid=15800 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/15802/task/15817/stat : 15817 (java) S 15800 15802 13088 0 -1 4202560 10630 0 0 0 203 2 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108919077048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15818] ppid=15800 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/15802/task/15818/stat : 15818 (java) S 15800 15802 13088 0 -1 4202560 7066 0 0 0 98 0 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108918024248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15819] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15819/stat : 15819 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108916972152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15820] ppid=15800 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/15802/task/15820/stat : 15820 (java) S 15800 15802 13088 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108915919560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15821] ppid=15800 vsize=11852648 CPUtime=860.21 cores=1,3,5,7
/proc/15802/task/15821/stat : 15821 (java) R 15800 15802 13088 0 -1 4202560 90 0 0 0 86007 14 0 0 20 0 22 0 342575970 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108914864848 140108964331434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15822] ppid=15800 vsize=11852648 CPUtime=860.26 cores=1,3,5,7
/proc/15802/task/15822/stat : 15822 (java) R 15800 15802 13088 0 -1 4202560 1638 0 0 0 85961 65 0 0 20 0 22 0 342575970 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108913810032 140108964464065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15823] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15823/stat : 15823 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108912760488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15824] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15824/stat : 15824 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108911707688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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+925.701 s]
/proc/loadavg: 3.83 3.86 3.84 5/219 15893
/proc/meminfo: memFree=23549612/32873844 swapFree=7116/7116
[pid=15802] ppid=15800 vsize=11852648 CPUtime=1800.21 cores=1,3,5,7
/proc/15802/stat : 15802 (java) S 15800 15802 13088 0 -1 4202496 25364 0 1 0 179900 121 0 0 20 0 22 0 342575923 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140736200984272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15802/statm: 2963162 968747 2292 9 0 2953849 0
[pid=15802/tid=15804] ppid=15800 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/15802/task/15804/stat : 15804 (java) S 15800 15802 13088 0 -1 4202560 3501 0 1 0 43 5 0 0 20 0 22 0 342575924 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140109106574488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15805] ppid=15800 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/15802/task/15805/stat : 15805 (java) S 15800 15802 13088 0 -1 4202560 135 0 0 0 148 4 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108942854952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15806] ppid=15800 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/15802/task/15806/stat : 15806 (java) S 15800 15802 13088 0 -1 4202560 95 0 0 0 144 3 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108941802152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15807] ppid=15800 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/15802/task/15807/stat : 15807 (java) S 15800 15802 13088 0 -1 4202560 140 0 0 0 148 5 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108940749864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15808] ppid=15800 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/15802/task/15808/stat : 15808 (java) S 15800 15802 13088 0 -1 4202560 117 0 0 0 153 4 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108939697064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15809] ppid=15800 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/15802/task/15809/stat : 15809 (java) S 15800 15802 13088 0 -1 4202560 116 0 0 0 166 4 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108938643752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15810] ppid=15800 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/15802/task/15810/stat : 15810 (java) S 15800 15802 13088 0 -1 4202560 108 0 0 0 144 2 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108937590952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15811] ppid=15800 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/15802/task/15811/stat : 15811 (java) S 15800 15802 13088 0 -1 4202560 109 0 0 0 158 3 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108936538664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15812] ppid=15800 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/15802/task/15812/stat : 15812 (java) S 15800 15802 13088 0 -1 4202560 100 0 0 0 151 3 0 0 20 0 22 0 342575926 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108935485864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15802/tid=15813] ppid=15800 vsize=11852648 CPUtime=58.91 cores=1,3,5,7
/proc/15802/task/15813/stat : 15813 (java) S 15800 15802 13088 0 -1 4202560 278 0 0 0 5884 7 0 0 20 0 22 0 342575928 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108923288296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15814] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15814/stat : 15814 (java) S 15800 15802 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108922234360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15815] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15815/stat : 15815 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575928 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108921181960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15816] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15816/stat : 15816 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108920130448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15802/tid=15817] ppid=15800 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/15802/task/15817/stat : 15817 (java) S 15800 15802 13088 0 -1 4202560 10630 0 0 0 203 2 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108919077048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15818] ppid=15800 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/15802/task/15818/stat : 15818 (java) S 15800 15802 13088 0 -1 4202560 7066 0 0 0 98 0 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108918024248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15819] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15819/stat : 15819 (java) S 15800 15802 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108916972152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15820] ppid=15800 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/15802/task/15820/stat : 15820 (java) S 15800 15802 13088 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 342575931 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108915919560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15821] ppid=15800 vsize=11852648 CPUtime=860.21 cores=1,3,5,7
/proc/15802/task/15821/stat : 15821 (java) R 15800 15802 13088 0 -1 4202560 90 0 0 0 86007 14 0 0 20 0 22 0 342575970 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108914864848 140108964331434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15802/tid=15822] ppid=15800 vsize=11852648 CPUtime=860.26 cores=1,3,5,7
/proc/15802/task/15822/stat : 15822 (java) R 15800 15802 13088 0 -1 4202560 1638 0 0 0 85961 65 0 0 20 0 22 0 342575970 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108913810032 140108964464065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15823] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15823/stat : 15823 (java) S 15800 15802 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108912760488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15802/tid=15824] ppid=15800 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15802/task/15824/stat : 15824 (java) S 15800 15802 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342575971 12137111552 968747 33554432000 1073741824 1073778376 140736200993136 140108911707688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 925.756
CPU time (s): 1800.21
CPU user time (s): 1799
CPU system time (s): 1.21
CPU usage (%): 194.458
Max. virtual memory (cumulated for all children) (KiB): 11853280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.62375
maximum resident set size= 3877160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25397
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26642
involuntary context switches= 32249

runsolver used 4.10138 second user time and 8.70568 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 01:01:50
IDJOB=3742175
IDBENCH=90137
IDSOLVER=2328
FILE ID=node146/3742175-1338764510
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70904 MiB

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

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

MD5SUM BENCH= 3a5151d7fc286e1b50737dee685a4276
RANDOM SEED=1741608678

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28271344 kB
Buffers:          323716 kB
Cached:           609172 kB
SwapCached:         1792 kB
Active:          3278980 kB
Inactive:         499072 kB
Active(anon):    2845444 kB
Inactive(anon):     1664 kB
Active(file):     433536 kB
Inactive(file):   497408 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       2850988 kB
Mapped:            17176 kB
Shmem:                 0 kB
Slab:             678112 kB
SReclaimable:     117976 kB
SUnreclaim:       560136 kB
KernelStack:        1640 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2799616 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= 70904 MiB
End job on node146 at 2012-06-04 01:17:18