Trace number 3742136

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.13 924.756

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K95.opb
MD5SUMf5b402df79463ae0743ac9fe7c0d237d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark389.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6460
Total number of constraints6652
Number of constraints which are clauses6557
Number of constraints which are cardinality constraints (but not clauses)95
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint95
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 96
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.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	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@5495fd19
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@ae94e92
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-3742136-1338764284.opb
0.07/0.13	c reading problem ... 
0.78/0.45	c ... done. Wall clock time 0.32s.
0.78/0.45	c #vars     6460
0.78/0.45	c #constraints  6652
0.78/0.45	c constraints type 
0.78/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5333
0.78/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 95
0.78/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1222
0.78/0.45	c constraints type 
0.78/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1222
0.78/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5333
0.78/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 95
5.46/2.01	c cleaning 2487 clauses out of 4994 with flag 5000/5000
8.61/3.59	c cleaning 4232 clauses out of 8496 with flag 11000/11000
12.60/5.52	c cleaning 5604 clauses out of 11256 with flag 18000/18000
16.21/7.34	c cleaning 6777 clauses out of 13645 with flag 26001/26001
21.20/9.85	c cleaning 7893 clauses out of 15864 with flag 35001/35001
26.99/12.72	c cleaning 8870 clauses out of 17969 with flag 45000/45000
34.36/16.43	c cleaning 9368 clauses out of 19092 with flag 55000/55000
40.70/19.60	c cleaning 9771 clauses out of 19725 with flag 65001/65001
46.43/22.51	c cleaning 9817 clauses out of 19954 with flag 75001/75001
53.17/25.94	c cleaning 9901 clauses out of 20135 with flag 85000/85000
61.91/30.37	c cleaning 9899 clauses out of 20233 with flag 95000/95000
67.27/33.00	c cleaning 10051 clauses out of 20335 with flag 105004/105004
73.15/36.00	c cleaning 10018 clauses out of 20282 with flag 115002/115002
79.09/39.00	c cleaning 10123 clauses out of 20261 with flag 125000/125000
87.43/43.20	c cleaning 9865 clauses out of 20138 with flag 135000/135000
94.56/46.85	c cleaning 10038 clauses out of 20271 with flag 145000/145000
101.47/50.36	c cleaning 10014 clauses out of 20233 with flag 155000/155000
106.79/53.08	c cleaning 9870 clauses out of 20220 with flag 165001/165001
113.10/56.29	c cleaning 10048 clauses out of 20348 with flag 175000/175000
119.81/59.64	c cleaning 10150 clauses out of 20300 with flag 185000/185000
127.89/63.75	c cleaning 9933 clauses out of 20152 with flag 195002/195002
136.19/67.98	c cleaning 10020 clauses out of 20217 with flag 205000/205000
144.90/72.30	c cleaning 9673 clauses out of 20199 with flag 215002/215002
156.21/78.08	c cleaning 9467 clauses out of 20525 with flag 225001/225001
165.05/82.56	c cleaning 9615 clauses out of 21060 with flag 235003/235003
177.13/88.65	c cleaning 9540 clauses out of 21444 with flag 245003/245003
184.64/92.45	c cleaning 9518 clauses out of 21902 with flag 255001/255001
190.72/95.59	c cleaning 9587 clauses out of 22387 with flag 265004/265004
196.53/98.54	c cleaning 9443 clauses out of 22795 with flag 275001/275001
204.42/102.57	c cleaning 9754 clauses out of 23351 with flag 285000/285000
213.90/107.30	c cleaning 9681 clauses out of 23598 with flag 295001/295001
220.99/110.99	c cleaning 9676 clauses out of 23916 with flag 305001/305001
226.60/113.89	c cleaning 9375 clauses out of 24239 with flag 315000/315000
235.91/118.51	c cleaning 9770 clauses out of 24864 with flag 325000/325000
242.79/122.03	c cleaning 9372 clauses out of 25094 with flag 335000/335000
253.86/127.69	c cleaning 9780 clauses out of 25723 with flag 345001/345001
263.22/132.42	c cleaning 9860 clauses out of 25942 with flag 355000/355000
271.33/136.50	c cleaning 9635 clauses out of 26084 with flag 365002/365002
276.98/139.43	c cleaning 9414 clauses out of 26449 with flag 375002/375002
282.62/142.36	c cleaning 9536 clauses out of 27033 with flag 385001/385001
289.97/146.20	c cleaning 9609 clauses out of 27496 with flag 395000/395000
297.41/149.98	c cleaning 9585 clauses out of 27887 with flag 405000/405000
309.66/156.18	c cleaning 9647 clauses out of 28303 with flag 415001/415001
315.68/159.23	c cleaning 9528 clauses out of 28655 with flag 425000/425000
322.43/162.70	c cleaning 9539 clauses out of 29128 with flag 435001/435001
327.86/165.53	c cleaning 9525 clauses out of 29590 with flag 445002/445002
333.29/168.37	c cleaning 9753 clauses out of 30063 with flag 455000/455000
338.71/171.14	c cleaning 9520 clauses out of 30311 with flag 465001/465001
344.64/174.24	c cleaning 9383 clauses out of 30790 with flag 475000/475000
350.46/177.21	c cleaning 9690 clauses out of 31408 with flag 485001/485001
358.29/181.21	c cleaning 9676 clauses out of 31719 with flag 495003/495003
363.71/184.02	c cleaning 9596 clauses out of 32041 with flag 505001/505001
374.63/189.66	c cleaning 9673 clauses out of 32444 with flag 515000/515000
382.27/193.58	c cleaning 9499 clauses out of 32772 with flag 525001/525001
391.68/198.34	c cleaning 9474 clauses out of 33272 with flag 535000/535000
405.33/205.28	c cleaning 9549 clauses out of 33798 with flag 545000/545000
414.04/209.78	c cleaning 10113 clauses out of 34250 with flag 555001/555001
421.45/213.50	c cleaning 9656 clauses out of 34136 with flag 565000/565000
429.48/217.63	c cleaning 9611 clauses out of 34480 with flag 575000/575000
434.89/220.49	c cleaning 9717 clauses out of 34872 with flag 585003/585003
441.18/223.76	c cleaning 9619 clauses out of 35152 with flag 595000/595000
451.60/229.03	c cleaning 9754 clauses out of 35533 with flag 605000/605000
465.20/235.97	c cleaning 9728 clauses out of 35784 with flag 615005/615005
475.05/240.92	c cleaning 9700 clauses out of 36052 with flag 625001/625001
485.73/246.41	c cleaning 9824 clauses out of 36352 with flag 635001/635001
496.12/251.74	c cleaning 9699 clauses out of 36527 with flag 645000/645000
513.93/260.72	c cleaning 9850 clauses out of 36828 with flag 655000/655000
524.33/266.04	c cleaning 9597 clauses out of 36979 with flag 665001/665001
537.01/272.58	c cleaning 9563 clauses out of 37382 with flag 675001/675001
545.03/276.61	c cleaning 9621 clauses out of 37817 with flag 685000/685000
552.45/280.46	c cleaning 9572 clauses out of 38196 with flag 695000/695000
560.03/284.35	c cleaning 9648 clauses out of 38624 with flag 705000/705000
569.08/289.01	c cleaning 9603 clauses out of 38977 with flag 715001/715001
580.66/294.96	c cleaning 9533 clauses out of 39375 with flag 725002/725002
591.43/300.50	c cleaning 9847 clauses out of 39842 with flag 735002/735002
599.00/304.39	c cleaning 9706 clauses out of 39993 with flag 745000/745000
607.46/308.71	c cleaning 9797 clauses out of 40290 with flag 755003/755003
616.26/313.28	c cleaning 9665 clauses out of 40490 with flag 765000/765000
626.02/318.20	c cleaning 9556 clauses out of 40825 with flag 775000/775000
637.38/324.07	c cleaning 9632 clauses out of 41269 with flag 785000/785000
652.21/331.66	c cleaning 9960 clauses out of 41637 with flag 795000/795000
662.18/336.75	c cleaning 9875 clauses out of 41677 with flag 805001/805001
667.74/339.63	c cleaning 9582 clauses out of 41800 with flag 815001/815001
674.08/343.00	c cleaning 9514 clauses out of 42217 with flag 825000/825000
681.29/346.71	c cleaning 9602 clauses out of 42705 with flag 835002/835002
690.45/351.49	c cleaning 9524 clauses out of 43101 with flag 845000/845000
697.40/355.00	c cleaning 9891 clauses out of 43579 with flag 855002/855002
708.18/360.57	c cleaning 9665 clauses out of 43686 with flag 865000/865000
718.35/365.89	c cleaning 9716 clauses out of 44022 with flag 875001/875001
726.30/369.98	c cleaning 9841 clauses out of 44305 with flag 885000/885000
734.29/374.07	c cleaning 0 clauses out of 5007 with flag 0/5007
736.31/375.16	c cleaning 9672 clauses out of 44465 with flag 895001/895001
751.44/382.86	c cleaning 9662 clauses out of 44792 with flag 905000/905000
771.77/393.15	c cleaning 9661 clauses out of 45133 with flag 915003/915003
793.75/404.22	c cleaning 9793 clauses out of 45471 with flag 925002/925002
816.58/415.75	c cleaning 9729 clauses out of 45677 with flag 935001/935001
841.71/428.59	c cleaning 9861 clauses out of 45947 with flag 945000/945000
864.47/440.08	c cleaning 9802 clauses out of 46086 with flag 955000/955000
881.98/448.97	c cleaning 10081 clauses out of 46285 with flag 965001/965001
893.50/454.83	c cleaning 9994 clauses out of 46204 with flag 975001/975001
902.22/459.46	c cleaning 9542 clauses out of 46209 with flag 985000/985000
919.31/468.11	c cleaning 9602 clauses out of 46670 with flag 995003/995003
941.84/479.53	c cleaning 9954 clauses out of 47065 with flag 1005000/1005000
949.11/483.30	c cleaning 9355 clauses out of 47112 with flag 1015001/1015001
964.64/491.38	c cleaning 9836 clauses out of 47756 with flag 1025000/1025000
974.74/496.55	c cleaning 9911 clauses out of 47921 with flag 1035001/1035001
985.83/502.20	c cleaning 9644 clauses out of 48011 with flag 1045002/1045002
992.97/506.00	c cleaning 9959 clauses out of 48363 with flag 1055001/1055001
1002.66/511.05	c cleaning 9775 clauses out of 48403 with flag 1065000/1065000
1009.36/514.51	c cleaning 9760 clauses out of 48628 with flag 1075000/1075000
1015.05/517.59	c cleaning 9580 clauses out of 48868 with flag 1085000/1085000
1032.76/526.59	c cleaning 9645 clauses out of 49288 with flag 1095000/1095000
1043.93/532.39	c cleaning 9724 clauses out of 49645 with flag 1105002/1105002
1056.64/538.85	c cleaning 9786 clauses out of 49923 with flag 1115004/1115004
1067.33/544.32	c cleaning 9957 clauses out of 50138 with flag 1125005/1125005
1075.82/548.78	c cleaning 9608 clauses out of 50177 with flag 1135001/1135001
1084.32/553.25	c cleaning 9718 clauses out of 50567 with flag 1145000/1145000
1091.38/556.99	c cleaning 9478 clauses out of 50849 with flag 1155000/1155000
1099.27/561.04	c cleaning 9671 clauses out of 51371 with flag 1165000/1165000
1111.93/567.55	c cleaning 9493 clauses out of 51700 with flag 1175000/1175000
1122.97/573.38	c cleaning 9560 clauses out of 52207 with flag 1185000/1185000
1132.03/578.09	c cleaning 9698 clauses out of 52647 with flag 1195000/1195000
1142.90/583.64	c cleaning 9975 clauses out of 52949 with flag 1205000/1205000
1152.19/588.45	c cleaning 9574 clauses out of 52974 with flag 1215000/1215000
1160.81/593.08	c cleaning 9760 clauses out of 53402 with flag 1225002/1225002
1172.08/598.83	c cleaning 9788 clauses out of 53640 with flag 1235000/1235000
1182.15/604.05	c cleaning 9900 clauses out of 53852 with flag 1245000/1245000
1193.42/609.88	c cleaning 10017 clauses out of 53952 with flag 1255000/1255000
1203.86/615.33	c cleaning 9707 clauses out of 53938 with flag 1265003/1265003
1217.70/622.40	c cleaning 9879 clauses out of 54228 with flag 1275000/1275000
1229.77/628.63	c cleaning 9824 clauses out of 54349 with flag 1285000/1285000
1241.81/634.89	c cleaning 9929 clauses out of 54527 with flag 1295002/1295002
1253.65/641.03	c cleaning 9844 clauses out of 54596 with flag 1305000/1305000
1268.30/648.50	c cleaning 9586 clauses out of 54752 with flag 1315000/1315000
1276.35/652.78	c cleaning 9799 clauses out of 55166 with flag 1325000/1325000
1284.20/656.86	c cleaning 9784 clauses out of 55367 with flag 1335000/1335000
1292.23/661.19	c cleaning 9752 clauses out of 55583 with flag 1345000/1345000
1301.49/665.96	c cleaning 9808 clauses out of 55833 with flag 1355002/1355002
1313.72/672.26	c cleaning 9790 clauses out of 56023 with flag 1365000/1365000
1325.77/678.40	c cleaning 9530 clauses out of 56237 with flag 1375004/1375004
1341.03/686.37	c cleaning 9769 clauses out of 56703 with flag 1385000/1385000
1354.86/693.42	c cleaning 9844 clauses out of 56938 with flag 1395004/1395004
1368.32/700.35	c cleaning 9777 clauses out of 57090 with flag 1405000/1405000
1386.77/709.74	c cleaning 9971 clauses out of 57316 with flag 1415003/1415003
1394.21/713.70	c cleaning 9772 clauses out of 57342 with flag 1425000/1425000
1403.65/718.68	c cleaning 9684 clauses out of 57570 with flag 1435000/1435000
1414.29/724.12	c cleaning 9841 clauses out of 57886 with flag 1445000/1445000
1420.15/727.30	c cleaning 9695 clauses out of 58042 with flag 1455002/1455002
1428.21/731.53	c cleaning 9637 clauses out of 58345 with flag 1465000/1465000
1436.04/735.68	c cleaning 9551 clauses out of 58709 with flag 1475001/1475001
1447.90/741.79	c cleaning 9735 clauses out of 59160 with flag 1485003/1485003
1459.55/747.73	c cleaning 9887 clauses out of 59423 with flag 1495001/1495001
1473.79/755.11	c cleaning 10060 clauses out of 59535 with flag 1505000/1505000
1486.24/761.52	c cleaning 9806 clauses out of 59477 with flag 1515002/1515002
1497.90/767.53	c cleaning 9878 clauses out of 59670 with flag 1525001/1525001
1507.95/772.78	c cleaning 9916 clauses out of 59792 with flag 1535001/1535001
1521.38/779.70	c cleaning 9910 clauses out of 59877 with flag 1545002/1545002
1532.63/785.59	c cleaning 9857 clauses out of 59967 with flag 1555002/1555002
1544.87/791.82	c cleaning 9937 clauses out of 60108 with flag 1565000/1565000
1559.31/799.23	c cleaning 9920 clauses out of 60171 with flag 1575000/1575000
1568.74/804.26	c cleaning 9752 clauses out of 60252 with flag 1585001/1585001
1578.61/809.36	c cleaning 10294 clauses out of 60499 with flag 1595000/1595000
1585.05/812.70	c cleaning 9580 clauses out of 60205 with flag 1605000/1605000
1594.89/817.86	c cleaning 9857 clauses out of 60626 with flag 1615001/1615001
1607.54/824.41	c cleaning 9798 clauses out of 60768 with flag 1625000/1625000
1616.80/829.22	c cleaning 9531 clauses out of 60972 with flag 1635002/1635002
1629.25/835.66	c cleaning 9769 clauses out of 61439 with flag 1645000/1645000
1638.34/840.34	c cleaning 9961 clauses out of 61671 with flag 1655001/1655001
1648.35/845.62	c cleaning 9640 clauses out of 61709 with flag 1665000/1665000
1653.61/848.40	c cleaning 9668 clauses out of 62069 with flag 1675000/1675000
1660.66/852.16	c cleaning 9822 clauses out of 62402 with flag 1685001/1685001
1670.52/857.23	c cleaning 9720 clauses out of 62584 with flag 1695005/1695005
1679.55/862.04	c cleaning 9650 clauses out of 62859 with flag 1705000/1705000
1688.38/866.69	c cleaning 9851 clauses out of 63209 with flag 1715000/1715000
1697.03/871.13	c cleaning 9744 clauses out of 63358 with flag 1725000/1725000
1703.07/874.35	c cleaning 9806 clauses out of 63614 with flag 1735000/1735000
1712.69/879.49	c cleaning 9845 clauses out of 63808 with flag 1745000/1745000
1722.76/884.65	c cleaning 9735 clauses out of 63965 with flag 1755002/1755002
1744.01/895.46	c cleaning 9706 clauses out of 64228 with flag 1765000/1765000
1753.08/900.17	c cleaning 9774 clauses out of 64522 with flag 1775000/1775000
1765.31/906.56	c cleaning 9643 clauses out of 64748 with flag 1785000/1785000
1773.16/910.70	c cleaning 10088 clauses out of 65106 with flag 1795001/1795001
1781.41/914.98	c cleaning 9708 clauses out of 65018 with flag 1805002/1805002
1790.87/919.87	c cleaning 9717 clauses out of 65310 with flag 1815002/1815002
1800.13/924.71	c starts		: 208
1800.13/924.71	c conflicts		: 1824275
1800.13/924.71	c decisions		: 17833278
1800.13/924.71	c propagations		: 667286534
1800.13/924.71	c inspects		: 1797303851
1800.13/924.71	c shortcuts		: 0
1800.13/924.71	c learnt literals	: 74
1800.13/924.71	c learnt binary clauses	: 46190
1800.13/924.71	c learnt ternary clauses	: 67237
1800.13/924.71	c learnt constraints	: 1824201
1800.13/924.71	c ignored constraints	: 0
1800.13/924.71	c root simplifications	: 0
1800.13/924.71	c removed literals (reason simplification)	: 43848388
1800.13/924.71	c reason swapping (by a shorter reason)	: 0
1800.13/924.71	c Calls to reduceDB	: 183
1800.13/924.71	c number of reductions to clauses (during analyze)	: 0
1800.13/924.71	c number of learned constraints concerned by reduction	: 0
1800.13/924.71	c number of learning phase by resolution	: 0
1800.13/924.71	c number of learning phase by cutting planes	: 0
1800.13/924.71	c speed (assignments/second)	: 721966.245538337
1800.13/924.71	c non guided choices	4913
1800.13/924.74	c learnt constraints type 
1800.13/924.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46190
1800.13/924.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18706
1800.13/924.74	c constraints type 
1800.13/924.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5333
1800.13/924.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 95
1800.13/924.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1222
1800.13/924.74	c constraints type 
1800.13/924.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1222
1800.13/924.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5333
1800.13/924.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 95
1800.13/924.74	s UNKNOWN
1800.13/924.74	c Total wall clock time (in seconds): 924.612

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-3742136-1338764284/watcher-3742136-1338764284 -o /tmp/evaluation-result-3742136-1338764284/solver-3742136-1338764284 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742136-1338764284.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.92 3.89 3.83 4/195 4893
/proc/meminfo: memFree=25712784/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4893/stat : 4893 (java) D 4891 4893 1918 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342553836 9515008 182 33554432000 1073741824 1073778376 140736904135456 140736904126488 252263087797 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/4893/statm: 2323 182 140 9 0 71 0

