Trace number 3742006

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.77 927.658

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K106.opb
MD5SUMafe4117ba13dcfbcd06fd88e1353402a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark143.74
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7208
Total number of constraints7422
Number of constraints which are clauses7316
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint106
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 107
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3742006-1338763114.opb
0.08/0.13	c reading problem ... 
0.75/0.46	c ... done. Wall clock time 0.331s.
0.75/0.46	c #vars     7208
0.75/0.46	c #constraints  7422
0.75/0.46	c constraints type 
0.75/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5949
0.75/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 106
0.75/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1365
0.75/0.46	c constraints type 
0.75/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1365
0.75/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5949
0.75/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 106
5.35/2.12	c cleaning 2482 clauses out of 4995 with flag 5000/5000
8.90/3.87	c cleaning 4226 clauses out of 8513 with flag 11006/11006
12.99/5.89	c cleaning 5566 clauses out of 11266 with flag 18000/18000
17.37/8.00	c cleaning 6768 clauses out of 13698 with flag 26000/26000
22.75/10.73	c cleaning 7828 clauses out of 15926 with flag 35000/35000
28.11/13.45	c cleaning 8860 clauses out of 18099 with flag 45001/45001
34.10/16.47	c cleaning 9496 clauses out of 19238 with flag 55000/55000
39.44/19.10	c cleaning 9747 clauses out of 19740 with flag 65000/65000
45.76/22.32	c cleaning 9925 clauses out of 19992 with flag 75000/75000
51.30/25.19	c cleaning 9873 clauses out of 20065 with flag 85001/85001
59.23/29.16	c cleaning 9988 clauses out of 20192 with flag 95004/95004
68.98/34.10	c cleaning 9984 clauses out of 20201 with flag 105002/105002
80.25/39.77	c cleaning 9950 clauses out of 20215 with flag 115000/115000
86.37/42.90	c cleaning 9994 clauses out of 20269 with flag 125004/125004
94.08/46.71	c cleaning 9994 clauses out of 20271 with flag 135000/135000
100.40/49.95	c cleaning 9979 clauses out of 20278 with flag 145001/145001
112.89/56.28	c cleaning 10068 clauses out of 20299 with flag 155001/155001
119.80/59.76	c cleaning 9957 clauses out of 20231 with flag 165001/165001
126.33/63.03	c cleaning 9919 clauses out of 20273 with flag 175000/175000
133.83/66.85	c cleaning 9840 clauses out of 20351 with flag 185000/185000
140.29/70.13	c cleaning 9518 clauses out of 20512 with flag 195001/195001
147.42/73.78	c cleaning 9536 clauses out of 20991 with flag 205001/205001
153.33/76.72	c cleaning 9582 clauses out of 21457 with flag 215003/215003
159.44/79.88	c cleaning 9447 clauses out of 21871 with flag 225000/225000
166.28/83.34	c cleaning 9334 clauses out of 22424 with flag 235000/235000
179.56/90.03	c cleaning 9786 clauses out of 23091 with flag 245001/245001
186.65/93.62	c cleaning 9418 clauses out of 23303 with flag 255000/255000
197.39/99.07	c cleaning 9528 clauses out of 23886 with flag 265001/265001
204.00/102.43	c cleaning 9431 clauses out of 24357 with flag 275000/275000
210.68/105.81	c cleaning 9635 clauses out of 24927 with flag 285002/285002
219.16/110.12	c cleaning 9415 clauses out of 25292 with flag 295002/295002
234.69/117.91	c cleaning 9516 clauses out of 25875 with flag 305000/305000
244.88/123.11	c cleaning 9856 clauses out of 26357 with flag 315001/315001
252.53/127.05	c cleaning 9466 clauses out of 26501 with flag 325001/325001
259.21/130.45	c cleaning 9510 clauses out of 27033 with flag 335000/335000
264.68/133.20	c cleaning 9570 clauses out of 27523 with flag 345000/345000
270.66/136.31	c cleaning 9558 clauses out of 27953 with flag 355000/355000
276.51/139.36	c cleaning 9478 clauses out of 28395 with flag 365000/365000
283.97/143.10	c cleaning 9522 clauses out of 28916 with flag 375000/375000
291.24/146.85	c cleaning 9698 clauses out of 29396 with flag 385002/385002
296.99/149.80	c cleaning 9322 clauses out of 29698 with flag 395003/395003
302.45/152.64	c cleaning 9399 clauses out of 30375 with flag 405002/405002
311.90/157.49	c cleaning 9692 clauses out of 30974 with flag 415000/415000
318.36/160.74	c cleaning 9478 clauses out of 31281 with flag 425000/425000
326.29/164.80	c cleaning 9547 clauses out of 31804 with flag 435001/435001
345.74/174.66	c cleaning 9734 clauses out of 32258 with flag 445002/445002
355.18/179.42	c cleaning 9803 clauses out of 32522 with flag 455000/455000
362.41/183.15	c cleaning 9582 clauses out of 32718 with flag 465001/465001
370.76/187.48	c cleaning 9632 clauses out of 33136 with flag 475001/475001
379.20/191.76	c cleaning 9450 clauses out of 33506 with flag 485003/485003
385.02/194.72	c cleaning 9454 clauses out of 34053 with flag 495000/495000
391.84/198.26	c cleaning 9671 clauses out of 34597 with flag 505000/505000
397.76/201.34	c cleaning 9444 clauses out of 34926 with flag 515001/515001
403.76/204.47	c cleaning 9631 clauses out of 35482 with flag 525001/525001
410.17/207.70	c cleaning 9576 clauses out of 35851 with flag 535001/535001
416.60/211.06	c cleaning 9648 clauses out of 36275 with flag 545001/545001
431.11/218.43	c cleaning 9504 clauses out of 36627 with flag 555001/555001
443.11/224.57	c cleaning 9820 clauses out of 37122 with flag 565000/565000
449.32/227.75	c cleaning 9406 clauses out of 37300 with flag 575000/575000
456.90/231.61	c cleaning 9514 clauses out of 37896 with flag 585002/585002
464.72/235.74	c cleaning 9524 clauses out of 38382 with flag 595002/595002
474.71/240.81	c cleaning 9654 clauses out of 38856 with flag 605000/605000
479.69/243.49	c cleaning 0 clauses out of 5000 with flag 0/5000
498.55/252.85	c cleaning 9817 clauses out of 39205 with flag 615003/615003
513.80/260.62	c cleaning 9661 clauses out of 39385 with flag 625000/625000
533.18/270.41	c cleaning 9786 clauses out of 39724 with flag 635000/635000
542.16/275.08	c cleaning 9704 clauses out of 39939 with flag 645001/645001
551.92/280.07	c cleaning 9574 clauses out of 40235 with flag 655001/655001
572.73/290.69	c cleaning 9741 clauses out of 40661 with flag 665001/665001
580.49/294.64	c cleaning 9548 clauses out of 40921 with flag 675002/675002
594.24/301.65	c cleaning 9415 clauses out of 41374 with flag 685003/685003
606.20/307.73	c cleaning 9623 clauses out of 41956 with flag 695000/695000
623.23/316.48	c cleaning 9817 clauses out of 42333 with flag 705000/705000
630.40/320.15	c cleaning 10098 clauses out of 42506 with flag 715000/715000
637.33/323.71	c cleaning 9530 clauses out of 42408 with flag 725000/725000
646.29/328.34	c cleaning 9551 clauses out of 42883 with flag 735005/735005
654.89/332.80	c cleaning 9526 clauses out of 43327 with flag 745000/745000
661.24/336.14	c cleaning 9834 clauses out of 43797 with flag 755000/755000
667.18/339.21	c cleaning 9453 clauses out of 43962 with flag 765000/765000
674.32/342.93	c cleaning 9496 clauses out of 44511 with flag 775002/775002
682.28/347.11	c cleaning 9766 clauses out of 45013 with flag 785000/785000
691.64/351.93	c cleaning 9534 clauses out of 45250 with flag 795003/795003
710.59/361.50	c cleaning 9893 clauses out of 45714 with flag 805001/805001
717.34/365.03	c cleaning 9696 clauses out of 45823 with flag 815003/815003
725.31/369.20	c cleaning 9607 clauses out of 46125 with flag 825001/825001
734.04/373.78	c cleaning 9676 clauses out of 46519 with flag 835002/835002
748.96/381.35	c cleaning 9737 clauses out of 46842 with flag 845001/845001
759.29/386.62	c cleaning 9878 clauses out of 47105 with flag 855001/855001
771.66/393.03	c cleaning 9743 clauses out of 47227 with flag 865001/865001
779.39/397.05	c cleaning 9685 clauses out of 47485 with flag 875002/875002
794.11/404.57	c cleaning 9568 clauses out of 47798 with flag 885000/885000
814.42/414.85	c cleaning 9683 clauses out of 48230 with flag 895000/895000
826.55/421.20	c cleaning 9909 clauses out of 48547 with flag 905000/905000
840.47/428.27	c cleaning 9577 clauses out of 48639 with flag 915001/915001
849.17/432.76	c cleaning 10049 clauses out of 49061 with flag 925000/925000
860.67/438.61	c cleaning 9525 clauses out of 49015 with flag 935003/935003
876.00/446.52	c cleaning 9712 clauses out of 49487 with flag 945000/945000
887.12/452.24	c cleaning 9735 clauses out of 49775 with flag 955000/955000
899.19/458.48	c cleaning 9645 clauses out of 50042 with flag 965002/965002
909.67/463.80	c cleaning 9651 clauses out of 50395 with flag 975000/975000
931.03/474.75	c cleaning 9526 clauses out of 50746 with flag 985002/985002
948.76/483.74	c cleaning 9847 clauses out of 51218 with flag 995000/995000
968.45/493.72	c cleaning 9760 clauses out of 51374 with flag 1005003/1005003
979.56/499.45	c cleaning 9656 clauses out of 51613 with flag 1015002/1015002
986.22/503.02	c cleaning 9635 clauses out of 51954 with flag 1025000/1025000
992.73/506.45	c cleaning 9574 clauses out of 52319 with flag 1035000/1035000
1006.39/513.45	c cleaning 9577 clauses out of 52746 with flag 1045001/1045001
1014.28/517.55	c cleaning 9746 clauses out of 53168 with flag 1055000/1055000
1019.93/520.60	c cleaning 9553 clauses out of 53422 with flag 1065000/1065000
1025.60/523.66	c cleaning 9520 clauses out of 53873 with flag 1075004/1075004
1031.65/526.83	c cleaning 9603 clauses out of 54350 with flag 1085001/1085001
1039.28/530.88	c cleaning 9754 clauses out of 54747 with flag 1095001/1095001
1049.33/536.11	c cleaning 9809 clauses out of 54993 with flag 1105001/1105001
1056.20/539.73	c cleaning 9513 clauses out of 55185 with flag 1115003/1115003
1064.28/543.95	c cleaning 9458 clauses out of 55669 with flag 1125000/1125000
1074.12/549.03	c cleaning 9632 clauses out of 56211 with flag 1135000/1135000
1083.76/554.13	c cleaning 9580 clauses out of 56579 with flag 1145000/1145000
1099.81/562.38	c cleaning 9932 clauses out of 56994 with flag 1155000/1155000
1107.28/566.23	c cleaning 9605 clauses out of 57062 with flag 1165000/1165000
1114.92/570.29	c cleaning 9663 clauses out of 57458 with flag 1175001/1175001
1123.13/574.63	c cleaning 9762 clauses out of 57794 with flag 1185000/1185000
1133.99/580.24	c cleaning 9944 clauses out of 58032 with flag 1195000/1195000
1149.82/588.34	c cleaning 9521 clauses out of 58090 with flag 1205002/1205002
1164.27/595.71	c cleaning 9744 clauses out of 58567 with flag 1215000/1215000
1178.83/603.31	c cleaning 9803 clauses out of 58825 with flag 1225002/1225002
1192.28/610.29	c cleaning 9847 clauses out of 59022 with flag 1235002/1235002
1208.11/618.30	c cleaning 9644 clauses out of 59175 with flag 1245002/1245002
1221.74/625.39	c cleaning 9999 clauses out of 59530 with flag 1255001/1255001
1231.89/630.76	c cleaning 9986 clauses out of 59530 with flag 1265000/1265000
1238.69/634.35	c cleaning 9489 clauses out of 59547 with flag 1275003/1275003
1250.29/640.32	c cleaning 9569 clauses out of 60055 with flag 1285000/1285000
1258.66/644.78	c cleaning 9545 clauses out of 60487 with flag 1295001/1295001
1266.15/648.82	c cleaning 9792 clauses out of 60942 with flag 1305001/1305001
1273.15/652.51	c cleaning 9653 clauses out of 61150 with flag 1315001/1315001
1280.72/656.58	c cleaning 9709 clauses out of 61496 with flag 1325000/1325000
1287.69/660.23	c cleaning 9626 clauses out of 61787 with flag 1335000/1335000
1300.19/666.88	c cleaning 9708 clauses out of 62164 with flag 1345003/1345003
1316.78/675.37	c cleaning 9756 clauses out of 62455 with flag 1355002/1355002
1324.77/679.53	c cleaning 10004 clauses out of 62699 with flag 1365002/1365002
1334.36/684.52	c cleaning 9605 clauses out of 62695 with flag 1375002/1375002
1346.05/690.77	c cleaning 9820 clauses out of 63089 with flag 1385001/1385001
1358.42/697.15	c cleaning 9597 clauses out of 63269 with flag 1395001/1395001
1374.59/705.49	c cleaning 9643 clauses out of 63671 with flag 1405000/1405000
1388.56/712.69	c cleaning 10013 clauses out of 64028 with flag 1415000/1415000
1407.43/722.43	c cleaning 9671 clauses out of 64017 with flag 1425002/1425002
1427.80/732.83	c cleaning 9893 clauses out of 64345 with flag 1435001/1435001
1437.37/737.81	c cleaning 10001 clauses out of 64451 with flag 1445000/1445000
1445.53/742.14	c cleaning 9793 clauses out of 64450 with flag 1455000/1455000
1452.38/745.90	c cleaning 9776 clauses out of 64659 with flag 1465002/1465002
1460.73/750.32	c cleaning 9908 clauses out of 64883 with flag 1475002/1475002
1470.09/755.30	c cleaning 9859 clauses out of 64977 with flag 1485004/1485004
1485.03/762.95	c cleaning 9908 clauses out of 65115 with flag 1495001/1495001
1497.44/769.51	c cleaning 9851 clauses out of 65206 with flag 1505000/1505000
1504.97/773.51	c cleaning 9778 clauses out of 65353 with flag 1515000/1515000
1515.12/778.88	c cleaning 9407 clauses out of 65575 with flag 1525000/1525000
1527.65/785.40	c cleaning 9964 clauses out of 66168 with flag 1535000/1535000
1535.66/789.73	c cleaning 9687 clauses out of 66204 with flag 1545001/1545001
1543.97/794.14	c cleaning 9828 clauses out of 66516 with flag 1555000/1555000
1566.27/805.50	c cleaning 9820 clauses out of 66688 with flag 1565000/1565000
1593.98/819.63	c cleaning 9853 clauses out of 66869 with flag 1575001/1575001
1601.33/823.79	c cleaning 9791 clauses out of 67016 with flag 1585001/1585001
1612.02/829.36	c cleaning 9783 clauses out of 67224 with flag 1595000/1595000
1622.76/834.95	c cleaning 9763 clauses out of 67441 with flag 1605000/1605000
1633.06/840.35	c cleaning 9892 clauses out of 67677 with flag 1615000/1615000
1639.63/844.04	c cleaning 9595 clauses out of 67786 with flag 1625001/1625001
1646.14/847.53	c cleaning 9590 clauses out of 68190 with flag 1635000/1635000
1655.61/852.54	c cleaning 9764 clauses out of 68602 with flag 1645002/1645002
1666.70/858.37	c cleaning 9724 clauses out of 68836 with flag 1655000/1655000
1675.87/863.30	c cleaning 9666 clauses out of 69117 with flag 1665005/1665005
1684.97/868.20	c cleaning 9578 clauses out of 69446 with flag 1675000/1675000
1718.54/885.12	c cleaning 9773 clauses out of 69869 with flag 1685001/1685001
1740.48/896.32	c cleaning 9761 clauses out of 70095 with flag 1695000/1695000
1759.67/906.32	c cleaning 9892 clauses out of 70336 with flag 1705002/1705002
1774.60/914.07	c cleaning 9664 clauses out of 70442 with flag 1715000/1715000
1787.33/920.62	c cleaning 9971 clauses out of 70778 with flag 1725000/1725000
1797.05/925.79	c cleaning 9825 clauses out of 70807 with flag 1735000/1735000
1800.04/927.61	c starts		: 208
1800.04/927.61	c conflicts		: 1738731
1800.04/927.61	c decisions		: 20428381
1800.04/927.61	c propagations		: 611027209
1800.04/927.61	c inspects		: 1621259421
1800.04/927.61	c shortcuts		: 0
1800.04/927.61	c learnt literals	: 91
1800.04/927.61	c learnt binary clauses	: 50899
1800.04/927.61	c learnt ternary clauses	: 71620
1800.04/927.61	c learnt constraints	: 1738641
1800.04/927.61	c ignored constraints	: 0
1800.04/927.61	c root simplifications	: 0
1800.04/927.61	c removed literals (reason simplification)	: 36842542
1800.04/927.61	c reason swapping (by a shorter reason)	: 0
1800.04/927.61	c Calls to reduceDB	: 175
1800.04/927.61	c number of reductions to clauses (during analyze)	: 0
1800.04/927.61	c number of learned constraints concerned by reduction	: 0
1800.04/927.61	c number of learning phase by resolution	: 0
1800.04/927.61	c number of learning phase by cutting planes	: 0
1800.04/927.61	c speed (assignments/second)	: 659040.9136846692
1800.04/927.61	c non guided choices	10174
1800.04/927.64	c learnt constraints type 
1800.04/927.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50902
1800.04/927.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13927
1800.04/927.64	c constraints type 
1800.04/927.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5949
1800.04/927.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 106
1800.04/927.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1365
1800.04/927.64	c constraints type 
1800.04/927.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1365
1800.04/927.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5949
1800.04/927.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 106
1800.04/927.64	s UNKNOWN
1800.04/927.64	c Total wall clock time (in seconds): 927.507

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-3742006-1338763114/watcher-3742006-1338763114 -o /tmp/evaluation-result-3742006-1338763114/solver-3742006-1338763114 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742006-1338763114.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: 4.14 3.99 3.87 4/197 705
/proc/meminfo: memFree=24091676/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/705/stat : 705 (java) D 703 705 30010 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 342438212 278528 34 33554432000 1073741824 1073778376 140734323847376 140734323844552 271778409767 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/705/statm: 68 34 25 9 0 25 0

