Trace number 3741885

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.05 920.455

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
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 variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
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 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.2.0.v20100531
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/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.10	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization
0.06/0.12	c ManyCore solver with 2 solvers running in parallel
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	
0.06/0.12	c solving HOME/instance-3741885-1338783624.opb
0.06/0.12	c reading problem ... 
0.77/0.42	c ... done. Wall clock time 0.299s.
0.77/0.42	c #vars     5440
0.77/0.42	c #constraints  5602
0.77/0.42	c constraints type 
0.77/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
0.77/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.77/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
0.77/0.42	c constraints type 
0.77/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
0.77/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
0.77/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
5.22/2.02	c cleaning 2486 clauses out of 4994 with flag 5000/5000
8.59/3.61	c cleaning 4238 clauses out of 8505 with flag 11001/11001
12.59/5.57	c cleaning 5604 clauses out of 11262 with flag 18000/18000
17.07/7.78	c cleaning 6824 clauses out of 13649 with flag 26000/26000
21.89/10.12	c cleaning 7823 clauses out of 15823 with flag 35000/35000
27.51/12.98	c cleaning 8805 clauses out of 17996 with flag 45001/45001
34.56/16.44	c cleaning 9331 clauses out of 19191 with flag 55002/55002
47.76/23.09	c cleaning 9818 clauses out of 19857 with flag 65000/65000
53.88/26.13	c cleaning 9897 clauses out of 20040 with flag 75004/75004
65.70/32.06	c cleaning 9883 clauses out of 20146 with flag 85007/85007
75.29/36.83	c cleaning 10048 clauses out of 20256 with flag 95000/95000
81.87/40.12	c cleaning 10037 clauses out of 20208 with flag 105000/105000
87.60/43.00	c cleaning 9908 clauses out of 20171 with flag 115000/115000
94.20/46.35	c cleaning 10055 clauses out of 20263 with flag 125000/125000
104.17/51.31	c cleaning 9998 clauses out of 20207 with flag 135000/135000
110.54/54.57	c cleaning 9998 clauses out of 20212 with flag 145005/145005
116.67/57.66	c cleaning 9970 clauses out of 20209 with flag 155000/155000
123.42/61.07	c cleaning 10043 clauses out of 20240 with flag 165001/165001
133.78/66.29	c cleaning 9843 clauses out of 20197 with flag 175001/175001
146.59/72.67	c cleaning 9828 clauses out of 20357 with flag 185004/185004
155.88/77.33	c cleaning 9884 clauses out of 20527 with flag 195002/195002
162.02/80.45	c cleaning 10221 clauses out of 20641 with flag 205000/205000
168.53/83.76	c cleaning 10083 clauses out of 20418 with flag 215000/215000
177.86/88.47	c cleaning 10008 clauses out of 20337 with flag 225002/225002
184.33/91.71	c cleaning 10046 clauses out of 20329 with flag 235003/235003
190.29/94.77	c cleaning 10033 clauses out of 20279 with flag 245000/245000
200.66/99.94	c cleaning 9946 clauses out of 20247 with flag 255001/255001
206.80/103.07	c cleaning 9542 clauses out of 20298 with flag 265000/265000
213.48/106.43	c cleaning 9717 clauses out of 20755 with flag 275000/275000
228.11/113.78	c cleaning 9519 clauses out of 21039 with flag 285001/285001
243.27/121.30	c cleaning 9939 clauses out of 21519 with flag 295000/295000
251.38/125.50	c cleaning 9600 clauses out of 21579 with flag 305000/305000
262.87/131.22	c cleaning 9675 clauses out of 21977 with flag 315000/315000
280.62/140.14	c cleaning 9832 clauses out of 22302 with flag 325000/325000
295.54/147.64	c cleaning 9990 clauses out of 22471 with flag 335001/335001
303.04/151.41	c cleaning 9527 clauses out of 22481 with flag 345001/345001
313.47/156.70	c cleaning 9619 clauses out of 22955 with flag 355002/355002
321.77/160.93	c cleaning 9691 clauses out of 23335 with flag 365001/365001
327.47/163.89	c cleaning 9523 clauses out of 23644 with flag 375001/375001
370.34/185.21	c cleaning 9550 clauses out of 24121 with flag 385001/385001
461.52/230.79	c cleaning 9744 clauses out of 24571 with flag 395001/395001
468.35/234.27	c cleaning 9899 clauses out of 24824 with flag 405000/405000
476.63/238.44	c cleaning 9514 clauses out of 24925 with flag 415000/415000
486.29/243.37	c cleaning 9677 clauses out of 25412 with flag 425001/425001
497.20/248.94	c cleaning 9737 clauses out of 25734 with flag 435000/435000
511.68/256.23	c cleaning 9572 clauses out of 25997 with flag 445000/445000
525.56/263.24	c cleaning 9654 clauses out of 26427 with flag 455002/455002
545.68/273.35	c cleaning 9913 clauses out of 26771 with flag 465000/465000
553.90/277.69	c cleaning 9655 clauses out of 26857 with flag 475000/475000
561.10/281.39	c cleaning 9680 clauses out of 27202 with flag 485000/485000
568.70/285.24	c cleaning 9756 clauses out of 27530 with flag 495008/495008
578.50/290.24	c cleaning 9689 clauses out of 27766 with flag 505000/505000
587.97/295.12	c cleaning 9835 clauses out of 28073 with flag 515000/515000
595.33/298.95	c cleaning 9648 clauses out of 28238 with flag 525000/525000
608.96/305.85	c cleaning 9797 clauses out of 28590 with flag 535000/535000
618.33/310.66	c cleaning 9688 clauses out of 28795 with flag 545002/545002
628.33/315.88	c cleaning 9733 clauses out of 29106 with flag 555001/555001
634.71/319.11	c cleaning 0 clauses out of 5002 with flag 0/5002
636.85/320.26	c cleaning 9757 clauses out of 29372 with flag 565000/565000
646.41/325.12	c cleaning 9536 clauses out of 29613 with flag 575000/575000
663.22/333.77	c cleaning 9487 clauses out of 30079 with flag 585002/585002
686.46/345.48	c cleaning 9608 clauses out of 30590 with flag 595000/595000
700.61/352.66	c cleaning 9792 clauses out of 30985 with flag 605003/605003
714.20/359.59	c cleaning 9707 clauses out of 31190 with flag 615000/615000
728.16/366.74	c cleaning 9875 clauses out of 31483 with flag 625000/625000
745.93/375.77	c cleaning 9625 clauses out of 31610 with flag 635002/635002
761.08/383.42	c cleaning 9915 clauses out of 31984 with flag 645001/645001
769.21/387.67	c cleaning 9711 clauses out of 32064 with flag 655000/655000
779.95/393.27	c cleaning 9740 clauses out of 32353 with flag 665000/665000
790.91/398.85	c cleaning 9666 clauses out of 32614 with flag 675001/675001
805.67/406.40	c cleaning 9945 clauses out of 32947 with flag 685000/685000
817.63/412.49	c cleaning 9763 clauses out of 33005 with flag 695003/695003
831.96/419.84	c cleaning 9781 clauses out of 33239 with flag 705000/705000
844.30/426.15	c cleaning 9686 clauses out of 33460 with flag 715002/715002
851.01/429.64	c cleaning 9864 clauses out of 33775 with flag 725003/725003
861.36/434.91	c cleaning 9704 clauses out of 33909 with flag 735001/735001
875.31/442.17	c cleaning 9847 clauses out of 34205 with flag 745001/745001
890.64/449.94	c cleaning 9751 clauses out of 34361 with flag 755004/755004
900.55/455.09	c cleaning 9708 clauses out of 34606 with flag 765000/765000
910.87/460.39	c cleaning 9738 clauses out of 34898 with flag 775000/775000
921.20/465.70	c cleaning 9746 clauses out of 35160 with flag 785000/785000
933.94/472.22	c cleaning 9786 clauses out of 35414 with flag 795000/795000
942.65/476.74	c cleaning 9762 clauses out of 35629 with flag 805001/805001
956.41/483.70	c cleaning 9887 clauses out of 35866 with flag 815000/815000
969.54/490.52	c cleaning 9793 clauses out of 35979 with flag 825000/825000
981.86/496.87	c cleaning 9585 clauses out of 36186 with flag 835000/835000
998.25/505.17	c cleaning 9843 clauses out of 36603 with flag 845002/845002
1008.02/510.15	c cleaning 9613 clauses out of 36759 with flag 855001/855001
1020.58/516.63	c cleaning 9711 clauses out of 37147 with flag 865002/865002
1029.50/521.20	c cleaning 9683 clauses out of 37434 with flag 875000/875000
1037.98/525.68	c cleaning 9598 clauses out of 37751 with flag 885000/885000
1050.55/532.08	c cleaning 9809 clauses out of 38155 with flag 895002/895002
1059.41/536.77	c cleaning 9734 clauses out of 38346 with flag 905002/905002
1071.29/542.85	c cleaning 9776 clauses out of 38610 with flag 915000/915000
1081.58/548.19	c cleaning 9867 clauses out of 38834 with flag 925000/925000
1093.33/554.14	c cleaning 9782 clauses out of 38970 with flag 935003/935003
1105.19/560.38	c cleaning 9971 clauses out of 39188 with flag 945003/945003
1116.28/566.09	c cleaning 9702 clauses out of 39214 with flag 955000/955000
1128.82/572.49	c cleaning 9968 clauses out of 39513 with flag 965001/965001
1140.16/578.22	c cleaning 9746 clauses out of 39545 with flag 975001/975001
1153.03/584.91	c cleaning 9913 clauses out of 39802 with flag 985004/985004
1166.36/591.72	c cleaning 9764 clauses out of 39887 with flag 995002/995002
1180.92/599.15	c cleaning 9767 clauses out of 40121 with flag 1005000/1005000
1192.31/604.96	c cleaning 9953 clauses out of 40354 with flag 1015000/1015000
1198.31/608.25	c cleaning 9679 clauses out of 40404 with flag 1025003/1025003
1204.93/611.70	c cleaning 9782 clauses out of 40722 with flag 1035000/1035000
1212.61/615.75	c cleaning 9534 clauses out of 40940 with flag 1045000/1045000
1224.67/621.96	c cleaning 9766 clauses out of 41406 with flag 1055000/1055000
1233.89/626.86	c cleaning 9513 clauses out of 41641 with flag 1065002/1065002
1243.54/631.83	c cleaning 9695 clauses out of 42126 with flag 1075000/1075000
1254.05/637.22	c cleaning 9974 clauses out of 42433 with flag 1085002/1085002
1267.55/644.13	c cleaning 9861 clauses out of 42457 with flag 1095000/1095000
1276.76/649.02	c cleaning 9645 clauses out of 42597 with flag 1105001/1105001
1286.60/654.18	c cleaning 9758 clauses out of 42951 with flag 1115000/1115000
1298.46/660.30	c cleaning 9677 clauses out of 43194 with flag 1125001/1125001
1311.18/666.77	c cleaning 9695 clauses out of 43517 with flag 1135001/1135001
1323.86/673.36	c cleaning 9853 clauses out of 43826 with flag 1145005/1145005
1335.61/679.30	c cleaning 9745 clauses out of 43970 with flag 1155002/1155002
1344.94/684.19	c cleaning 9996 clauses out of 44225 with flag 1165002/1165002
1357.43/690.59	c cleaning 9701 clauses out of 44227 with flag 1175000/1175000
1369.05/696.67	c cleaning 9758 clauses out of 44526 with flag 1185000/1185000
1381.98/703.23	c cleaning 9838 clauses out of 44769 with flag 1195001/1195001
1397.29/711.10	c cleaning 9797 clauses out of 44938 with flag 1205008/1205008
1409.78/717.41	c cleaning 9820 clauses out of 45133 with flag 1215000/1215000
1422.77/724.30	c cleaning 9929 clauses out of 45315 with flag 1225002/1225002
1434.89/730.47	c cleaning 9778 clauses out of 45385 with flag 1235001/1235001
1446.30/736.35	c cleaning 9773 clauses out of 45608 with flag 1245002/1245002
1458.75/742.70	c cleaning 9860 clauses out of 45833 with flag 1255000/1255000
1471.94/749.62	c cleaning 9807 clauses out of 45975 with flag 1265002/1265002
1481.38/754.53	c cleaning 9949 clauses out of 46167 with flag 1275001/1275001
1494.64/761.35	c cleaning 9890 clauses out of 46220 with flag 1285003/1285003
1507.06/767.75	c cleaning 9810 clauses out of 46330 with flag 1295003/1295003
1521.02/775.00	c cleaning 10077 clauses out of 46519 with flag 1305002/1305002
1532.24/780.89	c cleaning 9779 clauses out of 46441 with flag 1315001/1315001
1541.63/785.79	c cleaning 9956 clauses out of 46662 with flag 1325001/1325001
1549.84/790.05	c cleaning 9788 clauses out of 46707 with flag 1335002/1335002
1557.56/794.27	c cleaning 9732 clauses out of 46917 with flag 1345000/1345000
1567.76/799.52	c cleaning 9766 clauses out of 47185 with flag 1355000/1355000
1579.40/805.57	c cleaning 9743 clauses out of 47421 with flag 1365002/1365002
1592.24/812.19	c cleaning 9798 clauses out of 47679 with flag 1375003/1375003
1603.42/818.01	c cleaning 9756 clauses out of 47879 with flag 1385001/1385001
1616.73/824.81	c cleaning 9766 clauses out of 48122 with flag 1395000/1395000
1631.81/832.58	c cleaning 9831 clauses out of 48360 with flag 1405004/1405004
1646.72/840.13	c cleaning 9797 clauses out of 48525 with flag 1415000/1415000
1665.12/849.69	c cleaning 9813 clauses out of 48728 with flag 1425000/1425000
1675.71/855.12	c cleaning 9794 clauses out of 48919 with flag 1435004/1435004
1687.54/861.24	c cleaning 9724 clauses out of 49123 with flag 1445002/1445002
1702.37/868.82	c cleaning 9897 clauses out of 49398 with flag 1455001/1455001
1715.87/875.95	c cleaning 9917 clauses out of 49500 with flag 1465000/1465000
1723.23/879.84	c cleaning 9939 clauses out of 49583 with flag 1475000/1475000
1731.08/883.93	c cleaning 9739 clauses out of 49644 with flag 1485001/1485001
1742.04/889.61	c cleaning 9690 clauses out of 49904 with flag 1495000/1495000
1751.90/894.91	c cleaning 9561 clauses out of 50214 with flag 1505000/1505000
1763.30/900.85	c cleaning 10153 clauses out of 50655 with flag 1515002/1515002
1773.11/905.97	c cleaning 9853 clauses out of 50503 with flag 1525003/1525003
1780.68/909.95	c cleaning 9589 clauses out of 50647 with flag 1535002/1535002
1787.91/913.92	c cleaning 9744 clauses out of 51056 with flag 1545000/1545000
1796.10/918.23	c cleaning 9766 clauses out of 51315 with flag 1555003/1555003
1800.05/920.41	c starts		: 206
1800.05/920.41	c conflicts		: 1559761
1800.05/920.41	c decisions		: 10277593
1800.05/920.41	c propagations		: 607483028
1800.05/920.41	c inspects		: 1913991689
1800.05/920.41	c learnt literals	: 65
1800.05/920.41	c learnt binary clauses	: 33939
1800.05/920.41	c learnt ternary clauses	: 52094
1800.05/920.41	c learnt clauses	: 1559696
1800.05/920.41	c ignored clauses	: 0
1800.05/920.41	c root simplifications	: 0
1800.05/920.41	c removed literals (reason simplification)	: 47728841
1800.05/920.41	c reason swapping (by a shorter reason)	: 0
1800.05/920.41	c Calls to reduceDB	: 157
1800.05/920.41	c number of reductions to clauses (during analyze)	: 0
1800.05/920.41	c number of learned constraints concerned by reduction	: 0
1800.05/920.41	c number of learning phase by resolution	: 0
1800.05/920.41	c number of learning phase by cutting planes	: 0
1800.05/920.41	c speed (assignments/second)	: 660318.5015858937
1800.05/920.41	c non guided choices	4219
1800.05/920.43	c learnt constraints type 
1800.05/920.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12449
1800.05/920.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33943
1800.05/920.43	c constraints type 
1800.05/920.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
1800.05/920.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.05/920.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
1800.05/920.43	c constraints type 
1800.05/920.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
1800.05/920.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
1800.05/920.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
1800.05/920.43	s UNKNOWN
1800.05/920.43	c Total wall clock time (in seconds): 920.309

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

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

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