[startup+0.0514371 s]
/proc/loadavg: 3.92 3.89 3.83 4/195 4893
/proc/meminfo: memFree=25712784/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11120388 CPUtime=0.03 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 4234 0 1 0 2 1 0 0 20 0 11 0 342553836 11387277312 11577 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2780097 11577 1645 9 0 2770798 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11120388

[startup+0.100267 s]
/proc/loadavg: 3.92 3.89 3.83 4/195 4893
/proc/meminfo: memFree=25712784/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 4762 0 1 0 6 1 0 0 20 0 18 0 342553836 11864465408 12614 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2896598 12615 1939 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300147 s]
/proc/loadavg: 3.92 3.89 3.83 4/195 4893
/proc/meminfo: memFree=25712784/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 8011 0 1 0 51 3 0 0 20 0 18 0 342553836 11864465408 17565 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2896598 17565 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700211 s]
/proc/loadavg: 3.92 3.89 3.83 4/195 4893
/proc/meminfo: memFree=25712784/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11852648 CPUtime=1.92 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 11482 0 1 0 188 4 0 0 20 0 22 0 342553836 12137111552 29468 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2963162 29468 2260 9 0 2953849 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 11852648

[startup+1.50086 s]
/proc/loadavg: 3.92 3.89 3.83 6/217 4915
/proc/meminfo: memFree=25526260/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11852648 CPUtime=4.3 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 19883 0 1 0 420 10 0 0 20 0 22 0 342553836 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2963162 94593 2266 9 0 2953849 0
[pid=4893/tid=4895] ppid=4891 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/4893/task/4895/stat : 4895 (java) S 4891 4893 1918 0 -1 4202560 3447 0 1 0 39 2 0 0 20 0 22 0 342553837 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834466878616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4896] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4896/stat : 4896 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834405607848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4897] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4897/stat : 4897 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834302949928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4898] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4898/stat : 4898 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834301896872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4899] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4899/stat : 4899 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834300844328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4900] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4900/stat : 4900 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834299792296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4901] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4901/stat : 4901 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834298739752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4902] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4902/stat : 4902 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834297686696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4903] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4903/stat : 4903 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834296634152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4904] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4904/stat : 4904 (java) S 4891 4893 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342553840 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834284222824 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4905] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4905/stat : 4905 (java) S 4891 4893 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834283169144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4906] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4906/stat : 4906 (java) S 4891 4893 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834282115976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4907] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4907/stat : 4907 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834281064720 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4908] ppid=4891 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/4893/task/4908/stat : 4908 (java) S 4891 4893 1918 0 -1 4202560 6474 0 0 0 87 1 0 0 20 0 22 0 342553843 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834280012600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4909] ppid=4891 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/4893/task/4909/stat : 4909 (java) S 4891 4893 1918 0 -1 4202560 8536 0 0 0 85 3 0 0 20 0 22 0 342553843 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834278960056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4910] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4910/stat : 4910 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834277907192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4911] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4911/stat : 4911 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834276854856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4912] ppid=4891 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/4893/task/4912/stat : 4912 (java) R 4891 4893 1918 0 -1 4202560 26 0 0 0 103 0 0 0 20 0 22 0 342553881 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834275799576 139834407225542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4913] ppid=4891 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/4893/task/4913/stat : 4913 (java) R 4891 4893 1918 0 -1 4202560 198 0 0 0 99 4 0 0 20 0 22 0 342553881 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834274746616 139834407522815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4914] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4914/stat : 4914 (java) S 4891 4893 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834273694504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4915] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4915/stat : 4915 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 94593 33554432000 1073741824 1073778376 140733606730304 139834272641960 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 11852648

