Trace number 3742652

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.07 928.363

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	
0.09/0.13	c solving HOME/instance-3742652-1338788003.opb
0.09/0.13	c reading problem ... 
0.57/0.35	c ... done. Wall clock time 0.244s.
0.57/0.35	c #vars     3630
0.57/0.35	c #constraints  3764
0.57/0.35	c constraints type 
0.57/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.57/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.57/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.57/0.35	c constraints type 
0.57/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
0.57/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
0.57/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
4.51/1.59	c cleaning 2481 clauses out of 4978 with flag 5000/5000
7.70/2.87	c cleaning 4236 clauses out of 8487 with flag 11005/11005
11.62/4.77	c cleaning 5601 clauses out of 11242 with flag 18001/18001
15.62/6.72	c cleaning 6816 clauses out of 13633 with flag 26003/26003
20.22/9.05	c cleaning 7847 clauses out of 15809 with flag 35000/35000
26.60/12.20	c cleaning 8898 clauses out of 17958 with flag 45001/45001
32.58/15.20	c cleaning 9385 clauses out of 19053 with flag 55000/55000
41.19/19.55	c cleaning 9606 clauses out of 19668 with flag 65000/65000
46.92/22.40	c cleaning 9983 clauses out of 20063 with flag 75002/75002
51.88/24.95	c cleaning 9943 clauses out of 20073 with flag 85000/85000
58.44/28.23	c cleaning 9957 clauses out of 20123 with flag 95000/95000
64.18/31.15	c cleaning 9986 clauses out of 20164 with flag 105000/105000
70.91/34.57	c cleaning 10077 clauses out of 20174 with flag 115000/115000
76.66/37.46	c cleaning 10034 clauses out of 20100 with flag 125004/125004
81.78/40.09	c cleaning 9941 clauses out of 20062 with flag 135002/135002
87.95/43.13	c cleaning 9990 clauses out of 20121 with flag 145002/145002
95.45/46.93	c cleaning 9979 clauses out of 20130 with flag 155001/155001
101.96/50.22	c cleaning 10022 clauses out of 20148 with flag 165001/165001
108.71/53.63	c cleaning 9930 clauses out of 20125 with flag 175001/175001
115.02/56.84	c cleaning 9982 clauses out of 20196 with flag 185004/185004
121.27/60.01	c cleaning 9995 clauses out of 20208 with flag 195000/195000
127.97/63.43	c cleaning 10044 clauses out of 20213 with flag 205000/205000
135.09/67.03	c cleaning 10056 clauses out of 20172 with flag 215004/215004
142.18/70.62	c cleaning 9922 clauses out of 20112 with flag 225002/225002
149.40/74.39	c cleaning 10043 clauses out of 20183 with flag 235000/235000
157.09/78.24	c cleaning 9896 clauses out of 20141 with flag 245001/245001
164.18/81.84	c cleaning 9602 clauses out of 20244 with flag 255000/255000
170.06/84.81	c cleaning 9641 clauses out of 20643 with flag 265001/265001
180.08/89.94	c cleaning 9613 clauses out of 21000 with flag 275000/275000
187.60/93.70	c cleaning 9686 clauses out of 21387 with flag 285000/285000
193.70/96.82	c cleaning 9658 clauses out of 21701 with flag 295000/295000
201.01/100.51	c cleaning 9533 clauses out of 22043 with flag 305000/305000
208.79/104.54	c cleaning 9689 clauses out of 22511 with flag 315001/315001
215.89/108.10	c cleaning 9681 clauses out of 22819 with flag 325000/325000
223.78/112.14	c cleaning 9762 clauses out of 23139 with flag 335001/335001
231.26/115.91	c cleaning 9664 clauses out of 23377 with flag 345001/345001
238.04/119.46	c cleaning 9876 clauses out of 23712 with flag 355000/355000
244.52/122.78	c cleaning 9767 clauses out of 23838 with flag 365002/365002
252.78/126.92	c cleaning 9684 clauses out of 24069 with flag 375000/375000
259.45/130.36	c cleaning 9832 clauses out of 24385 with flag 385000/385000
266.62/134.02	c cleaning 9677 clauses out of 24553 with flag 395000/395000
276.13/138.80	c cleaning 9711 clauses out of 24876 with flag 405000/405000
284.63/143.10	c cleaning 9746 clauses out of 25167 with flag 415003/415003
291.69/146.75	c cleaning 9789 clauses out of 25418 with flag 425000/425000
299.87/150.91	c cleaning 9763 clauses out of 25630 with flag 435001/435001
306.75/154.41	c cleaning 9897 clauses out of 25867 with flag 445001/445001
314.08/158.15	c cleaning 9713 clauses out of 25969 with flag 455000/455000
320.73/161.56	c cleaning 9609 clauses out of 26260 with flag 465004/465004
327.85/165.25	c cleaning 9730 clauses out of 26649 with flag 475002/475002
335.69/169.21	c cleaning 9653 clauses out of 26919 with flag 485002/485002
341.75/172.31	c cleaning 9787 clauses out of 27264 with flag 495000/495000
349.20/176.11	c cleaning 9769 clauses out of 27480 with flag 505003/505003
359.36/181.32	c cleaning 9661 clauses out of 27708 with flag 515000/515000
367.42/185.49	c cleaning 9638 clauses out of 28047 with flag 525000/525000
377.53/190.59	c cleaning 9663 clauses out of 28411 with flag 535002/535002
388.42/196.08	c cleaning 9890 clauses out of 28751 with flag 545005/545005
398.09/201.08	c cleaning 9813 clauses out of 28857 with flag 555001/555001
407.33/205.77	c cleaning 9838 clauses out of 29044 with flag 565001/565001
416.55/210.47	c cleaning 9885 clauses out of 29210 with flag 575005/575005
424.98/214.79	c cleaning 9809 clauses out of 29322 with flag 585002/585002
434.09/219.44	c cleaning 9741 clauses out of 29511 with flag 595000/595000
443.77/224.31	c cleaning 9866 clauses out of 29772 with flag 605002/605002
451.79/228.44	c cleaning 9791 clauses out of 29904 with flag 615000/615000
461.61/233.47	c cleaning 9651 clauses out of 30112 with flag 625000/625000
470.85/238.29	c cleaning 9818 clauses out of 30461 with flag 635000/635000
479.88/242.89	c cleaning 9766 clauses out of 30646 with flag 645003/645003
488.27/247.12	c cleaning 9815 clauses out of 30878 with flag 655001/655001
495.49/250.86	c cleaning 9705 clauses out of 31062 with flag 665002/665002
503.92/255.29	c cleaning 9739 clauses out of 31355 with flag 675000/675000
512.67/259.74	c cleaning 9871 clauses out of 31619 with flag 685003/685003
520.87/264.00	c cleaning 9838 clauses out of 31746 with flag 695001/695001
530.83/269.02	c cleaning 9866 clauses out of 31907 with flag 705000/705000
540.08/273.88	c cleaning 9791 clauses out of 32042 with flag 715001/715001
548.66/278.22	c cleaning 9846 clauses out of 32250 with flag 725000/725000
549.19/278.63	c cleaning 0 clauses out of 5000 with flag 0/5000
555.36/281.74	c cleaning 9920 clauses out of 32403 with flag 735001/735001
564.35/286.41	c cleaning 9724 clauses out of 32484 with flag 745002/745002
572.14/290.44	c cleaning 9827 clauses out of 32759 with flag 755001/755001
581.53/295.25	c cleaning 9781 clauses out of 32932 with flag 765001/765001
592.13/300.61	c cleaning 9879 clauses out of 33148 with flag 775001/775001
600.12/304.89	c cleaning 9691 clauses out of 33268 with flag 785000/785000
608.71/309.29	c cleaning 9923 clauses out of 33581 with flag 795004/795004
618.28/314.12	c cleaning 9731 clauses out of 33657 with flag 805003/805003
626.26/318.25	c cleaning 9803 clauses out of 33923 with flag 815000/815000
635.02/322.80	c cleaning 9682 clauses out of 34120 with flag 825000/825000
642.99/326.90	c cleaning 9879 clauses out of 34438 with flag 835000/835000
650.35/330.76	c cleaning 9802 clauses out of 34560 with flag 845001/845001
658.73/335.03	c cleaning 9857 clauses out of 34762 with flag 855006/855006
668.88/340.33	c cleaning 9773 clauses out of 34900 with flag 865001/865001
677.47/344.77	c cleaning 9764 clauses out of 35126 with flag 875000/875000
686.21/349.23	c cleaning 9812 clauses out of 35363 with flag 885001/885001
694.96/353.74	c cleaning 9926 clauses out of 35550 with flag 895000/895000
704.16/358.55	c cleaning 9906 clauses out of 35625 with flag 905001/905001
712.92/363.08	c cleaning 9710 clauses out of 35720 with flag 915002/915002
722.07/367.77	c cleaning 9878 clauses out of 36010 with flag 925002/925002
729.82/371.79	c cleaning 9797 clauses out of 36133 with flag 935003/935003
739.55/376.84	c cleaning 9773 clauses out of 36333 with flag 945000/945000
748.91/381.65	c cleaning 9935 clauses out of 36560 with flag 955000/955000
757.23/385.97	c cleaning 9964 clauses out of 36626 with flag 965001/965001
765.37/390.11	c cleaning 9714 clauses out of 36659 with flag 975002/975002
777.17/396.25	c cleaning 9764 clauses out of 36944 with flag 985001/985001
787.91/401.74	c cleaning 9787 clauses out of 37184 with flag 995005/995005
799.32/407.56	c cleaning 9897 clauses out of 37394 with flag 1005002/1005002
809.13/412.58	c cleaning 9846 clauses out of 37499 with flag 1015004/1015004
817.49/416.98	c cleaning 9761 clauses out of 37652 with flag 1025003/1025003
826.79/421.78	c cleaning 9747 clauses out of 37889 with flag 1035001/1035001
837.35/427.14	c cleaning 9780 clauses out of 38141 with flag 1045000/1045000
848.05/432.62	c cleaning 9886 clauses out of 38361 with flag 1055000/1055000
858.22/437.96	c cleaning 9826 clauses out of 38476 with flag 1065002/1065002
864.35/441.17	c cleaning 9731 clauses out of 38648 with flag 1075000/1075000
871.66/444.96	c cleaning 9750 clauses out of 38918 with flag 1085001/1085001
880.94/449.78	c cleaning 9911 clauses out of 39169 with flag 1095002/1095002
888.86/453.95	c cleaning 9756 clauses out of 39260 with flag 1105004/1105004
896.61/457.92	c cleaning 9813 clauses out of 39500 with flag 1115000/1115000
905.97/462.75	c cleaning 9774 clauses out of 39691 with flag 1125004/1125004
914.48/467.14	c cleaning 9931 clauses out of 39915 with flag 1135002/1135002
923.77/472.07	c cleaning 9801 clauses out of 39982 with flag 1145000/1145000
931.89/476.27	c cleaning 9908 clauses out of 40189 with flag 1155008/1155008
940.99/481.00	c cleaning 9808 clauses out of 40274 with flag 1165001/1165001
950.28/485.72	c cleaning 9829 clauses out of 40468 with flag 1175003/1175003
958.96/490.39	c cleaning 9854 clauses out of 40638 with flag 1185002/1185002
968.66/495.32	c cleaning 9806 clauses out of 40786 with flag 1195004/1195004
975.95/499.18	c cleaning 9815 clauses out of 40977 with flag 1205001/1205001
983.87/503.27	c cleaning 9836 clauses out of 41161 with flag 1215000/1215000
992.54/507.88	c cleaning 9788 clauses out of 41325 with flag 1225000/1225000
1001.66/512.54	c cleaning 9892 clauses out of 41537 with flag 1235000/1235000
1009.74/516.79	c cleaning 9849 clauses out of 41648 with flag 1245003/1245003
1018.05/521.06	c cleaning 9811 clauses out of 41796 with flag 1255000/1255000
1026.78/525.64	c cleaning 9924 clauses out of 41985 with flag 1265000/1265000
1037.33/531.01	c cleaning 9861 clauses out of 42063 with flag 1275002/1275002
1047.28/536.19	c cleaning 9826 clauses out of 42204 with flag 1285004/1285004
1059.24/542.23	c cleaning 9894 clauses out of 42375 with flag 1295001/1295001
1068.33/547.01	c cleaning 9836 clauses out of 42480 with flag 1305000/1305000
1077.44/551.74	c cleaning 9839 clauses out of 42645 with flag 1315001/1315001
1084.96/555.66	c cleaning 9843 clauses out of 42807 with flag 1325002/1325002
1094.05/560.37	c cleaning 9875 clauses out of 42963 with flag 1335001/1335001
1104.49/565.85	c cleaning 9843 clauses out of 43090 with flag 1345003/1345003
1113.35/570.43	c cleaning 9877 clauses out of 43245 with flag 1355001/1355001
1122.02/574.94	c cleaning 9880 clauses out of 43368 with flag 1365001/1365001
1130.91/579.56	c cleaning 9829 clauses out of 43491 with flag 1375004/1375004
1141.34/585.01	c cleaning 9945 clauses out of 43659 with flag 1385001/1385001
1152.01/590.51	c cleaning 9889 clauses out of 43714 with flag 1395001/1395001
1161.27/595.30	c cleaning 9855 clauses out of 43825 with flag 1405001/1405001
1170.34/600.02	c cleaning 9809 clauses out of 43973 with flag 1415004/1415004
1179.38/604.87	c cleaning 9792 clauses out of 44160 with flag 1425000/1425000
1187.85/609.28	c cleaning 9848 clauses out of 44369 with flag 1435001/1435001
1197.70/614.37	c cleaning 9883 clauses out of 44520 with flag 1445000/1445000
1207.77/619.55	c cleaning 9893 clauses out of 44637 with flag 1455000/1455000
1217.61/624.76	c cleaning 9766 clauses out of 44746 with flag 1465002/1465002
1227.27/629.78	c cleaning 9845 clauses out of 44978 with flag 1475000/1475000
1235.96/634.28	c cleaning 9874 clauses out of 45133 with flag 1485000/1485000
1245.46/639.19	c cleaning 9861 clauses out of 45259 with flag 1495000/1495000
1254.70/644.02	c cleaning 9758 clauses out of 45398 with flag 1505000/1505000
1262.00/647.84	c cleaning 9934 clauses out of 45644 with flag 1515004/1515004
1270.09/652.09	c cleaning 9863 clauses out of 45707 with flag 1525001/1525001
1278.75/656.55	c cleaning 9754 clauses out of 45843 with flag 1535000/1535000
1286.98/660.99	c cleaning 9906 clauses out of 46089 with flag 1545000/1545000
1296.24/665.75	c cleaning 9877 clauses out of 46186 with flag 1555003/1555003
1305.11/670.34	c cleaning 9831 clauses out of 46308 with flag 1565002/1565002
1314.57/675.30	c cleaning 9944 clauses out of 46482 with flag 1575007/1575007
1324.43/680.44	c cleaning 9876 clauses out of 46532 with flag 1585001/1585001
1333.56/685.13	c cleaning 9856 clauses out of 46658 with flag 1595003/1595003
1341.47/689.26	c cleaning 9871 clauses out of 46800 with flag 1605001/1605001
1350.35/693.85	c cleaning 9907 clauses out of 46928 with flag 1615000/1615000
1360.55/699.21	c cleaning 9696 clauses out of 47024 with flag 1625003/1625003
1370.00/704.17	c cleaning 9846 clauses out of 47325 with flag 1635000/1635000
1378.68/708.63	c cleaning 9800 clauses out of 47479 with flag 1645000/1645000
1389.98/714.49	c cleaning 9915 clauses out of 47682 with flag 1655003/1655003
1401.44/720.47	c cleaning 9891 clauses out of 47766 with flag 1665002/1665002
1412.27/726.04	c cleaning 9880 clauses out of 47874 with flag 1675001/1675001
1423.16/731.68	c cleaning 9852 clauses out of 47995 with flag 1685002/1685002
1433.20/736.86	c cleaning 9834 clauses out of 48141 with flag 1695000/1695000
1444.39/742.73	c cleaning 9959 clauses out of 48311 with flag 1705004/1705004
1453.63/747.50	c cleaning 9842 clauses out of 48349 with flag 1715001/1715001
1461.26/751.55	c cleaning 9801 clauses out of 48507 with flag 1725001/1725001
1469.32/755.77	c cleaning 9830 clauses out of 48707 with flag 1735002/1735002
1477.71/760.27	c cleaning 9901 clauses out of 48875 with flag 1745000/1745000
1485.38/764.26	c cleaning 9824 clauses out of 48974 with flag 1755000/1755000
1493.84/768.69	c cleaning 9878 clauses out of 49152 with flag 1765002/1765002
1503.49/773.63	c cleaning 9862 clauses out of 49279 with flag 1775007/1775007
1511.65/778.05	c cleaning 9714 clauses out of 49410 with flag 1785000/1785000
1520.48/782.62	c cleaning 9993 clauses out of 49698 with flag 1795002/1795002
1529.16/787.10	c cleaning 9750 clauses out of 49703 with flag 1805000/1805000
1538.07/791.71	c cleaning 9912 clauses out of 49956 with flag 1815003/1815003
1546.84/796.44	c cleaning 9792 clauses out of 50042 with flag 1825001/1825001
1557.06/801.79	c cleaning 9973 clauses out of 50250 with flag 1835001/1835001
1566.30/806.59	c cleaning 9887 clauses out of 50279 with flag 1845003/1845003
1575.74/811.46	c cleaning 9923 clauses out of 50389 with flag 1855000/1855000
1585.33/816.59	c cleaning 10000 clauses out of 50466 with flag 1865000/1865000
1595.59/821.86	c cleaning 9928 clauses out of 50468 with flag 1875002/1875002
1605.00/826.70	c cleaning 9887 clauses out of 50541 with flag 1885003/1885003
1614.80/831.87	c cleaning 9851 clauses out of 50653 with flag 1895002/1895002
1625.57/837.52	c cleaning 9953 clauses out of 50800 with flag 1905000/1905000
1635.62/842.70	c cleaning 9828 clauses out of 50847 with flag 1915000/1915000
1648.09/849.15	c cleaning 9995 clauses out of 51024 with flag 1925005/1925005
1658.52/854.50	c cleaning 9912 clauses out of 51025 with flag 1935001/1935001
1671.53/861.39	c cleaning 9946 clauses out of 51112 with flag 1945000/1945000
1682.16/866.82	c cleaning 9913 clauses out of 51166 with flag 1955000/1955000
1691.99/871.93	c cleaning 9871 clauses out of 51255 with flag 1965002/1965002
1701.64/876.91	c cleaning 9965 clauses out of 51382 with flag 1975000/1975000
1713.00/882.93	c cleaning 9913 clauses out of 51417 with flag 1985000/1985000
1725.04/889.14	c cleaning 9853 clauses out of 51504 with flag 1995000/1995000
1735.83/894.71	c cleaning 9831 clauses out of 51653 with flag 2005002/2005002
1749.29/901.60	c cleaning 9835 clauses out of 51822 with flag 2015002/2015002
1760.18/907.48	c cleaning 9884 clauses out of 51985 with flag 2025000/2025000
1773.63/914.33	c cleaning 9923 clauses out of 52101 with flag 2035000/2035000
1784.62/920.08	c cleaning 9931 clauses out of 52179 with flag 2045001/2045001
1794.20/925.05	c cleaning 9785 clauses out of 52248 with flag 2055001/2055001
1800.07/928.32	c starts		: 210
1800.07/928.32	c conflicts		: 2061032
1800.07/928.32	c decisions		: 7978881
1800.07/928.32	c propagations		: 677387807
1800.07/928.32	c inspects		: 3114774684
1800.07/928.32	c learnt literals	: 124
1800.07/928.32	c learnt binary clauses	: 33827
1800.07/928.32	c learnt ternary clauses	: 55067
1800.07/928.32	c learnt clauses	: 2060907
1800.07/928.32	c ignored clauses	: 0
1800.07/928.32	c root simplifications	: 0
1800.07/928.32	c removed literals (reason simplification)	: 64394779
1800.07/928.32	c reason swapping (by a shorter reason)	: 0
1800.07/928.32	c Calls to reduceDB	: 207
1800.07/928.32	c number of reductions to clauses (during analyze)	: 0
1800.07/928.32	c number of learned constraints concerned by reduction	: 0
1800.07/928.32	c number of learning phase by resolution	: 0
1800.07/928.32	c number of learning phase by cutting planes	: 0
1800.07/928.32	c speed (assignments/second)	: 729973.6487054427
1800.07/928.32	c non guided choices	218
1800.07/928.34	c learnt constraints type 
1800.07/928.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14684
1800.07/928.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33827
1800.07/928.34	c constraints type 
1800.07/928.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
1800.07/928.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
1800.07/928.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
1800.07/928.34	c constraints type 
1800.07/928.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
1800.07/928.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
1800.07/928.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
1800.07/928.34	s UNKNOWN
1800.07/928.34	c Total wall clock time (in seconds): 928.229

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-3742652-1338788003/watcher-3742652-1338788003 -o /tmp/evaluation-result-3742652-1338788003/solver-3742652-1338788003 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742652-1338788003.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.84 3.91 3.84 4/197 25004
/proc/meminfo: memFree=27173344/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25004/stat : 25004 (java6) D 25002 25004 24165 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 344927145 9515008 183 33554432000 1073741824 1073778376 140736999165328 140736999156360 213193146037 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25004/statm: 2323 183 140 9 0 71 0

