Trace number 3741824

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.78 925.173

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
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 variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741824-1338761259.opb
0.07/0.13	c reading problem ... 
0.77/0.45	c ... done. Wall clock time 0.316s.
0.77/0.45	c #vars     6120
0.77/0.45	c #constraints  6302
0.77/0.45	c constraints type 
0.77/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
0.77/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.77/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
0.77/0.45	c constraints type 
0.77/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.77/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.77/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
5.16/1.91	c cleaning 2479 clauses out of 4996 with flag 5005/5005
8.33/3.44	c cleaning 4236 clauses out of 8501 with flag 11000/11000
12.53/5.54	c cleaning 5594 clauses out of 11258 with flag 18001/18001
16.69/7.69	c cleaning 6800 clauses out of 13662 with flag 26000/26000
21.55/10.04	c cleaning 7846 clauses out of 15860 with flag 35000/35000
27.10/12.82	c cleaning 8905 clauses out of 18013 with flag 45001/45001
32.26/15.44	c cleaning 9369 clauses out of 19106 with flag 55000/55000
38.42/18.52	c cleaning 9702 clauses out of 19737 with flag 65000/65000
44.34/21.51	c cleaning 9881 clauses out of 20037 with flag 75002/75002
53.09/25.96	c cleaning 10006 clauses out of 20152 with flag 85001/85001
60.65/29.76	c cleaning 9931 clauses out of 20144 with flag 95000/95000
70.76/34.88	c cleaning 10011 clauses out of 20213 with flag 105002/105002
79.46/39.27	c cleaning 9999 clauses out of 20200 with flag 115000/115000
93.40/46.27	c cleaning 9730 clauses out of 20201 with flag 125000/125000
100.91/50.03	c cleaning 10210 clauses out of 20469 with flag 135003/135003
109.23/54.29	c cleaning 9987 clauses out of 20257 with flag 145001/145001
115.31/57.35	c cleaning 9994 clauses out of 20264 with flag 155001/155001
120.84/60.14	c cleaning 9932 clauses out of 20270 with flag 165001/165001
127.77/63.70	c cleaning 9992 clauses out of 20337 with flag 175000/175000
133.09/66.36	c cleaning 9955 clauses out of 20347 with flag 185002/185002
139.96/69.89	c cleaning 9990 clauses out of 20390 with flag 195000/195000
145.65/72.72	c cleaning 9905 clauses out of 20396 with flag 205000/205000
151.17/75.59	c cleaning 9691 clauses out of 20491 with flag 215000/215000
162.89/81.46	c cleaning 9663 clauses out of 20800 with flag 225000/225000
169.90/85.08	c cleaning 9633 clauses out of 21137 with flag 235000/235000
178.59/89.42	c cleaning 9617 clauses out of 21509 with flag 245005/245005
190.68/95.58	c cleaning 9894 clauses out of 21887 with flag 255000/255000
199.77/100.14	c cleaning 9697 clauses out of 21993 with flag 265000/265000
207.76/104.27	c cleaning 9830 clauses out of 22297 with flag 275001/275001
215.04/107.94	c cleaning 9890 clauses out of 22467 with flag 285001/285001
220.72/110.81	c cleaning 9391 clauses out of 22576 with flag 295001/295001
229.81/115.42	c cleaning 9784 clauses out of 23189 with flag 305006/305006
237.18/119.27	c cleaning 9645 clauses out of 23399 with flag 315000/315000
243.06/122.22	c cleaning 9701 clauses out of 23757 with flag 325003/325003
258.70/130.13	c cleaning 9284 clauses out of 24056 with flag 335003/335003
271.43/136.56	c cleaning 9805 clauses out of 24770 with flag 345001/345001
282.18/142.06	c cleaning 9772 clauses out of 24964 with flag 355000/355000
294.03/148.06	c cleaning 9787 clauses out of 25192 with flag 365000/365000
309.68/155.97	c cleaning 9711 clauses out of 25406 with flag 375001/375001
323.14/162.78	c cleaning 9827 clauses out of 25697 with flag 385004/385004
334.67/168.61	c cleaning 9777 clauses out of 25866 with flag 395000/395000
341.75/172.21	c cleaning 9646 clauses out of 26091 with flag 405002/405002
352.79/177.85	c cleaning 9665 clauses out of 26443 with flag 415000/415000
367.02/185.09	c cleaning 9805 clauses out of 26778 with flag 425000/425000
373.94/188.67	c cleaning 9929 clauses out of 26969 with flag 435000/435000
380.96/192.21	c cleaning 9841 clauses out of 27039 with flag 445000/445000
390.97/197.32	c cleaning 9625 clauses out of 27201 with flag 455004/455004
398.80/201.38	c cleaning 9583 clauses out of 27571 with flag 465000/465000
412.69/208.46	c cleaning 9757 clauses out of 27984 with flag 475001/475001
418.50/211.49	c cleaning 9476 clauses out of 28226 with flag 485000/485000
425.29/214.90	c cleaning 9630 clauses out of 28750 with flag 495000/495000
433.12/218.98	c cleaning 9631 clauses out of 29121 with flag 505002/505002
454.01/229.55	c cleaning 9588 clauses out of 29488 with flag 515000/515000
473.03/239.14	c cleaning 9466 clauses out of 29902 with flag 525002/525002
487.82/246.66	c cleaning 9861 clauses out of 30434 with flag 535000/535000
496.24/250.96	c cleaning 9689 clauses out of 30568 with flag 545000/545000
503.09/254.54	c cleaning 9539 clauses out of 30879 with flag 555000/555000
511.26/258.78	c cleaning 9604 clauses out of 31340 with flag 565000/565000
518.25/262.37	c cleaning 9639 clauses out of 31739 with flag 575003/575003
527.42/267.01	c cleaning 9526 clauses out of 32098 with flag 585001/585001
534.84/270.90	c cleaning 9555 clauses out of 32569 with flag 595000/595000
543.01/275.11	c cleaning 9613 clauses out of 33015 with flag 605001/605001
552.81/280.19	c cleaning 9535 clauses out of 33401 with flag 615000/615000
565.81/286.75	c cleaning 9624 clauses out of 33866 with flag 625000/625000
580.66/294.32	c cleaning 9738 clauses out of 34244 with flag 635002/635002
594.12/301.11	c cleaning 9764 clauses out of 34507 with flag 645003/645003
603.89/306.19	c cleaning 10108 clauses out of 34743 with flag 655003/655003
612.48/310.55	c cleaning 9451 clauses out of 34626 with flag 665000/665000
620.30/314.63	c cleaning 9733 clauses out of 35176 with flag 675001/675001
627.27/318.20	c cleaning 9696 clauses out of 35443 with flag 685001/685001
637.05/323.21	c cleaning 9649 clauses out of 35747 with flag 695001/695001
643.22/326.45	c cleaning 9456 clauses out of 36097 with flag 705000/705000
651.43/330.76	c cleaning 9845 clauses out of 36641 with flag 715000/715000
660.20/335.25	c cleaning 9601 clauses out of 36796 with flag 725000/725000
670.96/340.73	c cleaning 9579 clauses out of 37195 with flag 735000/735000
678.14/344.45	c cleaning 9713 clauses out of 37617 with flag 745001/745001
689.76/350.49	c cleaning 9647 clauses out of 37905 with flag 755002/755002
703.74/357.57	c cleaning 9878 clauses out of 38257 with flag 765001/765001
708.28/359.98	c cleaning 0 clauses out of 5001 with flag 0/5001
718.44/365.08	c cleaning 9830 clauses out of 38380 with flag 775002/775002
734.79/373.34	c cleaning 9902 clauses out of 38548 with flag 785000/785000
745.74/378.98	c cleaning 9777 clauses out of 38646 with flag 795000/795000
758.87/385.67	c cleaning 9800 clauses out of 38870 with flag 805001/805001
765.03/388.80	c cleaning 9526 clauses out of 39069 with flag 815000/815000
770.99/392.06	c cleaning 9790 clauses out of 39544 with flag 825001/825001
777.52/395.44	c cleaning 9605 clauses out of 39753 with flag 835000/835000
783.65/398.64	c cleaning 9652 clauses out of 40149 with flag 845001/845001
789.00/401.47	c cleaning 9741 clauses out of 40497 with flag 855001/855001
797.34/405.82	c cleaning 9613 clauses out of 40755 with flag 865000/865000
803.47/409.10	c cleaning 9893 clauses out of 41142 with flag 875000/875000
811.81/413.31	c cleaning 9484 clauses out of 41249 with flag 885000/885000
819.35/417.29	c cleaning 9770 clauses out of 41765 with flag 895000/895000
830.09/422.87	c cleaning 9765 clauses out of 41997 with flag 905002/905002
840.65/428.22	c cleaning 9830 clauses out of 42230 with flag 915000/915000
847.77/431.98	c cleaning 9926 clauses out of 42400 with flag 925001/925001
855.12/435.72	c cleaning 9455 clauses out of 42476 with flag 935003/935003
865.65/441.24	c cleaning 9766 clauses out of 43018 with flag 945000/945000
875.57/446.32	c cleaning 9743 clauses out of 43252 with flag 955000/955000
887.69/452.55	c cleaning 9830 clauses out of 43509 with flag 965000/965000
898.24/457.93	c cleaning 9965 clauses out of 43679 with flag 975001/975001
907.57/462.87	c cleaning 9604 clauses out of 43714 with flag 985001/985001
914.48/466.43	c cleaning 9718 clauses out of 44113 with flag 995004/995004
925.97/472.35	c cleaning 9883 clauses out of 44391 with flag 1005000/1005000
934.47/476.79	c cleaning 9716 clauses out of 44509 with flag 1015001/1015001
941.81/480.67	c cleaning 9760 clauses out of 44793 with flag 1025001/1025001
948.89/484.38	c cleaning 9592 clauses out of 45032 with flag 1035000/1035000
958.61/489.31	c cleaning 9837 clauses out of 45445 with flag 1045005/1045005
967.53/493.91	c cleaning 9918 clauses out of 45603 with flag 1055000/1055000
975.01/497.91	c cleaning 9677 clauses out of 45685 with flag 1065000/1065000
983.32/502.29	c cleaning 9710 clauses out of 46010 with flag 1075002/1075002
993.22/507.33	c cleaning 9703 clauses out of 46298 with flag 1085000/1085000
1002.51/512.19	c cleaning 9828 clauses out of 46596 with flag 1095001/1095001
1013.42/517.88	c cleaning 9802 clauses out of 46767 with flag 1105000/1105000
1022.90/522.78	c cleaning 9608 clauses out of 46965 with flag 1115000/1115000
1034.40/528.65	c cleaning 9952 clauses out of 47358 with flag 1125001/1125001
1046.10/534.68	c cleaning 9581 clauses out of 47407 with flag 1135002/1135002
1064.37/544.00	c cleaning 9754 clauses out of 47824 with flag 1145000/1145000
1074.85/549.47	c cleaning 9611 clauses out of 48070 with flag 1155000/1155000
1082.37/553.36	c cleaning 9674 clauses out of 48459 with flag 1165000/1165000
1088.85/556.75	c cleaning 9756 clauses out of 48785 with flag 1175000/1175000
1099.53/562.32	c cleaning 9703 clauses out of 49029 with flag 1185000/1185000
1111.43/568.42	c cleaning 9615 clauses out of 49330 with flag 1195004/1195004
1117.73/571.76	c cleaning 9722 clauses out of 49712 with flag 1205001/1205001
1130.21/578.13	c cleaning 9782 clauses out of 49993 with flag 1215004/1215004
1143.27/584.91	c cleaning 9757 clauses out of 50209 with flag 1225002/1225002
1155.75/591.36	c cleaning 9855 clauses out of 50450 with flag 1235000/1235000
1169.24/598.29	c cleaning 9923 clauses out of 50596 with flag 1245001/1245001
1182.56/605.01	c cleaning 9885 clauses out of 50673 with flag 1255001/1255001
1193.39/610.79	c cleaning 9705 clauses out of 50787 with flag 1265000/1265000
1204.86/616.62	c cleaning 10019 clauses out of 51084 with flag 1275002/1275002
1215.34/622.04	c cleaning 9838 clauses out of 51066 with flag 1285003/1285003
1225.80/627.49	c cleaning 9836 clauses out of 51225 with flag 1295000/1295000
1238.62/634.10	c cleaning 9680 clauses out of 51389 with flag 1305000/1305000
1260.08/645.03	c cleaning 9954 clauses out of 51709 with flag 1315000/1315000
1278.15/654.28	c cleaning 9610 clauses out of 51756 with flag 1325001/1325001
1305.41/668.01	c cleaning 9870 clauses out of 52145 with flag 1335000/1335000
1320.25/675.71	c cleaning 9762 clauses out of 52277 with flag 1345002/1345002
1334.49/683.02	c cleaning 9755 clauses out of 52513 with flag 1355000/1355000
1343.92/687.91	c cleaning 9902 clauses out of 52759 with flag 1365001/1365001
1363.37/697.80	c cleaning 9496 clauses out of 52856 with flag 1375000/1375000
1383.37/708.19	c cleaning 9825 clauses out of 53363 with flag 1385003/1385003
1406.60/719.98	c cleaning 9782 clauses out of 53538 with flag 1395003/1395003
1422.03/727.88	c cleaning 9859 clauses out of 53756 with flag 1405003/1405003
1433.68/733.84	c cleaning 9963 clauses out of 53894 with flag 1415000/1415000
1442.04/738.33	c cleaning 9946 clauses out of 53930 with flag 1425000/1425000
1450.46/742.78	c cleaning 9531 clauses out of 53986 with flag 1435002/1435002
1464.47/749.98	c cleaning 9752 clauses out of 54453 with flag 1445000/1445000
1478.86/757.32	c cleaning 9941 clauses out of 54704 with flag 1455003/1455003
1491.77/764.12	c cleaning 9753 clauses out of 54760 with flag 1465000/1465000
1506.95/771.97	c cleaning 9886 clauses out of 55007 with flag 1475000/1475000
1519.54/778.45	c cleaning 9825 clauses out of 55121 with flag 1485000/1485000
1529.91/783.80	c cleaning 9839 clauses out of 55297 with flag 1495001/1495001
1541.82/790.17	c cleaning 9880 clauses out of 55458 with flag 1505001/1505001
1554.59/796.73	c cleaning 9826 clauses out of 55578 with flag 1515001/1515001
1564.00/801.65	c cleaning 9750 clauses out of 55752 with flag 1525001/1525001
1577.18/808.42	c cleaning 9899 clauses out of 56001 with flag 1535000/1535000
1591.86/816.20	c cleaning 9813 clauses out of 56102 with flag 1545000/1545000
1608.61/824.77	c cleaning 9832 clauses out of 56289 with flag 1555000/1555000
1624.20/832.74	c cleaning 9846 clauses out of 56458 with flag 1565001/1565001
1631.34/836.50	c cleaning 10008 clauses out of 56612 with flag 1575002/1575002
1641.40/841.96	c cleaning 9873 clauses out of 56601 with flag 1585000/1585000
1651.78/847.36	c cleaning 9977 clauses out of 56730 with flag 1595002/1595002
1662.17/852.80	c cleaning 9705 clauses out of 56753 with flag 1605002/1605002
1671.96/857.87	c cleaning 9777 clauses out of 57046 with flag 1615000/1615000
1686.45/865.47	c cleaning 9915 clauses out of 57272 with flag 1625003/1625003
1693.41/869.12	c cleaning 9636 clauses out of 57354 with flag 1635000/1635000
1702.16/873.72	c cleaning 9803 clauses out of 57722 with flag 1645004/1645004
1711.69/878.74	c cleaning 9744 clauses out of 57915 with flag 1655000/1655000
1721.31/883.93	c cleaning 10029 clauses out of 58171 with flag 1665000/1665000
1732.46/889.78	c cleaning 9818 clauses out of 58143 with flag 1675001/1675001
1747.60/897.50	c cleaning 9850 clauses out of 58326 with flag 1685002/1685002
1758.91/903.45	c cleaning 9799 clauses out of 58476 with flag 1695002/1695002
1772.09/910.43	c cleaning 9757 clauses out of 58678 with flag 1705003/1705003
1785.23/917.30	c cleaning 9787 clauses out of 58919 with flag 1715001/1715001
1797.56/923.67	c cleaning 9788 clauses out of 59131 with flag 1725000/1725000
1800.11/925.12	c starts		: 207
1800.11/925.12	c conflicts		: 1726504
1800.11/925.12	c decisions		: 14873740
1800.11/925.12	c propagations		: 637431522
1800.11/925.12	c inspects		: 1747613042
1800.11/925.12	c shortcuts		: 0
1800.11/925.12	c learnt literals	: 89
1800.11/925.12	c learnt binary clauses	: 40328
1800.11/925.12	c learnt ternary clauses	: 61865
1800.11/925.12	c learnt constraints	: 1726415
1800.11/925.12	c ignored constraints	: 0
1800.11/925.12	c root simplifications	: 0
1800.11/925.12	c removed literals (reason simplification)	: 50585415
1800.11/925.12	c reason swapping (by a shorter reason)	: 0
1800.11/925.12	c Calls to reduceDB	: 174
1800.11/925.12	c number of reductions to clauses (during analyze)	: 0
1800.11/925.12	c number of learned constraints concerned by reduction	: 0
1800.11/925.12	c number of learning phase by resolution	: 0
1800.11/925.12	c number of learning phase by cutting planes	: 0
1800.11/925.12	c speed (assignments/second)	: 689364.8207729287
1800.11/925.12	c non guided choices	3830
1800.11/925.14	c learnt constraints type 
1800.11/925.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40328
1800.11/925.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10532
1800.11/925.14	c constraints type 
1800.11/925.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
1800.11/925.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.11/925.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
1800.11/925.14	c constraints type 
1800.11/925.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
1800.11/925.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
1800.11/925.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
1800.11/925.14	s UNKNOWN
1800.11/925.14	c Total wall clock time (in seconds): 925.007

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

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

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


