Trace number 3741876

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.04 926.664

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K88.opb
MD5SUM1622186c78d9255ec55518143c1e5a9e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5984
Total number of constraints6162
Number of constraints which are clauses6074
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint88
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 89
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	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.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3741876-1338761727.opb
0.07/0.14	c reading problem ... 
0.75/0.45	c ... done. Wall clock time 0.314s.
0.75/0.45	c #vars     5984
0.75/0.45	c #constraints  6162
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
0.75/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1131
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4941
0.75/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
4.75/1.86	c cleaning 2486 clauses out of 4988 with flag 5000/5000
8.31/3.57	c cleaning 4232 clauses out of 8499 with flag 11000/11000
12.33/5.52	c cleaning 5588 clauses out of 11261 with flag 18000/18000
17.33/8.01	c cleaning 6797 clauses out of 13668 with flag 26000/26000
22.53/10.67	c cleaning 7871 clauses out of 15873 with flag 35003/35003
28.29/13.50	c cleaning 8876 clauses out of 17994 with flag 45000/45000
35.62/17.25	c cleaning 9463 clauses out of 19114 with flag 55000/55000
41.78/20.30	c cleaning 9751 clauses out of 19643 with flag 65002/65002
48.90/23.98	c cleaning 9718 clauses out of 19890 with flag 75001/75001
56.04/27.51	c cleaning 10005 clauses out of 20169 with flag 85000/85000
63.35/31.25	c cleaning 9988 clauses out of 20162 with flag 95001/95001
69.56/34.39	c cleaning 9939 clauses out of 20171 with flag 105000/105000
75.24/37.29	c cleaning 10008 clauses out of 20230 with flag 115000/115000
81.75/40.54	c cleaning 9980 clauses out of 20219 with flag 125000/125000
92.65/46.00	c cleaning 9749 clauses out of 20239 with flag 135000/135000
99.97/49.79	c cleaning 9869 clauses out of 20488 with flag 145000/145000
109.83/54.76	c cleaning 10189 clauses out of 20617 with flag 155000/155000
118.14/59.00	c cleaning 10109 clauses out of 20427 with flag 165000/165000
124.07/61.91	c cleaning 10106 clauses out of 20317 with flag 175000/175000
131.37/65.61	c cleaning 9943 clauses out of 20209 with flag 185001/185001
137.81/68.99	c cleaning 10010 clauses out of 20261 with flag 195000/195000
147.32/73.80	c cleaning 9934 clauses out of 20253 with flag 205002/205002
156.41/78.33	c cleaning 9985 clauses out of 20317 with flag 215000/215000
167.09/83.75	c cleaning 10041 clauses out of 20334 with flag 225002/225002
173.91/87.29	c cleaning 10085 clauses out of 20292 with flag 235001/235001
180.60/90.62	c cleaning 9637 clauses out of 20206 with flag 245002/245002
188.29/94.56	c cleaning 9697 clauses out of 20566 with flag 255000/255000
194.55/97.79	c cleaning 9739 clauses out of 20870 with flag 265001/265001
201.74/101.49	c cleaning 9804 clauses out of 21130 with flag 275000/275000
206.61/103.98	c cleaning 9505 clauses out of 21327 with flag 285003/285003
213.68/107.58	c cleaning 9558 clauses out of 21820 with flag 295001/295001
219.95/110.77	c cleaning 9727 clauses out of 22261 with flag 305000/305000
230.53/116.15	c cleaning 9700 clauses out of 22534 with flag 315000/315000
242.00/122.00	c cleaning 9929 clauses out of 22834 with flag 325000/325000
248.45/125.24	c cleaning 9565 clauses out of 22906 with flag 335001/335001
255.93/129.07	c cleaning 9576 clauses out of 23342 with flag 345002/345002
265.09/133.78	c cleaning 9784 clauses out of 23765 with flag 355001/355001
273.93/138.29	c cleaning 9694 clauses out of 23980 with flag 365000/365000
279.18/140.99	c cleaning 9357 clauses out of 24284 with flag 375001/375001
289.06/145.90	c cleaning 9699 clauses out of 24926 with flag 385000/385000
298.03/150.50	c cleaning 9782 clauses out of 25227 with flag 395000/395000
307.47/155.30	c cleaning 9582 clauses out of 25447 with flag 405002/405002
321.92/162.62	c cleaning 9752 clauses out of 25863 with flag 415000/415000
331.21/167.30	c cleaning 9821 clauses out of 26109 with flag 425000/425000
340.34/172.09	c cleaning 9727 clauses out of 26291 with flag 435004/435004
347.77/175.84	c cleaning 9607 clauses out of 26563 with flag 445003/445003
356.99/180.54	c cleaning 9681 clauses out of 26957 with flag 455004/455004
369.21/186.77	c cleaning 9785 clauses out of 27273 with flag 465001/465001
381.53/193.00	c cleaning 9714 clauses out of 27487 with flag 475000/475000
388.75/196.70	c cleaning 9625 clauses out of 27776 with flag 485003/485003
396.38/200.67	c cleaning 9721 clauses out of 28148 with flag 495001/495001
403.20/204.16	c cleaning 9759 clauses out of 28427 with flag 505001/505001
409.49/207.48	c cleaning 9549 clauses out of 28667 with flag 515002/515002
427.71/216.66	c cleaning 9757 clauses out of 29118 with flag 525002/525002
439.34/222.54	c cleaning 9648 clauses out of 29359 with flag 535000/535000
449.96/227.94	c cleaning 9874 clauses out of 29711 with flag 545000/545000
455.84/231.02	c cleaning 9618 clauses out of 29836 with flag 555000/555000
467.03/236.76	c cleaning 9530 clauses out of 30221 with flag 565003/565003
485.02/245.85	c cleaning 9755 clauses out of 30691 with flag 575003/575003
493.83/250.31	c cleaning 9604 clauses out of 30933 with flag 585000/585000
505.07/256.20	c cleaning 9689 clauses out of 31329 with flag 595000/595000
518.87/263.16	c cleaning 9605 clauses out of 31640 with flag 605000/605000
528.85/268.30	c cleaning 9680 clauses out of 32039 with flag 615004/615004
536.43/272.16	c cleaning 9972 clauses out of 32357 with flag 625002/625002
544.66/276.44	c cleaning 9589 clauses out of 32383 with flag 635000/635000
553.04/280.77	c cleaning 9692 clauses out of 32797 with flag 645003/645003
563.22/285.97	c cleaning 9680 clauses out of 33103 with flag 655001/655001
572.19/290.59	c cleaning 9875 clauses out of 33424 with flag 665002/665002
581.23/295.26	c cleaning 9776 clauses out of 33548 with flag 675001/675001
588.19/298.84	c cleaning 0 clauses out of 5000 with flag 0/5000
596.07/302.73	c cleaning 9831 clauses out of 33771 with flag 685000/685000
603.23/306.42	c cleaning 9879 clauses out of 33941 with flag 695001/695001
610.83/310.47	c cleaning 9666 clauses out of 34062 with flag 705001/705001
621.19/315.74	c cleaning 9674 clauses out of 34395 with flag 715000/715000
631.33/320.93	c cleaning 9632 clauses out of 34721 with flag 725000/725000
643.48/327.15	c cleaning 9587 clauses out of 35092 with flag 735003/735003
659.88/335.59	c cleaning 9973 clauses out of 35506 with flag 745004/745004
668.23/339.85	c cleaning 9629 clauses out of 35529 with flag 755001/755001
686.35/349.08	c cleaning 9907 clauses out of 35900 with flag 765001/765001
700.91/356.41	c cleaning 9752 clauses out of 35992 with flag 775000/775000
707.65/360.09	c cleaning 9655 clauses out of 36240 with flag 785000/785000
719.37/366.04	c cleaning 9564 clauses out of 36585 with flag 795000/795000
735.49/374.25	c cleaning 9838 clauses out of 37024 with flag 805003/805003
751.83/382.55	c cleaning 9895 clauses out of 37186 with flag 815003/815003
763.96/388.82	c cleaning 10016 clauses out of 37289 with flag 825001/825001
774.09/394.06	c cleaning 9806 clauses out of 37273 with flag 835001/835001
783.83/399.01	c cleaning 9795 clauses out of 37468 with flag 845002/845002
797.52/406.08	c cleaning 9932 clauses out of 37671 with flag 855000/855000
809.24/412.14	c cleaning 9876 clauses out of 37739 with flag 865000/865000
818.77/417.06	c cleaning 9873 clauses out of 37867 with flag 875004/875004
827.49/421.50	c cleaning 9871 clauses out of 37992 with flag 885002/885002
834.38/425.11	c cleaning 9844 clauses out of 38123 with flag 895005/895005
850.31/433.33	c cleaning 9612 clauses out of 38274 with flag 905000/905000
873.39/445.06	c cleaning 9648 clauses out of 38663 with flag 915001/915001
894.08/455.53	c cleaning 9809 clauses out of 39014 with flag 925000/925000
912.37/464.87	c cleaning 9791 clauses out of 39205 with flag 935000/935000
931.67/474.79	c cleaning 9936 clauses out of 39414 with flag 945000/945000
949.98/484.04	c cleaning 9851 clauses out of 39479 with flag 955001/955001
968.24/493.30	c cleaning 9735 clauses out of 39628 with flag 965001/965001
986.12/502.43	c cleaning 9871 clauses out of 39892 with flag 975000/975000
999.21/509.27	c cleaning 9869 clauses out of 40021 with flag 985000/985000
1015.28/517.49	c cleaning 10051 clauses out of 40152 with flag 995000/995000
1023.94/521.95	c cleaning 9651 clauses out of 40100 with flag 1005000/1005000
1032.81/526.55	c cleaning 9672 clauses out of 40449 with flag 1015001/1015001
1044.23/532.56	c cleaning 9732 clauses out of 40776 with flag 1025000/1025000
1067.76/544.48	c cleaning 9819 clauses out of 41044 with flag 1035000/1035000
1075.22/548.30	c cleaning 9673 clauses out of 41226 with flag 1045002/1045002
1082.26/552.05	c cleaning 9851 clauses out of 41550 with flag 1055000/1055000
1090.46/556.45	c cleaning 9657 clauses out of 41698 with flag 1065000/1065000
1098.32/560.54	c cleaning 9781 clauses out of 42041 with flag 1075000/1075000
1106.16/564.69	c cleaning 9806 clauses out of 42261 with flag 1085001/1085001
1117.79/570.62	c cleaning 9681 clauses out of 42454 with flag 1095000/1095000
1131.82/577.90	c cleaning 9652 clauses out of 42773 with flag 1105000/1105000
1147.06/585.73	c cleaning 9994 clauses out of 43122 with flag 1115001/1115001
1157.72/591.26	c cleaning 9493 clauses out of 43133 with flag 1125006/1125006
1167.16/596.17	c cleaning 9590 clauses out of 43635 with flag 1135001/1135001
1182.31/604.08	c cleaning 9822 clauses out of 44047 with flag 1145003/1145003
1195.56/610.89	c cleaning 9892 clauses out of 44223 with flag 1155001/1155001
1202.98/614.78	c cleaning 9878 clauses out of 44330 with flag 1165000/1165000
1213.80/620.36	c cleaning 9766 clauses out of 44454 with flag 1175002/1175002
1221.76/624.61	c cleaning 9746 clauses out of 44686 with flag 1185000/1185000
1233.78/630.90	c cleaning 9864 clauses out of 44942 with flag 1195002/1195002
1244.01/636.16	c cleaning 9837 clauses out of 45076 with flag 1205000/1205000
1252.03/640.37	c cleaning 9828 clauses out of 45239 with flag 1215000/1215000
1261.01/645.11	c cleaning 9612 clauses out of 45412 with flag 1225001/1225001
1279.82/654.70	c cleaning 9769 clauses out of 45799 with flag 1235000/1235000
1294.25/662.17	c cleaning 9989 clauses out of 46032 with flag 1245002/1245002
1302.67/666.57	c cleaning 9689 clauses out of 46043 with flag 1255002/1255002
1318.80/674.94	c cleaning 9736 clauses out of 46352 with flag 1265000/1265000
1331.66/681.51	c cleaning 9794 clauses out of 46616 with flag 1275000/1275000
1341.67/686.72	c cleaning 9768 clauses out of 46823 with flag 1285001/1285001
1352.69/692.43	c cleaning 9669 clauses out of 47054 with flag 1295000/1295000
1364.26/698.56	c cleaning 9813 clauses out of 47385 with flag 1305000/1305000
1377.84/705.58	c cleaning 9768 clauses out of 47572 with flag 1315000/1315000
1387.27/710.46	c cleaning 9850 clauses out of 47807 with flag 1325003/1325003
1398.30/716.18	c cleaning 9665 clauses out of 47954 with flag 1335000/1335000
1409.64/722.15	c cleaning 9860 clauses out of 48289 with flag 1345000/1345000
1418.03/726.60	c cleaning 9627 clauses out of 48429 with flag 1355000/1355000
1430.22/732.80	c cleaning 9662 clauses out of 48804 with flag 1365002/1365002
1440.64/738.28	c cleaning 10004 clauses out of 49140 with flag 1375000/1375000
1450.18/743.30	c cleaning 9758 clauses out of 49142 with flag 1385006/1385006
1459.58/748.25	c cleaning 9865 clauses out of 49379 with flag 1395001/1395001
1468.57/752.99	c cleaning 9691 clauses out of 49513 with flag 1405000/1405000
1479.58/758.69	c cleaning 9803 clauses out of 49822 with flag 1415000/1415000
1492.29/765.33	c cleaning 9877 clauses out of 50023 with flag 1425004/1425004
1510.24/774.54	c cleaning 9759 clauses out of 50145 with flag 1435003/1435003
1520.04/779.63	c cleaning 9841 clauses out of 50384 with flag 1445001/1445001
1528.02/783.85	c cleaning 9655 clauses out of 50542 with flag 1455000/1455000
1537.11/788.72	c cleaning 9971 clauses out of 50888 with flag 1465001/1465001
1544.46/792.68	c cleaning 9745 clauses out of 50918 with flag 1475002/1475002
1551.83/796.54	c cleaning 9858 clauses out of 51172 with flag 1485001/1485001
1559.22/800.47	c cleaning 9652 clauses out of 51313 with flag 1495000/1495000
1566.91/804.68	c cleaning 9839 clauses out of 51660 with flag 1505000/1505000
1577.47/810.12	c cleaning 9841 clauses out of 51819 with flag 1515001/1515001
1589.44/816.35	c cleaning 9844 clauses out of 51977 with flag 1525000/1525000
1604.61/824.19	c cleaning 9836 clauses out of 52133 with flag 1535001/1535001
1618.48/831.42	c cleaning 9748 clauses out of 52296 with flag 1545000/1545000
1628.64/836.77	c cleaning 9864 clauses out of 52550 with flag 1555002/1555002
1636.41/840.85	c cleaning 9715 clauses out of 52685 with flag 1565001/1565001
1648.97/847.33	c cleaning 9861 clauses out of 52972 with flag 1575003/1575003
1656.42/851.48	c cleaning 9857 clauses out of 53108 with flag 1585000/1585000
1668.37/857.69	c cleaning 9486 clauses out of 53252 with flag 1595001/1595001
1682.72/865.09	c cleaning 9687 clauses out of 53765 with flag 1605000/1605000
1689.68/868.78	c cleaning 10056 clauses out of 54079 with flag 1615001/1615001
1697.73/873.19	c cleaning 9987 clauses out of 54023 with flag 1625001/1625001
1706.11/877.56	c cleaning 9727 clauses out of 54035 with flag 1635000/1635000
1717.86/883.62	c cleaning 9765 clauses out of 54310 with flag 1645002/1645002
1729.39/889.64	c cleaning 9824 clauses out of 54545 with flag 1655002/1655002
1741.02/895.83	c cleaning 9861 clauses out of 54718 with flag 1665000/1665000
1755.59/903.38	c cleaning 9752 clauses out of 54857 with flag 1675000/1675000
1767.74/909.63	c cleaning 9947 clauses out of 55106 with flag 1685001/1685001
1779.25/915.69	c cleaning 9736 clauses out of 55162 with flag 1695004/1695004
1799.27/926.06	c cleaning 9675 clauses out of 55425 with flag 1705003/1705003
1800.04/926.62	c starts		: 207
1800.04/926.62	c conflicts		: 1705007
1800.04/926.62	c decisions		: 13066716
1800.04/926.62	c propagations		: 641866927
1800.04/926.62	c inspects		: 1799365264
1800.04/926.62	c shortcuts		: 0
1800.04/926.62	c learnt literals	: 100
1800.04/926.62	c learnt binary clauses	: 37428
1800.04/926.62	c learnt ternary clauses	: 57640
1800.04/926.62	c learnt constraints	: 1704909
1800.04/926.62	c ignored constraints	: 0
1800.04/926.62	c root simplifications	: 0
1800.04/926.62	c removed literals (reason simplification)	: 42522239
1800.04/926.62	c reason swapping (by a shorter reason)	: 0
1800.04/926.62	c Calls to reduceDB	: 172
1800.04/926.62	c number of reductions to clauses (during analyze)	: 0
1800.04/926.62	c number of learned constraints concerned by reduction	: 0
1800.04/926.62	c number of learning phase by resolution	: 0
1800.04/926.62	c number of learning phase by cutting planes	: 0
1800.04/926.62	c speed (assignments/second)	: 693040.2402603432
1800.04/926.62	c non guided choices	3769
1800.04/926.64	c learnt constraints type 
1800.04/926.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37428
1800.04/926.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8419
1800.04/926.64	c constraints type 
1800.04/926.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
1800.04/926.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
1800.04/926.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
1800.04/926.64	c constraints type 
1800.04/926.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1131
1800.04/926.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4941
1800.04/926.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
1800.04/926.64	s UNKNOWN
1800.04/926.64	c Total wall clock time (in seconds): 926.499

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

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

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


