Trace number 3741902

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.57 925.854

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K91.opb
MD5SUM8c2203c9ba90488459f210b4f3d3e3ed
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 variables6188
Total number of constraints6372
Number of constraints which are clauses6281
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint91
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 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741902-1338762186.opb
0.07/0.13	c reading problem ... 
0.75/0.45	c ... done. Wall clock time 0.318s.
0.75/0.45	c #vars     6188
0.75/0.45	c #constraints  6372
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
0.75/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
0.75/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
5.15/1.98	c cleaning 2478 clauses out of 4983 with flag 5000/5000
9.08/3.81	c cleaning 4232 clauses out of 8499 with flag 11000/11000
13.58/6.09	c cleaning 5600 clauses out of 11258 with flag 18000/18000
18.35/8.50	c cleaning 6761 clauses out of 13653 with flag 26001/26001
23.94/11.27	c cleaning 7894 clauses out of 15878 with flag 35000/35000
29.50/14.04	c cleaning 8945 clauses out of 17973 with flag 45000/45000
35.67/17.19	c cleaning 9406 clauses out of 19029 with flag 55008/55008
60.99/29.77	c cleaning 9662 clauses out of 19613 with flag 65003/65003
71.33/34.99	c cleaning 9880 clauses out of 19946 with flag 75002/75002
77.47/38.01	c cleaning 9921 clauses out of 20059 with flag 85000/85000
85.01/41.90	c cleaning 9894 clauses out of 20138 with flag 95000/95000
90.92/44.87	c cleaning 10024 clauses out of 20241 with flag 105000/105000
96.80/47.82	c cleaning 9979 clauses out of 20219 with flag 115003/115003
102.52/50.70	c cleaning 10002 clauses out of 20231 with flag 125002/125002
109.64/54.37	c cleaning 10032 clauses out of 20227 with flag 135000/135000
121.95/60.58	c cleaning 10049 clauses out of 20194 with flag 145000/145000
130.21/64.79	c cleaning 9969 clauses out of 20145 with flag 155001/155001
135.72/67.56	c cleaning 10048 clauses out of 20174 with flag 165000/165000
142.62/71.08	c cleaning 10003 clauses out of 20126 with flag 175002/175002
153.71/76.68	c cleaning 9935 clauses out of 20122 with flag 185001/185001
160.96/80.33	c cleaning 9985 clauses out of 20186 with flag 195001/195001
166.85/83.32	c cleaning 9887 clauses out of 20202 with flag 205002/205002
176.14/88.05	c cleaning 9566 clauses out of 20311 with flag 215000/215000
186.61/93.37	c cleaning 9329 clauses out of 20745 with flag 225000/225000
194.44/97.30	c cleaning 9734 clauses out of 21411 with flag 235000/235000
207.52/103.98	c cleaning 9611 clauses out of 21676 with flag 245000/245000
215.60/108.05	c cleaning 9513 clauses out of 22064 with flag 255000/255000
224.27/112.47	c cleaning 9741 clauses out of 22553 with flag 265002/265002
230.28/115.53	c cleaning 9603 clauses out of 22808 with flag 275000/275000
236.93/118.92	c cleaning 9530 clauses out of 23209 with flag 285004/285004
242.20/121.69	c cleaning 9577 clauses out of 23674 with flag 295000/295000
257.28/129.29	c cleaning 9722 clauses out of 24096 with flag 305001/305001
264.68/133.01	c cleaning 9503 clauses out of 24372 with flag 315000/315000
273.33/137.46	c cleaning 9736 clauses out of 24869 with flag 325000/325000
292.46/147.07	c cleaning 9709 clauses out of 25137 with flag 335004/335004
309.14/155.46	c cleaning 9694 clauses out of 25424 with flag 345000/345000
341.34/171.62	c cleaning 9963 clauses out of 25730 with flag 355000/355000
347.98/175.09	c cleaning 9595 clauses out of 25763 with flag 365000/365000
356.06/179.11	c cleaning 9577 clauses out of 26166 with flag 375000/375000
364.48/183.49	c cleaning 9425 clauses out of 26590 with flag 385001/385001
370.38/186.52	c cleaning 9661 clauses out of 27162 with flag 395000/395000
381.99/192.44	c cleaning 9787 clauses out of 27503 with flag 405002/405002
393.02/198.06	c cleaning 9617 clauses out of 27716 with flag 415002/415002
405.20/204.29	c cleaning 9738 clauses out of 28101 with flag 425004/425004
420.88/212.27	c cleaning 9777 clauses out of 28359 with flag 435000/435000
433.08/218.44	c cleaning 9764 clauses out of 28582 with flag 445000/445000
445.50/224.70	c cleaning 9706 clauses out of 28818 with flag 455000/455000
453.72/228.96	c cleaning 9703 clauses out of 29112 with flag 465001/465001
463.98/234.29	c cleaning 9760 clauses out of 29409 with flag 475001/475001
472.95/238.81	c cleaning 9726 clauses out of 29648 with flag 485000/485000
492.98/248.91	c cleaning 9776 clauses out of 29924 with flag 495002/495002
498.35/251.77	c cleaning 9641 clauses out of 30149 with flag 505004/505004
508.56/257.08	c cleaning 9738 clauses out of 30504 with flag 515000/515000
516.11/260.96	c cleaning 9659 clauses out of 30765 with flag 525001/525001
529.45/267.73	c cleaning 9665 clauses out of 31105 with flag 535000/535000
546.99/276.62	c cleaning 9850 clauses out of 31440 with flag 545000/545000
559.78/283.23	c cleaning 9776 clauses out of 31594 with flag 555004/555004
570.91/288.99	c cleaning 10049 clauses out of 31814 with flag 565000/565000
576.83/292.06	c cleaning 9578 clauses out of 31765 with flag 575000/575000
586.58/297.01	c cleaning 9504 clauses out of 32187 with flag 585000/585000
594.33/301.13	c cleaning 9667 clauses out of 32684 with flag 595001/595001
601.05/304.69	c cleaning 9710 clauses out of 33020 with flag 605004/605004
611.55/310.09	c cleaning 9548 clauses out of 33307 with flag 615001/615001
624.26/316.56	c cleaning 9604 clauses out of 33758 with flag 625000/625000
642.97/326.10	c cleaning 9756 clauses out of 34154 with flag 635000/635000
662.06/335.86	c cleaning 9761 clauses out of 34398 with flag 645000/645000
670.56/340.21	c cleaning 9756 clauses out of 34638 with flag 655001/655001
677.46/343.88	c cleaning 9784 clauses out of 34881 with flag 665000/665000
686.36/348.57	c cleaning 9701 clauses out of 35098 with flag 675001/675001
696.44/353.77	c cleaning 9766 clauses out of 35397 with flag 685001/685001
709.74/360.51	c cleaning 9804 clauses out of 35631 with flag 695001/695001
721.44/366.53	c cleaning 9593 clauses out of 35826 with flag 705000/705000
735.56/373.82	c cleaning 9835 clauses out of 36235 with flag 715002/715002
747.44/379.91	c cleaning 9637 clauses out of 36399 with flag 725001/725001
755.92/384.39	c cleaning 0 clauses out of 5002 with flag 0/5002
760.44/386.65	c cleaning 9786 clauses out of 36762 with flag 735001/735001
774.73/394.06	c cleaning 9770 clauses out of 36975 with flag 745000/745000
788.60/401.11	c cleaning 9868 clauses out of 37206 with flag 755001/755001
797.30/405.63	c cleaning 10029 clauses out of 37337 with flag 765000/765000
803.98/409.17	c cleaning 9688 clauses out of 37308 with flag 775000/775000
812.86/413.81	c cleaning 9675 clauses out of 37621 with flag 785001/785001
820.35/417.74	c cleaning 9597 clauses out of 37947 with flag 795002/795002
830.42/422.93	c cleaning 9639 clauses out of 38348 with flag 805001/805001
839.12/427.46	c cleaning 9606 clauses out of 38707 with flag 815000/815000
847.19/431.70	c cleaning 9620 clauses out of 39105 with flag 825004/825004
855.67/436.15	c cleaning 9578 clauses out of 39481 with flag 835000/835000
864.33/440.60	c cleaning 9670 clauses out of 39903 with flag 845000/845000
877.80/447.53	c cleaning 9657 clauses out of 40233 with flag 855000/855000
890.88/454.38	c cleaning 9930 clauses out of 40576 with flag 865000/865000
898.53/458.33	c cleaning 9602 clauses out of 40647 with flag 875001/875001
909.19/463.83	c cleaning 9770 clauses out of 41045 with flag 885002/885002
930.25/474.58	c cleaning 9578 clauses out of 41274 with flag 895001/895001
941.30/480.34	c cleaning 9751 clauses out of 41696 with flag 905001/905001
949.95/484.81	c cleaning 9617 clauses out of 41945 with flag 915001/915001
961.03/490.58	c cleaning 9760 clauses out of 42329 with flag 925002/925002
972.10/496.21	c cleaning 9879 clauses out of 42569 with flag 935002/935002
989.93/505.45	c cleaning 9857 clauses out of 42689 with flag 945001/945001
1006.42/513.82	c cleaning 9845 clauses out of 42833 with flag 955002/955002
1024.92/523.25	c cleaning 9850 clauses out of 42987 with flag 965001/965001
1035.38/528.60	c cleaning 9806 clauses out of 43138 with flag 975002/975002
1048.20/535.31	c cleaning 9901 clauses out of 43330 with flag 985000/985000
1058.46/540.64	c cleaning 9793 clauses out of 43429 with flag 995000/995000
1067.94/545.57	c cleaning 9866 clauses out of 43636 with flag 1005000/1005000
1082.01/552.73	c cleaning 9651 clauses out of 43771 with flag 1015001/1015001
1091.63/557.81	c cleaning 9709 clauses out of 44120 with flag 1025002/1025002
1101.46/562.92	c cleaning 9826 clauses out of 44408 with flag 1035000/1035000
1116.13/570.49	c cleaning 9825 clauses out of 44582 with flag 1045000/1045000
1125.80/575.45	c cleaning 9810 clauses out of 44760 with flag 1055003/1055003
1134.41/580.06	c cleaning 9664 clauses out of 44951 with flag 1065004/1065004
1157.07/591.51	c cleaning 9724 clauses out of 45283 with flag 1075000/1075000
1166.94/596.64	c cleaning 9781 clauses out of 45560 with flag 1085001/1085001
1186.78/606.73	c cleaning 9776 clauses out of 45778 with flag 1095000/1095000
1200.79/614.09	c cleaning 9947 clauses out of 46002 with flag 1105000/1105000
1220.22/623.95	c cleaning 9829 clauses out of 46055 with flag 1115000/1115000
1229.88/628.91	c cleaning 9940 clauses out of 46225 with flag 1125000/1125000
1238.33/633.32	c cleaning 9506 clauses out of 46285 with flag 1135000/1135000
1251.48/640.21	c cleaning 9735 clauses out of 46779 with flag 1145000/1145000
1266.92/648.19	c cleaning 9623 clauses out of 47044 with flag 1155000/1155000
1278.55/654.12	c cleaning 9882 clauses out of 47421 with flag 1165000/1165000
1291.58/660.83	c cleaning 9763 clauses out of 47541 with flag 1175002/1175002
1304.72/667.78	c cleaning 9717 clauses out of 47776 with flag 1185000/1185000
1318.72/674.91	c cleaning 9954 clauses out of 48059 with flag 1195000/1195000
1339.35/685.47	c cleaning 9751 clauses out of 48105 with flag 1205000/1205000
1361.55/696.73	c cleaning 9766 clauses out of 48354 with flag 1215000/1215000
1369.48/701.00	c cleaning 9760 clauses out of 48591 with flag 1225003/1225003
1378.50/705.71	c cleaning 9578 clauses out of 48828 with flag 1235000/1235000
1388.90/711.19	c cleaning 9866 clauses out of 49252 with flag 1245002/1245002
1399.30/716.56	c cleaning 9615 clauses out of 49387 with flag 1255003/1255003
1408.44/721.47	c cleaning 9667 clauses out of 49769 with flag 1265000/1265000
1416.24/725.53	c cleaning 9859 clauses out of 50102 with flag 1275000/1275000
1427.24/731.20	c cleaning 9792 clauses out of 50246 with flag 1285003/1285003
1438.23/736.91	c cleaning 9572 clauses out of 50451 with flag 1295000/1295000
1448.37/742.34	c cleaning 9828 clauses out of 50879 with flag 1305000/1305000
1456.59/746.68	c cleaning 9659 clauses out of 51051 with flag 1315000/1315000
1467.39/752.24	c cleaning 9720 clauses out of 51393 with flag 1325001/1325001
1476.77/757.19	c cleaning 9737 clauses out of 51673 with flag 1335001/1335001
1488.51/763.40	c cleaning 9830 clauses out of 51935 with flag 1345000/1345000
1497.69/768.16	c cleaning 9851 clauses out of 52105 with flag 1355000/1355000
1512.08/775.55	c cleaning 9739 clauses out of 52254 with flag 1365000/1365000
1528.24/783.89	c cleaning 9837 clauses out of 52517 with flag 1375002/1375002
1541.54/790.87	c cleaning 9785 clauses out of 52679 with flag 1385001/1385001
1554.36/797.48	c cleaning 9889 clauses out of 52894 with flag 1395001/1395001
1568.55/804.78	c cleaning 9822 clauses out of 53007 with flag 1405003/1405003
1582.12/811.71	c cleaning 9823 clauses out of 53182 with flag 1415000/1415000
1596.21/819.18	c cleaning 9792 clauses out of 53359 with flag 1425000/1425000
1612.63/827.50	c cleaning 9877 clauses out of 53569 with flag 1435002/1435002
1624.20/833.58	c cleaning 9916 clauses out of 53690 with flag 1445000/1445000
1634.60/838.92	c cleaning 9825 clauses out of 53774 with flag 1455000/1455000
1643.49/843.71	c cleaning 9730 clauses out of 53949 with flag 1465000/1465000
1656.65/850.56	c cleaning 9755 clauses out of 54221 with flag 1475002/1475002
1665.60/855.23	c cleaning 10014 clauses out of 54466 with flag 1485002/1485002
1681.37/863.36	c cleaning 9801 clauses out of 54452 with flag 1495002/1495002
1693.24/869.63	c cleaning 9620 clauses out of 54649 with flag 1505000/1505000
1702.79/874.68	c cleaning 10038 clauses out of 55029 with flag 1515000/1515000
1710.32/878.69	c cleaning 9744 clauses out of 54995 with flag 1525004/1525004
1718.04/882.74	c cleaning 9709 clauses out of 55247 with flag 1535000/1535000
1727.87/888.01	c cleaning 9983 clauses out of 55538 with flag 1545000/1545000
1736.40/892.51	c cleaning 9720 clauses out of 55556 with flag 1555001/1555001
1745.35/897.23	c cleaning 9772 clauses out of 55837 with flag 1565002/1565002
1754.31/901.96	c cleaning 9852 clauses out of 56063 with flag 1575000/1575000
1763.36/906.86	c cleaning 9784 clauses out of 56212 with flag 1585001/1585001
1772.10/911.45	c cleaning 9826 clauses out of 56428 with flag 1595001/1595001
1787.26/919.22	c cleaning 9888 clauses out of 56601 with flag 1605000/1605000
1800.02/925.81	c starts		: 190
1800.02/925.81	c conflicts		: 1613942
1800.02/925.81	c decisions		: 13233429
1800.02/925.81	c propagations		: 594811077
1800.02/925.81	c inspects		: 1701211540
1800.02/925.81	c shortcuts		: 0
1800.02/925.81	c learnt literals	: 134
1800.02/925.81	c learnt binary clauses	: 38293
1800.02/925.81	c learnt ternary clauses	: 56395
1800.02/925.81	c learnt constraints	: 1613807
1800.02/925.81	c ignored constraints	: 0
1800.02/925.81	c root simplifications	: 0
1800.02/925.81	c removed literals (reason simplification)	: 45520027
1800.02/925.81	c reason swapping (by a shorter reason)	: 0
1800.02/925.81	c Calls to reduceDB	: 162
1800.02/925.81	c number of reductions to clauses (during analyze)	: 0
1800.02/925.81	c number of learned constraints concerned by reduction	: 0
1800.02/925.81	c number of learning phase by resolution	: 0
1800.02/925.81	c number of learning phase by cutting planes	: 0
1800.02/925.81	c speed (assignments/second)	: 642790.5362032857
1800.02/925.81	c non guided choices	3325
1800.02/925.83	c learnt constraints type 
1800.02/925.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38293
1800.02/925.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17376
1800.02/925.83	c constraints type 
1800.02/925.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
1800.02/925.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
1800.02/925.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
1800.02/925.83	c constraints type 
1800.02/925.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
1800.02/925.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
1800.02/925.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
1800.02/925.83	s UNKNOWN
1800.02/925.83	c Total wall clock time (in seconds): 925.703

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-3741902-1338762186/watcher-3741902-1338762186 -o /tmp/evaluation-result-3741902-1338762186/solver-3741902-1338762186 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741902-1338762186.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.85 3.87 3.82 7/197 574
/proc/meminfo: memFree=23999160/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/574/stat : 574 (java) D 572 574 30010 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 342345414 2560000 46 33554432000 1073741824 1073778376 140734978726224 140734978723352 271778409767 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/574/statm: 625 46 37 9 0 29 0

