Trace number 3741989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.84 919.451

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
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 85
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		1349517296
0.06/0.09	c Max memory 		1356595200
0.06/0.09	c Total memory 		1356595200
0.06/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3741989-1338784505.opb
0.08/0.12	c reading problem ... 
0.81/0.43	c ... done. Wall clock time 0.308s.
0.81/0.43	c #vars     5712
0.81/0.43	c #constraints  5882
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
0.81/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.81/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1079
0.81/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4717
0.81/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
4.58/1.79	c cleaning 2488 clauses out of 4988 with flag 5000/5000
7.81/3.21	c cleaning 4243 clauses out of 8485 with flag 11000/11000
10.79/4.78	c cleaning 5600 clauses out of 11242 with flag 18002/18002
14.60/6.69	c cleaning 6788 clauses out of 13634 with flag 26000/26000
19.58/9.18	c cleaning 7831 clauses out of 15844 with flag 35002/35002
25.66/12.15	c cleaning 8911 clauses out of 18011 with flag 45003/45003
31.70/15.10	c cleaning 9479 clauses out of 19101 with flag 55005/55005
39.51/19.02	c cleaning 9715 clauses out of 19614 with flag 65000/65000
45.48/22.08	c cleaning 9856 clauses out of 19898 with flag 75000/75000
51.25/24.95	c cleaning 9906 clauses out of 20042 with flag 85000/85000
56.45/27.55	c cleaning 9888 clauses out of 20137 with flag 95005/95005
63.20/30.92	c cleaning 10076 clauses out of 20244 with flag 105000/105000
75.17/36.95	c cleaning 9999 clauses out of 20169 with flag 115001/115001
82.39/40.50	c cleaning 9985 clauses out of 20169 with flag 125000/125000
89.19/43.95	c cleaning 9985 clauses out of 20176 with flag 135000/135000
95.29/47.09	c cleaning 10012 clauses out of 20192 with flag 145002/145002
107.20/53.07	c cleaning 9784 clauses out of 20178 with flag 155000/155000
113.93/56.50	c cleaning 9927 clauses out of 20393 with flag 165000/165000
122.47/60.71	c cleaning 9845 clauses out of 20466 with flag 175000/175000
132.43/65.74	c cleaning 9814 clauses out of 20621 with flag 185000/185000
139.08/69.12	c cleaning 9933 clauses out of 20807 with flag 195001/195001
147.81/73.58	c cleaning 10089 clauses out of 20873 with flag 205000/205000
154.55/76.99	c cleaning 10294 clauses out of 20783 with flag 215000/215000
162.08/80.76	c cleaning 10119 clauses out of 20487 with flag 225002/225002
168.73/84.18	c cleaning 9424 clauses out of 20366 with flag 235000/235000
179.29/89.44	c cleaning 9681 clauses out of 20942 with flag 245001/245001
188.41/94.02	c cleaning 9456 clauses out of 21261 with flag 255001/255001
198.73/99.21	c cleaning 9508 clauses out of 21806 with flag 265002/265002
224.23/112.02	c cleaning 9489 clauses out of 22296 with flag 275000/275000
230.68/115.38	c cleaning 9618 clauses out of 22807 with flag 285000/285000
243.42/121.71	c cleaning 9873 clauses out of 23193 with flag 295004/295004
254.13/127.13	c cleaning 9705 clauses out of 23317 with flag 305001/305001
261.10/130.75	c cleaning 9664 clauses out of 23607 with flag 315000/315000
268.37/134.43	c cleaning 9578 clauses out of 23944 with flag 325001/325001
276.08/138.37	c cleaning 9517 clauses out of 24367 with flag 335002/335002
284.15/142.48	c cleaning 9804 clauses out of 24847 with flag 345000/345000
293.14/147.04	c cleaning 9727 clauses out of 25043 with flag 355000/355000
320.07/160.58	c cleaning 9914 clauses out of 25316 with flag 365000/365000
334.35/167.76	c cleaning 9744 clauses out of 25406 with flag 375004/375004
344.87/173.08	c cleaning 9426 clauses out of 25659 with flag 385002/385002
366.85/184.12	c cleaning 9825 clauses out of 26232 with flag 395001/395001
383.31/192.45	c cleaning 9707 clauses out of 26406 with flag 405000/405000
391.35/196.50	c cleaning 9668 clauses out of 26700 with flag 415001/415001
405.42/203.65	c cleaning 9489 clauses out of 27032 with flag 425001/425001
414.94/208.53	c cleaning 9611 clauses out of 27543 with flag 435001/435001
429.79/216.05	c cleaning 9672 clauses out of 27936 with flag 445005/445005
439.05/220.74	c cleaning 9641 clauses out of 28258 with flag 455000/455000
448.54/225.52	c cleaning 9664 clauses out of 28619 with flag 465002/465002
459.28/231.04	c cleaning 9707 clauses out of 28953 with flag 475000/475000
467.52/235.28	c cleaning 9650 clauses out of 29249 with flag 485003/485003
475.35/239.28	c cleaning 9675 clauses out of 29604 with flag 495008/495008
487.85/245.54	c cleaning 9569 clauses out of 29922 with flag 505001/505001
499.57/251.54	c cleaning 9691 clauses out of 30352 with flag 515000/515000
512.82/258.20	c cleaning 9677 clauses out of 30661 with flag 525000/525000
523.87/263.83	c cleaning 9651 clauses out of 30986 with flag 535002/535002
538.74/271.32	c cleaning 9853 clauses out of 31336 with flag 545003/545003
549.43/276.88	c cleaning 9741 clauses out of 31479 with flag 555000/555000
560.05/282.29	c cleaning 9566 clauses out of 31741 with flag 565003/565003
573.48/289.02	c cleaning 9823 clauses out of 32174 with flag 575002/575002
589.23/296.91	c cleaning 9749 clauses out of 32355 with flag 585006/585006
603.06/304.02	c cleaning 9894 clauses out of 32600 with flag 595000/595000
620.87/313.07	c cleaning 9770 clauses out of 32712 with flag 605006/605006
635.10/320.28	c cleaning 9727 clauses out of 32937 with flag 615001/615001
649.78/327.66	c cleaning 9802 clauses out of 33212 with flag 625003/625003
658.41/332.13	c cleaning 9651 clauses out of 33408 with flag 635002/635002
671.24/338.64	c cleaning 9876 clauses out of 33757 with flag 645002/645002
687.11/346.65	c cleaning 9678 clauses out of 33879 with flag 655000/655000
694.10/350.23	c cleaning 9714 clauses out of 34203 with flag 665002/665002
704.77/355.70	c cleaning 9764 clauses out of 34487 with flag 675000/675000
715.77/361.32	c cleaning 9615 clauses out of 34724 with flag 685001/685001
731.82/369.49	c cleaning 9653 clauses out of 35108 with flag 695000/695000
737.57/372.45	c cleaning 9780 clauses out of 35455 with flag 705000/705000
747.13/377.41	c cleaning 9708 clauses out of 35675 with flag 715000/715000
753.89/380.96	c cleaning 9462 clauses out of 35967 with flag 725000/725000
763.05/385.65	c cleaning 9805 clauses out of 36506 with flag 735001/735001
769.19/388.81	c cleaning 9727 clauses out of 36700 with flag 745000/745000
777.17/393.05	c cleaning 9945 clauses out of 36977 with flag 755004/755004
788.19/398.65	c cleaning 9720 clauses out of 37028 with flag 765000/765000
792.75/401.01	c cleaning 0 clauses out of 5000 with flag 0/5000
810.57/409.90	c cleaning 9827 clauses out of 37311 with flag 775003/775003
824.18/416.95	c cleaning 9672 clauses out of 37481 with flag 785000/785000
836.34/423.16	c cleaning 9932 clauses out of 37809 with flag 795000/795000
846.10/428.13	c cleaning 9794 clauses out of 37878 with flag 805001/805001
859.27/434.84	c cleaning 9909 clauses out of 38083 with flag 815000/815000
867.23/439.04	c cleaning 9874 clauses out of 38175 with flag 825001/825001
879.01/445.02	c cleaning 9606 clauses out of 38301 with flag 835001/835001
891.18/451.26	c cleaning 9727 clauses out of 38694 with flag 845000/845000
902.55/457.05	c cleaning 9805 clauses out of 38972 with flag 855005/855005
917.95/464.92	c cleaning 9778 clauses out of 39163 with flag 865001/865001
934.32/473.27	c cleaning 9802 clauses out of 39386 with flag 875002/875002
951.89/482.19	c cleaning 9829 clauses out of 39583 with flag 885001/885001
965.62/489.16	c cleaning 10000 clauses out of 39756 with flag 895003/895003
974.13/493.63	c cleaning 9486 clauses out of 39754 with flag 905001/905001
984.06/498.78	c cleaning 9784 clauses out of 40267 with flag 915000/915000
998.61/506.13	c cleaning 9656 clauses out of 40484 with flag 925001/925001
1016.00/514.98	c cleaning 9825 clauses out of 40828 with flag 935001/935001
1028.75/521.57	c cleaning 9777 clauses out of 41002 with flag 945000/945000
1041.66/528.16	c cleaning 9824 clauses out of 41228 with flag 955003/955003
1057.20/536.05	c cleaning 10031 clauses out of 41401 with flag 965000/965000
1066.56/540.88	c cleaning 9743 clauses out of 41371 with flag 975001/975001
1077.10/546.35	c cleaning 9746 clauses out of 41628 with flag 985001/985001
1086.02/550.93	c cleaning 10350 clauses out of 41883 with flag 995002/995002
1092.56/554.34	c cleaning 9628 clauses out of 41536 with flag 1005005/1005005
1100.46/558.43	c cleaning 9682 clauses out of 41903 with flag 1015000/1015000
1110.39/563.60	c cleaning 9806 clauses out of 42221 with flag 1025000/1025000
1121.74/569.41	c cleaning 9847 clauses out of 42415 with flag 1035000/1035000
1135.23/576.37	c cleaning 9844 clauses out of 42568 with flag 1045000/1045000
1146.34/582.08	c cleaning 9859 clauses out of 42724 with flag 1055000/1055000
1159.03/588.69	c cleaning 9749 clauses out of 42865 with flag 1065000/1065000
1172.70/595.68	c cleaning 9889 clauses out of 43118 with flag 1075002/1075002
1184.22/601.52	c cleaning 9691 clauses out of 43227 with flag 1085000/1085000
1197.37/608.26	c cleaning 9833 clauses out of 43536 with flag 1095000/1095000
1213.06/616.32	c cleaning 9938 clauses out of 43706 with flag 1105003/1105003
1223.96/621.93	c cleaning 9668 clauses out of 43765 with flag 1115000/1115000
1237.85/629.09	c cleaning 10005 clauses out of 44097 with flag 1125000/1125000
1251.06/635.80	c cleaning 9546 clauses out of 44094 with flag 1135002/1135002
1261.66/641.38	c cleaning 9719 clauses out of 44546 with flag 1145000/1145000
1274.29/647.85	c cleaning 9834 clauses out of 44829 with flag 1155002/1155002
1286.95/654.35	c cleaning 9650 clauses out of 44993 with flag 1165000/1165000
1302.43/662.25	c cleaning 9738 clauses out of 45346 with flag 1175003/1175003
1318.41/670.50	c cleaning 9740 clauses out of 45606 with flag 1185001/1185001
1326.03/674.57	c cleaning 9785 clauses out of 45865 with flag 1195000/1195000
1334.05/678.75	c cleaning 9669 clauses out of 46082 with flag 1205002/1205002
1345.26/684.60	c cleaning 9762 clauses out of 46413 with flag 1215002/1215002
1359.24/691.89	c cleaning 9763 clauses out of 46650 with flag 1225001/1225001
1372.64/698.74	c cleaning 9898 clauses out of 46889 with flag 1235003/1235003
1384.67/704.91	c cleaning 9898 clauses out of 46989 with flag 1245001/1245001
1398.58/712.06	c cleaning 9843 clauses out of 47090 with flag 1255000/1255000
1410.16/718.17	c cleaning 9743 clauses out of 47248 with flag 1265001/1265001
1424.60/725.52	c cleaning 9976 clauses out of 47504 with flag 1275000/1275000
1439.03/732.98	c cleaning 9926 clauses out of 47528 with flag 1285000/1285000
1452.04/739.63	c cleaning 9809 clauses out of 47603 with flag 1295001/1295001
1466.79/747.31	c cleaning 10030 clauses out of 47795 with flag 1305002/1305002
1480.41/754.35	c cleaning 10239 clauses out of 47765 with flag 1315002/1315002
1495.43/762.06	c cleaning 9828 clauses out of 47524 with flag 1325000/1325000
1508.24/768.63	c cleaning 9811 clauses out of 47700 with flag 1335004/1335004
1523.41/776.56	c cleaning 9794 clauses out of 47885 with flag 1345000/1345000
1539.01/784.54	c cleaning 9853 clauses out of 48093 with flag 1355002/1355002
1561.82/796.14	c cleaning 9792 clauses out of 48241 with flag 1365003/1365003
1569.04/799.99	c cleaning 9922 clauses out of 48444 with flag 1375000/1375000
1580.01/805.72	c cleaning 9722 clauses out of 48523 with flag 1385001/1385001
1595.42/813.70	c cleaning 9911 clauses out of 48803 with flag 1395003/1395003
1606.44/819.34	c cleaning 9918 clauses out of 48890 with flag 1405001/1405001
1618.66/825.66	c cleaning 9800 clauses out of 48974 with flag 1415003/1415003
1630.41/831.84	c cleaning 10006 clauses out of 49171 with flag 1425000/1425000
1639.84/836.78	c cleaning 9769 clauses out of 49165 with flag 1435000/1435000
1655.67/844.83	c cleaning 9867 clauses out of 49396 with flag 1445000/1445000
1670.28/852.39	c cleaning 9787 clauses out of 49533 with flag 1455004/1455004
1686.03/860.55	c cleaning 9713 clauses out of 49743 with flag 1465001/1465001
1703.55/869.48	c cleaning 9835 clauses out of 50030 with flag 1475001/1475001
1718.47/877.03	c cleaning 9695 clauses out of 50194 with flag 1485000/1485000
1734.74/885.34	c cleaning 10057 clauses out of 50500 with flag 1495001/1495001
1750.17/893.34	c cleaning 9703 clauses out of 50443 with flag 1505001/1505001
1760.24/898.55	c cleaning 9992 clauses out of 50740 with flag 1515001/1515001
1767.30/902.23	c cleaning 9695 clauses out of 50744 with flag 1525000/1525000
1776.17/906.87	c cleaning 9830 clauses out of 51049 with flag 1535000/1535000
1785.96/912.01	c cleaning 9712 clauses out of 51219 with flag 1545000/1545000
1798.65/918.57	c cleaning 9801 clauses out of 51509 with flag 1555002/1555002
1800.07/919.41	c starts		: 204
1800.07/919.41	c conflicts		: 1556501
1800.07/919.41	c decisions		: 10664241
1800.07/919.41	c propagations		: 577220851
1800.07/919.41	c inspects		: 1907498069
1800.07/919.41	c learnt literals	: 82
1800.07/919.41	c learnt binary clauses	: 34213
1800.07/919.41	c learnt ternary clauses	: 52855
1800.07/919.41	c learnt clauses	: 1556419
1800.07/919.41	c ignored clauses	: 0
1800.07/919.41	c root simplifications	: 0
1800.07/919.41	c removed literals (reason simplification)	: 61205177
1800.07/919.41	c reason swapping (by a shorter reason)	: 0
1800.07/919.41	c Calls to reduceDB	: 157
1800.07/919.41	c number of reductions to clauses (during analyze)	: 0
1800.07/919.41	c number of learned constraints concerned by reduction	: 0
1800.07/919.41	c number of learning phase by resolution	: 0
1800.07/919.41	c number of learning phase by cutting planes	: 0
1800.07/919.41	c speed (assignments/second)	: 628109.7191134113
1800.07/919.41	c non guided choices	3556
1800.07/919.43	c learnt constraints type 
1800.07/919.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9051
1800.07/919.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34213
1800.07/919.43	c constraints type 
1800.07/919.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
1800.07/919.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
1800.07/919.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
1800.07/919.43	c constraints type 
1800.07/919.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1079
1800.07/919.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4717
1800.07/919.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
1800.07/919.43	s UNKNOWN
1800.07/919.43	c Total wall clock time (in seconds): 919.312

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-3741989-1338784505/watcher-3741989-1338784505 -o /tmp/evaluation-result-3741989-1338784505/solver-3741989-1338784505 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741989-1338784505.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.93 3.91 3.77 4/197 18438
/proc/meminfo: memFree=28608752/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/18438/stat : 18438 (runsolver) D 18436 18438 17860 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 344575958 12095488 50 33554432000 4194304 5436572 140734919076128 140734919072424 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/18438/statm: 2953 50 31 304 0 2645 0

