Trace number 3741872

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.12 921.045

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K88.opb
MD5SUM1622186c78d9255ec55518143c1e5a9e
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 variables5984
Total number of constraints6162
Number of constraints which are clauses6074
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint88
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 89
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.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3741872-1338783624.opb
0.06/0.13	c reading problem ... 
0.77/0.44	c ... done. Wall clock time 0.319s.
0.77/0.44	c #vars     5984
0.77/0.44	c #constraints  6162
0.77/0.44	c constraints type 
0.77/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
0.77/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.77/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
0.77/0.44	c constraints type 
0.77/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1131
0.77/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4941
0.77/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
5.07/1.96	c cleaning 2488 clauses out of 4993 with flag 5000/5000
8.54/3.52	c cleaning 4199 clauses out of 8500 with flag 11001/11001
12.55/5.53	c cleaning 5629 clauses out of 11297 with flag 18000/18000
16.36/7.46	c cleaning 6734 clauses out of 13662 with flag 26003/26003
21.20/9.83	c cleaning 7850 clauses out of 15924 with flag 35001/35001
26.78/12.62	c cleaning 8967 clauses out of 18068 with flag 45000/45000
35.77/17.16	c cleaning 9430 clauses out of 19100 with flag 55000/55000
42.36/20.41	c cleaning 9726 clauses out of 19668 with flag 65001/65001
49.72/24.17	c cleaning 9892 clauses out of 19941 with flag 75000/75000
60.29/29.41	c cleaning 9970 clauses out of 20046 with flag 85000/85000
66.88/32.73	c cleaning 9933 clauses out of 20074 with flag 95000/95000
74.73/36.62	c cleaning 9927 clauses out of 20141 with flag 105000/105000
80.25/39.40	c cleaning 9977 clauses out of 20217 with flag 115003/115003
94.20/46.41	c cleaning 10050 clauses out of 20235 with flag 125000/125000
101.95/50.35	c cleaning 10015 clauses out of 20183 with flag 135001/135001
109.73/54.20	c cleaning 9900 clauses out of 20166 with flag 145000/145000
119.25/59.10	c cleaning 9975 clauses out of 20266 with flag 155000/155000
129.01/63.96	c cleaning 10089 clauses out of 20291 with flag 165000/165000
139.15/69.08	c cleaning 9902 clauses out of 20207 with flag 175005/175005
151.71/75.35	c cleaning 10096 clauses out of 20300 with flag 185002/185002
160.99/80.08	c cleaning 9957 clauses out of 20204 with flag 195002/195002
166.89/83.08	c cleaning 9962 clauses out of 20247 with flag 205002/205002
174.00/86.64	c cleaning 10020 clauses out of 20284 with flag 215001/215001
181.12/90.26	c cleaning 9864 clauses out of 20263 with flag 225000/225000
196.22/97.88	c cleaning 9486 clauses out of 20400 with flag 235001/235001
207.17/103.37	c cleaning 9579 clauses out of 20917 with flag 245004/245004
217.32/108.41	c cleaning 9849 clauses out of 21334 with flag 255000/255000
230.06/114.86	c cleaning 9635 clauses out of 21485 with flag 265000/265000
236.65/118.26	c cleaning 9845 clauses out of 21851 with flag 275001/275001
242.97/121.46	c cleaning 9498 clauses out of 22005 with flag 285000/285000
248.45/124.29	c cleaning 9546 clauses out of 22511 with flag 295004/295004
257.95/129.09	c cleaning 9413 clauses out of 22961 with flag 305000/305000
267.77/134.07	c cleaning 9724 clauses out of 23548 with flag 315000/315000
282.74/141.52	c cleaning 9870 clauses out of 23824 with flag 325000/325000
289.81/145.12	c cleaning 9659 clauses out of 23955 with flag 335001/335001
299.52/150.03	c cleaning 9693 clauses out of 24299 with flag 345004/345004
307.69/154.28	c cleaning 9759 clauses out of 24602 with flag 355000/355000
317.38/159.12	c cleaning 9702 clauses out of 24844 with flag 365001/365001
330.91/165.94	c cleaning 9818 clauses out of 25141 with flag 375000/375000
346.79/173.99	c cleaning 9839 clauses out of 25324 with flag 385001/385001
362.19/181.74	c cleaning 9855 clauses out of 25488 with flag 395004/395004
373.26/187.38	c cleaning 9803 clauses out of 25630 with flag 405001/405001
380.95/191.26	c cleaning 9504 clauses out of 25827 with flag 415001/415001
389.19/195.40	c cleaning 9320 clauses out of 26323 with flag 425001/425001
403.71/202.85	c cleaning 9687 clauses out of 27002 with flag 435000/435000
422.43/212.27	c cleaning 9716 clauses out of 27317 with flag 445002/445002
432.88/217.56	c cleaning 9645 clauses out of 27601 with flag 455002/455002
443.13/222.76	c cleaning 9696 clauses out of 27955 with flag 465001/465001
451.26/226.92	c cleaning 9864 clauses out of 28259 with flag 475001/475001
461.91/232.38	c cleaning 9677 clauses out of 28395 with flag 485001/485001
468.92/235.94	c cleaning 9737 clauses out of 28716 with flag 495000/495000
483.21/243.12	c cleaning 9468 clauses out of 28981 with flag 505002/505002
493.12/248.29	c cleaning 9696 clauses out of 29510 with flag 515000/515000
505.17/254.36	c cleaning 9597 clauses out of 29817 with flag 525003/525003
525.44/264.51	c cleaning 9831 clauses out of 30217 with flag 535000/535000
535.49/269.68	c cleaning 9779 clauses out of 30386 with flag 545000/545000
544.40/274.24	c cleaning 9777 clauses out of 30608 with flag 555001/555001
552.04/278.19	c cleaning 9672 clauses out of 30830 with flag 565000/565000
559.87/282.11	c cleaning 9448 clauses out of 31158 with flag 575000/575000
576.52/290.53	c cleaning 9408 clauses out of 31710 with flag 585000/585000
604.88/304.86	c cleaning 0 clauses out of 5000 with flag 0/5000
607.32/306.02	c cleaning 9755 clauses out of 32302 with flag 595000/595000
615.88/310.44	c cleaning 9584 clauses out of 32547 with flag 605000/605000
630.76/317.96	c cleaning 9433 clauses out of 32966 with flag 615003/615003
648.81/327.10	c cleaning 9812 clauses out of 33525 with flag 625000/625000
656.81/331.24	c cleaning 9618 clauses out of 33713 with flag 635000/635000
664.60/335.21	c cleaning 9642 clauses out of 34096 with flag 645001/645001
675.19/340.69	c cleaning 9601 clauses out of 34453 with flag 655000/655000
685.98/346.20	c cleaning 9700 clauses out of 34852 with flag 665000/665000
691.76/349.23	c cleaning 9493 clauses out of 35153 with flag 675001/675001
698.93/352.92	c cleaning 9470 clauses out of 35662 with flag 685003/685003
707.08/357.10	c cleaning 9631 clauses out of 36189 with flag 695000/695000
722.93/365.23	c cleaning 9794 clauses out of 36558 with flag 705000/705000
731.49/369.69	c cleaning 9790 clauses out of 36763 with flag 715001/715001
741.85/374.94	c cleaning 9656 clauses out of 36971 with flag 725000/725000
750.81/379.53	c cleaning 9792 clauses out of 37316 with flag 735001/735001
759.78/384.20	c cleaning 9870 clauses out of 37522 with flag 745000/745000
775.80/392.33	c cleaning 9925 clauses out of 37652 with flag 755000/755000
790.18/399.68	c cleaning 9907 clauses out of 37728 with flag 765001/765001
798.81/404.04	c cleaning 9810 clauses out of 37821 with flag 775001/775001
808.35/409.08	c cleaning 9958 clauses out of 38008 with flag 785002/785002
816.50/413.21	c cleaning 9691 clauses out of 38048 with flag 795000/795000
824.22/417.22	c cleaning 9613 clauses out of 38360 with flag 805003/805003
834.38/422.42	c cleaning 9656 clauses out of 38744 with flag 815000/815000
844.13/427.54	c cleaning 9762 clauses out of 39087 with flag 825000/825000
858.74/434.97	c cleaning 9759 clauses out of 39326 with flag 835001/835001
874.16/442.75	c cleaning 9668 clauses out of 39567 with flag 845001/845001
892.94/452.29	c cleaning 9757 clauses out of 39901 with flag 855003/855003
917.73/464.86	c cleaning 9736 clauses out of 40141 with flag 865000/865000
940.34/476.26	c cleaning 9791 clauses out of 40406 with flag 875001/875001
957.48/484.98	c cleaning 9806 clauses out of 40616 with flag 885002/885002
972.64/492.68	c cleaning 9766 clauses out of 40809 with flag 895001/895001
991.84/502.43	c cleaning 9742 clauses out of 41043 with flag 905001/905001
1005.37/509.32	c cleaning 9982 clauses out of 41300 with flag 915000/915000
1012.87/513.28	c cleaning 9506 clauses out of 41319 with flag 925001/925001
1022.80/518.33	c cleaning 9913 clauses out of 41815 with flag 935003/935003
1030.70/522.51	c cleaning 9605 clauses out of 41899 with flag 945000/945000
1042.85/528.79	c cleaning 9675 clauses out of 42295 with flag 955001/955001
1057.64/536.23	c cleaning 9709 clauses out of 42619 with flag 965000/965000
1067.80/541.44	c cleaning 9929 clauses out of 42910 with flag 975000/975000
1079.53/547.56	c cleaning 9979 clauses out of 42981 with flag 985000/985000
1086.46/551.19	c cleaning 9592 clauses out of 42998 with flag 995000/995000
1096.76/556.42	c cleaning 9762 clauses out of 43406 with flag 1005000/1005000
1104.05/560.26	c cleaning 9850 clauses out of 43645 with flag 1015001/1015001
1110.51/563.74	c cleaning 9724 clauses out of 43794 with flag 1025000/1025000
1120.83/569.06	c cleaning 9496 clauses out of 44070 with flag 1035000/1035000
1131.75/574.68	c cleaning 9763 clauses out of 44574 with flag 1045000/1045000
1139.84/578.89	c cleaning 9602 clauses out of 44811 with flag 1055000/1055000
1150.28/584.32	c cleaning 9551 clauses out of 45209 with flag 1065000/1065000
1164.81/591.74	c cleaning 9844 clauses out of 45660 with flag 1075002/1075002
1171.27/595.11	c cleaning 9814 clauses out of 45814 with flag 1085001/1085001
1182.34/600.85	c cleaning 9739 clauses out of 46000 with flag 1095001/1095001
1188.78/604.38	c cleaning 9668 clauses out of 46260 with flag 1105000/1105000
1201.07/610.64	c cleaning 9741 clauses out of 46594 with flag 1115002/1115002
1207.33/613.99	c cleaning 9539 clauses out of 46852 with flag 1125001/1125001
1216.82/618.89	c cleaning 9854 clauses out of 47314 with flag 1135002/1135002
1233.91/627.68	c cleaning 9690 clauses out of 47458 with flag 1145000/1145000
1255.87/638.74	c cleaning 9707 clauses out of 47768 with flag 1155000/1155000
1263.73/642.83	c cleaning 9692 clauses out of 48061 with flag 1165000/1165000
1274.42/648.35	c cleaning 9693 clauses out of 48369 with flag 1175000/1175000
1282.87/652.89	c cleaning 9567 clauses out of 48679 with flag 1185003/1185003
1290.08/656.65	c cleaning 9866 clauses out of 49109 with flag 1195000/1195000
1299.32/661.43	c cleaning 9766 clauses out of 49244 with flag 1205001/1205001
1329.87/676.85	c cleaning 9756 clauses out of 49478 with flag 1215001/1215001
1338.02/681.28	c cleaning 9642 clauses out of 49721 with flag 1225000/1225000
1350.45/687.63	c cleaning 9893 clauses out of 50079 with flag 1235000/1235000
1361.50/693.37	c cleaning 9700 clauses out of 50186 with flag 1245000/1245000
1371.96/698.77	c cleaning 9701 clauses out of 50486 with flag 1255000/1255000
1383.50/704.85	c cleaning 9787 clauses out of 50786 with flag 1265001/1265001
1391.96/709.25	c cleaning 9857 clauses out of 50998 with flag 1275000/1275000
1399.60/713.21	c cleaning 9726 clauses out of 51142 with flag 1285001/1285001
1408.02/717.60	c cleaning 9763 clauses out of 51415 with flag 1295000/1295000
1416.20/722.03	c cleaning 9615 clauses out of 51652 with flag 1305000/1305000
1427.88/728.04	c cleaning 9808 clauses out of 52037 with flag 1315000/1315000
1436.30/732.42	c cleaning 9845 clauses out of 52229 with flag 1325000/1325000
1451.39/740.17	c cleaning 9685 clauses out of 52386 with flag 1335002/1335002
1470.21/749.89	c cleaning 9845 clauses out of 52699 with flag 1345000/1345000
1489.97/759.83	c cleaning 9800 clauses out of 52854 with flag 1355000/1355000
1504.49/767.22	c cleaning 9895 clauses out of 53054 with flag 1365000/1365000
1518.00/774.12	c cleaning 9712 clauses out of 53159 with flag 1375000/1375000
1529.53/780.21	c cleaning 9832 clauses out of 53449 with flag 1385002/1385002
1544.67/787.94	c cleaning 9772 clauses out of 53615 with flag 1395000/1395000
1557.97/794.75	c cleaning 9932 clauses out of 53849 with flag 1405006/1405006
1571.71/801.71	c cleaning 9849 clauses out of 53911 with flag 1415000/1415000
1585.89/809.17	c cleaning 9775 clauses out of 54062 with flag 1425000/1425000
1601.00/816.87	c cleaning 9810 clauses out of 54290 with flag 1435003/1435003
1608.83/820.93	c cleaning 9923 clauses out of 54475 with flag 1445000/1445000
1615.81/824.63	c cleaning 9793 clauses out of 54551 with flag 1455000/1455000
1624.09/829.16	c cleaning 9620 clauses out of 54757 with flag 1465003/1465003
1633.29/833.97	c cleaning 9793 clauses out of 55136 with flag 1475003/1475003
1644.34/839.69	c cleaning 9723 clauses out of 55340 with flag 1485000/1485000
1657.38/846.33	c cleaning 9764 clauses out of 55618 with flag 1495001/1495001
1669.79/852.89	c cleaning 9823 clauses out of 55853 with flag 1505000/1505000
1680.24/858.29	c cleaning 9717 clauses out of 56033 with flag 1515003/1515003
1688.49/862.51	c cleaning 9592 clauses out of 56316 with flag 1525003/1525003
1697.94/867.44	c cleaning 9953 clauses out of 56721 with flag 1535000/1535000
1711.64/874.66	c cleaning 9715 clauses out of 56774 with flag 1545006/1545006
1719.44/878.77	c cleaning 9682 clauses out of 57053 with flag 1555000/1555000
1731.64/885.04	c cleaning 9934 clauses out of 57376 with flag 1565005/1565005
1741.64/890.28	c cleaning 9843 clauses out of 57439 with flag 1575002/1575002
1749.13/894.37	c cleaning 9655 clauses out of 57595 with flag 1585001/1585001
1756.90/898.46	c cleaning 9801 clauses out of 57940 with flag 1595001/1595001
1765.48/902.93	c cleaning 9600 clauses out of 58138 with flag 1605000/1605000
1776.88/908.80	c cleaning 9812 clauses out of 58538 with flag 1615000/1615000
1789.56/915.50	c cleaning 9817 clauses out of 58727 with flag 1625001/1625001
1800.12/921.01	c starts		: 207
1800.12/921.01	c conflicts		: 1632795
1800.12/921.01	c decisions		: 13023532
1800.12/921.01	c propagations		: 587645045
1800.12/921.01	c inspects		: 1798975374
1800.12/921.01	c learnt literals	: 78
1800.12/921.01	c learnt binary clauses	: 40120
1800.12/921.01	c learnt ternary clauses	: 60069
1800.12/921.01	c learnt clauses	: 1632716
1800.12/921.01	c ignored clauses	: 0
1800.12/921.01	c root simplifications	: 0
1800.12/921.01	c removed literals (reason simplification)	: 41116706
1800.12/921.01	c reason swapping (by a shorter reason)	: 0
1800.12/921.01	c Calls to reduceDB	: 164
1800.12/921.01	c number of reductions to clauses (during analyze)	: 0
1800.12/921.01	c number of learned constraints concerned by reduction	: 0
1800.12/921.01	c number of learning phase by resolution	: 0
1800.12/921.01	c number of learning phase by cutting planes	: 0
1800.12/921.01	c speed (assignments/second)	: 638353.9692557707
1800.12/921.01	c non guided choices	3334
1800.12/921.03	c learnt constraints type 
1800.12/921.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16603
1800.12/921.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40121
1800.12/921.03	c constraints type 
1800.12/921.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
1800.12/921.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
1800.12/921.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
1800.12/921.04	c constraints type 
1800.12/921.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1131
1800.12/921.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4941
1800.12/921.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
1800.12/921.04	s UNKNOWN
1800.12/921.04	c Total wall clock time (in seconds): 920.91

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-3741872-1338783624/watcher-3741872-1338783624 -o /tmp/evaluation-result-3741872-1338783624/solver-3741872-1338783624 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741872-1338783624.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: 0.93 1.02 1.30 3/174 15550
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15550/stat : 15550 (java6) R 15547 15550 15509 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 344489660 9515008 175 33554432000 1073741824 1073778376 140736575287968 140736575285096 213866333072 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15550/statm: 2323 175 133 9 0 71 0

