Trace number 3741967

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.84 924.655

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
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 benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
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.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		9996466904
0.10/0.10	c Max memory 		10048897024
0.10/0.10	c Total memory 		10048897024
0.10/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3741967-1338762857.opb
0.10/0.12	c reading problem ... 
0.78/0.43	c ... done. Wall clock time 0.306s.
0.78/0.43	c #vars     6256
0.78/0.43	c #constraints  6442
0.78/0.43	c constraints type 
0.78/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
0.78/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
0.78/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
0.78/0.43	c constraints type 
0.78/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1183
0.78/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5165
0.78/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
5.31/1.98	c cleaning 2481 clauses out of 4987 with flag 5000/5000
8.96/3.55	c cleaning 4213 clauses out of 8505 with flag 11001/11001
12.46/5.21	c cleaning 5634 clauses out of 11289 with flag 18000/18000
16.44/7.29	c cleaning 6767 clauses out of 13654 with flag 26000/26000
21.25/9.63	c cleaning 7827 clauses out of 15886 with flag 35002/35002
26.63/12.35	c cleaning 8942 clauses out of 18048 with flag 45000/45000
38.59/18.33	c cleaning 9499 clauses out of 19105 with flag 55000/55000
45.14/21.69	c cleaning 9655 clauses out of 19605 with flag 65000/65000
51.27/24.73	c cleaning 9879 clauses out of 19951 with flag 75003/75003
57.22/27.73	c cleaning 9959 clauses out of 20070 with flag 85002/85002
62.15/30.25	c cleaning 9930 clauses out of 20110 with flag 95001/95001
68.13/33.29	c cleaning 9892 clauses out of 20181 with flag 105002/105002
78.63/38.53	c cleaning 10100 clauses out of 20288 with flag 115001/115001
86.55/42.58	c cleaning 9885 clauses out of 20193 with flag 125006/125006
95.07/46.87	c cleaning 10046 clauses out of 20302 with flag 135003/135003
100.61/49.65	c cleaning 9964 clauses out of 20253 with flag 145000/145000
113.70/56.22	c cleaning 10012 clauses out of 20289 with flag 155001/155001
123.41/61.19	c cleaning 9985 clauses out of 20278 with flag 165002/165002
133.13/66.10	c cleaning 10083 clauses out of 20293 with flag 175002/175002
142.04/70.60	c cleaning 9896 clauses out of 20208 with flag 185001/185001
152.69/75.99	c cleaning 9990 clauses out of 20315 with flag 195004/195004
161.60/80.48	c cleaning 9910 clauses out of 20321 with flag 205000/205000
168.49/83.99	c cleaning 9526 clauses out of 20407 with flag 215001/215001
174.99/87.23	c cleaning 9496 clauses out of 20883 with flag 225004/225004
181.03/90.35	c cleaning 9503 clauses out of 21382 with flag 235000/235000
188.90/94.31	c cleaning 9637 clauses out of 21880 with flag 245002/245002
195.39/97.69	c cleaning 9546 clauses out of 22240 with flag 255000/255000
204.27/102.16	c cleaning 9576 clauses out of 22695 with flag 265001/265001
211.11/105.68	c cleaning 9552 clauses out of 23120 with flag 275002/275002
217.38/108.87	c cleaning 9492 clauses out of 23567 with flag 285001/285001
223.45/111.97	c cleaning 9676 clauses out of 24075 with flag 295001/295001
231.32/115.94	c cleaning 9662 clauses out of 24398 with flag 305000/305000
241.76/121.26	c cleaning 9841 clauses out of 24736 with flag 315000/315000
247.23/124.08	c cleaning 9506 clauses out of 24892 with flag 325000/325000
254.30/127.64	c cleaning 9568 clauses out of 25391 with flag 335007/335007
261.14/131.10	c cleaning 9549 clauses out of 25815 with flag 345000/345000
267.15/134.22	c cleaning 9460 clauses out of 26266 with flag 355000/355000
276.58/139.05	c cleaning 9629 clauses out of 26807 with flag 365001/365001
290.23/145.95	c cleaning 9627 clauses out of 27177 with flag 375000/375000
303.46/152.67	c cleaning 9758 clauses out of 27550 with flag 385000/385000
322.81/162.42	c cleaning 9777 clauses out of 27793 with flag 395001/395001
338.67/170.43	c cleaning 9711 clauses out of 28015 with flag 405000/405000
350.90/176.70	c cleaning 9537 clauses out of 28305 with flag 415001/415001
371.31/186.93	c cleaning 9720 clauses out of 28768 with flag 425001/425001
381.21/192.01	c cleaning 9565 clauses out of 29049 with flag 435002/435002
399.01/201.08	c cleaning 9513 clauses out of 29482 with flag 445000/445000
408.60/205.93	c cleaning 9746 clauses out of 29968 with flag 455001/455001
416.40/209.97	c cleaning 9534 clauses out of 30221 with flag 465001/465001
429.66/216.80	c cleaning 9685 clauses out of 30688 with flag 475002/475002
437.22/220.66	c cleaning 9740 clauses out of 31002 with flag 485002/485002
442.79/223.57	c cleaning 0 clauses out of 5001 with flag 0/5001
447.98/226.11	c cleaning 9468 clauses out of 31261 with flag 495001/495001
463.81/234.28	c cleaning 9627 clauses out of 31792 with flag 505000/505000
471.57/238.20	c cleaning 9812 clauses out of 32165 with flag 515000/515000
483.34/244.26	c cleaning 9495 clauses out of 32353 with flag 525000/525000
501.51/253.47	c cleaning 9874 clauses out of 32858 with flag 535000/535000
512.13/258.92	c cleaning 9737 clauses out of 32985 with flag 545001/545001
527.30/266.69	c cleaning 9654 clauses out of 33249 with flag 555002/555002
541.25/273.73	c cleaning 9735 clauses out of 33594 with flag 565001/565001
551.42/278.93	c cleaning 9677 clauses out of 33858 with flag 575000/575000
558.62/282.70	c cleaning 9896 clauses out of 34181 with flag 585000/585000
568.98/288.01	c cleaning 9572 clauses out of 34286 with flag 595001/595001
588.95/298.16	c cleaning 9619 clauses out of 34713 with flag 605000/605000
600.46/304.08	c cleaning 9746 clauses out of 35097 with flag 615003/615003
608.84/308.49	c cleaning 9691 clauses out of 35348 with flag 625000/625000
617.38/312.88	c cleaning 9608 clauses out of 35653 with flag 635000/635000
631.93/320.25	c cleaning 9727 clauses out of 36045 with flag 645000/645000
649.07/328.93	c cleaning 9796 clauses out of 36319 with flag 655001/655001
667.43/338.30	c cleaning 9746 clauses out of 36522 with flag 665000/665000
685.78/347.66	c cleaning 9873 clauses out of 36779 with flag 675003/675003
716.94/363.38	c cleaning 9813 clauses out of 36904 with flag 685001/685001
754.13/382.01	c cleaning 9953 clauses out of 37090 with flag 695000/695000
761.45/385.94	c cleaning 9588 clauses out of 37140 with flag 705003/705003
769.96/390.34	c cleaning 9651 clauses out of 37550 with flag 715001/715001
779.27/395.18	c cleaning 9662 clauses out of 37899 with flag 725002/725002
787.76/399.58	c cleaning 9783 clauses out of 38235 with flag 735000/735000
798.85/405.34	c cleaning 9599 clauses out of 38452 with flag 745000/745000
810.55/411.39	c cleaning 9770 clauses out of 38855 with flag 755002/755002
823.45/417.98	c cleaning 9723 clauses out of 39084 with flag 765001/765001
832.14/422.43	c cleaning 9630 clauses out of 39361 with flag 775001/775001
843.03/428.11	c cleaning 9779 clauses out of 39732 with flag 785002/785002
853.33/433.40	c cleaning 9644 clauses out of 39951 with flag 795000/795000
861.84/437.86	c cleaning 9657 clauses out of 40308 with flag 805001/805001
870.89/442.54	c cleaning 9740 clauses out of 40652 with flag 815002/815002
882.78/448.72	c cleaning 9904 clauses out of 40910 with flag 825000/825000
892.45/453.76	c cleaning 9765 clauses out of 41008 with flag 835002/835002
910.13/462.77	c cleaning 9761 clauses out of 41242 with flag 845001/845001
927.79/471.79	c cleaning 9847 clauses out of 41480 with flag 855000/855000
945.29/480.73	c cleaning 9837 clauses out of 41634 with flag 865001/865001
960.74/488.64	c cleaning 9771 clauses out of 41796 with flag 875000/875000
974.59/495.71	c cleaning 9884 clauses out of 42025 with flag 885000/885000
987.47/502.32	c cleaning 9812 clauses out of 42141 with flag 895000/895000
997.10/507.40	c cleaning 9736 clauses out of 42329 with flag 905000/905000
1006.37/512.23	c cleaning 9889 clauses out of 42593 with flag 915000/915000
1015.23/516.89	c cleaning 9756 clauses out of 42706 with flag 925002/925002
1026.51/522.61	c cleaning 9855 clauses out of 42951 with flag 935005/935005
1036.71/528.08	c cleaning 9618 clauses out of 43092 with flag 945001/945001
1055.16/537.47	c cleaning 9757 clauses out of 43473 with flag 955000/955000
1073.21/546.68	c cleaning 9799 clauses out of 43717 with flag 965001/965001
1088.46/554.49	c cleaning 9765 clauses out of 43918 with flag 975001/975001
1103.66/562.30	c cleaning 9868 clauses out of 44155 with flag 985003/985003
1118.48/569.90	c cleaning 9899 clauses out of 44284 with flag 995000/995000
1126.90/574.36	c cleaning 9783 clauses out of 44385 with flag 1005000/1005000
1135.50/578.88	c cleaning 9769 clauses out of 44601 with flag 1015000/1015000
1145.66/584.21	c cleaning 9704 clauses out of 44834 with flag 1025002/1025002
1162.28/592.78	c cleaning 9775 clauses out of 45128 with flag 1035000/1035000
1173.49/598.59	c cleaning 9798 clauses out of 45353 with flag 1045000/1045000
1184.69/604.33	c cleaning 9874 clauses out of 45555 with flag 1055000/1055000
1193.83/609.22	c cleaning 9846 clauses out of 45682 with flag 1065001/1065001
1204.42/614.71	c cleaning 9872 clauses out of 45836 with flag 1075001/1075001
1215.23/620.40	c cleaning 9783 clauses out of 45963 with flag 1085000/1085000
1225.42/625.68	c cleaning 9742 clauses out of 46181 with flag 1095001/1095001
1237.15/631.86	c cleaning 9923 clauses out of 46442 with flag 1105004/1105004
1243.54/635.29	c cleaning 9798 clauses out of 46517 with flag 1115002/1115002
1251.33/639.37	c cleaning 9673 clauses out of 46718 with flag 1125001/1125001
1259.33/643.58	c cleaning 9869 clauses out of 47044 with flag 1135000/1135000
1266.80/647.66	c cleaning 9678 clauses out of 47178 with flag 1145003/1145003
1276.99/652.95	c cleaning 9731 clauses out of 47498 with flag 1155001/1155001
1290.60/659.98	c cleaning 9631 clauses out of 47768 with flag 1165002/1165002
1307.00/668.38	c cleaning 9742 clauses out of 48135 with flag 1175000/1175000
1318.31/674.36	c cleaning 9841 clauses out of 48392 with flag 1185000/1185000
1332.09/681.45	c cleaning 9663 clauses out of 48553 with flag 1195002/1195002
1345.05/688.10	c cleaning 9715 clauses out of 48890 with flag 1205002/1205002
1357.82/694.71	c cleaning 9689 clauses out of 49173 with flag 1215000/1215000
1369.51/700.91	c cleaning 9859 clauses out of 49485 with flag 1225001/1225001
1377.88/705.34	c cleaning 9936 clauses out of 49627 with flag 1235002/1235002
1389.86/711.51	c cleaning 9604 clauses out of 49691 with flag 1245002/1245002
1401.02/717.35	c cleaning 10015 clauses out of 50089 with flag 1255004/1255004
1414.68/724.55	c cleaning 9660 clauses out of 50070 with flag 1265001/1265001
1435.23/735.09	c cleaning 9750 clauses out of 50410 with flag 1275001/1275001
1450.01/742.63	c cleaning 9831 clauses out of 50660 with flag 1285001/1285001
1458.74/747.29	c cleaning 9660 clauses out of 50829 with flag 1295001/1295001
1469.77/753.13	c cleaning 9701 clauses out of 51168 with flag 1305000/1305000
1481.12/759.10	c cleaning 9708 clauses out of 51468 with flag 1315001/1315001
1489.66/763.54	c cleaning 9911 clauses out of 51760 with flag 1325001/1325001
1498.41/768.16	c cleaning 9754 clauses out of 51849 with flag 1335001/1335001
1513.43/776.01	c cleaning 9896 clauses out of 52095 with flag 1345001/1345001
1525.96/782.54	c cleaning 9823 clauses out of 52198 with flag 1355000/1355000
1539.10/789.35	c cleaning 9928 clauses out of 52376 with flag 1365001/1365001
1551.04/795.53	c cleaning 9920 clauses out of 52448 with flag 1375001/1375001
1564.83/802.82	c cleaning 9793 clauses out of 52527 with flag 1385000/1385000
1578.18/809.72	c cleaning 9999 clauses out of 52734 with flag 1395000/1395000
1590.08/815.99	c cleaning 10015 clauses out of 52738 with flag 1405003/1405003
1599.61/820.95	c cleaning 9677 clauses out of 52721 with flag 1415001/1415001
1609.98/826.59	c cleaning 9946 clauses out of 53045 with flag 1425002/1425002
1619.28/831.48	c cleaning 9699 clauses out of 53096 with flag 1435000/1435000
1634.20/839.19	c cleaning 9728 clauses out of 53399 with flag 1445002/1445002
1650.74/847.61	c cleaning 9611 clauses out of 53670 with flag 1455001/1455001
1665.73/855.59	c cleaning 9747 clauses out of 54058 with flag 1465000/1465000
1682.43/864.10	c cleaning 9745 clauses out of 54312 with flag 1475001/1475001
1699.14/872.77	c cleaning 9766 clauses out of 54567 with flag 1485001/1485001
1724.03/885.40	c cleaning 9714 clauses out of 54800 with flag 1495000/1495000
1743.58/895.64	c cleaning 9876 clauses out of 55089 with flag 1505003/1505003
1764.49/906.38	c cleaning 9720 clauses out of 55210 with flag 1515000/1515000
1786.59/917.60	c cleaning 9847 clauses out of 55491 with flag 1525001/1525001
1800.06/924.61	c starts		: 190
1800.06/924.61	c conflicts		: 1532251
1800.06/924.61	c decisions		: 11787826
1800.06/924.61	c propagations		: 561409822
1800.06/924.61	c inspects		: 1626068994
1800.06/924.61	c shortcuts		: 0
1800.06/924.61	c learnt literals	: 70
1800.06/924.61	c learnt binary clauses	: 37712
1800.06/924.61	c learnt ternary clauses	: 54302
1800.06/924.61	c learnt constraints	: 1532180
1800.06/924.61	c ignored constraints	: 0
1800.06/924.61	c root simplifications	: 0
1800.06/924.61	c removed literals (reason simplification)	: 44146096
1800.06/924.61	c reason swapping (by a shorter reason)	: 0
1800.06/924.61	c Calls to reduceDB	: 154
1800.06/924.61	c number of reductions to clauses (during analyze)	: 0
1800.06/924.61	c number of learned constraints concerned by reduction	: 0
1800.06/924.61	c number of learning phase by resolution	: 0
1800.06/924.61	c number of learning phase by cutting planes	: 0
1800.06/924.61	c speed (assignments/second)	: 607469.3641268241
1800.06/924.61	c non guided choices	4337
1800.06/924.64	c learnt constraints type 
1800.06/924.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37712
1800.06/924.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15199
1800.06/924.64	c constraints type 
1800.06/924.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
1800.06/924.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
1800.06/924.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
1800.06/924.64	c constraints type 
1800.06/924.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1183
1800.06/924.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5165
1800.06/924.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1800.06/924.64	s UNKNOWN
1800.06/924.64	c Total wall clock time (in seconds): 924.512

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-3741967-1338762857/watcher-3741967-1338762857 -o /tmp/evaluation-result-3741967-1338762857/solver-3741967-1338762857 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741967-1338762857.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.64 3.79 3.80 4/197 642
/proc/meminfo: memFree=23062248/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/642/stat : 642 (java) R 640 642 30010 0 -1 4202496 102 0 0 0 0 0 0 0 20 0 1 0 342412477 5767168 55 33554432000 1073741824 1073778376 140736862279216 140736862276344 271778409767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/642/statm: 2303 62 49 9 0 35 0

