Trace number 3741928

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.08 925.064

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
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 variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
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 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741928-1338762361.opb
0.07/0.13	c reading problem ... 
0.74/0.45	c ... done. Wall clock time 0.313s.
0.74/0.45	c #vars     5780
0.74/0.45	c #constraints  5952
0.74/0.45	c constraints type 
0.74/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
0.74/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
0.74/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
0.74/0.45	c constraints type 
0.74/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1092
0.74/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4773
0.74/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
4.70/1.84	c cleaning 2491 clauses out of 4997 with flag 5004/5004
8.06/3.41	c cleaning 4239 clauses out of 8500 with flag 11000/11000
12.01/5.32	c cleaning 5602 clauses out of 11254 with flag 18000/18000
16.79/7.79	c cleaning 6776 clauses out of 13650 with flag 26002/26002
22.61/10.62	c cleaning 7889 clauses out of 15864 with flag 35001/35001
29.18/13.97	c cleaning 8915 clauses out of 17972 with flag 45000/45000
36.74/17.78	c cleaning 9342 clauses out of 19057 with flag 55001/55001
42.68/20.77	c cleaning 9762 clauses out of 19714 with flag 65000/65000
49.21/24.08	c cleaning 9869 clauses out of 19953 with flag 75003/75003
60.75/29.83	c cleaning 10027 clauses out of 20081 with flag 85000/85000
66.30/32.65	c cleaning 9917 clauses out of 20058 with flag 95004/95004
75.02/37.09	c cleaning 9951 clauses out of 20136 with flag 105000/105000
82.72/40.98	c cleaning 9975 clauses out of 20186 with flag 115002/115002
90.84/45.09	c cleaning 10007 clauses out of 20207 with flag 125000/125000
98.15/48.76	c cleaning 9965 clauses out of 20200 with flag 135000/135000
107.25/53.38	c cleaning 9970 clauses out of 20234 with flag 145001/145001
114.72/57.11	c cleaning 10044 clauses out of 20265 with flag 155002/155002
125.63/62.65	c cleaning 9958 clauses out of 20220 with flag 165002/165002
139.72/69.76	c cleaning 9967 clauses out of 20260 with flag 175000/175000
148.63/74.25	c cleaning 9963 clauses out of 20293 with flag 185000/185000
154.64/77.38	c cleaning 10063 clauses out of 20332 with flag 195003/195003
159.73/79.97	c cleaning 10070 clauses out of 20266 with flag 205000/205000
167.42/83.80	c cleaning 10029 clauses out of 20195 with flag 215001/215001
173.30/86.88	c cleaning 9697 clauses out of 20163 with flag 225000/225000
183.70/92.13	c cleaning 9674 clauses out of 20468 with flag 235002/235002
192.57/96.70	c cleaning 9764 clauses out of 20792 with flag 245001/245001
200.43/100.69	c cleaning 9335 clauses out of 21028 with flag 255001/255001
208.28/104.66	c cleaning 9625 clauses out of 21692 with flag 265000/265000
217.25/109.28	c cleaning 9671 clauses out of 22067 with flag 275000/275000
224.71/113.02	c cleaning 9651 clauses out of 22398 with flag 285002/285002
231.98/116.73	c cleaning 9503 clauses out of 22745 with flag 295000/295000
243.03/122.32	c cleaning 9640 clauses out of 23243 with flag 305001/305001
248.59/125.20	c cleaning 9618 clauses out of 23597 with flag 315000/315000
257.45/129.78	c cleaning 9611 clauses out of 23981 with flag 325002/325002
263.49/132.86	c cleaning 9614 clauses out of 24368 with flag 335000/335000
271.14/136.71	c cleaning 9593 clauses out of 24755 with flag 345001/345001
277.30/139.98	c cleaning 9666 clauses out of 25162 with flag 355001/355001
284.99/143.82	c cleaning 9935 clauses out of 25495 with flag 365000/365000
293.44/148.19	c cleaning 9629 clauses out of 25560 with flag 375000/375000
300.87/151.97	c cleaning 9680 clauses out of 25928 with flag 385000/385000
315.21/159.29	c cleaning 9580 clauses out of 26250 with flag 395002/395002
332.11/167.76	c cleaning 9758 clauses out of 26672 with flag 405004/405004
345.13/174.31	c cleaning 9704 clauses out of 26911 with flag 415001/415001
355.18/179.42	c cleaning 9720 clauses out of 27205 with flag 425000/425000
366.51/185.21	c cleaning 9668 clauses out of 27485 with flag 435000/435000
374.73/189.45	c cleaning 9615 clauses out of 27821 with flag 445004/445004
381.56/192.94	c cleaning 9846 clauses out of 28202 with flag 455001/455001
387.57/196.05	c cleaning 9690 clauses out of 28355 with flag 465000/465000
394.48/199.65	c cleaning 9537 clauses out of 28665 with flag 475000/475000
406.10/205.53	c cleaning 9823 clauses out of 29128 with flag 485000/485000
411.71/208.45	c cleaning 9596 clauses out of 29302 with flag 495001/495001
417.72/211.50	c cleaning 9716 clauses out of 29707 with flag 505002/505002
424.82/215.27	c cleaning 9633 clauses out of 29988 with flag 515000/515000
432.82/219.34	c cleaning 9700 clauses out of 30355 with flag 525000/525000
442.02/224.05	c cleaning 9590 clauses out of 30652 with flag 535001/535001
451.84/229.04	c cleaning 9715 clauses out of 31060 with flag 545003/545003
462.13/234.39	c cleaning 9703 clauses out of 31344 with flag 555002/555002
470.55/238.68	c cleaning 9740 clauses out of 31639 with flag 565001/565001
480.34/243.63	c cleaning 9626 clauses out of 31901 with flag 575003/575003
495.14/251.15	c cleaning 9751 clauses out of 32274 with flag 585002/585002
506.02/256.75	c cleaning 9813 clauses out of 32523 with flag 595002/595002
515.60/261.60	c cleaning 9636 clauses out of 32708 with flag 605000/605000
527.58/267.76	c cleaning 9801 clauses out of 33075 with flag 615003/615003
539.98/274.01	c cleaning 9881 clauses out of 33273 with flag 625002/625002
555.84/282.19	c cleaning 10021 clauses out of 33391 with flag 635001/635001
569.60/289.13	c cleaning 9397 clauses out of 33369 with flag 645000/645000
576.97/292.99	c cleaning 9695 clauses out of 33975 with flag 655003/655003
585.94/297.53	c cleaning 9782 clauses out of 34280 with flag 665003/665003
595.39/302.45	c cleaning 9681 clauses out of 34495 with flag 675000/675000
605.55/307.66	c cleaning 9625 clauses out of 34815 with flag 685001/685001
617.11/313.56	c cleaning 9744 clauses out of 35189 with flag 695000/695000
624.66/317.44	c cleaning 9597 clauses out of 35445 with flag 705001/705001
640.48/325.55	c cleaning 9637 clauses out of 35847 with flag 715001/715001
650.24/330.55	c cleaning 9963 clauses out of 36210 with flag 725001/725001
656.19/333.61	c cleaning 9719 clauses out of 36249 with flag 735003/735003
663.74/337.53	c cleaning 9605 clauses out of 36528 with flag 745001/745001
674.51/343.18	c cleaning 9809 clauses out of 36923 with flag 755001/755001
689.42/350.74	c cleaning 9745 clauses out of 37116 with flag 765003/765003
700.59/356.48	c cleaning 9861 clauses out of 37366 with flag 775001/775001
709.51/361.04	c cleaning 9561 clauses out of 37504 with flag 785000/785000
718.10/365.59	c cleaning 9801 clauses out of 37942 with flag 795000/795000
726.63/369.99	c cleaning 9559 clauses out of 38143 with flag 805002/805002
736.80/375.17	c cleaning 9633 clauses out of 38582 with flag 815000/815000
747.91/380.85	c cleaning 9594 clauses out of 38949 with flag 825000/825000
760.88/387.56	c cleaning 9655 clauses out of 39356 with flag 835001/835001
768.22/391.34	c cleaning 9871 clauses out of 39702 with flag 845002/845002
778.94/396.82	c cleaning 9655 clauses out of 39831 with flag 855002/855002
787.06/401.05	c cleaning 9885 clauses out of 40176 with flag 865002/865002
797.58/406.50	c cleaning 9581 clauses out of 40289 with flag 875000/875000
812.06/413.98	c cleaning 9734 clauses out of 40709 with flag 885001/885001
826.97/421.55	c cleaning 9643 clauses out of 40979 with flag 895005/895005
847.06/431.76	c cleaning 9799 clauses out of 41333 with flag 905002/905002
855.21/436.08	c cleaning 9711 clauses out of 41532 with flag 915000/915000
865.13/441.11	c cleaning 9760 clauses out of 41823 with flag 925002/925002
873.41/445.47	c cleaning 9829 clauses out of 42064 with flag 935003/935003
884.51/451.16	c cleaning 9879 clauses out of 42231 with flag 945000/945000
899.44/458.81	c cleaning 9625 clauses out of 42352 with flag 955000/955000
914.95/466.76	c cleaning 9697 clauses out of 42727 with flag 965000/965000
930.05/474.48	c cleaning 9824 clauses out of 43030 with flag 975000/975000
949.60/484.39	c cleaning 9839 clauses out of 43208 with flag 985002/985002
958.29/488.99	c cleaning 9772 clauses out of 43365 with flag 995001/995001
965.20/492.57	c cleaning 9677 clauses out of 43593 with flag 1005001/1005001
977.67/498.92	c cleaning 9665 clauses out of 43916 with flag 1015001/1015001
991.15/505.84	c cleaning 9833 clauses out of 44250 with flag 1025000/1025000
1002.85/511.95	c cleaning 9837 clauses out of 44422 with flag 1035005/1035005
1015.73/518.50	c cleaning 9700 clauses out of 44580 with flag 1045000/1045000
1030.21/525.91	c cleaning 9740 clauses out of 44884 with flag 1055004/1055004
1038.68/530.34	c cleaning 9786 clauses out of 45140 with flag 1065000/1065000
1047.35/534.93	c cleaning 9743 clauses out of 45354 with flag 1075000/1075000
1056.00/539.48	c cleaning 9760 clauses out of 45612 with flag 1085001/1085001
1065.06/544.13	c cleaning 9779 clauses out of 45852 with flag 1095001/1095001
1072.13/547.85	c cleaning 0 clauses out of 5000 with flag 0/5000
1073.63/548.72	c cleaning 9927 clauses out of 46073 with flag 1105001/1105001
1082.06/553.07	c cleaning 9780 clauses out of 46145 with flag 1115000/1115000
1091.75/558.09	c cleaning 9748 clauses out of 46365 with flag 1125000/1125000
1103.00/563.82	c cleaning 9753 clauses out of 46618 with flag 1135001/1135001
1114.68/569.97	c cleaning 9965 clauses out of 46867 with flag 1145003/1145003
1128.76/577.11	c cleaning 9907 clauses out of 46899 with flag 1155000/1155000
1136.05/580.95	c cleaning 9824 clauses out of 46990 with flag 1165000/1165000
1142.51/584.34	c cleaning 9734 clauses out of 47166 with flag 1175000/1175000
1149.95/588.39	c cleaning 9621 clauses out of 47432 with flag 1185000/1185000
1158.63/592.84	c cleaning 9544 clauses out of 47811 with flag 1195000/1195000
1170.89/599.17	c cleaning 9840 clauses out of 48268 with flag 1205001/1205001
1180.16/603.96	c cleaning 9960 clauses out of 48427 with flag 1215000/1215000
1187.59/607.96	c cleaning 9665 clauses out of 48468 with flag 1225002/1225002
1196.83/612.79	c cleaning 9744 clauses out of 48801 with flag 1235000/1235000
1208.04/618.52	c cleaning 9896 clauses out of 49057 with flag 1245000/1245000
1232.90/631.13	c cleaning 9844 clauses out of 49163 with flag 1255002/1255002
1241.15/635.55	c cleaning 9774 clauses out of 49316 with flag 1265000/1265000
1252.95/641.69	c cleaning 9815 clauses out of 49542 with flag 1275000/1275000
1262.82/646.78	c cleaning 9727 clauses out of 49729 with flag 1285002/1285002
1271.86/651.41	c cleaning 9732 clauses out of 50000 with flag 1295000/1295000
1279.49/655.60	c cleaning 10058 clauses out of 50270 with flag 1305002/1305002
1286.72/659.32	c cleaning 9736 clauses out of 50210 with flag 1315000/1315000
1300.36/666.39	c cleaning 9894 clauses out of 50474 with flag 1325000/1325000
1315.42/674.04	c cleaning 9757 clauses out of 50580 with flag 1335000/1335000
1337.10/685.15	c cleaning 9828 clauses out of 50824 with flag 1345001/1345001
1354.33/693.95	c cleaning 9824 clauses out of 50995 with flag 1355000/1355000
1374.73/704.30	c cleaning 9806 clauses out of 51171 with flag 1365000/1365000
1385.16/709.75	c cleaning 9846 clauses out of 51365 with flag 1375001/1375001
1396.58/715.72	c cleaning 9558 clauses out of 51518 with flag 1385000/1385000
1410.37/722.86	c cleaning 9813 clauses out of 51960 with flag 1395000/1395000
1421.80/728.73	c cleaning 9866 clauses out of 52147 with flag 1405000/1405000
1433.59/734.86	c cleaning 9797 clauses out of 52281 with flag 1415000/1415000
1451.33/744.04	c cleaning 10070 clauses out of 52485 with flag 1425001/1425001
1467.56/752.37	c cleaning 9859 clauses out of 52414 with flag 1435000/1435000
1480.78/759.18	c cleaning 9775 clauses out of 52555 with flag 1445000/1445000
1496.77/767.33	c cleaning 9993 clauses out of 52781 with flag 1455001/1455001
1511.33/774.96	c cleaning 9887 clauses out of 52788 with flag 1465001/1465001
1519.92/779.44	c cleaning 9982 clauses out of 52899 with flag 1475000/1475000
1533.31/786.40	c cleaning 9812 clauses out of 52917 with flag 1485000/1485000
1548.49/794.17	c cleaning 10013 clauses out of 53107 with flag 1495002/1495002
1561.47/800.97	c cleaning 9929 clauses out of 53093 with flag 1505001/1505001
1568.88/804.86	c cleaning 9822 clauses out of 53162 with flag 1515000/1515000
1578.47/809.89	c cleaning 9906 clauses out of 53342 with flag 1525002/1525002
1587.45/814.54	c cleaning 9743 clauses out of 53435 with flag 1535001/1535001
1596.17/819.21	c cleaning 9829 clauses out of 53692 with flag 1545001/1545001
1605.96/824.39	c cleaning 9864 clauses out of 53862 with flag 1555000/1555000
1617.57/830.38	c cleaning 9844 clauses out of 53998 with flag 1565000/1565000
1626.40/834.99	c cleaning 9865 clauses out of 54156 with flag 1575002/1575002
1638.12/841.19	c cleaning 9935 clauses out of 54289 with flag 1585000/1585000
1648.47/846.53	c cleaning 9786 clauses out of 54354 with flag 1595000/1595000
1659.24/852.11	c cleaning 10040 clauses out of 54570 with flag 1605002/1605002
1669.22/857.39	c cleaning 10081 clauses out of 54529 with flag 1615001/1615001
1680.34/863.28	c cleaning 9638 clauses out of 54448 with flag 1625001/1625001
1694.47/870.59	c cleaning 10068 clauses out of 54809 with flag 1635000/1635000
1711.46/879.23	c cleaning 9616 clauses out of 54742 with flag 1645001/1645001
1727.64/887.52	c cleaning 9899 clauses out of 55125 with flag 1655000/1655000
1743.38/895.77	c cleaning 9832 clauses out of 55226 with flag 1665000/1665000
1767.22/907.88	c cleaning 9934 clauses out of 55394 with flag 1675000/1675000
1781.40/915.11	c cleaning 9902 clauses out of 55462 with flag 1685002/1685002
1794.13/921.75	c cleaning 9883 clauses out of 55559 with flag 1695001/1695001
1800.08/925.02	c starts		: 190
1800.08/925.02	c conflicts		: 1699549
1800.08/925.02	c decisions		: 12111137
1800.08/925.02	c propagations		: 640102637
1800.08/925.02	c inspects		: 1863219416
1800.08/925.02	c shortcuts		: 0
1800.08/925.02	c learnt literals	: 88
1800.08/925.02	c learnt binary clauses	: 37068
1800.08/925.02	c learnt ternary clauses	: 56358
1800.08/925.02	c learnt constraints	: 1699461
1800.08/925.02	c ignored constraints	: 0
1800.08/925.02	c root simplifications	: 0
1800.08/925.02	c removed literals (reason simplification)	: 53086957
1800.08/925.02	c reason swapping (by a shorter reason)	: 0
1800.08/925.02	c Calls to reduceDB	: 171
1800.08/925.02	c number of reductions to clauses (during analyze)	: 0
1800.08/925.02	c number of learned constraints concerned by reduction	: 0
1800.08/925.02	c number of learning phase by resolution	: 0
1800.08/925.02	c number of learning phase by cutting planes	: 0
1800.08/925.02	c speed (assignments/second)	: 692326.5168165024
1800.08/925.02	c non guided choices	3231
1800.08/925.04	c learnt constraints type 
1800.08/925.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37068
1800.08/925.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13256
1800.08/925.04	c constraints type 
1800.08/925.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
1800.08/925.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
1800.08/925.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
1800.08/925.04	c constraints type 
1800.08/925.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1092
1800.08/925.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4773
1800.08/925.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
1800.08/925.04	s UNKNOWN
1800.08/925.04	c Total wall clock time (in seconds): 924.909

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-3741928-1338762361/watcher-3741928-1338762361 -o /tmp/evaluation-result-3741928-1338762361/solver-3741928-1338762361 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741928-1338762361.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.77 3.86 3.88 4/197 15449
/proc/meminfo: memFree=28158348/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15449/stat : 15449 (java) D 15447 15449 13088 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 342361031 9515008 175 33554432000 1073741824 1073778376 140737178626176 140737178608904 240565175184 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2323 175 133 9 0 71 0