[startup+0.0555991 s]
/proc/loadavg: 4.14 3.99 3.87 4/197 705
/proc/meminfo: memFree=24091676/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 4278 0 1 0 2 1 0 0 20 0 13 0 342438212 11523600384 12130 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2813379 12130 1693 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.102729 s]
/proc/loadavg: 4.14 3.99 3.87 4/197 705
/proc/meminfo: memFree=24091676/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 4753 0 1 0 6 2 0 0 20 0 18 0 342438212 11864465408 13116 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2896598 13130 1982 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300169 s]
/proc/loadavg: 4.14 3.99 3.87 4/197 705
/proc/meminfo: memFree=24091676/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 8243 0 1 0 50 2 0 0 20 0 18 0 342438212 11864465408 17859 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2896598 17859 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.70018 s]
/proc/loadavg: 4.14 3.99 3.87 4/197 705
/proc/meminfo: memFree=24091676/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 10938 0 1 0 177 3 0 0 20 0 22 0 342438212 12137111552 28161 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 28161 2263 9 0 2953849 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 11852648

[startup+1.50078 s]
/proc/loadavg: 4.14 3.99 3.87 7/219 727
/proc/meminfo: memFree=23979484/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=3.98 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 13135 0 1 0 392 6 0 0 20 0 22 0 342438212 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 63730 2266 9 0 2953849 0
[pid=705/tid=707] ppid=703 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/705/task/707/stat : 707 (java) S 703 705 30010 0 -1 4202560 3403 0 1 0 40 3 0 0 20 0 22 0 342438213 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823081403544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=708] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/708/stat : 708 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823070464936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=709] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/709/stat : 709 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823069412392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=710] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/710/stat : 710 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823068359336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=711] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/711/stat : 711 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823067306792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=712] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/712/stat : 712 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823066253736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=713] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/713/stat : 713 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823065201192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=714] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/714/stat : 714 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139823064148136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=715] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/715/stat : 715 (java) S 703 705 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822911220008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=716] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/716/stat : 716 (java) S 703 705 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342438216 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822898809704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=717] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/717/stat : 717 (java) S 703 705 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822897756024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=718] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/718/stat : 718 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822896702856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=719] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/719/stat : 719 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822895651600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=720] ppid=703 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/705/task/720/stat : 720 (java) S 703 705 30010 0 -1 4202560 3755 0 0 0 67 0 0 0 20 0 22 0 342438220 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822894598456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=721] ppid=703 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/705/task/721/stat : 721 (java) S 703 705 30010 0 -1 4202560 4610 0 0 0 78 0 0 0 20 0 22 0 342438220 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822893545912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=722] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/722/stat : 722 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822892493048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=723] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/723/stat : 723 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822891440712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=724] ppid=703 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/705/task/724/stat : 724 (java) R 703 705 30010 0 -1 4202560 29 0 0 0 102 0 0 0 20 0 22 0 342438259 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822890384568 139822946334362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=705/tid=725] ppid=703 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/705/task/725/stat : 725 (java) R 703 705 30010 0 -1 4202560 136 0 0 0 99 3 0 0 20 0 22 0 342438259 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822889331720 139822946556816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=705/tid=726] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/726/stat : 726 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822888281384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=727] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/727/stat : 727 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 63730 33554432000 1073741824 1073778376 140734901643312 139822887228840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 4.14 3.99 3.87 6/219 727
/proc/meminfo: memFree=23628532/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=7.44 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 13715 0 1 0 733 11 0 0 20 0 22 0 342438212 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 125216 2291 9 0 2953849 0
[pid=705/tid=707] ppid=703 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/705/task/707/stat : 707 (java) S 703 705 30010 0 -1 4202560 3403 0 1 0 40 3 0 0 20 0 22 0 342438213 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823081403544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=708] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/708/stat : 708 (java) S 703 705 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823070464936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=709] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/709/stat : 709 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823069412392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=710] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/710/stat : 710 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823068359336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=711] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/711/stat : 711 (java) S 703 705 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823067306792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=712] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/712/stat : 712 (java) S 703 705 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823066253736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=713] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/713/stat : 713 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823065201192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=714] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/714/stat : 714 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139823064148136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=715] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/715/stat : 715 (java) S 703 705 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822911220008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=716] ppid=703 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/705/task/716/stat : 716 (java) S 703 705 30010 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 22 0 342438216 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822898809704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=717] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/717/stat : 717 (java) S 703 705 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822897756024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=718] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/718/stat : 718 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822896702856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=719] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/719/stat : 719 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822895651600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=720] ppid=703 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/705/task/720/stat : 720 (java) S 703 705 30010 0 -1 4202560 3760 0 0 0 75 0 0 0 20 0 22 0 342438220 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822894598456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=721] ppid=703 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/705/task/721/stat : 721 (java) S 703 705 30010 0 -1 4202560 5015 0 0 0 96 0 0 0 20 0 22 0 342438220 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822893545912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=722] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/722/stat : 722 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822892493048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=723] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/723/stat : 723 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822891440712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=724] ppid=703 vsize=11852648 CPUtime=2.56 cores=0,2,4,6
/proc/705/task/724/stat : 724 (java) R 703 705 30010 0 -1 4202560 31 0 0 0 256 0 0 0 20 0 22 0 342438259 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822890386328 139822946258351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=705/tid=725] ppid=703 vsize=11852648 CPUtime=2.56 cores=0,2,4,6
/proc/705/task/725/stat : 725 (java) R 703 705 30010 0 -1 4202560 245 0 0 0 249 7 0 0 20 0 22 0 342438259 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822889333176 139822946208518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=705/tid=726] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/726/stat : 726 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822888281384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=727] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/727/stat : 727 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 125216 33554432000 1073741824 1073778376 140734901643312 139822887228840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 4.12 3.99 3.87 5/219 727
/proc/meminfo: memFree=23370364/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=13.96 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 15540 0 1 0 1377 19 0 0 20 0 22 0 342438212 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 234034 2291 9 0 2953849 0
[pid=705/tid=707] ppid=703 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/705/task/707/stat : 707 (java) S 703 705 30010 0 -1 4202560 3403 0 1 0 40 3 0 0 20 0 22 0 342438213 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823081403544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=708] ppid=703 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/705/task/708/stat : 708 (java) S 703 705 30010 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823070464936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=709] ppid=703 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/705/task/709/stat : 709 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823069412392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=710] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/710/stat : 710 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823068359336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=711] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/711/stat : 711 (java) S 703 705 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823067306792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=712] ppid=703 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/705/task/712/stat : 712 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823066253736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=713] ppid=703 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/705/task/713/stat : 713 (java) S 703 705 30010 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823065201192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=714] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/714/stat : 714 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139823064148136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=715] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/715/stat : 715 (java) S 703 705 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342438215 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139822911220008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=716] ppid=703 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/705/task/716/stat : 716 (java) S 703 705 30010 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 22 0 342438216 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139822898809704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=717] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/717/stat : 717 (java) S 703 705 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139822897756024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=718] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/718/stat : 718 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139822896702856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=719] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/719/stat : 719 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139822895651600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=720] ppid=703 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/705/task/720/stat : 720 (java) S 703 705 30010 0 -1 4202560 5350 0 0 0 89 0 0 0 20 0 22 0 342438220 12137111552 234034 33554432000 1073741824 1073778376 140734901643312 139822894598456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=705/tid=725] ppid=703 vsize=11852648 CPUtime=711.84 cores=0,2,4,6
/proc/705/task/725/stat : 725 (java) R 703 705 30010 0 -1 4202560 1418 0 0 0 71129 55 0 0 20 0 22 0 342438259 12137111552 837183 33554432000 1073741824 1073778376 140734901643312 139822889331648 139822946413933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=705/tid=726] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/726/stat : 726 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 837183 33554432000 1073741824 1073778376 140734901643312 139822888281384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=727] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/727/stat : 727 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 837183 33554432000 1073741824 1073778376 140734901643312 139822887228840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1483.84
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.93 3.90 3.89 5/218 798
/proc/meminfo: memFree=20284784/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=1598.53 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 23551 0 1 0 159754 99 0 0 20 0 22 0 342438212 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 943718 2292 9 0 2953849 0
[pid=705/tid=707] ppid=703 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/705/task/707/stat : 707 (java) S 703 705 30010 0 -1 4202560 3501 0 1 0 43 4 0 0 20 0 22 0 342438213 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823081403544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=708] ppid=703 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/705/task/708/stat : 708 (java) S 703 705 30010 0 -1 4202560 98 0 0 0 137 3 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823070464936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=709] ppid=703 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/705/task/709/stat : 709 (java) S 703 705 30010 0 -1 4202560 70 0 0 0 140 2 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823069412392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=710] ppid=703 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/705/task/710/stat : 710 (java) S 703 705 30010 0 -1 4202560 87 0 0 0 128 3 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823068359336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=711] ppid=703 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/705/task/711/stat : 711 (java) S 703 705 30010 0 -1 4202560 80 0 0 0 133 2 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823067306792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=712] ppid=703 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/705/task/712/stat : 712 (java) S 703 705 30010 0 -1 4202560 91 0 0 0 140 3 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823066253736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=713] ppid=703 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/705/task/713/stat : 713 (java) S 703 705 30010 0 -1 4202560 87 0 0 0 157 2 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823065201192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=714] ppid=703 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/705/task/714/stat : 714 (java) S 703 705 30010 0 -1 4202560 94 0 0 0 133 3 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139823064148136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=715] ppid=703 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/705/task/715/stat : 715 (java) S 703 705 30010 0 -1 4202560 63 0 0 0 120 2 0 0 20 0 22 0 342438215 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822911220008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=716] ppid=703 vsize=11852648 CPUtime=52.78 cores=0,2,4,6
/proc/705/task/716/stat : 716 (java) S 703 705 30010 0 -1 4202560 291 0 0 0 5269 9 0 0 20 0 22 0 342438216 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822898809704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=717] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/717/stat : 717 (java) S 703 705 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822897756024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=718] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/718/stat : 718 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822896702856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=719] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/719/stat : 719 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822895651600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=720] ppid=703 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/705/task/720/stat : 720 (java) S 703 705 30010 0 -1 4202560 5355 0 0 0 93 0 0 0 20 0 22 0 342438220 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822894598456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=721] ppid=703 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/705/task/721/stat : 721 (java) S 703 705 30010 0 -1 4202560 10808 0 0 0 144 2 0 0 20 0 22 0 342438220 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822893545912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=722] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/722/stat : 722 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822892493048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=723] ppid=703 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/705/task/723/stat : 723 (java) S 703 705 30010 0 -1 4202560 47 0 0 0 19 15 0 0 20 0 22 0 342438220 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822891440712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=724] ppid=703 vsize=11852648 CPUtime=765.88 cores=0,2,4,6
/proc/705/task/724/stat : 724 (java) R 703 705 30010 0 -1 4202560 96 0 0 0 76574 14 0 0 20 0 22 0 342438259 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822890386256 139822946136980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=705/tid=725] ppid=703 vsize=11852648 CPUtime=765.84 cores=0,2,4,6
/proc/705/task/725/stat : 725 (java) R 703 705 30010 0 -1 4202560 1595 0 0 0 76522 62 0 0 20 0 22 0 342438259 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822889331536 139822946619712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=705/tid=726] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/726/stat : 726 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822888281384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=727] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/727/stat : 727 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 943718 33554432000 1073741824 1073778376 140734901643312 139822887228840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1598.53
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.83 3.87 3.88 5/219 799
/proc/meminfo: memFree=20192248/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=1712.89 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 23628 0 1 0 171187 102 0 0 20 0 22 0 342438212 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 955527 2292 9 0 2953849 0
[pid=705/tid=707] ppid=703 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/705/task/707/stat : 707 (java) S 703 705 30010 0 -1 4202560 3510 0 1 0 43 4 0 0 20 0 22 0 342438213 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823081403544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=708] ppid=703 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/705/task/708/stat : 708 (java) S 703 705 30010 0 -1 4202560 101 0 0 0 147 3 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823070464936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=709] ppid=703 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/705/task/709/stat : 709 (java) S 703 705 30010 0 -1 4202560 73 0 0 0 148 3 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823069412392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=710] ppid=703 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/705/task/710/stat : 710 (java) S 703 705 30010 0 -1 4202560 92 0 0 0 141 3 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823068359336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=711] ppid=703 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/705/task/711/stat : 711 (java) S 703 705 30010 0 -1 4202560 84 0 0 0 144 3 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823067306792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=712] ppid=703 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/705/task/712/stat : 712 (java) S 703 705 30010 0 -1 4202560 103 0 0 0 150 3 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823066253736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=713] ppid=703 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/705/task/713/stat : 713 (java) S 703 705 30010 0 -1 4202560 90 0 0 0 167 2 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823065201192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=714] ppid=703 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/705/task/714/stat : 714 (java) S 703 705 30010 0 -1 4202560 97 0 0 0 143 3 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139823064148136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=715] ppid=703 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/705/task/715/stat : 715 (java) S 703 705 30010 0 -1 4202560 67 0 0 0 128 2 0 0 20 0 22 0 342438215 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822911220008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=716] ppid=703 vsize=11852648 CPUtime=58.75 cores=0,2,4,6
/proc/705/task/716/stat : 716 (java) S 703 705 30010 0 -1 4202560 315 0 0 0 5865 10 0 0 20 0 22 0 342438216 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822898809704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=717] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/717/stat : 717 (java) S 703 705 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822897756024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=718] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/718/stat : 718 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822896702856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=719] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/719/stat : 719 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822895651600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=720] ppid=703 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/705/task/720/stat : 720 (java) S 703 705 30010 0 -1 4202560 5355 0 0 0 93 0 0 0 20 0 22 0 342438220 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822894598456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=721] ppid=703 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/705/task/721/stat : 721 (java) S 703 705 30010 0 -1 4202560 10808 0 0 0 144 2 0 0 20 0 22 0 342438220 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822893545912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=722] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/722/stat : 722 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822892493048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=723] ppid=703 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/705/task/723/stat : 723 (java) S 703 705 30010 0 -1 4202560 51 0 0 0 20 17 0 0 20 0 22 0 342438220 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822891440712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=724] ppid=703 vsize=11852648 CPUtime=819.67 cores=0,2,4,6
/proc/705/task/724/stat : 724 (java) R 703 705 30010 0 -1 4202560 99 0 0 0 81952 15 0 0 20 0 22 0 342438259 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822890386256 139822946335627 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=705/tid=725] ppid=703 vsize=11852648 CPUtime=819.61 cores=0,2,4,6
/proc/705/task/725/stat : 725 (java) R 703 705 30010 0 -1 4202560 1595 0 0 0 81898 63 0 0 20 0 22 0 342438259 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822889331648 139822946480341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=705/tid=726] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/726/stat : 726 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822888281384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=727] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/727/stat : 727 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 955527 33554432000 1073741824 1073778376 140734901643312 139822887228840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1712.89
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.601 s]
/proc/loadavg: 3.96 3.90 3.89 5/219 799
/proc/meminfo: memFree=20058264/32873648 swapFree=6852/6852
[pid=705] ppid=703 vsize=11852648 CPUtime=1800.04 cores=0,2,4,6
/proc/705/stat : 705 (java) S 703 705 30010 0 -1 4202496 23760 0 1 0 179897 107 0 0 20 0 22 0 342438212 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 140734901634448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/705/statm: 2963162 984237 2292 9 0 2953849 0
[pid=705/tid=707] ppid=703 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/705/task/707/stat : 707 (java) S 703 705 30010 0 -1 4202560 3516 0 1 0 43 4 0 0 20 0 22 0 342438213 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823081403544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=708] ppid=703 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/705/task/708/stat : 708 (java) S 703 705 30010 0 -1 4202560 116 0 0 0 157 4 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823070464936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=709] ppid=703 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/705/task/709/stat : 709 (java) S 703 705 30010 0 -1 4202560 79 0 0 0 156 3 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823069412392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=710] ppid=703 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/705/task/710/stat : 710 (java) S 703 705 30010 0 -1 4202560 103 0 0 0 151 3 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823068359336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=711] ppid=703 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/705/task/711/stat : 711 (java) S 703 705 30010 0 -1 4202560 102 0 0 0 156 3 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823067306792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=712] ppid=703 vsize=11852648 CPUtime=1.65 cores=0,2,4,6
/proc/705/task/712/stat : 712 (java) S 703 705 30010 0 -1 4202560 112 0 0 0 162 3 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823066253736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=713] ppid=703 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/705/task/713/stat : 713 (java) S 703 705 30010 0 -1 4202560 95 0 0 0 177 2 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823065201192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=714] ppid=703 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/705/task/714/stat : 714 (java) S 703 705 30010 0 -1 4202560 103 0 0 0 156 3 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139823064148136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=715] ppid=703 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/705/task/715/stat : 715 (java) S 703 705 30010 0 -1 4202560 75 0 0 0 138 2 0 0 20 0 22 0 342438215 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822911220008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=716] ppid=703 vsize=11852648 CPUtime=62.6 cores=0,2,4,6
/proc/705/task/716/stat : 716 (java) S 703 705 30010 0 -1 4202560 317 0 0 0 6250 10 0 0 20 0 22 0 342438216 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822898809704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=717] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/717/stat : 717 (java) S 703 705 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822897756024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=718] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/718/stat : 718 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438217 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822896702856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=719] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/719/stat : 719 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822895651600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=720] ppid=703 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/705/task/720/stat : 720 (java) S 703 705 30010 0 -1 4202560 5355 0 0 0 93 0 0 0 20 0 22 0 342438220 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822894598456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=721] ppid=703 vsize=11852648 CPUtime=1.46 cores=0,2,4,6
/proc/705/task/721/stat : 721 (java) S 703 705 30010 0 -1 4202560 10808 0 0 0 144 2 0 0 20 0 22 0 342438220 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822893545912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=705/tid=722] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/722/stat : 722 (java) S 703 705 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342438220 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822892493048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=705/tid=723] ppid=703 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/705/task/723/stat : 723 (java) S 703 705 30010 0 -1 4202560 53 0 0 0 20 18 0 0 20 0 22 0 342438220 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822891440712 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=705/tid=724] ppid=703 vsize=11852648 CPUtime=860.91 cores=0,2,4,6
/proc/705/task/724/stat : 724 (java) R 703 705 30010 0 -1 4202560 99 0 0 0 86075 16 0 0 20 0 22 0 342438259 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822890386256 139822946335844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=705/tid=725] ppid=703 vsize=11852648 CPUtime=860.83 cores=0,2,4,6
/proc/705/task/725/stat : 725 (java) R 703 705 30010 0 -1 4202560 1639 0 0 0 86017 66 0 0 20 0 22 0 342438259 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822889331952 139822946506721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=705/tid=726] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/726/stat : 726 (java) S 703 705 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822888281384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=705/tid=727] ppid=703 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/705/task/727/stat : 727 (java) S 703 705 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342438260 12137111552 984237 33554432000 1073741824 1073778376 140734901643312 139822887228840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 927.658
CPU time (s): 1800.77
CPU user time (s): 1799.21
CPU system time (s): 1.56276
CPU usage (%): 194.12
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.56276
maximum resident set size= 3937076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23793
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27339
involuntary context switches= 32916

runsolver used 4.28135 second user time and 7.38488 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 00:38:34
IDJOB=3742006
IDBENCH=90124
IDSOLVER=2328
FILE ID=node115/3742006-1338763114
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= afe4117ba13dcfbcd06fd88e1353402a
RANDOM SEED=1830986566

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24091676 kB
Buffers:         1443712 kB
Cached:          3619256 kB
SwapCached:         1016 kB
Active:          5545604 kB
Inactive:        2309144 kB
Active(anon):    2780064 kB
Inactive(anon):     9868 kB
Active(file):    2765540 kB
Inactive(file):  2299276 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2805904 kB
Mapped:            19876 kB
Shmem:                96 kB
Slab:             771852 kB
SReclaimable:     216012 kB
SUnreclaim:       555840 kB
KernelStack:        1632 kB
PageTables:         9848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2740224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-04 00:54:04