[startup+0.103371 s]
/proc/loadavg: 3.64 3.79 3.80 4/197 642
/proc/meminfo: memFree=23062248/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 4707 0 1 0 8 2 0 0 20 0 18 0 342412477 11864465408 13566 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2896598 13572 2093 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.200252 s]
/proc/loadavg: 3.64 3.79 3.80 4/197 642
/proc/meminfo: memFree=23062248/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 5952 0 1 0 24 2 0 0 20 0 18 0 342412477 11864465408 15546 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2896598 15550 2195 9 0 2887285 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 11586392

[startup+0.300278 s]
/proc/loadavg: 3.64 3.79 3.80 4/197 642
/proc/meminfo: memFree=23062248/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11586392 CPUtime=0.55 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 7393 0 1 0 52 3 0 0 20 0 18 0 342412477 11864465408 18016 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2896598 18016 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 11586392

[startup+0.700195 s]
/proc/loadavg: 3.64 3.79 3.80 4/197 642
/proc/meminfo: memFree=23062248/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=1.91 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 11916 0 1 0 187 4 0 0 20 0 22 0 342412477 12137111552 28948 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 28948 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 3.64 3.79 3.80 6/219 664
/proc/meminfo: memFree=22856580/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=4.49 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 24870 0 1 0 439 10 0 0 20 0 22 0 342412477 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 81476 2266 9 0 2953849 0
[pid=642/tid=644] ppid=640 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/642/task/644/stat : 644 (java) S 640 642 30010 0 -1 4202560 2884 0 1 0 38 2 0 0 20 0 22 0 342412478 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499159192728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/645/stat : 645 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499127601960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/646/stat : 646 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499126549160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/647/stat : 647 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499125496872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=648] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/648/stat : 648 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499124444072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=649] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/649/stat : 649 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499123390760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=650] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/650/stat : 650 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499122337960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=651] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/651/stat : 651 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499121285672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=652] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/652/stat : 652 (java) S 640 642 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140499120232872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=653] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/653/stat : 653 (java) S 640 642 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498506316520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=654] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/654/stat : 654 (java) S 640 642 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498505262584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=655] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/655/stat : 655 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412482 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498504210184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=656] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/656/stat : 656 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498503158672 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=657] ppid=640 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/642/task/657/stat : 657 (java) S 640 642 30010 0 -1 4202560 8551 0 0 0 94 3 0 0 20 0 22 0 342412484 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498502105272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=658] ppid=640 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/642/task/658/stat : 658 (java) S 640 642 30010 0 -1 4202560 12042 0 0 0 94 3 0 0 20 0 22 0 342412484 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498501052472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=659] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/659/stat : 659 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498500000376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=660] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/660/stat : 660 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498498947784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=661] ppid=640 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/642/task/661/stat : 661 (java) R 640 642 30010 0 -1 4202560 24 0 0 0 104 0 0 0 20 0 22 0 342412520 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498497892800 140499000994432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=642/tid=662] ppid=640 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/642/task/662/stat : 662 (java) R 640 642 30010 0 -1 4202560 167 0 0 0 102 2 0 0 20 0 22 0 342412520 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498496840008 140499001186318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=642/tid=663] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/663/stat : 663 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498495788712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=664] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/664/stat : 664 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 81476 33554432000 1073741824 1073778376 140733732463136 140498494735912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 11852648