[startup+0.055657 s]
/proc/loadavg: 3.84 3.91 3.84 4/197 25004
/proc/meminfo: memFree=27173344/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 3744 0 1 0 2 1 0 0 20 0 13 0 344927145 2423889920 4951 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 591770 4951 1709 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100257 s]
/proc/loadavg: 3.84 3.91 3.84 4/197 25004
/proc/meminfo: memFree=27173344/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 4699 0 1 0 8 1 0 0 20 0 18 0 344927145 2764726272 6403 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 674982 6403 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300237 s]
/proc/loadavg: 3.84 3.91 3.84 4/197 25004
/proc/meminfo: memFree=27173344/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 7841 0 1 0 55 2 0 0 20 0 18 0 344927145 2764726272 10863 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 674982 10863 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700186 s]
/proc/loadavg: 3.84 3.91 3.84 4/197 25004
/proc/meminfo: memFree=27173344/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2966184 CPUtime=2.08 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 16077 0 1 0 205 3 0 0 20 0 22 0 344927145 3037372416 22808 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 741546 22808 2250 9 0 732240 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.84 3.91 3.84 7/219 25026
/proc/meminfo: memFree=27002612/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2966184 CPUtime=4.51 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 22283 0 1 0 442 9 0 0 20 0 22 0 344927145 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 741546 92617 2256 9 0 732240 0
[pid=25004/tid=25006] ppid=25002 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/25004/task/25006/stat : 25006 (java) S 25002 25004 24165 0 -1 4202560 2804 0 1 0 31 1 0 0 20 0 22 0 344927146 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503432549528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25007] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25007/stat : 25007 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503416830504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25008] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25008/stat : 25008 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503415777704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25009] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25009/stat : 25009 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503414724904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25010] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25010/stat : 25010 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503295191208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25011] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25011/stat : 25011 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503294139432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25012] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25012/stat : 25012 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503293086632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25013] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25013/stat : 25013 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503292033832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25014] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25014/stat : 25014 (java) S 25002 25004 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140503290981032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25015] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25015/stat : 25015 (java) S 25002 25004 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502808652264 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25016] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25016/stat : 25016 (java) S 25002 25004 24165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502807598328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25017] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25017/stat : 25017 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502806545416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25018] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25018/stat : 25018 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502805493904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25019] ppid=25002 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/25004/task/25019/stat : 25019 (java) R 25002 25004 24165 0 -1 4202560 10281 0 0 0 92 2 0 0 20 0 22 0 344927152 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502804442040 140503436187041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25020] ppid=25002 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/25004/task/25020/stat : 25020 (java) S 25002 25004 24165 0 -1 4202560 7760 0 0 0 94 2 0 0 20 0 22 0 344927152 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502803389240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25021] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25021/stat : 25021 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502802336632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25022] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25022/stat : 25022 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502801284040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25023] ppid=25002 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/25004/task/25023/stat : 25023 (java) R 25002 25004 24165 0 -1 4202560 28 0 0 0 110 0 0 0 20 0 22 0 344927181 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502799213208 140503295865397 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25024] ppid=25002 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/25004/task/25024/stat : 25024 (java) R 25002 25004 24165 0 -1 4202560 208 0 0 0 108 4 0 0 20 0 22 0 344927181 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502798160216 140503295949302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25025] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25025/stat : 25025 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502797108136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25026] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25026/stat : 25026 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 92617 33554432000 1073741824 1073778376 140733881145872 140502796055336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 2966184