[startup+0.075877 s]
/proc/loadavg: 3.85 3.87 3.82 7/197 574
/proc/meminfo: memFree=23999160/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 3810 0 1 0 4 1 0 0 20 0 13 0 342345414 11523600384 12684 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2813379 12684 1715 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100264 s]
/proc/loadavg: 3.85 3.87 3.82 7/197 574
/proc/meminfo: memFree=23999160/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 4091 0 1 0 6 1 0 0 20 0 18 0 342345414 11864465408 12966 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2896598 12980 1878 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.30023 s]
/proc/loadavg: 3.85 3.87 3.82 7/197 574
/proc/meminfo: memFree=23999160/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11586392 CPUtime=0.53 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 7504 0 1 0 51 2 0 0 20 0 18 0 342345414 11864465408 17505 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2896598 17505 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700181 s]
/proc/loadavg: 3.85 3.87 3.82 7/197 574
/proc/meminfo: memFree=23999160/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=1.88 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 14414 0 1 0 185 3 0 0 20 0 22 0 342345414 12137111552 30924 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 30955 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.94 3.89 3.83 7/219 596
/proc/meminfo: memFree=23826336/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=4.33 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 21712 0 1 0 426 7 0 0 20 0 22 0 342345414 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 88283 2264 9 0 2953849 0
[pid=574/tid=576] ppid=572 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 30010 0 -1 4202560 2885 0 1 0 40 2 0 0 20 0 22 0 342345415 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045519021208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045473773864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045472721064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045471668776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045470615976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045469563688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045468510888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045467458600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045466405800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342345418 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045335881960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045334828024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045333775624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045332724112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 30010 0 -1 4202560 9600 0 0 0 93 0 0 0 20 0 22 0 342345422 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045331671736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 30010 0 -1 4202560 7819 0 0 0 85 1 0 0 20 0 22 0 342345422 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045330618936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140045329566840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140044320894152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=593] ppid=572 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) R 572 574 30010 0 -1 4202560 26 0 0 0 102 0 0 0 20 0 22 0 342345460 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140044319836160 140045345032297 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=574/tid=594] ppid=572 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/574/task/594/stat : 594 (java) R 572 574 30010 0 -1 4202560 181 0 0 0 100 3 0 0 20 0 22 0 342345460 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140044318784856 140045344963382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140044317734056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 88283 33554432000 1073741824 1073778376 140733480566912 140044052456488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 3.94 3.89 3.83 5/219 596
/proc/meminfo: memFree=23441996/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=7.63 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 21891 0 1 0 752 11 0 0 20 0 22 0 342345414 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 147210 2290 9 0 2953849 0
[pid=574/tid=576] ppid=572 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 30010 0 -1 4202560 2885 0 1 0 40 2 0 0 20 0 22 0 342345415 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045519021208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045473773864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045472721064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045471668776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045470615976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045469563688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045468510888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045467458600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045466405800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 30010 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 22 0 342345418 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045335881960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045334828024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045333775624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045332724112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 30010 0 -1 4202560 9606 0 0 0 98 0 0 0 20 0 22 0 342345422 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045331671736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 30010 0 -1 4202560 7823 0 0 0 90 2 0 0 20 0 22 0 342345422 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045330618936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140045329566840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140044320894152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=593] ppid=572 vsize=11852648 CPUtime=2.55 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) R 572 574 30010 0 -1 4202560 29 0 0 0 255 0 0 0 20 0 22 0 342345460 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140044319838376 140045345049804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=574/tid=594] ppid=572 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/574/task/594/stat : 594 (java) R 572 574 30010 0 -1 4202560 284 0 0 0 251 7 0 0 20 0 22 0 342345460 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140044318785448 140045345145475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140044317734056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 147210 33554432000 1073741824 1073778376 140733480566912 140044052456488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.94 3.89 3.83 5/219 596
/proc/meminfo: memFree=23037428/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=14.14 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 22261 0 1 0 1391 23 0 0 20 0 22 0 342345414 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 326401 2290 9 0 2953849 0
[pid=574/tid=576] ppid=572 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 30010 0 -1 4202560 2885 0 1 0 40 2 0 0 20 0 22 0 342345415 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045519021208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 30010 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045473773864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045472721064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045471668776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045470615976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045469563688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 30010 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045468510888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045467458600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342345417 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045466405800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 30010 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 342345418 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045335881960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045334828024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045333775624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045332724112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 30010 0 -1 4202560 9606 0 0 0 112 0 0 0 20 0 22 0 342345422 12137111552 326401 33554432000 1073741824 1073778376 140733480566912 140045331671736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=574/tid=594] ppid=572 vsize=11852648 CPUtime=715.27 cores=0,2,4,6
/proc/574/task/594/stat : 594 (java) R 572 574 30010 0 -1 4202560 1675 0 0 0 71466 61 0 0 20 0 22 0 342345460 12137111552 960644 33554432000 1073741824 1073778376 140733480566912 140044318783376 140045344955178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 960644 33554432000 1073741824 1073778376 140733480566912 140044317734056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 960644 33554432000 1073741824 1073778376 140733480566912 140044052456488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1486.52
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 4.26 3.96 3.86 5/219 664
/proc/meminfo: memFree=20663504/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=1602.18 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 24618 0 1 0 160123 95 0 0 20 0 22 0 342345414 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 965283 2291 9 0 2953849 0
[pid=574/tid=576] ppid=572 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 30010 0 -1 4202560 2961 0 1 0 42 4 0 0 20 0 22 0 342345415 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045519021208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 30010 0 -1 4202560 74 0 0 0 108 2 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045473773864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 30010 0 -1 4202560 76 0 0 0 118 3 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045472721064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 30010 0 -1 4202560 60 0 0 0 125 2 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045471668776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 30010 0 -1 4202560 79 0 0 0 122 2 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045470615976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 30010 0 -1 4202560 69 0 0 0 111 2 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045469563688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 30010 0 -1 4202560 74 0 0 0 123 2 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045468510888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 30010 0 -1 4202560 74 0 0 0 123 3 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045467458600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 30010 0 -1 4202560 73 0 0 0 109 2 0 0 20 0 22 0 342345417 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045466405800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=11852648 CPUtime=48.64 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 30010 0 -1 4202560 280 0 0 0 4856 8 0 0 20 0 22 0 342345418 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045335881960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045334828024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045333775624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045332724112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 30010 0 -1 4202560 9611 0 0 0 115 0 0 0 20 0 22 0 342345422 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045331671736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 30010 0 -1 4202560 8190 0 0 0 148 2 0 0 20 0 22 0 342345422 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045330618936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140045329566840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 30010 0 -1 4202560 47 0 0 0 16 16 0 0 20 0 22 0 342345422 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140044320894152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=593] ppid=572 vsize=11852648 CPUtime=770.32 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) R 572 574 30010 0 -1 4202560 88 0 0 0 77019 13 0 0 20 0 22 0 342345460 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140044319838416 140045344967415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=574/tid=594] ppid=572 vsize=11852648 CPUtime=770.33 cores=0,2,4,6
/proc/574/task/594/stat : 594 (java) R 572 574 30010 0 -1 4202560 1675 0 0 0 76971 62 0 0 20 0 22 0 342345460 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140044318783376 140045344955100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140044317734056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 965283 33554432000 1073741824 1073778376 140733480566912 140044052456488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.18
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.14 3.97 3.86 5/219 665
/proc/meminfo: memFree=20240380/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=1717.24 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 24681 0 1 0 171626 98 0 0 20 0 22 0 342345414 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 969404 2291 9 0 2953849 0
[pid=574/tid=576] ppid=572 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 30010 0 -1 4202560 2970 0 1 0 42 4 0 0 20 0 22 0 342345415 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045519021208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 30010 0 -1 4202560 79 0 0 0 117 2 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045473773864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 30010 0 -1 4202560 84 0 0 0 129 3 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045472721064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 30010 0 -1 4202560 69 0 0 0 139 2 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045471668776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 30010 0 -1 4202560 79 0 0 0 130 2 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045470615976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 30010 0 -1 4202560 74 0 0 0 126 2 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045469563688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 30010 0 -1 4202560 82 0 0 0 139 3 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045468510888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 30010 0 -1 4202560 82 0 0 0 136 3 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045467458600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 30010 0 -1 4202560 74 0 0 0 120 2 0 0 20 0 22 0 342345417 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045466405800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=11852648 CPUtime=54 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 30010 0 -1 4202560 284 0 0 0 5391 9 0 0 20 0 22 0 342345418 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045335881960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045334828024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045333775624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045332724112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 30010 0 -1 4202560 9611 0 0 0 115 0 0 0 20 0 22 0 342345422 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045331671736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 30010 0 -1 4202560 8190 0 0 0 148 2 0 0 20 0 22 0 342345422 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045330618936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140045329566840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 30010 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 342345422 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140044320894152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=593] ppid=572 vsize=11852648 CPUtime=824.69 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) R 572 574 30010 0 -1 4202560 89 0 0 0 82455 14 0 0 20 0 22 0 342345460 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140044319838416 140045345032297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=574/tid=594] ppid=572 vsize=11852648 CPUtime=824.66 cores=0,2,4,6
/proc/574/task/594/stat : 594 (java) R 572 574 30010 0 -1 4202560 1676 0 0 0 82403 63 0 0 20 0 22 0 342345460 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140044318783632 140045345154988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140044317734056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 969404 33554432000 1073741824 1073778376 140733480566912 140044052456488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.24
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.801 s]
/proc/loadavg: 4.14 3.99 3.87 5/219 665
/proc/meminfo: memFree=20205568/32873648 swapFree=6852/6852
[pid=574] ppid=572 vsize=11852648 CPUtime=1800.02 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 30010 0 -1 4202496 24727 0 1 0 179901 101 0 0 20 0 22 0 342345414 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140733480558048 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/574/statm: 2963162 971481 2291 9 0 2953849 0
[pid=574/tid=576] ppid=572 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 30010 0 -1 4202560 2976 0 1 0 42 4 0 0 20 0 22 0 342345415 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045519021208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 30010 0 -1 4202560 85 0 0 0 128 2 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045473773864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 30010 0 -1 4202560 86 0 0 0 137 3 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045472721064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 30010 0 -1 4202560 74 0 0 0 147 2 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045471668776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 30010 0 -1 4202560 81 0 0 0 137 2 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045470615976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 30010 0 -1 4202560 79 0 0 0 137 2 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045469563688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 30010 0 -1 4202560 84 0 0 0 146 3 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045468510888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 30010 0 -1 4202560 86 0 0 0 145 3 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045467458600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 30010 0 -1 4202560 77 0 0 0 130 2 0 0 20 0 22 0 342345417 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045466405800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=11852648 CPUtime=58.55 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 30010 0 -1 4202560 290 0 0 0 5846 9 0 0 20 0 22 0 342345418 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045335881960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045334828024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345419 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045333775624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045332724112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 30010 0 -1 4202560 9611 0 0 0 115 0 0 0 20 0 22 0 342345422 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045331671736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 30010 0 -1 4202560 8191 0 0 0 148 2 0 0 20 0 22 0 342345422 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045330618936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342345422 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140045329566840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 30010 0 -1 4202560 53 0 0 0 19 17 0 0 20 0 22 0 342345422 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140044320894152 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=593] ppid=572 vsize=11852648 CPUtime=863.45 cores=0,2,4,6
/proc/574/task/593/stat : 593 (java) R 572 574 30010 0 -1 4202560 91 0 0 0 86330 15 0 0 20 0 22 0 342345460 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140044319838416 140045345049804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=574/tid=594] ppid=572 vsize=11852648 CPUtime=863.42 cores=0,2,4,6
/proc/574/task/594/stat : 594 (java) R 572 574 30010 0 -1 4202560 1676 0 0 0 86278 64 0 0 20 0 22 0 342345460 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140044318783504 140045344954612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140044317734056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342345461 12137111552 971481 33554432000 1073741824 1073778376 140733480566912 140044052456488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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