[startup+0 s]
/proc/loadavg: 3.70 3.88 3.89 4/197 15382
/proc/meminfo: memFree=28264512/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15382/stat : 15382 (java) R 15380 15382 13088 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 342297585 9515008 182 33554432000 1073741824 1073778376 140733800680560 140733800671592 240565173941 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15382/statm: 2323 182 140 9 0 71 0

[startup+0.0506711 s]
/proc/loadavg: 3.70 3.88 3.89 4/197 15382
/proc/meminfo: memFree=28264512/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11120388 CPUtime=0.03 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 4178 0 1 0 2 1 0 0 20 0 11 0 342297585 11387277312 12033 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2780097 12034 1620 9 0 2770798 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11120388

[startup+0.100337 s]
/proc/loadavg: 3.70 3.88 3.89 4/197 15382
/proc/meminfo: memFree=28264512/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 4491 0 1 0 6 1 0 0 20 0 18 0 342297585 11864465408 12855 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2896598 12855 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300263 s]
/proc/loadavg: 3.70 3.88 3.89 4/197 15382
/proc/meminfo: memFree=28264512/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11586392 CPUtime=0.52 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 8121 0 1 0 51 1 0 0 20 0 18 0 342297585 11864465408 17440 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2896598 17440 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700201 s]
/proc/loadavg: 3.70 3.88 3.89 4/197 15382
/proc/meminfo: memFree=28264512/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 10460 0 1 0 177 3 0 0 20 0 22 0 342297585 12137111552 26143 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2963162 26143 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 11852648