[startup+3.10081 s]
/proc/loadavg: 3.84 3.88 3.82 5/217 4915
/proc/meminfo: memFree=25177540/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11852648 CPUtime=7.77 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 20074 0 1 0 762 15 0 0 20 0 22 0 342553836 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2963162 138201 2290 9 0 2953849 0
[pid=4893/tid=4895] ppid=4891 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/4893/task/4895/stat : 4895 (java) S 4891 4893 1918 0 -1 4202560 3447 0 1 0 39 2 0 0 20 0 22 0 342553837 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834466878616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4896] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4896/stat : 4896 (java) S 4891 4893 1918 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834405607848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4897] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4897/stat : 4897 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834302949928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4898] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4898/stat : 4898 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834301896872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4899] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4899/stat : 4899 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834300844328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4900] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4900/stat : 4900 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834299792296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4901] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4901/stat : 4901 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834298739752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4902] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4902/stat : 4902 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834297686696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4903] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4903/stat : 4903 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834296634152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4904] ppid=4891 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/4893/task/4904/stat : 4904 (java) S 4891 4893 1918 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 342553840 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834284222824 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4905] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4905/stat : 4905 (java) S 4891 4893 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834283169144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4906] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4906/stat : 4906 (java) S 4891 4893 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834282115976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4907] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4907/stat : 4907 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834281064720 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4908] ppid=4891 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/4893/task/4908/stat : 4908 (java) R 4891 4893 1918 0 -1 4202560 6510 0 0 0 104 1 0 0 20 0 22 0 342553843 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834280012480 139834473686113 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4909] ppid=4891 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/4893/task/4909/stat : 4909 (java) S 4891 4893 1918 0 -1 4202560 8548 0 0 0 93 3 0 0 20 0 22 0 342553843 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834278960056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4910] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4910/stat : 4910 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834277907192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4911] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4911/stat : 4911 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834276854856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4912] ppid=4891 vsize=11852648 CPUtime=2.55 cores=1,3,5,7
/proc/4893/task/4912/stat : 4912 (java) R 4891 4893 1918 0 -1 4202560 29 0 0 0 255 0 0 0 20 0 22 0 342553881 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834275799464 139834407253032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4913] ppid=4891 vsize=11852648 CPUtime=2.56 cores=1,3,5,7
/proc/4893/task/4913/stat : 4913 (java) R 4891 4893 1918 0 -1 4202560 271 0 0 0 248 8 0 0 20 0 22 0 342553881 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834274746184 139834407378071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4914] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4914/stat : 4914 (java) S 4891 4893 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834273694504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4915] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4915/stat : 4915 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 138201 33554432000 1073741824 1073778376 140733606730304 139834272641960 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.84 3.88 3.82 4/217 4915
/proc/meminfo: memFree=24873568/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11852648 CPUtime=14.15 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 20268 0 1 0 1393 22 0 0 20 0 22 0 342553836 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2963162 223686 2290 9 0 2953849 0
[pid=4893/tid=4895] ppid=4891 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/4893/task/4895/stat : 4895 (java) S 4891 4893 1918 0 -1 4202560 3447 0 1 0 39 2 0 0 20 0 22 0 342553837 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834466878616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4896] ppid=4891 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4893/task/4896/stat : 4896 (java) S 4891 4893 1918 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834405607848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4897] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4897/stat : 4897 (java) S 4891 4893 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834302949928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4898] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4898/stat : 4898 (java) S 4891 4893 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834301896872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4899] ppid=4891 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4893/task/4899/stat : 4899 (java) S 4891 4893 1918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834300844328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4900] ppid=4891 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4893/task/4900/stat : 4900 (java) S 4891 4893 1918 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834299792296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4901] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4901/stat : 4901 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834298739752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4902] ppid=4891 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4893/task/4902/stat : 4902 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834297686696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4903] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4903/stat : 4903 (java) S 4891 4893 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342553839 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834296634152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4904] ppid=4891 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/4893/task/4904/stat : 4904 (java) S 4891 4893 1918 0 -1 4202560 46 0 0 0 12 0 0 0 20 0 22 0 342553840 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834284222824 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4905] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4905/stat : 4905 (java) S 4891 4893 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834283169144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4906] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4906/stat : 4906 (java) S 4891 4893 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834282115976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4907] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4907/stat : 4907 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834281064720 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4908] ppid=4891 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/4893/task/4908/stat : 4908 (java) S 4891 4893 1918 0 -1 4202560 6511 0 0 0 107 1 0 0 20 0 22 0 342553843 12137111552 223686 33554432000 1073741824 1073778376 140733606730304 139834280012600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/4893/statm: 2963162 773535 2291 9 0 2953849 0
[pid=4893/tid=4895] ppid=4891 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/4893/task/4895/stat : 4895 (java) S 4891 4893 1918 0 -1 4202560 3538 0 1 0 41 5 0 0 20 0 22 0 342553837 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834466878616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4896] ppid=4891 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/4893/task/4896/stat : 4896 (java) S 4891 4893 1918 0 -1 4202560 93 0 0 0 115 2 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834405607848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4897] ppid=4891 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/4893/task/4897/stat : 4897 (java) S 4891 4893 1918 0 -1 4202560 79 0 0 0 107 2 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834302949928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4898] ppid=4891 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/4893/task/4898/stat : 4898 (java) S 4891 4893 1918 0 -1 4202560 83 0 0 0 120 2 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834301896872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4899] ppid=4891 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/4893/task/4899/stat : 4899 (java) S 4891 4893 1918 0 -1 4202560 82 0 0 0 107 3 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834300844328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4900] ppid=4891 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/4893/task/4900/stat : 4900 (java) S 4891 4893 1918 0 -1 4202560 91 0 0 0 110 3 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834299792296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4901] ppid=4891 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/4893/task/4901/stat : 4901 (java) S 4891 4893 1918 0 -1 4202560 67 0 0 0 109 2 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834298739752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4902] ppid=4891 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/4893/task/4902/stat : 4902 (java) S 4891 4893 1918 0 -1 4202560 73 0 0 0 117 2 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834297686696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4903] ppid=4891 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/4893/task/4903/stat : 4903 (java) S 4891 4893 1918 0 -1 4202560 78 0 0 0 120 2 0 0 20 0 22 0 342553839 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834296634152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4904] ppid=4891 vsize=11852648 CPUtime=52.31 cores=1,3,5,7
/proc/4893/task/4904/stat : 4904 (java) S 4891 4893 1918 0 -1 4202560 243 0 0 0 5225 6 0 0 20 0 22 0 342553840 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834284222824 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4905] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4905/stat : 4905 (java) S 4891 4893 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834283169144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4906] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4906/stat : 4906 (java) S 4891 4893 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834282115976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4907] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4907/stat : 4907 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834281064720 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4908] ppid=4891 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/4893/task/4908/stat : 4908 (java) S 4891 4893 1918 0 -1 4202560 7508 0 0 0 159 2 0 0 20 0 22 0 342553843 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834280012600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4909] ppid=4891 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/4893/task/4909/stat : 4909 (java) S 4891 4893 1918 0 -1 4202560 8549 0 0 0 102 3 0 0 20 0 22 0 342553843 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834278960056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4910] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4910/stat : 4910 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834277907192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4911] ppid=4891 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/4893/task/4911/stat : 4911 (java) S 4891 4893 1918 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 342553843 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834276854856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4912] ppid=4891 vsize=11852648 CPUtime=824.4 cores=1,3,5,7
/proc/4893/task/4912/stat : 4912 (java) R 4891 4893 1918 0 -1 4202560 108 0 0 0 82426 14 0 0 20 0 22 0 342553881 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834275799376 139834407363121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4913] ppid=4891 vsize=11852648 CPUtime=824.35 cores=1,3,5,7
/proc/4893/task/4913/stat : 4913 (java) R 4891 4893 1918 0 -1 4202560 1322 0 0 0 82376 59 0 0 20 0 22 0 342553881 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834274744304 139834407281311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4914] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4914/stat : 4914 (java) S 4891 4893 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834273694504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4915] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4915/stat : 4915 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 773535 33554432000 1073741824 1073778376 140733606730304 139834272641960 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1718.15
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.701 s]
/proc/loadavg: 3.87 3.91 3.85 5/217 5010
/proc/meminfo: memFree=22323704/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 23237 0 1 0 179900 113 0 0 20 0 22 0 342553836 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2963162 783787 2291 9 0 2953849 0
[pid=4893/tid=4895] ppid=4891 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/4893/task/4895/stat : 4895 (java) S 4891 4893 1918 0 -1 4202560 3545 0 1 0 41 5 0 0 20 0 22 0 342553837 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834466878616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4896] ppid=4891 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/4893/task/4896/stat : 4896 (java) S 4891 4893 1918 0 -1 4202560 100 0 0 0 120 2 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834405607848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4897] ppid=4891 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/4893/task/4897/stat : 4897 (java) S 4891 4893 1918 0 -1 4202560 89 0 0 0 110 2 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834302949928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4898] ppid=4891 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/4893/task/4898/stat : 4898 (java) S 4891 4893 1918 0 -1 4202560 91 0 0 0 123 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834301896872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4899] ppid=4891 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/4893/task/4899/stat : 4899 (java) S 4891 4893 1918 0 -1 4202560 91 0 0 0 110 4 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834300844328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4900] ppid=4891 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/4893/task/4900/stat : 4900 (java) S 4891 4893 1918 0 -1 4202560 98 0 0 0 113 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834299792296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4901] ppid=4891 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/4893/task/4901/stat : 4901 (java) S 4891 4893 1918 0 -1 4202560 77 0 0 0 114 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834298739752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4902] ppid=4891 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/4893/task/4902/stat : 4902 (java) S 4891 4893 1918 0 -1 4202560 78 0 0 0 121 2 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834297686696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4903] ppid=4891 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/4893/task/4903/stat : 4903 (java) S 4891 4893 1918 0 -1 4202560 87 0 0 0 123 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834296634152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4904] ppid=4891 vsize=11852648 CPUtime=55.31 cores=1,3,5,7
/proc/4893/task/4904/stat : 4904 (java) S 4891 4893 1918 0 -1 4202560 252 0 0 0 5524 7 0 0 20 0 22 0 342553840 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834284222824 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4905] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4905/stat : 4905 (java) S 4891 4893 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834283169144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4906] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4906/stat : 4906 (java) S 4891 4893 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834282115976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4907] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4907/stat : 4907 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834281064720 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4908] ppid=4891 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/4893/task/4908/stat : 4908 (java) S 4891 4893 1918 0 -1 4202560 7508 0 0 0 159 2 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834280012600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4909] ppid=4891 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/4893/task/4909/stat : 4909 (java) S 4891 4893 1918 0 -1 4202560 8549 0 0 0 102 3 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834278960056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4910] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4910/stat : 4910 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834277907192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4911] ppid=4891 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/4893/task/4911/stat : 4911 (java) S 4891 4893 1918 0 -1 4202560 53 0 0 0 18 22 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834276854856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4912] ppid=4891 vsize=11852648 CPUtime=863.59 cores=1,3,5,7
/proc/4893/task/4912/stat : 4912 (java) R 4891 4893 1918 0 -1 4202560 108 0 0 0 86344 15 0 0 20 0 22 0 342553881 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834275799376 139834407225535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4913] ppid=4891 vsize=11852648 CPUtime=863.54 cores=1,3,5,7
/proc/4893/task/4913/stat : 4913 (java) R 4891 4893 1918 0 -1 4202560 1322 0 0 0 86294 60 0 0 20 0 22 0 342553881 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834274744688 139834407640032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4914] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4914/stat : 4914 (java) S 4891 4893 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834273694504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4915] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4915/stat : 4915 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834272641960 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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+924.701 s]
/proc/loadavg: 3.87 3.91 3.85 5/217 5010
/proc/meminfo: memFree=22323704/32873852 swapFree=7624/7624
[pid=4893] ppid=4891 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/4893/stat : 4893 (java) S 4891 4893 1918 0 -1 4202496 23237 0 1 0 179900 113 0 0 20 0 22 0 342553836 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 140733606721440 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4893/statm: 2963162 783787 2291 9 0 2953849 0
[pid=4893/tid=4895] ppid=4891 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/4893/task/4895/stat : 4895 (java) S 4891 4893 1918 0 -1 4202560 3545 0 1 0 41 5 0 0 20 0 22 0 342553837 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834466878616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4896] ppid=4891 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/4893/task/4896/stat : 4896 (java) S 4891 4893 1918 0 -1 4202560 100 0 0 0 120 2 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834405607848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4897] ppid=4891 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/4893/task/4897/stat : 4897 (java) S 4891 4893 1918 0 -1 4202560 89 0 0 0 110 2 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834302949928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4898] ppid=4891 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/4893/task/4898/stat : 4898 (java) S 4891 4893 1918 0 -1 4202560 91 0 0 0 123 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834301896872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4899] ppid=4891 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/4893/task/4899/stat : 4899 (java) S 4891 4893 1918 0 -1 4202560 91 0 0 0 110 4 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834300844328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4900] ppid=4891 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/4893/task/4900/stat : 4900 (java) S 4891 4893 1918 0 -1 4202560 98 0 0 0 113 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834299792296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4901] ppid=4891 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/4893/task/4901/stat : 4901 (java) S 4891 4893 1918 0 -1 4202560 77 0 0 0 114 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834298739752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4902] ppid=4891 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/4893/task/4902/stat : 4902 (java) S 4891 4893 1918 0 -1 4202560 78 0 0 0 121 2 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834297686696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4903] ppid=4891 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/4893/task/4903/stat : 4903 (java) S 4891 4893 1918 0 -1 4202560 87 0 0 0 123 3 0 0 20 0 22 0 342553839 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834296634152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4904] ppid=4891 vsize=11852648 CPUtime=55.31 cores=1,3,5,7
/proc/4893/task/4904/stat : 4904 (java) S 4891 4893 1918 0 -1 4202560 252 0 0 0 5524 7 0 0 20 0 22 0 342553840 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834284222824 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4905] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4905/stat : 4905 (java) S 4891 4893 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834283169144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4906] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4906/stat : 4906 (java) S 4891 4893 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342553841 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834282115976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4907] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4907/stat : 4907 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834281064720 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4893/tid=4908] ppid=4891 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/4893/task/4908/stat : 4908 (java) S 4891 4893 1918 0 -1 4202560 7508 0 0 0 159 2 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834280012600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4909] ppid=4891 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/4893/task/4909/stat : 4909 (java) S 4891 4893 1918 0 -1 4202560 8549 0 0 0 102 3 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834278960056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4910] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4910/stat : 4910 (java) S 4891 4893 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834277907192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4911] ppid=4891 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/4893/task/4911/stat : 4911 (java) S 4891 4893 1918 0 -1 4202560 53 0 0 0 18 22 0 0 20 0 22 0 342553843 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834276854856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4893/tid=4912] ppid=4891 vsize=11852648 CPUtime=863.59 cores=1,3,5,7
/proc/4893/task/4912/stat : 4912 (java) R 4891 4893 1918 0 -1 4202560 108 0 0 0 86344 15 0 0 20 0 22 0 342553881 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834275799376 139834407225535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4913] ppid=4891 vsize=11852648 CPUtime=863.54 cores=1,3,5,7
/proc/4893/task/4913/stat : 4913 (java) R 4891 4893 1918 0 -1 4202560 1322 0 0 0 86294 60 0 0 20 0 22 0 342553881 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834274744688 139834407640032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4893/tid=4914] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4914/stat : 4914 (java) S 4891 4893 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834273694504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4893/tid=4915] ppid=4891 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4893/task/4915/stat : 4915 (java) S 4891 4893 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342553882 12137111552 783787 33554432000 1073741824 1073778376 140733606730304 139834272641960 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 924.756
CPU time (s): 1800.13
CPU user time (s): 1799
CPU system time (s): 1.13
CPU usage (%): 194.66
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.52977
maximum resident set size= 3135272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23270
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= 27377
involuntary context switches= 31844

runsolver used 3.50147 second user time and 8.94464 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 00:58:04
IDJOB=3742136
IDBENCH=90134
IDSOLVER=2328
FILE ID=node131/3742136-1338764284
RUNJOBID= node131-1338749255-1935
PBS_JOBID= 14636797
Free space on /tmp= 71404 MiB

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

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

MD5SUM BENCH= f5b402df79463ae0743ac9fe7c0d237d
RANDOM SEED=369699467

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25712676 kB
Buffers:          566944 kB
Cached:          3133056 kB
SwapCached:         2348 kB
Active:          4016468 kB
Inactive:        2264800 kB
Active(anon):    2577216 kB
Inactive(anon):     3664 kB
Active(file):    1439252 kB
Inactive(file):  2261136 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       2640620 kB
Mapped:            22492 kB
Shmem:                 0 kB
Slab:             729200 kB
SReclaimable:     171384 kB
SUnreclaim:       557816 kB
KernelStack:        1776 kB
PageTables:         9316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10461344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2582528 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= 71404 MiB
End job on node131 at 2012-06-04 01:13:31