[startup+0.017283 s]
/proc/loadavg: 3.77 3.86 3.88 4/197 15449
/proc/meminfo: memFree=28158348/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 342361031 103964672 1044 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 25382 1052 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100233 s]
/proc/loadavg: 3.77 3.86 3.88 4/197 15449
/proc/meminfo: memFree=28158348/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 3962 0 1 0 6 1 0 0 20 0 18 0 342361031 11864465408 12836 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2896598 12836 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300234 s]
/proc/loadavg: 3.77 3.86 3.88 4/197 15449
/proc/meminfo: memFree=28158348/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 7367 0 1 0 50 2 0 0 20 0 18 0 342361031 11864465408 17442 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2896598 17442 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700171 s]
/proc/loadavg: 3.77 3.86 3.88 4/197 15449
/proc/meminfo: memFree=28158348/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 9998 0 1 0 183 3 0 0 20 0 22 0 342361031 12137111552 25550 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2963162 25550 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 11852648

[startup+1.5007 s]
/proc/loadavg: 3.77 3.86 3.88 7/219 15471
/proc/meminfo: memFree=28035372/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11852648 CPUtime=4.1 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 12599 0 1 0 402 8 0 0 20 0 22 0 342361031 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2963162 89361 2266 9 0 2953849 0
[pid=15449/tid=15451] ppid=15447 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/15449/task/15451/stat : 15451 (java) S 15447 15449 13088 0 -1 4202560 2884 0 1 0 39 2 0 0 20 0 22 0 342361033 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902763918488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902732327848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902731275304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902730222248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902729169704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902728116648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902727064104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902726011048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15459] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15459/stat : 15459 (java) S 15447 15449 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902724958504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15460] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15460/stat : 15460 (java) S 15447 15449 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342361036 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902109842280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15461] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15461/stat : 15461 (java) S 15447 15449 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902108788600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15462] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15462/stat : 15462 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902107735432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15463] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15463/stat : 15463 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902106684176 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15464] ppid=15447 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/15449/task/15464/stat : 15464 (java) S 15447 15449 13088 0 -1 4202560 3160 0 0 0 71 0 0 0 20 0 22 0 342361039 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902105631032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15465] ppid=15447 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/15449/task/15465/stat : 15465 (java) S 15447 15449 13088 0 -1 4202560 5132 0 0 0 83 1 0 0 20 0 22 0 342361039 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902104578488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15466] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15466/stat : 15466 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902103525624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15467] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15467/stat : 15467 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902102473288 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15468] ppid=15447 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/15449/task/15468/stat : 15468 (java) R 15447 15449 13088 0 -1 4202560 29 0 0 0 102 0 0 0 20 0 22 0 342361077 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902101419112 139902604463727 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15469] ppid=15447 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/15449/task/15469/stat : 15469 (java) R 15447 15449 13088 0 -1 4202560 191 0 0 0 99 4 0 0 20 0 22 0 342361077 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902100366040 139902604410437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15470] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15470/stat : 15470 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902099313960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15471] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15471/stat : 15471 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 89361 33554432000 1073741824 1073778376 140736073968896 139902098261416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.77 3.86 3.88 4/219 15471
/proc/meminfo: memFree=27566188/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11852648 CPUtime=7.43 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 12781 0 1 0 730 13 0 0 20 0 22 0 342361031 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2963162 149824 2290 9 0 2953849 0
[pid=15449/tid=15451] ppid=15447 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/15449/task/15451/stat : 15451 (java) S 15447 15449 13088 0 -1 4202560 2884 0 1 0 39 2 0 0 20 0 22 0 342361033 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902763918488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902732327848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902731275304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902730222248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902729169704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902728116648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902727064104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902726011048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15459] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15459/stat : 15459 (java) S 15447 15449 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902724958504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15460] ppid=15447 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15449/task/15460/stat : 15460 (java) S 15447 15449 13088 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 342361036 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902109842280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15461] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15461/stat : 15461 (java) S 15447 15449 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902108788600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15462] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15462/stat : 15462 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902107735432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15463] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15463/stat : 15463 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902106684176 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15464] ppid=15447 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/15449/task/15464/stat : 15464 (java) R 15447 15449 13088 0 -1 4202560 3165 0 0 0 78 0 0 0 20 0 22 0 342361039 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902105631032 139902771278656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15465] ppid=15447 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/15449/task/15465/stat : 15465 (java) R 15447 15449 13088 0 -1 4202560 5133 0 0 0 90 1 0 0 20 0 22 0 342361039 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902104578664 139902770706656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15466] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15466/stat : 15466 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902103525624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15467] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15467/stat : 15467 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902102473288 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15468] ppid=15447 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/15449/task/15468/stat : 15468 (java) R 15447 15449 13088 0 -1 4202560 32 0 0 0 258 0 0 0 20 0 22 0 342361077 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902101419160 139902604644587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15469] ppid=15447 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/15449/task/15469/stat : 15469 (java) R 15447 15449 13088 0 -1 4202560 299 0 0 0 252 7 0 0 20 0 22 0 342361077 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902100364144 139902604887943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15470] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15470/stat : 15470 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902099313960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15471] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15471/stat : 15471 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 149824 33554432000 1073741824 1073778376 140736073968896 139902098261416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 3.79 3.86 3.88 5/219 15471
/proc/meminfo: memFree=27341040/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11852648 CPUtime=13.98 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 13704 0 1 0 1381 17 0 0 20 0 22 0 342361031 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2963162 205267 2290 9 0 2953849 0
[pid=15449/tid=15451] ppid=15447 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/15449/task/15451/stat : 15451 (java) S 15447 15449 13088 0 -1 4202560 2885 0 1 0 39 2 0 0 20 0 22 0 342361033 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902763918488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 13088 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902732327848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902731275304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902730222248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902729169704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902728116648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 13088 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902727064104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 13088 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902726011048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15459] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15459/stat : 15459 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361035 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902724958504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15460] ppid=15447 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/15449/task/15460/stat : 15460 (java) S 15447 15449 13088 0 -1 4202560 47 0 0 0 10 0 0 0 20 0 22 0 342361036 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902109842280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15461] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15461/stat : 15461 (java) S 15447 15449 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902108788600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15462] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15462/stat : 15462 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902107735432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15463] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15463/stat : 15463 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902106684176 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15464] ppid=15447 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/15449/task/15464/stat : 15464 (java) S 15447 15449 13088 0 -1 4202560 3454 0 0 0 91 0 0 0 20 0 22 0 342361039 12137111552 205267 33554432000 1073741824 1073778376 140736073968896 139902105631032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/15449/statm: 2963162 749153 2291 9 0 2953849 0
[pid=15449/tid=15451] ppid=15447 vsize=11852648 CPUtime=0.45 cores=0,2,4,6
/proc/15449/task/15451/stat : 15451 (java) S 15447 15449 13088 0 -1 4202560 2952 0 1 0 41 4 0 0 20 0 22 0 342361033 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902763918488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 13088 0 -1 4202560 53 0 0 0 114 2 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902732327848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 13088 0 -1 4202560 56 0 0 0 113 0 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902731275304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 13088 0 -1 4202560 71 0 0 0 120 0 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902730222248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 13088 0 -1 4202560 57 0 0 0 116 2 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902729169704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 13088 0 -1 4202560 71 0 0 0 117 1 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902728116648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 13088 0 -1 4202560 62 0 0 0 106 2 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902727064104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 13088 0 -1 4202560 63 0 0 0 106 0 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902726011048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15459] ppid=15447 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/15449/task/15459/stat : 15459 (java) S 15447 15449 13088 0 -1 4202560 58 0 0 0 110 0 0 0 20 0 22 0 342361035 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902724958504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15460] ppid=15447 vsize=11852648 CPUtime=48.41 cores=0,2,4,6
/proc/15449/task/15460/stat : 15460 (java) S 15447 15449 13088 0 -1 4202560 271 0 0 0 4831 10 0 0 20 0 22 0 342361036 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902109842280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15461] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15461/stat : 15461 (java) S 15447 15449 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902108788600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15462] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15462/stat : 15462 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902107735432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15463] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15463/stat : 15463 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902106684176 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15464] ppid=15447 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/15449/task/15464/stat : 15464 (java) S 15447 15449 13088 0 -1 4202560 11180 0 0 0 154 1 0 0 20 0 22 0 342361039 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902105631032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15465] ppid=15447 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/15449/task/15465/stat : 15465 (java) S 15447 15449 13088 0 -1 4202560 5629 0 0 0 104 2 0 0 20 0 22 0 342361039 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902104578488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15466] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15466/stat : 15466 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902103525624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15467] ppid=15447 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/15449/task/15467/stat : 15467 (java) S 15447 15449 13088 0 -1 4202560 46 0 0 0 15 14 0 0 20 0 22 0 342361039 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902102473288 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15468] ppid=15447 vsize=11852648 CPUtime=768.54 cores=0,2,4,6
/proc/15449/task/15468/stat : 15468 (java) R 15447 15449 13088 0 -1 4202560 117 0 0 0 76841 13 0 0 20 0 22 0 342361077 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902101418832 139902604463273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15469] ppid=15447 vsize=11852648 CPUtime=768.49 cores=0,2,4,6
/proc/15449/task/15469/stat : 15469 (java) R 15447 15449 13088 0 -1 4202560 1301 0 0 0 76792 57 0 0 20 0 22 0 342361077 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902100363952 139902604649109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15470] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15470/stat : 15470 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902099313960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15471] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15471/stat : 15471 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 749153 33554432000 1073741824 1073778376 140736073968896 139902098261416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.76 3.84 3.83 5/220 15543
/proc/meminfo: memFree=24371160/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11852648 CPUtime=1717.24 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 23227 0 1 0 171631 93 0 0 20 0 22 0 342361031 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2963162 753271 2291 9 0 2953849 0
[pid=15449/tid=15451] ppid=15447 vsize=11852648 CPUtime=0.45 cores=0,2,4,6
/proc/15449/task/15451/stat : 15451 (java) S 15447 15449 13088 0 -1 4202560 2962 0 1 0 41 4 0 0 20 0 22 0 342361033 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902763918488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 13088 0 -1 4202560 54 0 0 0 122 2 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902732327848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 13088 0 -1 4202560 62 0 0 0 123 0 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902731275304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 13088 0 -1 4202560 71 0 0 0 129 0 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902730222248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 13088 0 -1 4202560 58 0 0 0 127 2 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902729169704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 13088 0 -1 4202560 73 0 0 0 128 2 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902728116648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 13088 0 -1 4202560 65 0 0 0 113 2 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902727064104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 13088 0 -1 4202560 70 0 0 0 118 0 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902726011048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15459] ppid=15447 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/15449/task/15459/stat : 15459 (java) S 15447 15449 13088 0 -1 4202560 63 0 0 0 120 0 0 0 20 0 22 0 342361035 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902724958504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15460] ppid=15447 vsize=11852648 CPUtime=53.43 cores=0,2,4,6
/proc/15449/task/15460/stat : 15460 (java) S 15447 15449 13088 0 -1 4202560 282 0 0 0 5332 11 0 0 20 0 22 0 342361036 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902109842280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15461] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15461/stat : 15461 (java) S 15447 15449 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902108788600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15462] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15462/stat : 15462 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902107735432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15463] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15463/stat : 15463 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902106684176 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15464] ppid=15447 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/15449/task/15464/stat : 15464 (java) S 15447 15449 13088 0 -1 4202560 11180 0 0 0 154 1 0 0 20 0 22 0 342361039 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902105631032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15465] ppid=15447 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/15449/task/15465/stat : 15465 (java) S 15447 15449 13088 0 -1 4202560 5629 0 0 0 104 2 0 0 20 0 22 0 342361039 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902104578488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15466] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15466/stat : 15466 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902103525624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15467] ppid=15447 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/15449/task/15467/stat : 15467 (java) S 15447 15449 13088 0 -1 4202560 50 0 0 0 15 15 0 0 20 0 22 0 342361039 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902102473288 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15468] ppid=15447 vsize=11852648 CPUtime=823.15 cores=0,2,4,6
/proc/15449/task/15468/stat : 15468 (java) R 15447 15449 13088 0 -1 4202560 118 0 0 0 82301 14 0 0 20 0 22 0 342361077 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902101418832 139902604463766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15469] ppid=15447 vsize=11852648 CPUtime=823.07 cores=0,2,4,6
/proc/15449/task/15469/stat : 15469 (java) R 15447 15449 13088 0 -1 4202560 1301 0 0 0 82249 58 0 0 20 0 22 0 342361077 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902100364384 139902604734079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15470] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15470/stat : 15470 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902099313960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15471] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15471/stat : 15471 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 753271 33554432000 1073741824 1073778376 140736073968896 139902098261416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.24
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.001 s]
/proc/loadavg: 3.88 3.86 3.83 4/219 15543
/proc/meminfo: memFree=23548556/32873844 swapFree=7116/7116
[pid=15449] ppid=15447 vsize=11852648 CPUtime=1800.08 cores=0,2,4,6
/proc/15449/stat : 15449 (java) S 15447 15449 13088 0 -1 4202496 23691 0 1 0 179892 116 0 0 20 0 22 0 342361031 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 140736073960032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15449/statm: 2963162 956038 2291 9 0 2953849 0
[pid=15449/tid=15451] ppid=15447 vsize=11852648 CPUtime=0.45 cores=0,2,4,6
/proc/15449/task/15451/stat : 15451 (java) S 15447 15449 13088 0 -1 4202560 2966 0 1 0 41 4 0 0 20 0 22 0 342361033 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902763918488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 13088 0 -1 4202560 60 0 0 0 129 2 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902732327848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 13088 0 -1 4202560 77 0 0 0 133 2 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902731275304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 13088 0 -1 4202560 79 0 0 0 138 0 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902730222248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 13088 0 -1 4202560 66 0 0 0 135 2 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902729169704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 13088 0 -1 4202560 80 0 0 0 134 2 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902728116648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 13088 0 -1 4202560 80 0 0 0 124 3 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902727064104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 13088 0 -1 4202560 70 0 0 0 124 0 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902726011048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15459] ppid=15447 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/15449/task/15459/stat : 15459 (java) S 15447 15449 13088 0 -1 4202560 83 0 0 0 126 3 0 0 20 0 22 0 342361035 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902724958504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15460] ppid=15447 vsize=11852648 CPUtime=56.3 cores=0,2,4,6
/proc/15449/task/15460/stat : 15460 (java) S 15447 15449 13088 0 -1 4202560 292 0 0 0 5619 11 0 0 20 0 22 0 342361036 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902109842280 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15461] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15461/stat : 15461 (java) S 15447 15449 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902108788600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15462] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15462/stat : 15462 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361037 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902107735432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15463] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15463/stat : 15463 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902106684176 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15464] ppid=15447 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/15449/task/15464/stat : 15464 (java) S 15447 15449 13088 0 -1 4202560 11180 0 0 0 154 1 0 0 20 0 22 0 342361039 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902105631032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15465] ppid=15447 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/15449/task/15465/stat : 15465 (java) S 15447 15449 13088 0 -1 4202560 5629 0 0 0 104 2 0 0 20 0 22 0 342361039 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902104578488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15449/tid=15466] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15466/stat : 15466 (java) S 15447 15449 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342361039 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902103525624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15449/tid=15467] ppid=15447 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/15449/task/15467/stat : 15467 (java) S 15447 15449 13088 0 -1 4202560 52 0 0 0 16 16 0 0 20 0 22 0 342361039 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902102473288 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15468] ppid=15447 vsize=11852648 CPUtime=862.67 cores=0,2,4,6
/proc/15449/task/15468/stat : 15468 (java) R 15447 15449 13088 0 -1 4202560 129 0 0 0 86252 15 0 0 20 0 22 0 342361077 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902101418832 139902604531513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15449/tid=15469] ppid=15447 vsize=11852648 CPUtime=862.6 cores=0,2,4,6
/proc/15449/task/15469/stat : 15469 (java) R 15447 15449 13088 0 -1 4202560 1659 0 0 0 86185 75 0 0 20 0 22 0 342361077 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902100364048 139902604409766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15470] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15470/stat : 15470 (java) S 15447 15449 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902099313960 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15449/tid=15471] ppid=15447 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15449/task/15471/stat : 15471 (java) S 15447 15449 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342361078 12137111552 956038 33554432000 1073741824 1073778376 140736073968896 139902098261416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 925.064
CPU time (s): 1800.08
CPU user time (s): 1798.92
CPU system time (s): 1.16
CPU usage (%): 194.59
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 1.55276
maximum resident set size= 3824272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23723
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27127
involuntary context switches= 33571

runsolver used 3.42048 second user time and 8.08377 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 00:26:01
IDJOB=3741928
IDBENCH=90118
IDSOLVER=2328
FILE ID=node146/3741928-1338762361
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70908 MiB

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

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=366658127

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28158348 kB
Buffers:          321568 kB
Cached:           609056 kB
SwapCached:         1792 kB
Active:          3383104 kB
Inactive:         497592 kB
Active(anon):    2950996 kB
Inactive(anon):     1664 kB
Active(file):     432108 kB
Inactive(file):   495928 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:               780 kB
Writeback:            36 kB
AnonPages:       2966584 kB
Mapped:            17168 kB
Shmem:                 0 kB
Slab:             678112 kB
SReclaimable:     117940 kB
SUnreclaim:       560172 kB
KernelStack:        1616 kB
PageTables:         9780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2920448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70904 MiB
End job on node146 at 2012-06-04 00:41:28