[startup+1.50092 s]
/proc/loadavg: 3.70 3.88 3.89 7/219 15404
/proc/meminfo: memFree=28138680/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11852648 CPUtime=4.14 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 14767 0 1 0 406 8 0 0 20 0 22 0 342297585 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2963162 72056 2266 9 0 2953849 0
[pid=15382/tid=15384] ppid=15380 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15380 15382 13088 0 -1 4202560 3420 0 1 0 40 2 0 0 20 0 22 0 342297586 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139951113278616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950950639912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950949587112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950948534824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950947482024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950946429736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950945376936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950944324648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950943271848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950930860264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950929806328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950928753928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950927702416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13088 0 -1 4202560 4220 0 0 0 80 0 0 0 20 0 22 0 342297593 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950926650040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13088 0 -1 4202560 5740 0 0 0 81 0 0 0 20 0 22 0 342297593 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950925597240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950924545144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950923492552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13088 0 -1 4202560 31 0 0 0 101 0 0 0 20 0 22 0 342297630 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950922378416 139950985641904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13088 0 -1 4202560 156 0 0 0 99 3 0 0 20 0 22 0 342297631 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950921326056 139950986014188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950920275112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 72056 33554432000 1073741824 1073778376 140734208921664 139950919222312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 11852648

[startup+3.10092 s]
/proc/loadavg: 3.70 3.88 3.89 4/219 15404
/proc/meminfo: memFree=27822296/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11852648 CPUtime=7.47 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 15986 0 1 0 734 13 0 0 20 0 22 0 342297585 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2963162 133541 2290 9 0 2953849 0
[pid=15382/tid=15384] ppid=15380 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15380 15382 13088 0 -1 4202560 3420 0 1 0 40 2 0 0 20 0 22 0 342297586 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139951113278616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950950639912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950949587112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950948534824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950947482024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950946429736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950945376936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950944324648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950943271848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13088 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342297590 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950930860264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950929806328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950928753928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950927702416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13088 0 -1 4202560 5265 0 0 0 89 1 0 0 20 0 22 0 342297593 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950926650040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13088 0 -1 4202560 5745 0 0 0 86 0 0 0 20 0 22 0 342297593 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950925597240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950924545144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950923492552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=11852648 CPUtime=2.56 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13088 0 -1 4202560 33 0 0 0 256 0 0 0 20 0 22 0 342297630 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950922377688 139950985692684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=11852648 CPUtime=2.57 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13088 0 -1 4202560 268 0 0 0 250 7 0 0 20 0 22 0 342297631 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950921324800 139950985859981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950920275112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 133541 33554432000 1073741824 1073778376 140734208921664 139950919222312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 11852648