Child status: 143
Real time (s): 925.854
CPU time (s): 1800.57
CPU user time (s): 1799.1
CPU system time (s): 1.46978
CPU usage (%): 194.477
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.46978
maximum resident set size= 3886044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24757
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= 26905
involuntary context switches= 33009

runsolver used 3.84042 second user time and 7.8938 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 00:23:06
IDJOB=3741902
IDBENCH=90116
IDSOLVER=2328
FILE ID=node115/3741902-1338762186
RUNJOBID= node115-1338748926-30026
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_K91.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741902-1338762186/watcher-3741902-1338762186 -o /tmp/evaluation-result-3741902-1338762186/solver-3741902-1338762186 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741902-1338762186.opb

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

MD5SUM BENCH= 8c2203c9ba90488459f210b4f3d3e3ed
RANDOM SEED=1056845929

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:        23999764 kB
Buffers:         1443440 kB
Cached:          3619016 kB
SwapCached:         1016 kB
Active:          5646476 kB
Inactive:        2309196 kB
Active(anon):    2881468 kB
Inactive(anon):     9868 kB
Active(file):    2765008 kB
Inactive(file):  2299328 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       2899220 kB
Mapped:            19884 kB
Shmem:                96 kB
Slab:             771756 kB
SReclaimable:     215992 kB
SUnreclaim:       555764 kB
KernelStack:        1624 kB
PageTables:         9904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2852864 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:38:34