[startup+0.0899791 s]
/proc/loadavg: 3.93 3.91 3.77 4/197 18438
/proc/meminfo: memFree=28608752/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 3901 0 1 0 5 1 0 0 20 0 18 0 344575958 2764726272 5620 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 674982 5620 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100302 s]
/proc/loadavg: 3.93 3.91 3.77 4/197 18438
/proc/meminfo: memFree=28608752/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 4646 0 1 0 7 1 0 0 20 0 18 0 344575958 2764726272 6353 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 674982 6354 2079 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.30023 s]
/proc/loadavg: 3.93 3.91 3.77 4/197 18438
/proc/meminfo: memFree=28608752/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 7432 0 1 0 53 2 0 0 20 0 18 0 344575958 2764726272 10798 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 674982 10798 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700183 s]
/proc/loadavg: 3.93 3.91 3.77 4/197 18438
/proc/meminfo: memFree=28608752/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=1.97 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 11841 0 1 0 193 4 0 0 20 0 22 0 344575958 3037372416 20366 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 20366 2256 9 0 732240 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 2966184

[startup+1.50079 s]
/proc/loadavg: 3.93 3.91 3.77 5/219 18460
/proc/meminfo: memFree=28490700/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=4.12 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 13785 0 1 0 404 8 0 0 20 0 22 0 344575958 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 71099 2260 9 0 732240 0
[pid=18438/tid=18440] ppid=18436 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18438/task/18440/stat : 18440 (java) S 18436 18438 17860 0 -1 4202560 2826 0 1 0 37 2 0 0 20 0 22 0 344575960 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597410051224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18441] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18441/stat : 18441 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597394331944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18442] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18442/stat : 18442 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597393279144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18443] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18443/stat : 18443 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597392226856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18444] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18444/stat : 18444 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597391174056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18445] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18445/stat : 18445 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597390121768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18446] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18446/stat : 18446 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597389068968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18447] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18447/stat : 18447 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597388016680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18448] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18448/stat : 18448 (java) S 18436 18438 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597386963880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18449] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18449/stat : 18449 (java) S 18436 18438 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344575962 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597374552296 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18450] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18450/stat : 18450 (java) S 18436 18438 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597373498360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18451] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18451/stat : 18451 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597372445960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18452] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18452/stat : 18452 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597371394448 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18453] ppid=18436 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/18438/task/18453/stat : 18453 (java) S 18436 18438 17860 0 -1 4202560 3763 0 0 0 86 0 0 0 20 0 22 0 344575965 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597370342072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18454] ppid=18436 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/18438/task/18454/stat : 18454 (java) S 18436 18438 17860 0 -1 4202560 5798 0 0 0 69 1 0 0 20 0 22 0 344575965 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597369289272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18455] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18455/stat : 18455 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597368237176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18456] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18456/stat : 18456 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597367184584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18457] ppid=18436 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18438/task/18457/stat : 18457 (java) R 18436 18438 17860 0 -1 4202560 25 0 0 0 105 0 0 0 20 0 22 0 344576002 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597366129352 140597248364718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18458] ppid=18436 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18438/task/18458/stat : 18458 (java) R 18436 18438 17860 0 -1 4202560 172 0 0 0 101 4 0 0 20 0 22 0 344576002 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597247598792 140597248293100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18459] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18459/stat : 18459 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 71099 33554432000 1073741824 1073778376 140736012676928 140597246547112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18460] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18460/stat : 18460 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 71611 33554432000 1073741824 1073778376 140736012676928 140597245494312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.93 3.91 3.77 5/219 18460
/proc/meminfo: memFree=28200436/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=7.6 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 14261 0 1 0 748 12 0 0 20 0 22 0 344575958 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 103916 2284 9 0 732240 0
[pid=18438/tid=18440] ppid=18436 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18438/task/18440/stat : 18440 (java) S 18436 18438 17860 0 -1 4202560 2826 0 1 0 37 2 0 0 20 0 22 0 344575960 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597410051224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18441] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18441/stat : 18441 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597394331944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18442] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18442/stat : 18442 (java) S 18436 18438 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597393279144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18443] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18443/stat : 18443 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597392226856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18444] ppid=18436 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18438/task/18444/stat : 18444 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597391174056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18445] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18445/stat : 18445 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597390121768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18446] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18446/stat : 18446 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597389068968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18447] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18447/stat : 18447 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597388016680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18448] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18448/stat : 18448 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597386963880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18449] ppid=18436 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18438/task/18449/stat : 18449 (java) S 18436 18438 17860 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 22 0 344575962 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597374552296 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18450] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18450/stat : 18450 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597373498360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18451] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18451/stat : 18451 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597372445960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18452] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18452/stat : 18452 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597371394448 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18453] ppid=18436 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/18438/task/18453/stat : 18453 (java) S 18436 18438 17860 0 -1 4202560 3767 0 0 0 106 0 0 0 20 0 22 0 344575965 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597370342072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18454] ppid=18436 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/18438/task/18454/stat : 18454 (java) S 18436 18438 17860 0 -1 4202560 6135 0 0 0 80 1 0 0 20 0 22 0 344575965 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597369289272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18455] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18455/stat : 18455 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597368237176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18456] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18456/stat : 18456 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597367184584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18457] ppid=18436 vsize=2966184 CPUtime=2.58 cores=0,2,4,6
/proc/18438/task/18457/stat : 18457 (java) R 18436 18438 17860 0 -1 4202560 26 0 0 0 258 0 0 0 20 0 22 0 344576002 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597366129048 140597248364695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18458] ppid=18436 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/18438/task/18458/stat : 18458 (java) R 18436 18438 17860 0 -1 4202560 225 0 0 0 254 6 0 0 20 0 22 0 344576002 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597247598248 140597248293194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18459] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18459/stat : 18459 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597246547112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18460] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18460/stat : 18460 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 103916 33554432000 1073741824 1073778376 140736012676928 140597245494312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.93 3.91 3.77 5/219 18460
/proc/meminfo: memFree=28194292/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=13.98 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 14281 0 1 0 1386 12 0 0 20 0 22 0 344575958 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 105286 2284 9 0 732240 0
[pid=18438/tid=18440] ppid=18436 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18438/task/18440/stat : 18440 (java) S 18436 18438 17860 0 -1 4202560 2826 0 1 0 37 2 0 0 20 0 22 0 344575960 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597410051224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18441] ppid=18436 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18438/task/18441/stat : 18441 (java) S 18436 18438 17860 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597394331944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18442] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18442/stat : 18442 (java) S 18436 18438 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597393279144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18443] ppid=18436 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18438/task/18443/stat : 18443 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597392226856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18444] ppid=18436 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/18438/task/18444/stat : 18444 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597391174056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18445] ppid=18436 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18438/task/18445/stat : 18445 (java) S 18436 18438 17860 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597390121768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18446] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18446/stat : 18446 (java) S 18436 18438 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597389068968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18447] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18447/stat : 18447 (java) S 18436 18438 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597388016680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18448] ppid=18436 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18438/task/18448/stat : 18448 (java) S 18436 18438 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344575961 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597386963880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18449] ppid=18436 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/18438/task/18449/stat : 18449 (java) S 18436 18438 17860 0 -1 4202560 36 0 0 0 7 0 0 0 20 0 22 0 344575962 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597374552296 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18450] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18450/stat : 18450 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597373498360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18451] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18451/stat : 18451 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597372445960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18452] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18452/stat : 18452 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597371394448 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18453] ppid=18436 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/18438/task/18453/stat : 18453 (java) S 18436 18438 17860 0 -1 4202560 3767 0 0 0 108 0 0 0 20 0 22 0 344575965 3037372416 105286 33554432000 1073741824 1073778376 140736012676928 140597370342072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=18438/tid=18458] ppid=18436 vsize=2966184 CPUtime=716.49 cores=0,2,4,6
/proc/18438/task/18458/stat : 18458 (java) S 18436 18438 17860 0 -1 4202560 465 0 0 0 71630 19 0 0 20 0 22 0 344576002 3037372416 227770 33554432000 1073741824 1073778376 140736012676928 140597247596472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18459] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18459/stat : 18459 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 227770 33554432000 1073741824 1073778376 140736012676928 140597246547112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18460] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18460/stat : 18460 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 227770 33554432000 1073741824 1073778376 140736012676928 140597245494312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1495.81
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.81 3.89 3.83 5/219 18527
/proc/meminfo: memFree=27744844/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=1612.06 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 19740 0 1 0 161107 99 0 0 20 0 22 0 344575958 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 227774 2285 9 0 732240 0
[pid=18438/tid=18440] ppid=18436 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/18438/task/18440/stat : 18440 (java) S 18436 18438 17860 0 -1 4202560 2855 0 1 0 38 3 0 0 20 0 22 0 344575960 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597410051224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18441] ppid=18436 vsize=2966184 CPUtime=2.69 cores=0,2,4,6
/proc/18438/task/18441/stat : 18441 (java) S 18436 18438 17860 0 -1 4202560 190 0 0 0 263 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597394331944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18442] ppid=18436 vsize=2966184 CPUtime=2.68 cores=0,2,4,6
/proc/18438/task/18442/stat : 18442 (java) S 18436 18438 17860 0 -1 4202560 159 0 0 0 262 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597393279144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18443] ppid=18436 vsize=2966184 CPUtime=2.77 cores=0,2,4,6
/proc/18438/task/18443/stat : 18443 (java) S 18436 18438 17860 0 -1 4202560 185 0 0 0 271 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597392226856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18444] ppid=18436 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18438/task/18444/stat : 18444 (java) S 18436 18438 17860 0 -1 4202560 168 0 0 0 255 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597391174056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18445] ppid=18436 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/18438/task/18445/stat : 18445 (java) S 18436 18438 17860 0 -1 4202560 185 0 0 0 267 7 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597390121768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18446] ppid=18436 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18438/task/18446/stat : 18446 (java) S 18436 18438 17860 0 -1 4202560 162 0 0 0 255 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597389068968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18447] ppid=18436 vsize=2966184 CPUtime=2.66 cores=0,2,4,6
/proc/18438/task/18447/stat : 18447 (java) S 18436 18438 17860 0 -1 4202560 160 0 0 0 260 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597388016680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18448] ppid=18436 vsize=2966184 CPUtime=2.49 cores=0,2,4,6
/proc/18438/task/18448/stat : 18448 (java) S 18436 18438 17860 0 -1 4202560 162 0 0 0 243 6 0 0 20 0 22 0 344575961 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597386963880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18449] ppid=18436 vsize=2966184 CPUtime=43.08 cores=0,2,4,6
/proc/18438/task/18449/stat : 18449 (java) S 18436 18438 17860 0 -1 4202560 137 0 0 0 4289 19 0 0 20 0 22 0 344575962 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597374552296 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18450] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18450/stat : 18450 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597373498360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18451] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18451/stat : 18451 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597372445960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18452] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18452/stat : 18452 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597371394448 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18453] ppid=18436 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18438/task/18453/stat : 18453 (java) S 18436 18438 17860 0 -1 4202560 6038 0 0 0 127 2 0 0 20 0 22 0 344575965 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597370342072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18454] ppid=18436 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/18438/task/18454/stat : 18454 (java) S 18436 18438 17860 0 -1 4202560 7372 0 0 0 110 2 0 0 20 0 22 0 344575965 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597369289272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18455] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18455/stat : 18455 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597368237176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18456] ppid=18436 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/18438/task/18456/stat : 18456 (java) S 18436 18438 17860 0 -1 4202560 47 0 0 0 9 14 0 0 20 0 22 0 344575965 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597367184584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18457] ppid=18436 vsize=2966184 CPUtime=772.41 cores=0,2,4,6
/proc/18438/task/18457/stat : 18457 (java) R 18436 18438 17860 0 -1 4202560 268 0 0 0 77227 14 0 0 20 0 22 0 344576002 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597366128848 140597248438928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18458] ppid=18436 vsize=2966184 CPUtime=772.6 cores=0,2,4,6
/proc/18438/task/18458/stat : 18458 (java) R 18436 18438 17860 0 -1 4202560 465 0 0 0 77240 20 0 0 20 0 22 0 344576002 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597247596352 140597248849659 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18459] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18459/stat : 18459 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597246547112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18460] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18460/stat : 18460 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 227774 33554432000 1073741824 1073778376 140736012676928 140597245494312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1612.06
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.88 3.89 3.83 5/219 18528
/proc/meminfo: memFree=27676892/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=1728.72 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 19817 0 1 0 172769 103 0 0 20 0 22 0 344575958 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 232404 2285 9 0 732240 0
[pid=18438/tid=18440] ppid=18436 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/18438/task/18440/stat : 18440 (java) S 18436 18438 17860 0 -1 4202560 2856 0 1 0 38 3 0 0 20 0 22 0 344575960 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597410051224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18441] ppid=18436 vsize=2966184 CPUtime=2.78 cores=0,2,4,6
/proc/18438/task/18441/stat : 18441 (java) S 18436 18438 17860 0 -1 4202560 196 0 0 0 272 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597394331944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18442] ppid=18436 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/18438/task/18442/stat : 18442 (java) S 18436 18438 17860 0 -1 4202560 169 0 0 0 274 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597393279144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18443] ppid=18436 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/18438/task/18443/stat : 18443 (java) S 18436 18438 17860 0 -1 4202560 192 0 0 0 283 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597392226856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18444] ppid=18436 vsize=2966184 CPUtime=2.72 cores=0,2,4,6
/proc/18438/task/18444/stat : 18444 (java) S 18436 18438 17860 0 -1 4202560 178 0 0 0 266 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597391174056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18445] ppid=18436 vsize=2966184 CPUtime=2.83 cores=0,2,4,6
/proc/18438/task/18445/stat : 18445 (java) S 18436 18438 17860 0 -1 4202560 188 0 0 0 276 7 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597390121768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18446] ppid=18436 vsize=2966184 CPUtime=2.72 cores=0,2,4,6
/proc/18438/task/18446/stat : 18446 (java) S 18436 18438 17860 0 -1 4202560 173 0 0 0 266 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597389068968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18447] ppid=18436 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/18438/task/18447/stat : 18447 (java) S 18436 18438 17860 0 -1 4202560 162 0 0 0 268 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597388016680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18448] ppid=18436 vsize=2966184 CPUtime=2.58 cores=0,2,4,6
/proc/18438/task/18448/stat : 18448 (java) S 18436 18438 17860 0 -1 4202560 164 0 0 0 252 6 0 0 20 0 22 0 344575961 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597386963880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18449] ppid=18436 vsize=2966184 CPUtime=46.74 cores=0,2,4,6
/proc/18438/task/18449/stat : 18449 (java) S 18436 18438 17860 0 -1 4202560 141 0 0 0 4653 21 0 0 20 0 22 0 344575962 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597374552296 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18450] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18450/stat : 18450 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597373498360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18451] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18451/stat : 18451 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597372445960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18452] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18452/stat : 18452 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597371394448 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18453] ppid=18436 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18438/task/18453/stat : 18453 (java) S 18436 18438 17860 0 -1 4202560 6038 0 0 0 127 2 0 0 20 0 22 0 344575965 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597370342072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18454] ppid=18436 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/18438/task/18454/stat : 18454 (java) S 18436 18438 17860 0 -1 4202560 7372 0 0 0 110 2 0 0 20 0 22 0 344575965 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597369289272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18455] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18455/stat : 18455 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597368237176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18456] ppid=18436 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/18438/task/18456/stat : 18456 (java) S 18436 18438 17860 0 -1 4202560 51 0 0 0 10 15 0 0 20 0 22 0 344575965 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597367184584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18457] ppid=18436 vsize=2966184 CPUtime=828.52 cores=0,2,4,6
/proc/18438/task/18457/stat : 18457 (java) R 18436 18438 17860 0 -1 4202560 278 0 0 0 82837 15 0 0 20 0 22 0 344576002 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597366127888 140597248420681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18458] ppid=18436 vsize=2966184 CPUtime=828.72 cores=0,2,4,6
/proc/18438/task/18458/stat : 18458 (java) R 18436 18438 17860 0 -1 4202560 472 0 0 0 82851 21 0 0 20 0 22 0 344576002 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597247596864 140597248605034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18459] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18459/stat : 18459 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597246547112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18460] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18460/stat : 18460 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 232404 33554432000 1073741824 1073778376 140736012676928 140597245494312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.72
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.401 s]
/proc/loadavg: 3.80 3.87 3.82 5/220 18531
/proc/meminfo: memFree=27645028/32873648 swapFree=7116/7116
[pid=18438] ppid=18436 vsize=2966184 CPUtime=1800.07 cores=0,2,4,6
/proc/18438/stat : 18438 (java) S 18436 18438 17860 0 -1 4202496 19874 0 1 0 179900 107 0 0 20 0 22 0 344575958 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140736012668064 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18438/statm: 741546 233452 2285 9 0 732240 0
[pid=18438/tid=18440] ppid=18436 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/18438/task/18440/stat : 18440 (java) S 18436 18438 17860 0 -1 4202560 2857 0 1 0 38 3 0 0 20 0 22 0 344575960 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597410051224 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18441] ppid=18436 vsize=2966184 CPUtime=2.96 cores=0,2,4,6
/proc/18438/task/18441/stat : 18441 (java) S 18436 18438 17860 0 -1 4202560 201 0 0 0 289 7 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597394331944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18442] ppid=18436 vsize=2966184 CPUtime=2.97 cores=0,2,4,6
/proc/18438/task/18442/stat : 18442 (java) S 18436 18438 17860 0 -1 4202560 176 0 0 0 291 6 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597393279144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18443] ppid=18436 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/18438/task/18443/stat : 18443 (java) S 18436 18438 17860 0 -1 4202560 195 0 0 0 296 7 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597392226856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18444] ppid=18436 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/18438/task/18444/stat : 18444 (java) S 18436 18438 17860 0 -1 4202560 179 0 0 0 282 7 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597391174056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18445] ppid=18436 vsize=2966184 CPUtime=2.93 cores=0,2,4,6
/proc/18438/task/18445/stat : 18445 (java) S 18436 18438 17860 0 -1 4202560 189 0 0 0 286 7 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597390121768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18446] ppid=18436 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/18438/task/18446/stat : 18446 (java) S 18436 18438 17860 0 -1 4202560 178 0 0 0 282 6 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597389068968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18447] ppid=18436 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/18438/task/18447/stat : 18447 (java) S 18436 18438 17860 0 -1 4202560 165 0 0 0 282 6 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597388016680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18448] ppid=18436 vsize=2966184 CPUtime=2.7 cores=0,2,4,6
/proc/18438/task/18448/stat : 18448 (java) S 18436 18438 17860 0 -1 4202560 171 0 0 0 264 6 0 0 20 0 22 0 344575961 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597386963880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18438/tid=18449] ppid=18436 vsize=2966184 CPUtime=50.11 cores=0,2,4,6
/proc/18438/task/18449/stat : 18449 (java) S 18436 18438 17860 0 -1 4202560 143 0 0 0 4990 21 0 0 20 0 22 0 344575962 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597374552296 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18450] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18450/stat : 18450 (java) S 18436 18438 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597373498360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18451] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18451/stat : 18451 (java) S 18436 18438 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344575963 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597372445960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18452] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18452/stat : 18452 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597371394448 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18453] ppid=18436 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18438/task/18453/stat : 18453 (java) S 18436 18438 17860 0 -1 4202560 6038 0 0 0 127 2 0 0 20 0 22 0 344575965 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597370342072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18454] ppid=18436 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/18438/task/18454/stat : 18454 (java) S 18436 18438 17860 0 -1 4202560 7372 0 0 0 110 2 0 0 20 0 22 0 344575965 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597369289272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18455] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18455/stat : 18455 (java) S 18436 18438 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344575965 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597368237176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18456] ppid=18436 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/18438/task/18456/stat : 18456 (java) S 18436 18438 17860 0 -1 4202560 53 0 0 0 11 16 0 0 20 0 22 0 344575965 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597367184584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18457] ppid=18436 vsize=2966184 CPUtime=861.91 cores=0,2,4,6
/proc/18438/task/18457/stat : 18457 (java) R 18436 18438 17860 0 -1 4202560 289 0 0 0 86175 16 0 0 20 0 22 0 344576002 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597366128848 140597248438910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18438/tid=18458] ppid=18436 vsize=2966184 CPUtime=862.11 cores=0,2,4,6
/proc/18438/task/18458/stat : 18458 (java) R 18436 18438 17860 0 -1 4202560 481 0 0 0 86188 23 0 0 20 0 22 0 344576002 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597247596864 140597248604773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18438/tid=18459] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18459/stat : 18459 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597246547112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18438/tid=18460] ppid=18436 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18438/task/18460/stat : 18460 (java) S 18436 18438 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344576003 3037372416 233452 33554432000 1073741824 1073778376 140736012676928 140597245494312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 919.451
CPU time (s): 1800.84
CPU user time (s): 1799.33
CPU system time (s): 1.51177
CPU usage (%): 195.86
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.51177
maximum resident set size= 933924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19905
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36119
involuntary context switches= 48615

runsolver used 3.39048 second user time and 7.97379 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 06:35:05
IDJOB=3741989
IDBENCH=90123
IDSOLVER=2324
FILE ID=node127/3741989-1338784505
RUNJOBID= node127-1338781344-17876
PBS_JOBID= 14636831
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741989-1338784505/watcher-3741989-1338784505 -o /tmp/evaluation-result-3741989-1338784505/solver-3741989-1338784505 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741989-1338784505.opb

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=1995966834

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28609100 kB
Buffers:          427476 kB
Cached:          2118236 kB
SwapCached:         1428 kB
Active:          1882584 kB
Inactive:        1497744 kB
Active(anon):     828624 kB
Inactive(anon):     7952 kB
Active(file):    1053960 kB
Inactive(file):  1489792 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        839868 kB
Mapped:            18980 kB
Shmem:                92 kB
Slab:             747084 kB
SReclaimable:     191208 kB
SUnreclaim:       555876 kB
KernelStack:        1632 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

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