[startup+0 s]
/proc/loadavg: 0.93 1.02 1.30 4/176 15552
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15552/stat : 15552 (java6) D 15548 15552 15509 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344489660 9515008 183 33554432000 1073741824 1073778376 140734868721808 140734868712840 213866331829 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15552/statm: 2323 183 140 9 0 71 0

[startup+0.0979249 s]
/proc/loadavg: 0.93 1.02 1.30 4/176 15552
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 3895 0 3 0 5 1 0 0 20 0 18 0 344489660 2764726272 5616 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.10018 s]
/proc/loadavg: 0.93 1.02 1.30 4/176 15552
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 3898 0 3 0 5 1 0 0 20 0 18 0 344489660 2764726272 5619 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 674982 5619 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300213 s]
/proc/loadavg: 0.93 1.02 1.30 4/176 15552
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 7729 0 3 0 51 1 0 0 20 0 18 0 344489660 2764726272 10268 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 674982 10268 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.70016 s]
/proc/loadavg: 0.93 1.02 1.30 4/176 15552
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 13445 0 3 0 190 3 0 0 20 0 22 0 344489660 3037372416 20734 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 741546 20734 2255 9 0 732240 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 0.93 1.02 1.30 7/220 15596
/proc/meminfo: memFree=25213584/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2966184 CPUtime=4.18 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 17263 0 3 0 409 9 0 0 20 0 22 0 344489660 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 741546 97987 2270 9 0 732240 0
[pid=15552/tid=15556] ppid=15548 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/15552/task/15556/stat : 15556 (java) S 15548 15552 15509 0 -1 4202560 2824 0 3 0 36 2 0 0 20 0 22 0 344489661 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523037873304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15557] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15557/stat : 15557 (java) S 15548 15552 15509 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523022154792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15560] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15560/stat : 15560 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523021101992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15563] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15563/stat : 15563 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523020049192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15564] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15564/stat : 15564 (java) S 15548 15552 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523018996392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15566] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15566/stat : 15566 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523017943592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15568] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15568/stat : 15568 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523016890792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15570] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15570/stat : 15570 (java) S 15548 15552 15509 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523015837992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15572] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15572/stat : 15572 (java) S 15548 15552 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140523014785192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15574] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15574/stat : 15574 (java) S 15548 15552 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344489663 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522884664296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15575] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15575/stat : 15575 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522883610360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15577] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15577/stat : 15577 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522882557448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15579] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15579/stat : 15579 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522881505936 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15581] ppid=15548 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/15552/task/15581/stat : 15581 (java) S 15548 15552 15509 0 -1 4202560 6229 0 0 0 86 2 0 0 20 0 22 0 344489668 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522880453048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15584] ppid=15548 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/15552/task/15584/stat : 15584 (java) S 15548 15552 15509 0 -1 4202560 6728 0 0 0 74 1 0 0 20 0 22 0 344489668 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522879400248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15586] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15586/stat : 15586 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522878347640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15588] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15588/stat : 15588 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522877295048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15589] ppid=15548 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/15552/task/15589/stat : 15589 (java) R 15548 15552 15509 0 -1 4202560 25 0 0 0 104 0 0 0 20 0 22 0 344489703 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140522876238656 140522891865578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15590] ppid=15548 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/15552/task/15590/stat : 15590 (java) R 15548 15552 15509 0 -1 4202560 222 0 0 0 100 5 0 0 20 0 22 0 344489703 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140521733350216 140522891811442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15591] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15591/stat : 15591 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140521732298152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15592] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15592/stat : 15592 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 97987 33554432000 1073741824 1073778376 140735242471408 140521731245352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 0.93 1.02 1.30 6/220 15596
/proc/meminfo: memFree=24646468/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2966184 CPUtime=7.5 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 17323 0 3 0 739 11 0 0 20 0 22 0 344489660 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 741546 102627 2283 9 0 732240 0
[pid=15552/tid=15556] ppid=15548 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/15552/task/15556/stat : 15556 (java) S 15548 15552 15509 0 -1 4202560 2824 0 3 0 36 2 0 0 20 0 22 0 344489661 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523037873304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15557] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15557/stat : 15557 (java) S 15548 15552 15509 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523022154792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15560] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15560/stat : 15560 (java) S 15548 15552 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523021101992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15563] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15563/stat : 15563 (java) S 15548 15552 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523020049192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15564] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15564/stat : 15564 (java) S 15548 15552 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523018996392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15566] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15566/stat : 15566 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523017943592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15568] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15568/stat : 15568 (java) S 15548 15552 15509 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523016890792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15570] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15570/stat : 15570 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523015837992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15572] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15572/stat : 15572 (java) S 15548 15552 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140523014785192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15574] ppid=15548 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15552/task/15574/stat : 15574 (java) S 15548 15552 15509 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 344489663 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522884664296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15575] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15575/stat : 15575 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522883610360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15577] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15577/stat : 15577 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522882557448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15579] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15579/stat : 15579 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522881505936 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15581] ppid=15548 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/15552/task/15581/stat : 15581 (java) S 15548 15552 15509 0 -1 4202560 6230 0 0 0 95 2 0 0 20 0 22 0 344489668 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522880453048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15584] ppid=15548 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/15552/task/15584/stat : 15584 (java) S 15548 15552 15509 0 -1 4202560 6733 0 0 0 78 1 0 0 20 0 22 0 344489668 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522879400248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15586] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15586/stat : 15586 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522878347640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15588] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15588/stat : 15588 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522877295048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15589] ppid=15548 vsize=2966184 CPUtime=2.6 cores=1,3,5,7
/proc/15552/task/15589/stat : 15589 (java) R 15548 15552 15509 0 -1 4202560 25 0 0 0 260 0 0 0 20 0 22 0 344489703 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140522876239056 140522891701796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15590] ppid=15548 vsize=2966184 CPUtime=2.61 cores=1,3,5,7
/proc/15552/task/15590/stat : 15590 (java) R 15548 15552 15509 0 -1 4202560 226 0 0 0 256 5 0 0 20 0 22 0 344489703 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140521733348880 140522891931728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15591] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15591/stat : 15591 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140521732298152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15592] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15592/stat : 15592 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 102627 33554432000 1073741824 1073778376 140735242471408 140521731245352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 2966184