[startup+0.0970399 s]
/proc/loadavg: 0.93 1.02 1.30 3/174 15550
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 3896 0 3 0 5 1 0 0 20 0 18 0 344489660 2764726272 5616 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100189 s]
/proc/loadavg: 0.93 1.02 1.30 3/174 15550
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 3896 0 3 0 5 1 0 0 20 0 18 0 344489660 2764726272 5616 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.30017 s]
/proc/loadavg: 0.93 1.02 1.30 3/174 15550
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 7636 0 3 0 51 2 0 0 20 0 18 0 344489660 2764726272 10199 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 674982 10199 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700173 s]
/proc/loadavg: 0.93 1.02 1.30 3/174 15550
/proc/meminfo: memFree=25457708/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2966184 CPUtime=1.91 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 12444 0 3 0 188 3 0 0 20 0 22 0 344489660 3037372416 20720 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 741546 20720 2254 9 0 732240 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2966184

[startup+1.50071 s]
/proc/loadavg: 0.93 1.02 1.30 6/220 15596
/proc/meminfo: memFree=25213584/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2966184 CPUtime=4.25 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 14971 0 3 0 419 6 0 0 20 0 22 0 344489660 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 741546 67880 2260 9 0 732240 0
[pid=15550/tid=15555] ppid=15547 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/15550/task/15555/stat : 15555 (java) S 15547 15550 15509 0 -1 4202560 2817 0 2 0 38 1 0 0 20 0 22 0 344489661 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645454505112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=15550/tid=15558] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15558/stat : 15558 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645438785832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15559] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15559/stat : 15559 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645437733032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15561] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15561/stat : 15561 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645436680744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15562] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15562/stat : 15562 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645435627944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15565] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15565/stat : 15565 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645434575656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15567] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15567/stat : 15567 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645433522856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15569] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15569/stat : 15569 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645432470568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15571] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15571/stat : 15571 (java) S 15547 15550 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645431417768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15573] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15573/stat : 15573 (java) S 15547 15550 15509 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344489663 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645300996328 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15576] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15576/stat : 15576 (java) S 15547 15550 15509 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645299942392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15578] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15578/stat : 15578 (java) S 15547 15550 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645298889992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15580] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15580/stat : 15580 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645297838480 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15582] ppid=15547 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/15550/task/15582/stat : 15582 (java) S 15547 15550 15509 0 -1 4202560 5955 0 0 0 81 0 0 0 20 0 22 0 344489668 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645296786104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15583] ppid=15547 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/15550/task/15583/stat : 15583 (java) R 15547 15550 15509 0 -1 4202560 4807 0 0 0 91 0 0 0 20 0 22 0 344489668 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645295733304 139645460425897 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15585] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15585/stat : 15585 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645294681208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15587] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15587/stat : 15587 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139645293628616 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15593] ppid=15547 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/15550/task/15593/stat : 15593 (java) R 15547 15550 15509 0 -1 4202560 29 0 0 0 102 0 0 0 20 0 22 0 344489705 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139644284953016 139645309125961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15594] ppid=15547 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/15550/task/15594/stat : 15594 (java) R 15547 15550 15509 0 -1 4202560 160 0 0 0 99 3 0 0 20 0 22 0 344489705 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139644283899368 139645309482262 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15595] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15595/stat : 15595 (java) S 15547 15550 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139644282848424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15596] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15596/stat : 15596 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 67880 33554432000 1073741824 1073778376 140735205145424 139644281795624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 0.93 1.02 1.30 5/220 15596
/proc/meminfo: memFree=24646468/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2966184 CPUtime=7.68 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 15138 0 3 0 758 10 0 0 20 0 22 0 344489660 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 741546 103771 2284 9 0 732240 0
[pid=15550/tid=15555] ppid=15547 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/15550/task/15555/stat : 15555 (java) S 15547 15550 15509 0 -1 4202560 2817 0 2 0 38 1 0 0 20 0 22 0 344489661 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645454505112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=15550/tid=15558] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15558/stat : 15558 (java) S 15547 15550 15509 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645438785832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15559] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15559/stat : 15559 (java) S 15547 15550 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645437733032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15561] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15561/stat : 15561 (java) S 15547 15550 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645436680744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15562] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15562/stat : 15562 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645435627944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15565] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15565/stat : 15565 (java) S 15547 15550 15509 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645434575656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15567] ppid=15547 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15550/task/15567/stat : 15567 (java) S 15547 15550 15509 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645433522856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15569] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15569/stat : 15569 (java) S 15547 15550 15509 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645432470568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15571] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15571/stat : 15571 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645431417768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15573] ppid=15547 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15550/task/15573/stat : 15573 (java) S 15547 15550 15509 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 344489663 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645300996328 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15576] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15576/stat : 15576 (java) S 15547 15550 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645299942392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15578] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15578/stat : 15578 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645298889992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15580] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15580/stat : 15580 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645297838480 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15582] ppid=15547 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/15550/task/15582/stat : 15582 (java) S 15547 15550 15509 0 -1 4202560 5955 0 0 0 83 0 0 0 20 0 22 0 344489668 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645296786104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15583] ppid=15547 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/15550/task/15583/stat : 15583 (java) S 15547 15550 15509 0 -1 4202560 4823 0 0 0 113 0 0 0 20 0 22 0 344489668 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645295733304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15585] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15585/stat : 15585 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645294681208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15587] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15587/stat : 15587 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139645293628616 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15593] ppid=15547 vsize=2966184 CPUtime=2.56 cores=0,2,4,6
/proc/15550/task/15593/stat : 15593 (java) R 15547 15550 15509 0 -1 4202560 31 0 0 0 256 0 0 0 20 0 22 0 344489705 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139644284950608 139645308959011 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15594] ppid=15547 vsize=2966184 CPUtime=2.56 cores=0,2,4,6
/proc/15550/task/15594/stat : 15594 (java) R 15547 15550 15509 0 -1 4202560 218 0 0 0 251 5 0 0 20 0 22 0 344489705 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139644283898960 139645309368616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15595] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15595/stat : 15595 (java) S 15547 15550 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139644282848424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15596] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15596/stat : 15596 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 103771 33554432000 1073741824 1073778376 140735205145424 139644281795624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 2966184