[startup+3.10086 s]
/proc/loadavg: 3.64 3.79 3.80 6/219 664
/proc/meminfo: memFree=22557512/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=8.12 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 25921 0 1 0 798 14 0 0 20 0 22 0 342412477 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 132818 2290 9 0 2953849 0
[pid=642/tid=644] ppid=640 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/642/task/644/stat : 644 (java) S 640 642 30010 0 -1 4202560 2884 0 1 0 38 2 0 0 20 0 22 0 342412478 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499159192728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/645/stat : 645 (java) S 640 642 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499127601960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/646/stat : 646 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499126549160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/647/stat : 647 (java) S 640 642 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499125496872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=648] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/648/stat : 648 (java) S 640 642 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499124444072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=649] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/649/stat : 649 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499123390760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=650] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/650/stat : 650 (java) S 640 642 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499122337960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=651] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/651/stat : 651 (java) S 640 642 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499121285672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=652] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/652/stat : 652 (java) S 640 642 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140499120232872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=653] ppid=640 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/642/task/653/stat : 653 (java) S 640 642 30010 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342412481 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498506316520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=654] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/654/stat : 654 (java) S 640 642 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498505262584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=655] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/655/stat : 655 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412482 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498504210184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=656] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/656/stat : 656 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498503158672 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=657] ppid=640 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/642/task/657/stat : 657 (java) S 640 642 30010 0 -1 4202560 8555 0 0 0 97 3 0 0 20 0 22 0 342412484 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498502105272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=658] ppid=640 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/642/task/658/stat : 658 (java) S 640 642 30010 0 -1 4202560 12928 0 0 0 135 3 0 0 20 0 22 0 342412484 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498501052472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=659] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/659/stat : 659 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498500000376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=660] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/660/stat : 660 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498498947784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=661] ppid=640 vsize=11852648 CPUtime=2.6 cores=1,3,5,7
/proc/642/task/661/stat : 661 (java) R 640 642 30010 0 -1 4202560 26 0 0 0 260 0 0 0 20 0 22 0 342412520 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498497893048 140499000971305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=642/tid=662] ppid=640 vsize=11852648 CPUtime=2.6 cores=1,3,5,7
/proc/642/task/662/stat : 662 (java) R 640 642 30010 0 -1 4202560 257 0 0 0 254 6 0 0 20 0 22 0 342412520 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498496840008 140499001447507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=642/tid=663] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/663/stat : 663 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498495788712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=664] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/664/stat : 664 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 132818 33554432000 1073741824 1073778376 140733732463136 140498494735912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.67 3.80 3.80 5/219 664
/proc/meminfo: memFree=22230048/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=14.64 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 26096 0 1 0 1444 20 0 0 20 0 22 0 342412477 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 207952 2290 9 0 2953849 0
[pid=642/tid=644] ppid=640 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/642/task/644/stat : 644 (java) S 640 642 30010 0 -1 4202560 2884 0 1 0 38 2 0 0 20 0 22 0 342412478 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499159192728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/645/stat : 645 (java) S 640 642 30010 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499127601960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/646/stat : 646 (java) S 640 642 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499126549160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/647/stat : 647 (java) S 640 642 30010 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499125496872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=648] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/648/stat : 648 (java) S 640 642 30010 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499124444072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=649] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/649/stat : 649 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499123390760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=650] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/650/stat : 650 (java) S 640 642 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499122337960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=651] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/651/stat : 651 (java) S 640 642 30010 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499121285672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=652] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/652/stat : 652 (java) S 640 642 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342412480 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140499120232872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=653] ppid=640 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/642/task/653/stat : 653 (java) S 640 642 30010 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 22 0 342412481 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140498506316520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=654] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/654/stat : 654 (java) S 640 642 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140498505262584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=655] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/655/stat : 655 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412482 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140498504210184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=656] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/656/stat : 656 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140498503158672 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=657] ppid=640 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/642/task/657/stat : 657 (java) S 640 642 30010 0 -1 4202560 8556 0 0 0 109 3 0 0 20 0 22 0 342412484 12137111552 207952 33554432000 1073741824 1073778376 140733732463136 140498502105272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=642/tid=662] ppid=640 vsize=11852648 CPUtime=768.94 cores=1,3,5,7
/proc/642/task/662/stat : 662 (java) R 640 642 30010 0 -1 4202560 1523 0 0 0 76837 57 0 0 20 0 22 0 342412520 12137111552 905229 33554432000 1073741824 1073778376 140733732463136 140498496837856 140499001224646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=642/tid=663] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/663/stat : 663 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 905229 33554432000 1073741824 1073778376 140733732463136 140498495788712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=664] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/664/stat : 664 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 905229 33554432000 1073741824 1073778376 140733732463136 140498494735912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 11852648