[startup+6.3007 s]
/proc/loadavg: 1.18 1.07 1.32 6/220 15596
/proc/meminfo: memFree=24546084/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2966184 CPUtime=14.22 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 18055 0 3 0 1408 14 0 0 20 0 22 0 344489660 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 741546 128950 2284 9 0 732240 0
[pid=15552/tid=15556] ppid=15548 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/15552/task/15556/stat : 15556 (java) S 15548 15552 15509 0 -1 4202560 2824 0 3 0 36 2 0 0 20 0 22 0 344489661 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523037873304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15557] ppid=15548 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15552/task/15557/stat : 15557 (java) S 15548 15552 15509 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523022154792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15560] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15560/stat : 15560 (java) S 15548 15552 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523021101992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15563] ppid=15548 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15552/task/15563/stat : 15563 (java) S 15548 15552 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523020049192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15564] ppid=15548 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15552/task/15564/stat : 15564 (java) S 15548 15552 15509 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523018996392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15566] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15566/stat : 15566 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523017943592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15568] ppid=15548 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15552/task/15568/stat : 15568 (java) S 15548 15552 15509 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523016890792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15570] ppid=15548 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15552/task/15570/stat : 15570 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523015837992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15572] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15572/stat : 15572 (java) S 15548 15552 15509 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140523014785192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15574] ppid=15548 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/15552/task/15574/stat : 15574 (java) S 15548 15552 15509 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 22 0 344489663 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140522884664296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15575] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15575/stat : 15575 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140522883610360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15577] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15577/stat : 15577 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140522882557448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15579] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15579/stat : 15579 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140522881505936 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15581] ppid=15548 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/15552/task/15581/stat : 15581 (java) S 15548 15552 15509 0 -1 4202560 6231 0 0 0 117 2 0 0 20 0 22 0 344489668 3037372416 128950 33554432000 1073741824 1073778376 140735242471408 140522880453048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/15552/statm: 741546 218528 2285 9 0 732240 0
[pid=15552/tid=15556] ppid=15548 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/15552/task/15556/stat : 15556 (java) S 15548 15552 15509 0 -1 4202560 2853 0 3 0 37 3 0 0 20 0 22 0 344489661 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523037873304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15557] ppid=15548 vsize=2966184 CPUtime=3.48 cores=1,3,5,7
/proc/15552/task/15557/stat : 15557 (java) S 15548 15552 15509 0 -1 4202560 238 0 0 0 340 8 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523022154792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15560] ppid=15548 vsize=2966184 CPUtime=3.36 cores=1,3,5,7
/proc/15552/task/15560/stat : 15560 (java) S 15548 15552 15509 0 -1 4202560 190 0 0 0 330 6 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523021101992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15563] ppid=15548 vsize=2966184 CPUtime=3.25 cores=1,3,5,7
/proc/15552/task/15563/stat : 15563 (java) S 15548 15552 15509 0 -1 4202560 184 0 0 0 319 6 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523020049192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15564] ppid=15548 vsize=2966184 CPUtime=3.53 cores=1,3,5,7
/proc/15552/task/15564/stat : 15564 (java) S 15548 15552 15509 0 -1 4202560 190 0 0 0 348 5 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523018996392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15566] ppid=15548 vsize=2966184 CPUtime=3.31 cores=1,3,5,7
/proc/15552/task/15566/stat : 15566 (java) S 15548 15552 15509 0 -1 4202560 201 0 0 0 324 7 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523017943592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15568] ppid=15548 vsize=2966184 CPUtime=3.28 cores=1,3,5,7
/proc/15552/task/15568/stat : 15568 (java) S 15548 15552 15509 0 -1 4202560 188 0 0 0 322 6 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523016890792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15570] ppid=15548 vsize=2966184 CPUtime=3.28 cores=1,3,5,7
/proc/15552/task/15570/stat : 15570 (java) S 15548 15552 15509 0 -1 4202560 215 0 0 0 322 6 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523015837992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15572] ppid=15548 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/15552/task/15572/stat : 15572 (java) S 15548 15552 15509 0 -1 4202560 164 0 0 0 328 5 0 0 20 0 22 0 344489662 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140523014785192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15574] ppid=15548 vsize=2966184 CPUtime=46.09 cores=1,3,5,7
/proc/15552/task/15574/stat : 15574 (java) S 15548 15552 15509 0 -1 4202560 119 0 0 0 4587 22 0 0 20 0 22 0 344489663 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522884664296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15575] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15575/stat : 15575 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522883610360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15577] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15577/stat : 15577 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522882557448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15579] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15579/stat : 15579 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522881505936 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15581] ppid=15548 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/15552/task/15581/stat : 15581 (java) S 15548 15552 15509 0 -1 4202560 6236 0 0 0 120 2 0 0 20 0 22 0 344489668 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522880453048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15584] ppid=15548 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/15552/task/15584/stat : 15584 (java) S 15548 15552 15509 0 -1 4202560 10500 0 0 0 127 1 0 0 20 0 22 0 344489668 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522879400248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15586] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15586/stat : 15586 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522878347640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15588] ppid=15548 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/15552/task/15588/stat : 15588 (java) S 15548 15552 15509 0 -1 4202560 48 0 0 0 13 20 0 0 20 0 22 0 344489668 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522877295048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15589] ppid=15548 vsize=2966184 CPUtime=765.77 cores=1,3,5,7
/proc/15552/task/15589/stat : 15589 (java) R 15548 15552 15509 0 -1 4202560 310 0 0 0 76564 13 0 0 20 0 22 0 344489703 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140522876238968 140522891824568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15590] ppid=15548 vsize=2966184 CPUtime=765.68 cores=1,3,5,7
/proc/15552/task/15590/stat : 15590 (java) R 15548 15552 15509 0 -1 4202560 480 0 0 0 76549 19 0 0 20 0 22 0 344489703 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140521733348896 140522891833418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15591] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15591/stat : 15591 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140521732298152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15592] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15592/stat : 15592 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 218528 33554432000 1073741824 1073778376 140735242471408 140521731245352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1611.68
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.92 3.70 2.84 6/219 15603
/proc/meminfo: memFree=23644956/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2966184 CPUtime=1727.84 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 23491 0 3 0 172674 110 0 0 20 0 22 0 344489660 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 741546 227325 2285 9 0 732240 0
[pid=15552/tid=15556] ppid=15548 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/15552/task/15556/stat : 15556 (java) S 15548 15552 15509 0 -1 4202560 2856 0 3 0 38 3 0 0 20 0 22 0 344489661 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523037873304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15557] ppid=15548 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/15552/task/15557/stat : 15557 (java) S 15548 15552 15509 0 -1 4202560 261 0 0 0 376 8 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523022154792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15560] ppid=15548 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/15552/task/15560/stat : 15560 (java) S 15548 15552 15509 0 -1 4202560 202 0 0 0 361 7 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523021101992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15563] ppid=15548 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/15552/task/15563/stat : 15563 (java) S 15548 15552 15509 0 -1 4202560 207 0 0 0 354 6 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523020049192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15564] ppid=15548 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/15552/task/15564/stat : 15564 (java) S 15548 15552 15509 0 -1 4202560 202 0 0 0 383 6 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523018996392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15566] ppid=15548 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/15552/task/15566/stat : 15566 (java) S 15548 15552 15509 0 -1 4202560 219 0 0 0 362 7 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523017943592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15568] ppid=15548 vsize=2966184 CPUtime=3.53 cores=1,3,5,7
/proc/15552/task/15568/stat : 15568 (java) S 15548 15552 15509 0 -1 4202560 199 0 0 0 346 7 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523016890792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15570] ppid=15548 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/15552/task/15570/stat : 15570 (java) S 15548 15552 15509 0 -1 4202560 230 0 0 0 354 6 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523015837992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15572] ppid=15548 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/15552/task/15572/stat : 15572 (java) S 15548 15552 15509 0 -1 4202560 188 0 0 0 363 5 0 0 20 0 22 0 344489662 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140523014785192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15574] ppid=15548 vsize=2966184 CPUtime=51.06 cores=1,3,5,7
/proc/15552/task/15574/stat : 15574 (java) S 15548 15552 15509 0 -1 4202560 124 0 0 0 5082 24 0 0 20 0 22 0 344489663 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522884664296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15575] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15575/stat : 15575 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522883610360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15577] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15577/stat : 15577 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522882557448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15579] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15579/stat : 15579 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522881505936 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15581] ppid=15548 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/15552/task/15581/stat : 15581 (java) S 15548 15552 15509 0 -1 4202560 6236 0 0 0 120 2 0 0 20 0 22 0 344489668 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522880453048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15584] ppid=15548 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/15552/task/15584/stat : 15584 (java) S 15548 15552 15509 0 -1 4202560 10500 0 0 0 127 1 0 0 20 0 22 0 344489668 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522879400248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15586] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15586/stat : 15586 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522878347640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15588] ppid=15548 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/15552/task/15588/stat : 15588 (java) S 15548 15552 15509 0 -1 4202560 52 0 0 0 14 22 0 0 20 0 22 0 344489668 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522877295048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15589] ppid=15548 vsize=2966184 CPUtime=819.87 cores=1,3,5,7
/proc/15552/task/15589/stat : 15589 (java) R 15548 15552 15509 0 -1 4202560 328 0 0 0 81973 14 0 0 20 0 22 0 344489703 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140522876239056 140522891839816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15590] ppid=15548 vsize=2966184 CPUtime=819.78 cores=1,3,5,7
/proc/15552/task/15590/stat : 15590 (java) R 15548 15552 15509 0 -1 4202560 498 0 0 0 81958 20 0 0 20 0 22 0 344489703 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140521733349008 140522891931428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15591] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15591/stat : 15591 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140521732298152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15592] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15592/stat : 15592 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 227325 33554432000 1073741824 1073778376 140735242471408 140521731245352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.84
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.401 s]
/proc/loadavg: 4.18 3.80 2.91 5/219 15603
/proc/meminfo: memFree=23644712/32873648 swapFree=6852/6852
[pid=15552] ppid=15548 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/15552/stat : 15552 (java) S 15548 15552 15509 0 -1 4202496 23561 0 3 0 179893 112 0 0 20 0 22 0 344489660 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140735242462544 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15552/statm: 741546 227371 2285 9 0 732240 0
[pid=15552/tid=15556] ppid=15548 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/15552/task/15556/stat : 15556 (java) S 15548 15552 15509 0 -1 4202560 2857 0 3 0 38 3 0 0 20 0 22 0 344489661 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523037873304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15557] ppid=15548 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/15552/task/15557/stat : 15557 (java) S 15548 15552 15509 0 -1 4202560 270 0 0 0 398 8 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523022154792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15560] ppid=15548 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/15552/task/15560/stat : 15560 (java) S 15548 15552 15509 0 -1 4202560 209 0 0 0 380 7 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523021101992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15563] ppid=15548 vsize=2966184 CPUtime=3.77 cores=1,3,5,7
/proc/15552/task/15563/stat : 15563 (java) S 15548 15552 15509 0 -1 4202560 209 0 0 0 371 6 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523020049192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15564] ppid=15548 vsize=2966184 CPUtime=4.14 cores=1,3,5,7
/proc/15552/task/15564/stat : 15564 (java) S 15548 15552 15509 0 -1 4202560 209 0 0 0 408 6 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523018996392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15566] ppid=15548 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/15552/task/15566/stat : 15566 (java) S 15548 15552 15509 0 -1 4202560 224 0 0 0 380 7 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523017943592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15568] ppid=15548 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/15552/task/15568/stat : 15568 (java) S 15548 15552 15509 0 -1 4202560 204 0 0 0 364 7 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523016890792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15570] ppid=15548 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/15552/task/15570/stat : 15570 (java) S 15548 15552 15509 0 -1 4202560 232 0 0 0 370 6 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523015837992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15572] ppid=15548 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/15552/task/15572/stat : 15572 (java) S 15548 15552 15509 0 -1 4202560 197 0 0 0 384 5 0 0 20 0 22 0 344489662 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140523014785192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15574] ppid=15548 vsize=2966184 CPUtime=55.72 cores=1,3,5,7
/proc/15552/task/15574/stat : 15574 (java) S 15548 15552 15509 0 -1 4202560 126 0 0 0 5547 25 0 0 20 0 22 0 344489663 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522884664296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15575] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15575/stat : 15575 (java) S 15548 15552 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522883610360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15577] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15577/stat : 15577 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522882557448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15579] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15579/stat : 15579 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522881505936 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15581] ppid=15548 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/15552/task/15581/stat : 15581 (java) S 15548 15552 15509 0 -1 4202560 6236 0 0 0 120 2 0 0 20 0 22 0 344489668 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522880453048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15584] ppid=15548 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/15552/task/15584/stat : 15584 (java) S 15548 15552 15509 0 -1 4202560 10500 0 0 0 127 1 0 0 20 0 22 0 344489668 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522879400248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15586] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15586/stat : 15586 (java) S 15548 15552 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522878347640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15552/tid=15588] ppid=15548 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/15552/task/15588/stat : 15588 (java) S 15548 15552 15509 0 -1 4202560 54 0 0 0 15 22 0 0 20 0 22 0 344489668 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522877295048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15589] ppid=15548 vsize=2966184 CPUtime=852.77 cores=1,3,5,7
/proc/15552/task/15589/stat : 15589 (java) R 15548 15552 15509 0 -1 4202560 340 0 0 0 85263 14 0 0 20 0 22 0 344489703 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140522876238848 140522891762896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15552/tid=15590] ppid=15548 vsize=2966184 CPUtime=852.68 cores=1,3,5,7
/proc/15552/task/15590/stat : 15590 (java) R 15548 15552 15509 0 -1 4202560 505 0 0 0 85247 21 0 0 20 0 22 0 344489703 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140521733348880 140522891908700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15552/tid=15591] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15591/stat : 15591 (java) S 15548 15552 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140521732298152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15552/tid=15592] ppid=15548 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15552/task/15592/stat : 15592 (java) S 15548 15552 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489704 3037372416 227371 33554432000 1073741824 1073778376 140735242471408 140521731245352 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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

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