[startup+6.30094 s]
/proc/loadavg: 3.65 3.87 3.88 5/219 15404
/proc/meminfo: memFree=27446644/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11852648 CPUtime=13.93 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 16263 0 1 0 1372 21 0 0 20 0 22 0 342297585 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2963162 222498 2290 9 0 2953849 0
[pid=15382/tid=15384] ppid=15380 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15380 15382 13088 0 -1 4202560 3420 0 1 0 40 2 0 0 20 0 22 0 342297586 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139951113278616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13088 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950950639912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950949587112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950948534824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950947482024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13088 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950946429736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950945376936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950944324648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297588 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950943271848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13088 0 -1 4202560 45 0 0 0 12 0 0 0 20 0 22 0 342297590 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950930860264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950929806328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950928753928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950927702416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13088 0 -1 4202560 5340 0 0 0 96 1 0 0 20 0 22 0 342297593 12137111552 222498 33554432000 1073741824 1073778376 140734208921664 139950926650040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/15382/statm: 2963162 753709 2291 9 0 2953849 0
[pid=15382/tid=15384] ppid=15380 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15380 15382 13088 0 -1 4202560 3518 0 1 0 42 4 0 0 20 0 22 0 342297586 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139951113278616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13088 0 -1 4202560 87 0 0 0 133 2 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950950639912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13088 0 -1 4202560 58 0 0 0 117 2 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950949587112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13088 0 -1 4202560 48 0 0 0 119 0 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950948534824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13088 0 -1 4202560 66 0 0 0 139 0 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950947482024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13088 0 -1 4202560 69 0 0 0 126 2 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950946429736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13088 0 -1 4202560 62 0 0 0 120 2 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950945376936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13088 0 -1 4202560 82 0 0 0 129 1 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950944324648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13088 0 -1 4202560 68 0 0 0 122 2 0 0 20 0 22 0 342297588 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950943271848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=11852648 CPUtime=49.61 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13088 0 -1 4202560 271 0 0 0 4954 7 0 0 20 0 22 0 342297590 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950930860264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950929806328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950928753928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950927702416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13088 0 -1 4202560 11679 0 0 0 150 3 0 0 20 0 22 0 342297593 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950926650040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13088 0 -1 4202560 5747 0 0 0 94 0 0 0 20 0 22 0 342297593 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950925597240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950924545144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13088 0 -1 4202560 47 0 0 0 20 17 0 0 20 0 22 0 342297593 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950923492552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=11852648 CPUtime=767.15 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13088 0 -1 4202560 89 0 0 0 76703 12 0 0 20 0 22 0 342297630 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950922379472 139950985617923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=11852648 CPUtime=766.79 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13088 0 -1 4202560 1299 0 0 0 76623 56 0 0 20 0 22 0 342297631 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950921324688 139950985860008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950920275112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 753709 33554432000 1073741824 1073778376 140734208921664 139950919222312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.01
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.89 3.82 3.85 5/220 15475
/proc/meminfo: memFree=25268516/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11852648 CPUtime=1715.26 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 24440 0 1 0 171431 95 0 0 20 0 22 0 342297585 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2963162 757842 2291 9 0 2953849 0
[pid=15382/tid=15384] ppid=15380 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15380 15382 13088 0 -1 4202560 3529 0 1 0 43 4 0 0 20 0 22 0 342297586 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139951113278616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13088 0 -1 4202560 96 0 0 0 144 2 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950950639912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13088 0 -1 4202560 63 0 0 0 131 2 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950949587112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13088 0 -1 4202560 51 0 0 0 133 0 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950948534824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13088 0 -1 4202560 68 0 0 0 152 0 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950947482024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13088 0 -1 4202560 75 0 0 0 141 2 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950946429736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13088 0 -1 4202560 67 0 0 0 135 2 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950945376936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13088 0 -1 4202560 82 0 0 0 143 1 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950944324648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13088 0 -1 4202560 75 0 0 0 137 2 0 0 20 0 22 0 342297588 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950943271848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=11852648 CPUtime=55.84 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13088 0 -1 4202560 283 0 0 0 5577 7 0 0 20 0 22 0 342297590 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950930860264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950929806328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950928753928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950927702416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13088 0 -1 4202560 11679 0 0 0 150 3 0 0 20 0 22 0 342297593 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950926650040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13088 0 -1 4202560 5747 0 0 0 94 0 0 0 20 0 22 0 342297593 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950925597240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950924545144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13088 0 -1 4202560 51 0 0 0 23 18 0 0 20 0 22 0 342297593 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950923492552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=11852648 CPUtime=820.46 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13088 0 -1 4202560 89 0 0 0 82033 13 0 0 20 0 22 0 342297630 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950922379472 139950985682903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=11852648 CPUtime=820.07 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13088 0 -1 4202560 1299 0 0 0 81950 57 0 0 20 0 22 0 342297631 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950921324880 139950985860031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950920275112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 757842 33554432000 1073741824 1073778376 140734208921664 139950919222312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1715.26
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.601 s]
/proc/loadavg: 3.71 3.78 3.83 4/220 15475
/proc/meminfo: memFree=25239620/32873844 swapFree=7116/7116
[pid=15382] ppid=15380 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/15382/stat : 15382 (java) S 15380 15382 13088 0 -1 4202496 24492 0 1 0 179907 97 0 0 20 0 22 0 342297585 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 140734208912800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15382/statm: 2963162 760949 2291 9 0 2953849 0
[pid=15382/tid=15384] ppid=15380 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15382/task/15384/stat : 15384 (java) S 15380 15382 13088 0 -1 4202560 3536 0 1 0 43 4 0 0 20 0 22 0 342297586 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139951113278328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13088 0 -1 4202560 102 0 0 0 153 3 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950950639912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13088 0 -1 4202560 66 0 0 0 141 2 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950949587112 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13088 0 -1 4202560 57 0 0 0 143 0 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950948534824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13088 0 -1 4202560 72 0 0 0 161 0 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950947482024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13088 0 -1 4202560 80 0 0 0 151 2 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950946429736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13088 0 -1 4202560 72 0 0 0 145 2 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950945376936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13088 0 -1 4202560 85 0 0 0 153 1 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950944324648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13088 0 -1 4202560 78 0 0 0 144 2 0 0 20 0 22 0 342297588 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950943271848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=11852648 CPUtime=60 cores=1,3,5,7
/proc/15382/task/15393/stat : 15393 (java) R 15380 15382 13088 0 -1 4202560 291 0 0 0 5992 8 0 0 20 0 22 0 342297590 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950930859240 139951117413627 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950929806328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342297590 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950928753928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950927702416 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13088 0 -1 4202560 11679 0 0 0 150 3 0 0 20 0 22 0 342297593 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950926650040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13088 0 -1 4202560 5747 0 0 0 94 0 0 0 20 0 22 0 342297593 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950925597240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342297593 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950924545144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13088 0 -1 4202560 53 0 0 0 24 18 0 0 20 0 22 0 342297593 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950923492552 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=11852648 CPUtime=860.29 cores=1,3,5,7
/proc/15382/task/15401/stat : 15401 (java) S 15380 15382 13088 0 -1 4202560 89 0 0 0 86015 14 0 0 20 0 22 0 342297630 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950922379592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=11852648 CPUtime=859.89 cores=1,3,5,7
/proc/15382/task/15402/stat : 15402 (java) S 15380 15382 13088 0 -1 4202560 1299 0 0 0 85931 58 0 0 20 0 22 0 342297631 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950921324680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950920275112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342297632 12137111552 760949 33554432000 1073741824 1073778376 140734208921664 139950919222312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 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

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