[startup+882.308 s]
/proc/loadavg: 3.92 3.92 3.90 5/219 733
/proc/meminfo: memFree=19936320/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=1717.84 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 28302 0 1 0 171691 93 0 0 20 0 22 0 342412477 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 911401 2291 9 0 2953849 0
[pid=642/tid=644] ppid=640 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/642/task/644/stat : 644 (java) S 640 642 30010 0 -1 4202560 2972 0 1 0 40 5 0 0 20 0 22 0 342412478 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499159192728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/642/task/645/stat : 645 (java) S 640 642 30010 0 -1 4202560 91 0 0 0 141 2 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499127601960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/642/task/646/stat : 646 (java) S 640 642 30010 0 -1 4202560 70 0 0 0 128 2 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499126549160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/642/task/647/stat : 647 (java) S 640 642 30010 0 -1 4202560 74 0 0 0 137 2 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499125496872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=648] ppid=640 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/642/task/648/stat : 648 (java) S 640 642 30010 0 -1 4202560 82 0 0 0 136 2 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499124444072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=649] ppid=640 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/642/task/649/stat : 649 (java) S 640 642 30010 0 -1 4202560 84 0 0 0 142 2 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499123390760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=650] ppid=640 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/642/task/650/stat : 650 (java) S 640 642 30010 0 -1 4202560 70 0 0 0 135 1 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499122337960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=651] ppid=640 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/642/task/651/stat : 651 (java) S 640 642 30010 0 -1 4202560 101 0 0 0 146 3 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499121285672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=652] ppid=640 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/642/task/652/stat : 652 (java) S 640 642 30010 0 -1 4202560 77 0 0 0 130 2 0 0 20 0 22 0 342412480 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140499120232872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=653] ppid=640 vsize=11852648 CPUtime=53.99 cores=1,3,5,7
/proc/642/task/653/stat : 653 (java) S 640 642 30010 0 -1 4202560 314 0 0 0 5389 10 0 0 20 0 22 0 342412481 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498506316520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=654] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/654/stat : 654 (java) S 640 642 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498505262584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=655] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/655/stat : 655 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412482 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498504210184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=656] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/656/stat : 656 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498503158672 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=657] ppid=640 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/642/task/657/stat : 657 (java) S 640 642 30010 0 -1 4202560 8561 0 0 0 112 3 0 0 20 0 22 0 342412484 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498502105272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=658] ppid=640 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/642/task/658/stat : 658 (java) S 640 642 30010 0 -1 4202560 12950 0 0 0 186 3 0 0 20 0 22 0 342412484 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498501052472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=659] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/659/stat : 659 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498500000376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=660] ppid=640 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/642/task/660/stat : 660 (java) S 640 642 30010 0 -1 4202560 50 0 0 0 18 20 0 0 20 0 22 0 342412484 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498498947784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=661] ppid=640 vsize=11852648 CPUtime=824.59 cores=1,3,5,7
/proc/642/task/661/stat : 661 (java) R 640 642 30010 0 -1 4202560 95 0 0 0 82445 14 0 0 20 0 22 0 342412520 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498497893072 140499001024205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=642/tid=662] ppid=640 vsize=11852648 CPUtime=824.59 cores=1,3,5,7
/proc/642/task/662/stat : 662 (java) R 640 642 30010 0 -1 4202560 1523 0 0 0 82401 58 0 0 20 0 22 0 342412520 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498496838480 140499001158737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=642/tid=663] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/663/stat : 663 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498495788712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=664] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/664/stat : 664 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 911401 33554432000 1073741824 1073778376 140733732463136 140498494735912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1717.84
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.601 s]
/proc/loadavg: 3.96 3.93 3.90 4/219 733
/proc/meminfo: memFree=19925836/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 28331 0 1 0 179912 94 0 0 20 0 22 0 342412477 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 912444 2291 9 0 2953849 0
[pid=642/tid=644] ppid=640 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/642/task/644/stat : 644 (java) S 640 642 30010 0 -1 4202560 2975 0 1 0 40 5 0 0 20 0 22 0 342412478 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499159192728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/642/task/645/stat : 645 (java) S 640 642 30010 0 -1 4202560 95 0 0 0 149 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499127601960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/642/task/646/stat : 646 (java) S 640 642 30010 0 -1 4202560 71 0 0 0 135 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499126549160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/642/task/647/stat : 647 (java) S 640 642 30010 0 -1 4202560 75 0 0 0 143 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499125496872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=648] ppid=640 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/642/task/648/stat : 648 (java) S 640 642 30010 0 -1 4202560 86 0 0 0 142 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499124444072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=649] ppid=640 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/642/task/649/stat : 649 (java) S 640 642 30010 0 -1 4202560 87 0 0 0 147 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499123390760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=650] ppid=640 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/642/task/650/stat : 650 (java) S 640 642 30010 0 -1 4202560 74 0 0 0 140 1 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499122337960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=651] ppid=640 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/642/task/651/stat : 651 (java) S 640 642 30010 0 -1 4202560 103 0 0 0 152 3 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499121285672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=652] ppid=640 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/642/task/652/stat : 652 (java) S 640 642 30010 0 -1 4202560 77 0 0 0 135 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499120232872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=653] ppid=640 vsize=11852648 CPUtime=56.55 cores=1,3,5,7
/proc/642/task/653/stat : 653 (java) S 640 642 30010 0 -1 4202560 318 0 0 0 5645 10 0 0 20 0 22 0 342412481 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498506316520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=654] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/654/stat : 654 (java) S 640 642 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498505262584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=655] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/655/stat : 655 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412482 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498504210184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=656] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/656/stat : 656 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498503158672 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=657] ppid=640 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/642/task/657/stat : 657 (java) S 640 642 30010 0 -1 4202560 8561 0 0 0 112 3 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498502105272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=658] ppid=640 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/642/task/658/stat : 658 (java) S 640 642 30010 0 -1 4202560 12950 0 0 0 186 3 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498501052472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=659] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/659/stat : 659 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498500000376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=660] ppid=640 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/642/task/660/stat : 660 (java) S 640 642 30010 0 -1 4202560 52 0 0 0 19 22 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498498947784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=661] ppid=640 vsize=11852648 CPUtime=864.2 cores=1,3,5,7
/proc/642/task/661/stat : 661 (java) R 640 642 30010 0 -1 4202560 96 0 0 0 86405 15 0 0 20 0 22 0 342412520 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498497893072 140499001023757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=642/tid=662] ppid=640 vsize=11852648 CPUtime=864.19 cores=1,3,5,7
/proc/642/task/662/stat : 662 (java) R 640 642 30010 0 -1 4202560 1523 0 0 0 86360 59 0 0 20 0 22 0 342412520 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498496838480 140499001041466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=642/tid=663] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/663/stat : 663 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498495788712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=664] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/664/stat : 664 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498494735912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+924.601 s]
/proc/loadavg: 3.96 3.93 3.90 4/219 733
/proc/meminfo: memFree=19925836/32873648 swapFree=6852/6852
[pid=642] ppid=640 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/642/stat : 642 (java) S 640 642 30010 0 -1 4202496 28331 0 1 0 179912 94 0 0 20 0 22 0 342412477 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140733732454272 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/642/statm: 2963162 912444 2291 9 0 2953849 0
[pid=642/tid=644] ppid=640 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/642/task/644/stat : 644 (java) S 640 642 30010 0 -1 4202560 2975 0 1 0 40 5 0 0 20 0 22 0 342412478 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499159192728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/642/task/645/stat : 645 (java) S 640 642 30010 0 -1 4202560 95 0 0 0 149 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499127601960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/642/task/646/stat : 646 (java) S 640 642 30010 0 -1 4202560 71 0 0 0 135 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499126549160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/642/task/647/stat : 647 (java) S 640 642 30010 0 -1 4202560 75 0 0 0 143 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499125496872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=648] ppid=640 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/642/task/648/stat : 648 (java) S 640 642 30010 0 -1 4202560 86 0 0 0 142 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499124444072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=649] ppid=640 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/642/task/649/stat : 649 (java) S 640 642 30010 0 -1 4202560 87 0 0 0 147 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499123390760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=650] ppid=640 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/642/task/650/stat : 650 (java) S 640 642 30010 0 -1 4202560 74 0 0 0 140 1 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499122337960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=651] ppid=640 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/642/task/651/stat : 651 (java) S 640 642 30010 0 -1 4202560 103 0 0 0 152 3 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499121285672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=652] ppid=640 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/642/task/652/stat : 652 (java) S 640 642 30010 0 -1 4202560 77 0 0 0 135 2 0 0 20 0 22 0 342412480 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140499120232872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=653] ppid=640 vsize=11852648 CPUtime=56.55 cores=1,3,5,7
/proc/642/task/653/stat : 653 (java) S 640 642 30010 0 -1 4202560 318 0 0 0 5645 10 0 0 20 0 22 0 342412481 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498506316520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=654] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/654/stat : 654 (java) S 640 642 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342412481 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498505262584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=655] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/655/stat : 655 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412482 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498504210184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=656] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/656/stat : 656 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498503158672 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=642/tid=657] ppid=640 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/642/task/657/stat : 657 (java) S 640 642 30010 0 -1 4202560 8561 0 0 0 112 3 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498502105272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=658] ppid=640 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/642/task/658/stat : 658 (java) S 640 642 30010 0 -1 4202560 12950 0 0 0 186 3 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498501052472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=659] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/659/stat : 659 (java) S 640 642 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498500000376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=642/tid=660] ppid=640 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/642/task/660/stat : 660 (java) S 640 642 30010 0 -1 4202560 52 0 0 0 19 22 0 0 20 0 22 0 342412484 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498498947784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=642/tid=661] ppid=640 vsize=11852648 CPUtime=864.2 cores=1,3,5,7
/proc/642/task/661/stat : 661 (java) R 640 642 30010 0 -1 4202560 96 0 0 0 86405 15 0 0 20 0 22 0 342412520 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498497893072 140499001023757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=642/tid=662] ppid=640 vsize=11852648 CPUtime=864.19 cores=1,3,5,7
/proc/642/task/662/stat : 662 (java) R 640 642 30010 0 -1 4202560 1523 0 0 0 86360 59 0 0 20 0 22 0 342412520 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498496838480 140499001041466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=642/tid=663] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/663/stat : 663 (java) S 640 642 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498495788712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=642/tid=664] ppid=640 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/642/task/664/stat : 664 (java) S 640 642 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342412522 12137111552 912444 33554432000 1073741824 1073778376 140733732463136 140498494735912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 924.655
CPU time (s): 1800.84
CPU user time (s): 1799.34
CPU system time (s): 1.50477
CPU usage (%): 194.758
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.50477
maximum resident set size= 3651944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28364
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= 26644
involuntary context switches= 30496

runsolver used 3.47147 second user time and 8.65368 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 00:34:17
IDJOB=3741967
IDBENCH=90121
IDSOLVER=2328
FILE ID=node115/3741967-1338762857
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=402878671

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23062628 kB
Buffers:         1443644 kB
Cached:          3619168 kB
SwapCached:         1016 kB
Active:          6585424 kB
Inactive:        2309064 kB
Active(anon):    3820188 kB
Inactive(anon):     9868 kB
Active(file):    2765236 kB
Inactive(file):  2299196 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       3833568 kB
Mapped:            19908 kB
Shmem:                96 kB
Slab:             771920 kB
SReclaimable:     216008 kB
SUnreclaim:       555912 kB
KernelStack:        1624 kB
PageTables:        11352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3766272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-04 00:49:44