[startup+6.30074 s]
/proc/loadavg: 1.18 1.07 1.32 5/220 15596
/proc/meminfo: memFree=24546084/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2966184 CPUtime=14.16 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 15157 0 3 0 1405 11 0 0 20 0 22 0 344489660 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 741546 105725 2284 9 0 732240 0
[pid=15550/tid=15555] ppid=15547 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/15550/task/15555/stat : 15555 (java) S 15547 15550 15509 0 -1 4202560 2817 0 2 0 38 1 0 0 20 0 22 0 344489661 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645454505112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=15550/tid=15558] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15558/stat : 15558 (java) S 15547 15550 15509 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645438785832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15559] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15559/stat : 15559 (java) S 15547 15550 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645437733032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15561] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15561/stat : 15561 (java) S 15547 15550 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645436680744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15562] ppid=15547 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15550/task/15562/stat : 15562 (java) S 15547 15550 15509 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645435627944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15565] ppid=15547 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15550/task/15565/stat : 15565 (java) S 15547 15550 15509 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645434575656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15567] ppid=15547 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15550/task/15567/stat : 15567 (java) S 15547 15550 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645433522856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15569] ppid=15547 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15550/task/15569/stat : 15569 (java) S 15547 15550 15509 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645432470568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15571] ppid=15547 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15550/task/15571/stat : 15571 (java) S 15547 15550 15509 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344489662 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645431417768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15573] ppid=15547 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/15550/task/15573/stat : 15573 (java) S 15547 15550 15509 0 -1 4202560 37 0 0 0 9 1 0 0 20 0 22 0 344489663 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645300996328 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15576] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15576/stat : 15576 (java) S 15547 15550 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645299942392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15578] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15578/stat : 15578 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645298889992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15580] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15580/stat : 15580 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645297838480 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15582] ppid=15547 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/15550/task/15582/stat : 15582 (java) S 15547 15550 15509 0 -1 4202560 5955 0 0 0 88 0 0 0 20 0 22 0 344489668 3037372416 105725 33554432000 1073741824 1073778376 140735205145424 139645296786104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/15550/statm: 741546 226574 2285 9 0 732240 0
[pid=15550/tid=15555] ppid=15547 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/15550/task/15555/stat : 15555 (java) S 15547 15550 15509 0 -1 4202560 2858 0 2 0 39 2 0 0 20 0 22 0 344489661 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645454505112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=15550/tid=15558] ppid=15547 vsize=2966184 CPUtime=3.32 cores=0,2,4,6
/proc/15550/task/15558/stat : 15558 (java) S 15547 15550 15509 0 -1 4202560 203 0 0 0 325 7 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645438785832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15559] ppid=15547 vsize=2966184 CPUtime=3.7 cores=0,2,4,6
/proc/15550/task/15559/stat : 15559 (java) S 15547 15550 15509 0 -1 4202560 194 0 0 0 363 7 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645437733032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15561] ppid=15547 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/15550/task/15561/stat : 15561 (java) S 15547 15550 15509 0 -1 4202560 201 0 0 0 350 6 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645436680744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15562] ppid=15547 vsize=2966184 CPUtime=3.53 cores=0,2,4,6
/proc/15550/task/15562/stat : 15562 (java) S 15547 15550 15509 0 -1 4202560 199 0 0 0 345 8 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645435627944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15565] ppid=15547 vsize=2966184 CPUtime=3.46 cores=0,2,4,6
/proc/15550/task/15565/stat : 15565 (java) S 15547 15550 15509 0 -1 4202560 209 0 0 0 339 7 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645434575656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15567] ppid=15547 vsize=2966184 CPUtime=3.38 cores=0,2,4,6
/proc/15550/task/15567/stat : 15567 (java) S 15547 15550 15509 0 -1 4202560 200 0 0 0 331 7 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645433522856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15569] ppid=15547 vsize=2966184 CPUtime=3.41 cores=0,2,4,6
/proc/15550/task/15569/stat : 15569 (java) S 15547 15550 15509 0 -1 4202560 216 0 0 0 335 6 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645432470568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15571] ppid=15547 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/15550/task/15571/stat : 15571 (java) S 15547 15550 15509 0 -1 4202560 211 0 0 0 347 7 0 0 20 0 22 0 344489662 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645431417768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15573] ppid=15547 vsize=2966184 CPUtime=46.91 cores=0,2,4,6
/proc/15550/task/15573/stat : 15573 (java) S 15547 15550 15509 0 -1 4202560 130 0 0 0 4670 21 0 0 20 0 22 0 344489663 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645300996328 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15576] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15576/stat : 15576 (java) S 15547 15550 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645299942392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15578] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15578/stat : 15578 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645298889992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15580] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15580/stat : 15580 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645297838480 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15582] ppid=15547 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/15550/task/15582/stat : 15582 (java) S 15547 15550 15509 0 -1 4202560 5955 0 0 0 90 0 0 0 20 0 22 0 344489668 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645296786104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15583] ppid=15547 vsize=2966184 CPUtime=1.71 cores=0,2,4,6
/proc/15550/task/15583/stat : 15583 (java) S 15547 15550 15509 0 -1 4202560 8422 0 0 0 169 2 0 0 20 0 22 0 344489668 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645295733304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15585] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15585/stat : 15585 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645294681208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15587] ppid=15547 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/15550/task/15587/stat : 15587 (java) S 15547 15550 15509 0 -1 4202560 46 0 0 0 11 16 0 0 20 0 22 0 344489668 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139645293628616 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15593] ppid=15547 vsize=2966184 CPUtime=764.66 cores=0,2,4,6
/proc/15550/task/15593/stat : 15593 (java) R 15547 15550 15509 0 -1 4202560 304 0 0 0 76452 14 0 0 20 0 22 0 344489705 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139644284952784 139645309175664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15594] ppid=15547 vsize=2966184 CPUtime=764.7 cores=0,2,4,6
/proc/15550/task/15594/stat : 15594 (java) R 15547 15550 15509 0 -1 4202560 462 0 0 0 76452 18 0 0 20 0 22 0 344489705 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139644283898000 139645309408283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15595] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15595/stat : 15595 (java) S 15547 15550 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139644282848424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15596] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15596/stat : 15596 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 226574 33554432000 1073741824 1073778376 140735205145424 139644281795624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1611.19
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.92 3.70 2.84 5/219 15603
/proc/meminfo: memFree=23644956/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2966184 CPUtime=1726.24 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 21144 0 3 0 172519 105 0 0 20 0 22 0 344489660 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 741546 228845 2285 9 0 732240 0
[pid=15550/tid=15555] ppid=15547 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/15550/task/15555/stat : 15555 (java) S 15547 15550 15509 0 -1 4202560 2866 0 2 0 39 2 0 0 20 0 22 0 344489661 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645454505112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=15550/tid=15558] ppid=15547 vsize=2966184 CPUtime=3.6 cores=0,2,4,6
/proc/15550/task/15558/stat : 15558 (java) S 15547 15550 15509 0 -1 4202560 218 0 0 0 353 7 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645438785832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15559] ppid=15547 vsize=2966184 CPUtime=4.08 cores=0,2,4,6
/proc/15550/task/15559/stat : 15559 (java) S 15547 15550 15509 0 -1 4202560 210 0 0 0 401 7 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645437733032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15561] ppid=15547 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/15550/task/15561/stat : 15561 (java) S 15547 15550 15509 0 -1 4202560 212 0 0 0 379 6 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645436680744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15562] ppid=15547 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/15550/task/15562/stat : 15562 (java) S 15547 15550 15509 0 -1 4202560 211 0 0 0 373 8 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645435627944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15565] ppid=15547 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/15550/task/15565/stat : 15565 (java) S 15547 15550 15509 0 -1 4202560 220 0 0 0 375 7 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645434575656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15567] ppid=15547 vsize=2966184 CPUtime=3.7 cores=0,2,4,6
/proc/15550/task/15567/stat : 15567 (java) S 15547 15550 15509 0 -1 4202560 213 0 0 0 363 7 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645433522856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15569] ppid=15547 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/15550/task/15569/stat : 15569 (java) S 15547 15550 15509 0 -1 4202560 226 0 0 0 368 6 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645432470568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15571] ppid=15547 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/15550/task/15571/stat : 15571 (java) S 15547 15550 15509 0 -1 4202560 224 0 0 0 380 8 0 0 20 0 22 0 344489662 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645431417768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15573] ppid=15547 vsize=2966184 CPUtime=53.02 cores=0,2,4,6
/proc/15550/task/15573/stat : 15573 (java) S 15547 15550 15509 0 -1 4202560 134 0 0 0 5279 23 0 0 20 0 22 0 344489663 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645300996328 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15576] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15576/stat : 15576 (java) S 15547 15550 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645299942392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15578] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15578/stat : 15578 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645298889992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15580] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15580/stat : 15580 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645297838480 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15582] ppid=15547 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/15550/task/15582/stat : 15582 (java) S 15547 15550 15509 0 -1 4202560 5955 0 0 0 90 0 0 0 20 0 22 0 344489668 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645296786104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15583] ppid=15547 vsize=2966184 CPUtime=1.71 cores=0,2,4,6
/proc/15550/task/15583/stat : 15583 (java) S 15547 15550 15509 0 -1 4202560 8422 0 0 0 169 2 0 0 20 0 22 0 344489668 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645295733304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15585] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15585/stat : 15585 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645294681208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15587] ppid=15547 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/15550/task/15587/stat : 15587 (java) S 15547 15550 15509 0 -1 4202560 50 0 0 0 12 17 0 0 20 0 22 0 344489668 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139645293628616 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15593] ppid=15547 vsize=2966184 CPUtime=817.7 cores=0,2,4,6
/proc/15550/task/15593/stat : 15593 (java) R 15547 15550 15509 0 -1 4202560 319 0 0 0 81755 15 0 0 20 0 22 0 344489705 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139644284951840 139645308959003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15594] ppid=15547 vsize=2966184 CPUtime=817.74 cores=0,2,4,6
/proc/15550/task/15594/stat : 15594 (java) R 15547 15550 15509 0 -1 4202560 475 0 0 0 81755 19 0 0 20 0 22 0 344489705 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139644283898000 139645309408335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15595] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15595/stat : 15595 (java) S 15547 15550 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139644282848424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15596] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15596/stat : 15596 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 228845 33554432000 1073741824 1073778376 140735205145424 139644281795624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.24
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.001 s]
/proc/loadavg: 4.18 3.80 2.91 3/196 15606
/proc/meminfo: memFree=24546676/32873648 swapFree=6852/6852
[pid=15550] ppid=15547 vsize=2966184 CPUtime=1800.12 cores=0,2,4,6
/proc/15550/stat : 15550 (java) S 15547 15550 15509 0 -1 4202496 21195 0 3 0 179904 108 0 0 20 0 22 0 344489660 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 140735205136560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15550/statm: 741546 228874 2285 9 0 732240 0
[pid=15550/tid=15555] ppid=15547 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/15550/task/15555/stat : 15555 (java) S 15547 15550 15509 0 -1 4202560 2869 0 2 0 39 2 0 0 20 0 22 0 344489661 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645454505112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=15550/tid=15558] ppid=15547 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/15550/task/15558/stat : 15558 (java) S 15547 15550 15509 0 -1 4202560 219 0 0 0 372 7 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645438785832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15559] ppid=15547 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/15550/task/15559/stat : 15559 (java) S 15547 15550 15509 0 -1 4202560 216 0 0 0 415 7 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645437733032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15561] ppid=15547 vsize=2966184 CPUtime=4.01 cores=0,2,4,6
/proc/15550/task/15561/stat : 15561 (java) S 15547 15550 15509 0 -1 4202560 217 0 0 0 394 7 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645436680744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15562] ppid=15547 vsize=2966184 CPUtime=4 cores=0,2,4,6
/proc/15550/task/15562/stat : 15562 (java) S 15547 15550 15509 0 -1 4202560 214 0 0 0 391 9 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645435627944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15565] ppid=15547 vsize=2966184 CPUtime=3.98 cores=0,2,4,6
/proc/15550/task/15565/stat : 15565 (java) S 15547 15550 15509 0 -1 4202560 220 0 0 0 391 7 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645434575656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15567] ppid=15547 vsize=2966184 CPUtime=3.83 cores=0,2,4,6
/proc/15550/task/15567/stat : 15567 (java) S 15547 15550 15509 0 -1 4202560 213 0 0 0 376 7 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645433522856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15569] ppid=15547 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/15550/task/15569/stat : 15569 (java) S 15547 15550 15509 0 -1 4202560 235 0 0 0 385 6 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645432470568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15571] ppid=15547 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/15550/task/15571/stat : 15571 (java) S 15547 15550 15509 0 -1 4202560 229 0 0 0 395 8 0 0 20 0 22 0 344489662 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645431417768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15573] ppid=15547 vsize=2966184 CPUtime=57.1 cores=0,2,4,6
/proc/15550/task/15573/stat : 15573 (java) S 15547 15550 15509 0 -1 4202560 136 0 0 0 5687 23 0 0 20 0 22 0 344489663 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645300996328 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15576] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15576/stat : 15576 (java) S 15547 15550 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645299942392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15578] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15578/stat : 15578 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489664 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645298889992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15580] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15580/stat : 15580 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645297838480 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15582] ppid=15547 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/15550/task/15582/stat : 15582 (java) S 15547 15550 15509 0 -1 4202560 5955 0 0 0 90 0 0 0 20 0 22 0 344489668 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645296786104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15583] ppid=15547 vsize=2966184 CPUtime=1.71 cores=0,2,4,6
/proc/15550/task/15583/stat : 15583 (java) S 15547 15550 15509 0 -1 4202560 8422 0 0 0 169 2 0 0 20 0 22 0 344489668 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645295733304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15550/tid=15585] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15585/stat : 15585 (java) S 15547 15550 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344489668 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645294681208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15550/tid=15587] ppid=15547 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/15550/task/15587/stat : 15587 (java) S 15547 15550 15509 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 344489668 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139645293628616 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15593] ppid=15547 vsize=2966184 CPUtime=851.85 cores=0,2,4,6
/proc/15550/task/15593/stat : 15593 (java) R 15547 15550 15509 0 -1 4202560 329 0 0 0 85170 15 0 0 20 0 22 0 344489705 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139644284951840 139645309223401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15550/tid=15594] ppid=15547 vsize=2966184 CPUtime=851.89 cores=0,2,4,6
/proc/15550/task/15594/stat : 15594 (java) R 15547 15550 15509 0 -1 4202560 480 0 0 0 85170 19 0 0 20 0 22 0 344489705 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139644283898128 139645309408283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15595] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15595/stat : 15595 (java) S 15547 15550 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139644282848424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15550/tid=15596] ppid=15547 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15550/task/15596/stat : 15596 (java) S 15547 15550 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344489706 3037372416 228874 33554432000 1073741824 1073778376 140735205145424 139644281795624 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 15550 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=790150
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=542765
# CPU time returned by wait4() is 1796.33
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.045
CPU time (s): 1800.12
CPU user time (s): 1799.04
CPU system time (s): 1.08
CPU usage (%): 195.443
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.54276
maximum resident set size= 915612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21226
page faults= 3
swaps= 0
block input operations= 104
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38236
involuntary context switches= 63937

runsolver used 3.46247 second user time and 8.33373 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 1622186c78d9255ec55518143c1e5a9e
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:     104456 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:47