[startup+0 s]
/proc/loadavg: 3.80 3.76 3.78 4/197 436
/proc/meminfo: memFree=23230984/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/436/stat : 436 (java) R 434 436 30010 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 342252683 278528 33 33554432000 1073741824 1073778376 140736019171632 140736019168808 271778409767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/436/statm: 68 33 25 9 0 25 0

[startup+0.0668241 s]
/proc/loadavg: 3.80 3.76 3.78 4/197 436
/proc/meminfo: memFree=23230984/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 4303 0 1 0 3 1 0 0 20 0 13 0 342252683 11523600384 12155 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2813379 12155 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100266 s]
/proc/loadavg: 3.80 3.76 3.78 4/197 436
/proc/meminfo: memFree=23230984/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 4471 0 1 0 6 1 0 0 20 0 18 0 342252683 11864465408 12834 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2896598 12834 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300228 s]
/proc/loadavg: 3.80 3.76 3.78 4/197 436
/proc/meminfo: memFree=23230984/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11586392 CPUtime=0.53 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 8160 0 1 0 51 2 0 0 20 0 18 0 342252683 11864465408 17522 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2896598 17522 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700183 s]
/proc/loadavg: 3.80 3.76 3.78 4/197 436
/proc/meminfo: memFree=23230984/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=1.89 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 10462 0 1 0 186 3 0 0 20 0 22 0 342252683 12137111552 27599 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 27599 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 3.80 3.76 3.78 6/219 459
/proc/meminfo: memFree=23042932/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=4.28 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 20422 0 1 0 420 8 0 0 20 0 22 0 342252683 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 85300 2266 9 0 2953849 0
[pid=436/tid=439] ppid=434 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/436/task/439/stat : 439 (java) S 434 436 30010 0 -1 4202560 3394 0 1 0 40 2 0 0 20 0 22 0 342252684 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195346179224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=440] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/440/stat : 440 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195321584168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=441] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/441/stat : 441 (java) S 434 436 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195320531368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=442] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/442/stat : 442 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195319478568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=443] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/443/stat : 443 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195318425768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=444] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/444/stat : 444 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195317373992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=445] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/445/stat : 445 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195177745320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=446] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/446/stat : 446 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195176692520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=447] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/447/stat : 447 (java) S 434 436 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195175639720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=448] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/448/stat : 448 (java) S 434 436 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195163441640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=449] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/449/stat : 449 (java) S 434 436 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195162387704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=450] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/450/stat : 450 (java) S 434 436 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195161334792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=451] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/451/stat : 451 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195160283280 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=452] ppid=434 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/436/task/452/stat : 452 (java) S 434 436 30010 0 -1 4202560 8174 0 0 0 91 2 0 0 20 0 22 0 342252691 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195159231416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=453] ppid=434 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/436/task/453/stat : 453 (java) S 434 436 30010 0 -1 4202560 7449 0 0 0 80 2 0 0 20 0 22 0 342252691 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195158178616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=454] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/454/stat : 454 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195157126008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=455] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/455/stat : 455 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195156073416 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=456] ppid=434 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/436/task/456/stat : 456 (java) R 434 436 30010 0 -1 4202560 25 0 0 0 102 0 0 0 20 0 22 0 342252729 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195155018392 140195199186736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=436/tid=457] ppid=434 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/436/task/457/stat : 457 (java) R 434 436 30010 0 -1 4202560 177 0 0 0 99 4 0 0 20 0 22 0 342252729 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195153965032 140195199383085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=436/tid=458] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/458/stat : 458 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195152913320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=459] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/459/stat : 459 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 85300 33554432000 1073741824 1073778376 140737300090832 140195151860520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.80 3.76 3.78 5/219 459
/proc/meminfo: memFree=22716932/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=7.69 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 21836 0 1 0 756 13 0 0 20 0 22 0 342252683 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 138083 2290 9 0 2953849 0
[pid=436/tid=439] ppid=434 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/436/task/439/stat : 439 (java) S 434 436 30010 0 -1 4202560 3395 0 1 0 40 2 0 0 20 0 22 0 342252684 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195346179224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=440] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/440/stat : 440 (java) S 434 436 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195321584168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=441] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/441/stat : 441 (java) S 434 436 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195320531368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=442] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/442/stat : 442 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195319478568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=443] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/443/stat : 443 (java) S 434 436 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195318425768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=444] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/444/stat : 444 (java) S 434 436 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195317373992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=445] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/445/stat : 445 (java) S 434 436 30010 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195177745320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=446] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/446/stat : 446 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195176692520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=447] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/447/stat : 447 (java) S 434 436 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195175639720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=448] ppid=434 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/436/task/448/stat : 448 (java) S 434 436 30010 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342252688 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195163441640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=449] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/449/stat : 449 (java) S 434 436 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195162387704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=450] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/450/stat : 450 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195161334792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=451] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/451/stat : 451 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195160283280 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=452] ppid=434 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/436/task/452/stat : 452 (java) R 434 436 30010 0 -1 4202560 8179 0 0 0 102 2 0 0 20 0 22 0 342252691 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195159231416 140195353153256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=436/tid=453] ppid=434 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/436/task/453/stat : 453 (java) R 434 436 30010 0 -1 4202560 8693 0 0 0 93 2 0 0 20 0 22 0 342252691 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195158178616 140195352326999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=436/tid=454] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/454/stat : 454 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195157126008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=455] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/455/stat : 455 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195156073416 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=456] ppid=434 vsize=11852648 CPUtime=2.56 cores=0,2,4,6
/proc/436/task/456/stat : 456 (java) R 434 436 30010 0 -1 4202560 27 0 0 0 256 0 0 0 20 0 22 0 342252729 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195155018536 140195199173502 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=436/tid=457] ppid=434 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/436/task/457/stat : 457 (java) R 434 436 30010 0 -1 4202560 270 0 0 0 252 6 0 0 20 0 22 0 342252729 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195153963344 140195199309201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=436/tid=458] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/458/stat : 458 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195152913320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=459] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/459/stat : 459 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 138083 33554432000 1073741824 1073778376 140737300090832 140195151860520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.90 3.78 3.79 5/219 459
/proc/meminfo: memFree=22388152/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=14.08 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 22021 0 1 0 1390 18 0 0 20 0 22 0 342252683 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 224049 2290 9 0 2953849 0
[pid=436/tid=439] ppid=434 vsize=11852648 CPUtime=0.42 cores=0,2,4,6
/proc/436/task/439/stat : 439 (java) S 434 436 30010 0 -1 4202560 3396 0 1 0 40 2 0 0 20 0 22 0 342252684 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195346179224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=440] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/440/stat : 440 (java) S 434 436 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195321584168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=441] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/441/stat : 441 (java) S 434 436 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195320531368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=442] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/442/stat : 442 (java) S 434 436 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195319478568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=443] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/443/stat : 443 (java) S 434 436 30010 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195318425768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=444] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/444/stat : 444 (java) S 434 436 30010 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195317373992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=445] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/445/stat : 445 (java) S 434 436 30010 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195177745320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=446] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/446/stat : 446 (java) S 434 436 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195176692520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=447] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/447/stat : 447 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252686 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195175639720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=448] ppid=434 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/436/task/448/stat : 448 (java) S 434 436 30010 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 342252688 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195163441640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=449] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/449/stat : 449 (java) S 434 436 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195162387704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=450] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/450/stat : 450 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195161334792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=451] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/451/stat : 451 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195160283280 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=452] ppid=434 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/436/task/452/stat : 452 (java) S 434 436 30010 0 -1 4202560 8179 0 0 0 107 2 0 0 20 0 22 0 342252691 12137111552 224049 33554432000 1073741824 1073778376 140737300090832 140195159231416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=436/tid=457] ppid=434 vsize=11852648 CPUtime=771.91 cores=0,2,4,6
/proc/436/task/457/stat : 457 (java) R 434 436 30010 0 -1 4202560 1683 0 0 0 77131 60 0 0 20 0 22 0 342252729 12137111552 960720 33554432000 1073741824 1073778376 140737300090832 140195153963632 140195199267916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=436/tid=458] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/458/stat : 458 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 960720 33554432000 1073741824 1073778376 140737300090832 140195152913320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=459] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/459/stat : 459 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 960720 33554432000 1073741824 1073778376 140737300090832 140195151860520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1603.81
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.95 3.89 3.83 5/219 534
/proc/meminfo: memFree=20137764/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=1718.1 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 24329 0 1 0 171718 92 0 0 20 0 22 0 342252683 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 971011 2291 9 0 2953849 0
[pid=436/tid=439] ppid=434 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/436/task/439/stat : 439 (java) S 434 436 30010 0 -1 4202560 3489 0 1 0 42 4 0 0 20 0 22 0 342252684 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195346179224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=440] ppid=434 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/436/task/440/stat : 440 (java) S 434 436 30010 0 -1 4202560 88 0 0 0 138 2 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195321584168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=441] ppid=434 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/436/task/441/stat : 441 (java) S 434 436 30010 0 -1 4202560 71 0 0 0 128 2 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195320531368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=442] ppid=434 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/436/task/442/stat : 442 (java) S 434 436 30010 0 -1 4202560 68 0 0 0 135 0 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195319478568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=443] ppid=434 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/436/task/443/stat : 443 (java) S 434 436 30010 0 -1 4202560 65 0 0 0 132 2 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195318425768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=444] ppid=434 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/436/task/444/stat : 444 (java) S 434 436 30010 0 -1 4202560 81 0 0 0 136 1 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195317373992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=445] ppid=434 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/436/task/445/stat : 445 (java) S 434 436 30010 0 -1 4202560 85 0 0 0 133 2 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195177745320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=446] ppid=434 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/436/task/446/stat : 446 (java) S 434 436 30010 0 -1 4202560 81 0 0 0 133 1 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195176692520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=447] ppid=434 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/436/task/447/stat : 447 (java) S 434 436 30010 0 -1 4202560 73 0 0 0 125 2 0 0 20 0 22 0 342252686 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195175639720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=448] ppid=434 vsize=11852648 CPUtime=53.39 cores=0,2,4,6
/proc/436/task/448/stat : 448 (java) S 434 436 30010 0 -1 4202560 288 0 0 0 5330 9 0 0 20 0 22 0 342252688 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195163441640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=449] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/449/stat : 449 (java) S 434 436 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195162387704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=450] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/450/stat : 450 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195161334792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=451] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/451/stat : 451 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195160283280 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=452] ppid=434 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/436/task/452/stat : 452 (java) S 434 436 30010 0 -1 4202560 8224 0 0 0 166 2 0 0 20 0 22 0 342252691 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195159231416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=453] ppid=434 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/436/task/453/stat : 453 (java) S 434 436 30010 0 -1 4202560 8695 0 0 0 106 2 0 0 20 0 22 0 342252691 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195158178616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=454] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/454/stat : 454 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195157126008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=455] ppid=434 vsize=11852648 CPUtime=0.4 cores=0,2,4,6
/proc/436/task/455/stat : 455 (java) S 434 436 30010 0 -1 4202560 51 0 0 0 20 20 0 0 20 0 22 0 342252691 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195156073416 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=456] ppid=434 vsize=11852648 CPUtime=825.26 cores=0,2,4,6
/proc/436/task/456/stat : 456 (java) R 434 436 30010 0 -1 4202560 99 0 0 0 82511 15 0 0 20 0 22 0 342252729 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195155018192 140195199134174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=436/tid=457] ppid=434 vsize=11852648 CPUtime=825.37 cores=0,2,4,6
/proc/436/task/457/stat : 457 (java) R 434 436 30010 0 -1 4202560 1683 0 0 0 82476 61 0 0 20 0 22 0 342252729 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195153963488 140195199478208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=436/tid=458] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/458/stat : 458 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195152913320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=459] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/459/stat : 459 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 971011 33554432000 1073741824 1073778376 140737300090832 140195151860520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1718.1
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.107 s]
/proc/loadavg: 3.85 3.87 3.82 5/219 534
/proc/meminfo: memFree=20094640/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 24377 0 1 0 179917 94 0 0 20 0 22 0 342252683 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 976158 2291 9 0 2953849 0
[pid=436/tid=439] ppid=434 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/436/task/439/stat : 439 (java) S 434 436 30010 0 -1 4202560 3496 0 1 0 42 4 0 0 20 0 22 0 342252684 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195346179224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=440] ppid=434 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/436/task/440/stat : 440 (java) S 434 436 30010 0 -1 4202560 90 0 0 0 146 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195321584168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=441] ppid=434 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/436/task/441/stat : 441 (java) S 434 436 30010 0 -1 4202560 73 0 0 0 137 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195320531368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=442] ppid=434 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/436/task/442/stat : 442 (java) S 434 436 30010 0 -1 4202560 71 0 0 0 142 0 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195319478568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=443] ppid=434 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/436/task/443/stat : 443 (java) S 434 436 30010 0 -1 4202560 69 0 0 0 145 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195318425768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=444] ppid=434 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/436/task/444/stat : 444 (java) S 434 436 30010 0 -1 4202560 83 0 0 0 141 1 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195317373992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=445] ppid=434 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/436/task/445/stat : 445 (java) S 434 436 30010 0 -1 4202560 91 0 0 0 143 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195177745320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=446] ppid=434 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/436/task/446/stat : 446 (java) S 434 436 30010 0 -1 4202560 87 0 0 0 143 1 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195176692520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=447] ppid=434 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/436/task/447/stat : 447 (java) S 434 436 30010 0 -1 4202560 75 0 0 0 134 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195175639720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=448] ppid=434 vsize=11852648 CPUtime=57.34 cores=0,2,4,6
/proc/436/task/448/stat : 448 (java) S 434 436 30010 0 -1 4202560 300 0 0 0 5724 10 0 0 20 0 22 0 342252688 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195163441640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=449] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/449/stat : 449 (java) S 434 436 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195162387704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=450] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/450/stat : 450 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195161334792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=451] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/451/stat : 451 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195160283280 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=452] ppid=434 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/436/task/452/stat : 452 (java) S 434 436 30010 0 -1 4202560 8224 0 0 0 166 2 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195159231416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=453] ppid=434 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/436/task/453/stat : 453 (java) S 434 436 30010 0 -1 4202560 8695 0 0 0 106 2 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195158178616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=454] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/454/stat : 454 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195157126008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=455] ppid=434 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/436/task/455/stat : 455 (java) S 434 436 30010 0 -1 4202560 53 0 0 0 20 21 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195156073416 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=456] ppid=434 vsize=11852648 CPUtime=863.93 cores=0,2,4,6
/proc/436/task/456/stat : 456 (java) R 434 436 30010 0 -1 4202560 99 0 0 0 86377 16 0 0 20 0 22 0 342252729 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195155018192 140195199205568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=436/tid=457] ppid=434 vsize=11852648 CPUtime=864.04 cores=0,2,4,6
/proc/436/task/457/stat : 457 (java) R 434 436 30010 0 -1 4202560 1683 0 0 0 86342 62 0 0 20 0 22 0 342252729 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195153963488 140195199268030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=436/tid=458] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/458/stat : 458 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195152913320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=459] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/459/stat : 459 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195151860520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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