[startup+3.10085 s]
/proc/loadavg: 3.84 3.91 3.84 5/219 25026
/proc/meminfo: memFree=26752820/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2966184 CPUtime=8.36 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 25785 0 1 0 824 12 0 0 20 0 22 0 344927145 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 741546 107524 2281 9 0 732240 0
[pid=25004/tid=25006] ppid=25002 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/25004/task/25006/stat : 25006 (java) S 25002 25004 24165 0 -1 4202560 2804 0 1 0 31 1 0 0 20 0 22 0 344927146 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503432549528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25007] ppid=25002 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/25004/task/25007/stat : 25007 (java) S 25002 25004 24165 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503416830504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25008] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25008/stat : 25008 (java) S 25002 25004 24165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503415777704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25009] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25009/stat : 25009 (java) S 25002 25004 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503414724904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25010] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25010/stat : 25010 (java) S 25002 25004 24165 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503295191208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25011] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25011/stat : 25011 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503294139432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25012] ppid=25002 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/25004/task/25012/stat : 25012 (java) S 25002 25004 24165 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503293086632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25013] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25013/stat : 25013 (java) S 25002 25004 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503292033832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25014] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25014/stat : 25014 (java) S 25002 25004 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344927148 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140503290981032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25015] ppid=25002 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/25004/task/25015/stat : 25015 (java) S 25002 25004 24165 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 344927149 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502808652264 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25016] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25016/stat : 25016 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502807598328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25017] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25017/stat : 25017 (java) S 25002 25004 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502806545416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25018] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25018/stat : 25018 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502805493904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25019] ppid=25002 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/25004/task/25019/stat : 25019 (java) S 25002 25004 24165 0 -1 4202560 10286 0 0 0 108 2 0 0 20 0 22 0 344927152 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502804442040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25020] ppid=25002 vsize=2966184 CPUtime=1.44 cores=1,3,5,7
/proc/25004/task/25020/stat : 25020 (java) S 25002 25004 24165 0 -1 4202560 11146 0 0 0 142 2 0 0 20 0 22 0 344927152 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502803389240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25021] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25021/stat : 25021 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502802336632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25022] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25022/stat : 25022 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502801284040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25023] ppid=25002 vsize=2966184 CPUtime=2.61 cores=1,3,5,7
/proc/25004/task/25023/stat : 25023 (java) R 25002 25004 24165 0 -1 4202560 29 0 0 0 261 0 0 0 20 0 22 0 344927181 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502799213008 140503295804008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25024] ppid=25002 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/25004/task/25024/stat : 25024 (java) R 25002 25004 24165 0 -1 4202560 229 0 0 0 258 5 0 0 20 0 22 0 344927181 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502798158040 140503295788365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25025] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25025/stat : 25025 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502797108136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25026] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25026/stat : 25026 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 107524 33554432000 1073741824 1073778376 140733881145872 140502796055336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.85 3.91 3.84 9/219 25026
/proc/meminfo: memFree=26732064/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2966184 CPUtime=14.82 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 25868 0 1 0 1468 14 0 0 20 0 22 0 344927145 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 741546 133028 2281 9 0 732240 0
[pid=25004/tid=25006] ppid=25002 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/25004/task/25006/stat : 25006 (java) S 25002 25004 24165 0 -1 4202560 2804 0 1 0 31 1 0 0 20 0 22 0 344927146 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503432549528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25007] ppid=25002 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/25004/task/25007/stat : 25007 (java) S 25002 25004 24165 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503416830504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25008] ppid=25002 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/25004/task/25008/stat : 25008 (java) S 25002 25004 24165 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503415777704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25009] ppid=25002 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/25004/task/25009/stat : 25009 (java) S 25002 25004 24165 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503414724904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25010] ppid=25002 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25004/task/25010/stat : 25010 (java) S 25002 25004 24165 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503295191208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25011] ppid=25002 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/25004/task/25011/stat : 25011 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503294139432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25012] ppid=25002 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25004/task/25012/stat : 25012 (java) S 25002 25004 24165 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503293086632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25013] ppid=25002 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25004/task/25013/stat : 25013 (java) S 25002 25004 24165 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503292033832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25014] ppid=25002 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/25004/task/25014/stat : 25014 (java) S 25002 25004 24165 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 344927148 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140503290981032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25015] ppid=25002 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/25004/task/25015/stat : 25015 (java) S 25002 25004 24165 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 22 0 344927149 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140502808652264 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25016] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25016/stat : 25016 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140502807598328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25017] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25017/stat : 25017 (java) S 25002 25004 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140502806545416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25018] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25018/stat : 25018 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140502805493904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25019] ppid=25002 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/25004/task/25019/stat : 25019 (java) S 25002 25004 24165 0 -1 4202560 10287 0 0 0 109 2 0 0 20 0 22 0 344927152 3037372416 133028 33554432000 1073741824 1073778376 140733881145872 140502804442040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/25004/statm: 741546 223763 2282 9 0 732240 0
[pid=25004/tid=25006] ppid=25002 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/25004/task/25006/stat : 25006 (java) S 25002 25004 24165 0 -1 4202560 2857 0 1 0 32 3 0 0 20 0 22 0 344927146 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503432549528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25007] ppid=25002 vsize=2966184 CPUtime=3.6 cores=1,3,5,7
/proc/25004/task/25007/stat : 25007 (java) S 25002 25004 24165 0 -1 4202560 213 0 0 0 354 6 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503416830504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25008] ppid=25002 vsize=2966184 CPUtime=3.83 cores=1,3,5,7
/proc/25004/task/25008/stat : 25008 (java) S 25002 25004 24165 0 -1 4202560 199 0 0 0 378 5 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503415777704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25009] ppid=25002 vsize=2966184 CPUtime=3.72 cores=1,3,5,7
/proc/25004/task/25009/stat : 25009 (java) S 25002 25004 24165 0 -1 4202560 190 0 0 0 366 6 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503414724904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25010] ppid=25002 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/25004/task/25010/stat : 25010 (java) S 25002 25004 24165 0 -1 4202560 225 0 0 0 376 6 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503295191208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25011] ppid=25002 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/25004/task/25011/stat : 25011 (java) S 25002 25004 24165 0 -1 4202560 195 0 0 0 351 4 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503294139432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25012] ppid=25002 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/25004/task/25012/stat : 25012 (java) S 25002 25004 24165 0 -1 4202560 210 0 0 0 369 6 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503293086632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25013] ppid=25002 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/25004/task/25013/stat : 25013 (java) S 25002 25004 24165 0 -1 4202560 196 0 0 0 368 6 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503292033832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25014] ppid=25002 vsize=2966184 CPUtime=3.61 cores=1,3,5,7
/proc/25004/task/25014/stat : 25014 (java) S 25002 25004 24165 0 -1 4202560 214 0 0 0 356 5 0 0 20 0 22 0 344927148 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140503290981032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25015] ppid=25002 vsize=2966184 CPUtime=67.88 cores=1,3,5,7
/proc/25004/task/25015/stat : 25015 (java) S 25002 25004 24165 0 -1 4202560 139 0 0 0 6756 32 0 0 20 0 22 0 344927149 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502808652264 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25016] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25016/stat : 25016 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502807598328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25017] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25017/stat : 25017 (java) S 25002 25004 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502806545416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25018] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25018/stat : 25018 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502805493904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25019] ppid=25002 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/25004/task/25019/stat : 25019 (java) S 25002 25004 24165 0 -1 4202560 10328 0 0 0 145 2 0 0 20 0 22 0 344927152 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502804442040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25020] ppid=25002 vsize=2966184 CPUtime=1.52 cores=1,3,5,7
/proc/25004/task/25020/stat : 25020 (java) S 25002 25004 24165 0 -1 4202560 11147 0 0 0 150 2 0 0 20 0 22 0 344927152 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502803389240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25021] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25021/stat : 25021 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502802336632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25022] ppid=25002 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/25004/task/25022/stat : 25022 (java) S 25002 25004 24165 0 -1 4202560 50 0 0 0 12 23 0 0 20 0 22 0 344927152 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502801284040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25023] ppid=25002 vsize=2966184 CPUtime=803.09 cores=1,3,5,7
/proc/25004/task/25023/stat : 25023 (java) R 25002 25004 24165 0 -1 4202560 336 0 0 0 80295 14 0 0 20 0 22 0 344927181 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502799211024 140503295865989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25024] ppid=25002 vsize=2966184 CPUtime=803.15 cores=1,3,5,7
/proc/25004/task/25024/stat : 25024 (java) R 25002 25004 24165 0 -1 4202560 451 0 0 0 80295 20 0 0 20 0 22 0 344927181 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502798159264 140503295844399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25025] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25025/stat : 25025 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502797108136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25026] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25026/stat : 25026 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 223763 33554432000 1073741824 1073778376 140733881145872 140502796055336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1711.74
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.301 s]
/proc/loadavg: 4.06 3.97 3.88 5/219 25112
/proc/meminfo: memFree=26328760/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2966184 CPUtime=1800.07 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 28243 0 1 0 179891 116 0 0 20 0 22 0 344927145 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 741546 225368 2282 9 0 732240 0
[pid=25004/tid=25006] ppid=25002 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/25004/task/25006/stat : 25006 (java) S 25002 25004 24165 0 -1 4202560 2859 0 1 0 32 3 0 0 20 0 22 0 344927146 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503432549528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25007] ppid=25002 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/25004/task/25007/stat : 25007 (java) S 25002 25004 24165 0 -1 4202560 218 0 0 0 370 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503416830504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25008] ppid=25002 vsize=2966184 CPUtime=4.03 cores=1,3,5,7
/proc/25004/task/25008/stat : 25008 (java) S 25002 25004 24165 0 -1 4202560 208 0 0 0 398 5 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503415777704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25009] ppid=25002 vsize=2966184 CPUtime=3.91 cores=1,3,5,7
/proc/25004/task/25009/stat : 25009 (java) S 25002 25004 24165 0 -1 4202560 199 0 0 0 385 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503414724904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25010] ppid=25002 vsize=2966184 CPUtime=4.03 cores=1,3,5,7
/proc/25004/task/25010/stat : 25010 (java) S 25002 25004 24165 0 -1 4202560 239 0 0 0 397 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503295191208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25011] ppid=25002 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/25004/task/25011/stat : 25011 (java) S 25002 25004 24165 0 -1 4202560 206 0 0 0 370 4 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503294139432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25012] ppid=25002 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/25004/task/25012/stat : 25012 (java) S 25002 25004 24165 0 -1 4202560 222 0 0 0 386 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503293086632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25013] ppid=25002 vsize=2966184 CPUtime=3.94 cores=1,3,5,7
/proc/25004/task/25013/stat : 25013 (java) S 25002 25004 24165 0 -1 4202560 204 0 0 0 388 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503292033832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25014] ppid=25002 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/25004/task/25014/stat : 25014 (java) S 25002 25004 24165 0 -1 4202560 227 0 0 0 380 5 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503290981032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25015] ppid=25002 vsize=2966184 CPUtime=72.26 cores=1,3,5,7
/proc/25004/task/25015/stat : 25015 (java) S 25002 25004 24165 0 -1 4202560 141 0 0 0 7193 33 0 0 20 0 22 0 344927149 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502808652264 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25016] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25016/stat : 25016 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502807598328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25017] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25017/stat : 25017 (java) S 25002 25004 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502806545416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25018] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25018/stat : 25018 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502805493904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25019] ppid=25002 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/25004/task/25019/stat : 25019 (java) S 25002 25004 24165 0 -1 4202560 10328 0 0 0 145 2 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502804442040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25020] ppid=25002 vsize=2966184 CPUtime=1.52 cores=1,3,5,7
/proc/25004/task/25020/stat : 25020 (java) S 25002 25004 24165 0 -1 4202560 11147 0 0 0 150 2 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502803389240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25021] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25021/stat : 25021 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502802336632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25022] ppid=25002 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/25004/task/25022/stat : 25022 (java) S 25002 25004 24165 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502801284040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25023] ppid=25002 vsize=2966184 CPUtime=844.18 cores=1,3,5,7
/proc/25004/task/25023/stat : 25023 (java) R 25002 25004 24165 0 -1 4202560 345 0 0 0 84403 15 0 0 20 0 22 0 344927181 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502799213008 140503295865695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25024] ppid=25002 vsize=2966184 CPUtime=844.23 cores=1,3,5,7
/proc/25004/task/25024/stat : 25024 (java) R 25002 25004 24165 0 -1 4202560 459 0 0 0 84403 20 0 0 20 0 22 0 344927181 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502798158480 140503295949216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25025] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25025/stat : 25025 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502797108136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25026] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25026/stat : 25026 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502796055336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2966184

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

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