Real time (s): 920.455
CPU time (s): 1800.05
CPU user time (s): 1798.93
CPU system time (s): 1.12
CPU usage (%): 195.561
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.56376
maximum resident set size= 909604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23593
page faults= 3
swaps= 0
block input operations= 48
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38248
involuntary context switches= 64400

runsolver used 3.13252 second user time and 8.65368 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 06:20:24
IDJOB=3741885
IDBENCH=90115
IDSOLVER=2324
FILE ID=node112/3741885-1338783624
RUNJOBID= node112-1338783624-15526
PBS_JOBID= 14636841
Free space on /tmp= 71228 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_K80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741885-1338783624/watcher-3741885-1338783624 -o /tmp/evaluation-result-3741885-1338783624/solver-3741885-1338783624 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741885-1338783624.opb

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=2117449121

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        25458236 kB
Buffers:          556752 kB
Cached:          5974384 kB
SwapCached:            0 kB
Active:          1776196 kB
Inactive:        4768824 kB
Active(anon):       2832 kB
Inactive(anon):    10920 kB
Active(file):    1773364 kB
Inactive(file):  4757904 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:         17480 kB
Mapped:            13564 kB
Shmem:               200 kB
Slab:             731500 kB
SReclaimable:     175140 kB
SUnreclaim:       556360 kB
KernelStack:        1392 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71228 MiB
End job on node112 at 2012-06-04 06:35:46