[startup+925.107 s]
/proc/loadavg: 3.85 3.87 3.82 5/219 534
/proc/meminfo: memFree=20094640/32873648 swapFree=6852/6852
[pid=436] ppid=434 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/436/stat : 436 (java) S 434 436 30010 0 -1 4202496 24377 0 1 0 179917 94 0 0 20 0 22 0 342252683 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140737300081968 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/436/statm: 2963162 976158 2291 9 0 2953849 0
[pid=436/tid=439] ppid=434 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/436/task/439/stat : 439 (java) S 434 436 30010 0 -1 4202560 3496 0 1 0 42 4 0 0 20 0 22 0 342252684 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195346179224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=440] ppid=434 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/436/task/440/stat : 440 (java) S 434 436 30010 0 -1 4202560 90 0 0 0 146 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195321584168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=441] ppid=434 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/436/task/441/stat : 441 (java) S 434 436 30010 0 -1 4202560 73 0 0 0 137 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195320531368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=442] ppid=434 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/436/task/442/stat : 442 (java) S 434 436 30010 0 -1 4202560 71 0 0 0 142 0 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195319478568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=443] ppid=434 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/436/task/443/stat : 443 (java) S 434 436 30010 0 -1 4202560 69 0 0 0 145 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195318425768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=444] ppid=434 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/436/task/444/stat : 444 (java) S 434 436 30010 0 -1 4202560 83 0 0 0 141 1 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195317373992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=445] ppid=434 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/436/task/445/stat : 445 (java) S 434 436 30010 0 -1 4202560 91 0 0 0 143 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195177745320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=446] ppid=434 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/436/task/446/stat : 446 (java) S 434 436 30010 0 -1 4202560 87 0 0 0 143 1 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195176692520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=447] ppid=434 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/436/task/447/stat : 447 (java) S 434 436 30010 0 -1 4202560 75 0 0 0 134 2 0 0 20 0 22 0 342252686 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195175639720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=436/tid=448] ppid=434 vsize=11852648 CPUtime=57.34 cores=0,2,4,6
/proc/436/task/448/stat : 448 (java) S 434 436 30010 0 -1 4202560 300 0 0 0 5724 10 0 0 20 0 22 0 342252688 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195163441640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=449] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/449/stat : 449 (java) S 434 436 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195162387704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=450] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/450/stat : 450 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252688 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195161334792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=451] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/451/stat : 451 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195160283280 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=452] ppid=434 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/436/task/452/stat : 452 (java) S 434 436 30010 0 -1 4202560 8224 0 0 0 166 2 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195159231416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=453] ppid=434 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/436/task/453/stat : 453 (java) S 434 436 30010 0 -1 4202560 8695 0 0 0 106 2 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195158178616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=436/tid=454] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/454/stat : 454 (java) S 434 436 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195157126008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=436/tid=455] ppid=434 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/436/task/455/stat : 455 (java) S 434 436 30010 0 -1 4202560 53 0 0 0 20 21 0 0 20 0 22 0 342252691 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195156073416 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=456] ppid=434 vsize=11852648 CPUtime=863.93 cores=0,2,4,6
/proc/436/task/456/stat : 456 (java) R 434 436 30010 0 -1 4202560 99 0 0 0 86377 16 0 0 20 0 22 0 342252729 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195155018192 140195199205568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=436/tid=457] ppid=434 vsize=11852648 CPUtime=864.04 cores=0,2,4,6
/proc/436/task/457/stat : 457 (java) R 434 436 30010 0 -1 4202560 1683 0 0 0 86342 62 0 0 20 0 22 0 342252729 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195153963488 140195199268030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=436/tid=458] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/458/stat : 458 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195152913320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=436/tid=459] ppid=434 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/436/task/459/stat : 459 (java) S 434 436 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342252730 12137111552 976158 33554432000 1073741824 1073778376 140737300090832 140195151860520 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 925.173
CPU time (s): 1800.78
CPU user time (s): 1799.32
CPU system time (s): 1.46178
CPU usage (%): 194.642
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 1.46178
maximum resident set size= 3904748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24409
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27184
involuntary context switches= 26002

runsolver used 3.3215 second user time and 8.5437 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 00:07:39
IDJOB=3741824
IDBENCH=90110
IDSOLVER=2328
FILE ID=node115/3741824-1338761259
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=521778848

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:        23231512 kB
Buffers:         1443272 kB
Cached:          3649792 kB
SwapCached:         1016 kB
Active:          6417504 kB
Inactive:        2309156 kB
Active(anon):    3622644 kB
Inactive(anon):     9868 kB
Active(file):    2794860 kB
Inactive(file):  2299288 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               636 kB
Writeback:             0 kB
AnonPages:       3635952 kB
Mapped:            19916 kB
Shmem:                96 kB
Slab:             771636 kB
SReclaimable:     215928 kB
SUnreclaim:       555708 kB
KernelStack:        1616 kB
PageTables:        11372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3588096 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:23:06