Real time (s): 926.664
CPU time (s): 1800.04
CPU user time (s): 1799.07
CPU system time (s): 0.97
CPU usage (%): 194.249
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.34479
maximum resident set size= 3052104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24528
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= 26802
involuntary context switches= 41020

runsolver used 3.61145 second user time and 9.34358 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 00:15:27
IDJOB=3741876
IDBENCH=90114
IDSOLVER=2328
FILE ID=node146/3741876-1338761727
RUNJOBID= node146-1338749727-13105
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_K88.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741876-1338761727/watcher-3741876-1338761727 -o /tmp/evaluation-result-3741876-1338761727/solver-3741876-1338761727 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741876-1338761727.opb

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

MD5SUM BENCH= 1622186c78d9255ec55518143c1e5a9e
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:        28265048 kB
Buffers:          320972 kB
Cached:           608772 kB
SwapCached:         1792 kB
Active:          3281500 kB
Inactive:         497272 kB
Active(anon):    2849560 kB
Inactive(anon):     1664 kB
Active(file):     431940 kB
Inactive(file):   495608 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       2860492 kB
Mapped:            17140 kB
Shmem:                 0 kB
Slab:             678060 kB
SReclaimable:     117936 kB
SUnreclaim:       560124 kB
KernelStack:        1608 kB
PageTables:         9700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2820096 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:30:55