[startup+928.301 s]
/proc/loadavg: 4.06 3.97 3.88 5/219 25112
/proc/meminfo: memFree=26328760/32873648 swapFree=6864/6864
[pid=25004] ppid=25002 vsize=2966184 CPUtime=1800.07 cores=1,3,5,7
/proc/25004/stat : 25004 (java) S 25002 25004 24165 0 -1 4202496 28243 0 1 0 179891 116 0 0 20 0 22 0 344927145 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140733881137008 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25004/statm: 741546 225368 2282 9 0 732240 0
[pid=25004/tid=25006] ppid=25002 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/25004/task/25006/stat : 25006 (java) S 25002 25004 24165 0 -1 4202560 2859 0 1 0 32 3 0 0 20 0 22 0 344927146 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503432549528 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25007] ppid=25002 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/25004/task/25007/stat : 25007 (java) S 25002 25004 24165 0 -1 4202560 218 0 0 0 370 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503416830504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25008] ppid=25002 vsize=2966184 CPUtime=4.03 cores=1,3,5,7
/proc/25004/task/25008/stat : 25008 (java) S 25002 25004 24165 0 -1 4202560 208 0 0 0 398 5 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503415777704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25009] ppid=25002 vsize=2966184 CPUtime=3.91 cores=1,3,5,7
/proc/25004/task/25009/stat : 25009 (java) S 25002 25004 24165 0 -1 4202560 199 0 0 0 385 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503414724904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25010] ppid=25002 vsize=2966184 CPUtime=4.03 cores=1,3,5,7
/proc/25004/task/25010/stat : 25010 (java) S 25002 25004 24165 0 -1 4202560 239 0 0 0 397 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503295191208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25011] ppid=25002 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/25004/task/25011/stat : 25011 (java) S 25002 25004 24165 0 -1 4202560 206 0 0 0 370 4 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503294139432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25012] ppid=25002 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/25004/task/25012/stat : 25012 (java) S 25002 25004 24165 0 -1 4202560 222 0 0 0 386 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503293086632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25013] ppid=25002 vsize=2966184 CPUtime=3.94 cores=1,3,5,7
/proc/25004/task/25013/stat : 25013 (java) S 25002 25004 24165 0 -1 4202560 204 0 0 0 388 6 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503292033832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25014] ppid=25002 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/25004/task/25014/stat : 25014 (java) S 25002 25004 24165 0 -1 4202560 227 0 0 0 380 5 0 0 20 0 22 0 344927148 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140503290981032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25015] ppid=25002 vsize=2966184 CPUtime=72.26 cores=1,3,5,7
/proc/25004/task/25015/stat : 25015 (java) S 25002 25004 24165 0 -1 4202560 141 0 0 0 7193 33 0 0 20 0 22 0 344927149 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502808652264 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25016] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25016/stat : 25016 (java) S 25002 25004 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502807598328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25017] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25017/stat : 25017 (java) S 25002 25004 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344927149 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502806545416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25018] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25018/stat : 25018 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502805493904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25019] ppid=25002 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/25004/task/25019/stat : 25019 (java) S 25002 25004 24165 0 -1 4202560 10328 0 0 0 145 2 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502804442040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25020] ppid=25002 vsize=2966184 CPUtime=1.52 cores=1,3,5,7
/proc/25004/task/25020/stat : 25020 (java) S 25002 25004 24165 0 -1 4202560 11147 0 0 0 150 2 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502803389240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25021] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25021/stat : 25021 (java) S 25002 25004 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502802336632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25022] ppid=25002 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/25004/task/25022/stat : 25022 (java) S 25002 25004 24165 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 344927152 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502801284040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25004/tid=25023] ppid=25002 vsize=2966184 CPUtime=844.18 cores=1,3,5,7
/proc/25004/task/25023/stat : 25023 (java) R 25002 25004 24165 0 -1 4202560 345 0 0 0 84403 15 0 0 20 0 22 0 344927181 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502799213008 140503295865695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25004/tid=25024] ppid=25002 vsize=2966184 CPUtime=844.23 cores=1,3,5,7
/proc/25004/task/25024/stat : 25024 (java) R 25002 25004 24165 0 -1 4202560 459 0 0 0 84403 20 0 0 20 0 22 0 344927181 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502798158480 140503295949216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25004/tid=25025] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25025/stat : 25025 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502797108136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25004/tid=25026] ppid=25002 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25004/task/25026/stat : 25026 (java) S 25002 25004 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344927182 3037372416 225368 33554432000 1073741824 1073778376 140733881145872 140502796055336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 928.363
CPU time (s): 1800.07
CPU user time (s): 1798.91
CPU system time (s): 1.16
CPU usage (%): 193.897
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.58376
maximum resident set size= 901604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28278
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= 37280
involuntary context switches= 64814

runsolver used 4.15237 second user time and 7.60184 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 07:33:23
IDJOB=3742652
IDBENCH=90220
IDSOLVER=2324
FILE ID=node113/3742652-1338788003
RUNJOBID= node113-1338783018-24182
PBS_JOBID= 14636837
Free space on /tmp= 70976 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K66.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742652-1338788003/watcher-3742652-1338788003 -o /tmp/evaluation-result-3742652-1338788003/solver-3742652-1338788003 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742652-1338788003.opb

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=468240196

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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		: 2667.026
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:        27173608 kB
Buffers:          543844 kB
Cached:          3515680 kB
SwapCached:         2028 kB
Active:          2493416 kB
Inactive:        2303632 kB
Active(anon):     736680 kB
Inactive(anon):     1912 kB
Active(file):    1756736 kB
Inactive(file):  2301720 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:        743196 kB
Mapped:            19400 kB
Shmem:                 0 kB
Slab:             764044 kB
SReclaimable:     208088 kB
SUnreclaim:       555956 kB
KernelStack:        1624 kB
PageTables:         5680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 70976 MiB
End job on node113 at 2012-06-04 07:48:53