Trace number 3742617

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.15 936.754

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
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 benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 66
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3742617-1338771822.opb
0.10/0.11	c reading problem ... 
0.56/0.37	c ... done. Wall clock time 0.254s.
0.56/0.37	c #vars     3575
0.56/0.37	c #constraints  3707
0.56/0.37	c constraints type 
0.56/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
0.56/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
0.56/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
0.56/0.37	c constraints type 
0.56/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 640
0.56/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3000
0.56/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 65
4.46/1.59	c cleaning 2470 clauses out of 4986 with flag 5000/5000
7.64/3.04	c cleaning 4152 clauses out of 8499 with flag 11000/11000
11.16/4.76	c cleaning 5596 clauses out of 11335 with flag 18001/18001
15.53/6.93	c cleaning 6734 clauses out of 13731 with flag 26000/26000
20.51/9.49	c cleaning 7873 clauses out of 15994 with flag 35002/35002
26.67/12.54	c cleaning 8920 clauses out of 18120 with flag 45001/45001
34.21/16.34	c cleaning 9579 clauses out of 19198 with flag 55000/55000
39.75/19.17	c cleaning 9768 clauses out of 19620 with flag 65003/65003
46.71/22.61	c cleaning 9895 clauses out of 19849 with flag 75000/75000
53.66/26.19	c cleaning 9926 clauses out of 19952 with flag 85001/85001
60.80/29.71	c cleaning 9954 clauses out of 20022 with flag 95000/95000
67.93/33.38	c cleaning 9929 clauses out of 20066 with flag 105000/105000
73.62/36.20	c cleaning 10038 clauses out of 20136 with flag 115003/115003
80.13/39.50	c cleaning 9984 clauses out of 20096 with flag 125001/125001
87.23/43.16	c cleaning 10008 clauses out of 20112 with flag 135001/135001
93.55/46.33	c cleaning 10036 clauses out of 20102 with flag 145001/145001
99.85/49.56	c cleaning 9862 clauses out of 20064 with flag 155000/155000
105.93/52.61	c cleaning 10033 clauses out of 20204 with flag 165002/165002
112.44/55.93	c cleaning 9997 clauses out of 20168 with flag 175001/175001
119.74/59.62	c cleaning 9943 clauses out of 20172 with flag 185002/185002
126.18/62.91	c cleaning 9996 clauses out of 20224 with flag 195000/195000
132.88/66.35	c cleaning 10038 clauses out of 20229 with flag 205001/205001
138.98/69.47	c cleaning 9993 clauses out of 20188 with flag 215000/215000
145.26/72.60	c cleaning 10022 clauses out of 20196 with flag 225002/225002
151.48/75.86	c cleaning 10061 clauses out of 20171 with flag 235000/235000
157.77/79.02	c cleaning 10039 clauses out of 20112 with flag 245002/245002
164.25/82.37	c cleaning 9967 clauses out of 20070 with flag 255000/255000
171.51/86.07	c cleaning 9922 clauses out of 20104 with flag 265002/265002
180.12/90.49	c cleaning 9525 clauses out of 20180 with flag 275000/275000
186.80/93.81	c cleaning 9707 clauses out of 20655 with flag 285000/285000
193.27/97.17	c cleaning 9698 clauses out of 20949 with flag 295001/295001
199.75/100.45	c cleaning 9788 clauses out of 21256 with flag 305007/305007
208.01/104.63	c cleaning 9739 clauses out of 21462 with flag 315003/315003
217.46/109.44	c cleaning 9679 clauses out of 21722 with flag 325002/325002
225.92/113.71	c cleaning 9619 clauses out of 22044 with flag 335003/335003
232.38/117.06	c cleaning 9812 clauses out of 22424 with flag 345003/345003
240.15/121.01	c cleaning 9699 clauses out of 22609 with flag 355000/355000
247.78/125.00	c cleaning 9752 clauses out of 22910 with flag 365000/365000
254.61/128.44	c cleaning 9692 clauses out of 23158 with flag 375001/375001
262.47/132.44	c cleaning 9768 clauses out of 23466 with flag 385002/385002
270.00/136.35	c cleaning 9812 clauses out of 23696 with flag 395000/395000
276.67/139.72	c cleaning 9798 clauses out of 23884 with flag 405001/405001
283.31/143.12	c cleaning 9774 clauses out of 24089 with flag 415004/415004
289.93/146.51	c cleaning 9852 clauses out of 24311 with flag 425001/425001
297.44/150.49	c cleaning 9716 clauses out of 24458 with flag 435000/435000
304.86/154.22	c cleaning 9769 clauses out of 24742 with flag 445000/445000
310.93/157.34	c cleaning 9728 clauses out of 24973 with flag 455000/455000
317.35/160.64	c cleaning 9759 clauses out of 25247 with flag 465002/465002
325.24/164.72	c cleaning 9664 clauses out of 25487 with flag 475003/475003
334.85/169.67	c cleaning 9939 clauses out of 25821 with flag 485002/485002
342.67/173.65	c cleaning 9670 clauses out of 25882 with flag 495002/495002
350.92/177.83	c cleaning 9719 clauses out of 26212 with flag 505002/505002
358.02/181.54	c cleaning 9758 clauses out of 26492 with flag 515001/515001
364.79/185.06	c cleaning 9835 clauses out of 26732 with flag 525000/525000
373.99/189.70	c cleaning 9895 clauses out of 26898 with flag 535001/535001
381.42/193.56	c cleaning 9762 clauses out of 27003 with flag 545001/545001
388.87/197.43	c cleaning 9675 clauses out of 27240 with flag 555000/555000
395.86/201.05	c cleaning 9807 clauses out of 27567 with flag 565002/565002
403.06/204.78	c cleaning 9721 clauses out of 27759 with flag 575001/575001
411.04/208.89	c cleaning 9803 clauses out of 28037 with flag 585000/585000
418.51/212.78	c cleaning 9807 clauses out of 28235 with flag 595001/595001
426.31/216.71	c cleaning 9729 clauses out of 28427 with flag 605000/605000
433.08/220.26	c cleaning 9937 clauses out of 28699 with flag 615002/615002
439.46/223.50	c cleaning 9791 clauses out of 28760 with flag 625000/625000
447.08/227.59	c cleaning 9892 clauses out of 28971 with flag 635002/635002
454.44/231.34	c cleaning 9759 clauses out of 29079 with flag 645002/645002
462.43/235.42	c cleaning 9654 clauses out of 29319 with flag 655001/655001
470.42/239.57	c cleaning 9875 clauses out of 29664 with flag 665000/665000
479.05/244.04	c cleaning 9827 clauses out of 29789 with flag 675000/675000
488.02/248.61	c cleaning 9785 clauses out of 29962 with flag 685000/685000
497.77/253.65	c cleaning 9734 clauses out of 30178 with flag 695001/695001
504.52/257.19	c cleaning 9857 clauses out of 30444 with flag 705002/705002
513.34/261.80	c cleaning 9771 clauses out of 30587 with flag 715002/715002
521.72/266.03	c cleaning 9848 clauses out of 30815 with flag 725001/725001
530.47/270.59	c cleaning 9762 clauses out of 30968 with flag 735002/735002
538.81/274.82	c cleaning 9786 clauses out of 31207 with flag 745003/745003
546.41/278.86	c cleaning 9908 clauses out of 31418 with flag 755000/755000
554.95/283.28	c cleaning 9830 clauses out of 31511 with flag 765001/765001
564.29/288.03	c cleaning 9775 clauses out of 31680 with flag 775000/775000
573.65/292.89	c cleaning 9849 clauses out of 31905 with flag 785000/785000
582.62/297.52	c cleaning 9830 clauses out of 32056 with flag 795000/795000
592.35/302.51	c cleaning 9874 clauses out of 32228 with flag 805002/805002
599.46/306.23	c cleaning 9888 clauses out of 32351 with flag 815000/815000
608.20/310.79	c cleaning 9739 clauses out of 32463 with flag 825000/825000
615.78/314.70	c cleaning 9813 clauses out of 32724 with flag 835000/835000
623.11/318.57	c cleaning 9813 clauses out of 32911 with flag 845000/845000
627.46/320.89	c cleaning 0 clauses out of 5000 with flag 0/5000
631.19/322.77	c cleaning 9882 clauses out of 33100 with flag 855002/855002
640.56/327.52	c cleaning 9772 clauses out of 33217 with flag 865001/865001
647.70/331.28	c cleaning 9809 clauses out of 33444 with flag 875000/875000
656.03/335.55	c cleaning 9822 clauses out of 33636 with flag 885001/885001
665.76/340.53	c cleaning 9825 clauses out of 33816 with flag 895003/895003
677.14/346.41	c cleaning 9694 clauses out of 33988 with flag 905000/905000
685.45/350.73	c cleaning 9854 clauses out of 34293 with flag 915000/915000
692.79/354.59	c cleaning 9813 clauses out of 34444 with flag 925005/925005
700.52/358.55	c cleaning 9778 clauses out of 34625 with flag 935000/935000
709.30/363.15	c cleaning 9846 clauses out of 34847 with flag 945000/945000
718.00/367.62	c cleaning 9830 clauses out of 35001 with flag 955000/955000
726.52/372.06	c cleaning 9792 clauses out of 35175 with flag 965004/965004
734.85/376.35	c cleaning 9727 clauses out of 35379 with flag 975000/975000
742.80/380.51	c cleaning 9935 clauses out of 35651 with flag 985003/985003
750.92/384.72	c cleaning 9857 clauses out of 35713 with flag 995000/995000
761.03/389.95	c cleaning 9636 clauses out of 35858 with flag 1005002/1005002
768.54/393.84	c cleaning 9720 clauses out of 36220 with flag 1015001/1015001
775.66/397.69	c cleaning 9709 clauses out of 36499 with flag 1025001/1025001
782.97/401.50	c cleaning 9792 clauses out of 36791 with flag 1035002/1035002
790.47/405.39	c cleaning 9756 clauses out of 36997 with flag 1045000/1045000
798.81/409.65	c cleaning 9663 clauses out of 37241 with flag 1055000/1055000
806.10/413.57	c cleaning 9917 clauses out of 37578 with flag 1065000/1065000
813.82/417.56	c cleaning 9817 clauses out of 37663 with flag 1075002/1075002
821.48/421.55	c cleaning 9725 clauses out of 37846 with flag 1085002/1085002
828.18/425.00	c cleaning 9795 clauses out of 38120 with flag 1095001/1095001
835.48/429.00	c cleaning 9774 clauses out of 38326 with flag 1105002/1105002
842.54/432.65	c cleaning 9734 clauses out of 38550 with flag 1115000/1115000
849.86/436.46	c cleaning 9888 clauses out of 38817 with flag 1125001/1125001
857.75/440.57	c cleaning 9793 clauses out of 38931 with flag 1135003/1135003
866.03/444.92	c cleaning 9818 clauses out of 39135 with flag 1145000/1145000
873.72/448.97	c cleaning 9727 clauses out of 39318 with flag 1155001/1155001
881.40/452.95	c cleaning 9800 clauses out of 39590 with flag 1165000/1165000
889.27/457.07	c cleaning 9865 clauses out of 39791 with flag 1175001/1175001
897.73/461.56	c cleaning 9894 clauses out of 39926 with flag 1185001/1185001
906.18/465.92	c cleaning 9877 clauses out of 40037 with flag 1195006/1195006
914.46/470.24	c cleaning 9844 clauses out of 40154 with flag 1205000/1205000
921.92/474.20	c cleaning 9837 clauses out of 40313 with flag 1215003/1215003
930.39/478.63	c cleaning 9749 clauses out of 40469 with flag 1225001/1225001
939.45/483.37	c cleaning 9897 clauses out of 40720 with flag 1235001/1235001
948.11/487.83	c cleaning 9782 clauses out of 40826 with flag 1245004/1245004
956.36/492.16	c cleaning 9849 clauses out of 41043 with flag 1255003/1255003
966.24/497.37	c cleaning 9927 clauses out of 41191 with flag 1265000/1265000
973.70/501.26	c cleaning 9813 clauses out of 41263 with flag 1275000/1275000
982.15/505.63	c cleaning 9878 clauses out of 41453 with flag 1285003/1285003
990.20/509.82	c cleaning 9837 clauses out of 41572 with flag 1295000/1295000
998.82/514.43	c cleaning 9908 clauses out of 41736 with flag 1305001/1305001
1006.30/518.38	c cleaning 9814 clauses out of 41827 with flag 1315000/1315000
1015.16/522.97	c cleaning 9844 clauses out of 42013 with flag 1325000/1325000
1023.04/527.05	c cleaning 9875 clauses out of 42169 with flag 1335000/1335000
1031.48/531.57	c cleaning 9744 clauses out of 42295 with flag 1345001/1345001
1039.72/535.89	c cleaning 9931 clauses out of 42550 with flag 1355000/1355000
1048.16/540.29	c cleaning 9935 clauses out of 42621 with flag 1365002/1365002
1057.56/545.12	c cleaning 9858 clauses out of 42685 with flag 1375001/1375001
1067.76/550.59	c cleaning 9824 clauses out of 42826 with flag 1385000/1385000
1076.99/555.33	c cleaning 9902 clauses out of 43004 with flag 1395003/1395003
1085.44/559.78	c cleaning 9806 clauses out of 43100 with flag 1405001/1405001
1095.07/564.74	c cleaning 9866 clauses out of 43294 with flag 1415001/1415001
1104.88/569.91	c cleaning 9980 clauses out of 43431 with flag 1425004/1425004
1113.33/574.31	c cleaning 9844 clauses out of 43447 with flag 1435000/1435000
1121.59/578.62	c cleaning 9858 clauses out of 43605 with flag 1445002/1445002
1130.40/583.23	c cleaning 9869 clauses out of 43746 with flag 1455001/1455001
1139.36/588.00	c cleaning 9857 clauses out of 43877 with flag 1465001/1465001
1147.56/592.38	c cleaning 9846 clauses out of 44020 with flag 1475001/1475001
1156.38/596.96	c cleaning 9798 clauses out of 44174 with flag 1485001/1485001
1165.99/601.99	c cleaning 9981 clauses out of 44375 with flag 1495000/1495000
1174.95/606.73	c cleaning 9986 clauses out of 44396 with flag 1505002/1505002
1183.38/611.13	c cleaning 9863 clauses out of 44408 with flag 1515000/1515000
1191.63/615.41	c cleaning 9872 clauses out of 44546 with flag 1525001/1525001
1200.06/619.82	c cleaning 9891 clauses out of 44675 with flag 1535002/1535002
1208.87/624.57	c cleaning 9913 clauses out of 44786 with flag 1545004/1545004
1217.47/629.00	c cleaning 9904 clauses out of 44869 with flag 1555000/1555000
1225.08/633.01	c cleaning 9877 clauses out of 44969 with flag 1565004/1565004
1233.06/637.22	c cleaning 9997 clauses out of 45089 with flag 1575001/1575001
1242.23/642.19	c cleaning 9846 clauses out of 45092 with flag 1585001/1585001
1252.64/647.58	c cleaning 9746 clauses out of 45245 with flag 1595000/1595000
1264.27/653.50	c cleaning 9805 clauses out of 45504 with flag 1605005/1605005
1275.26/659.22	c cleaning 9826 clauses out of 45695 with flag 1615001/1615001
1286.42/665.19	c cleaning 9831 clauses out of 45868 with flag 1625000/1625000
1296.02/670.14	c cleaning 9882 clauses out of 46037 with flag 1635000/1635000
1304.19/674.41	c cleaning 9758 clauses out of 46154 with flag 1645001/1645001
1312.00/678.53	c cleaning 9793 clauses out of 46398 with flag 1655003/1655003
1319.94/682.84	c cleaning 9859 clauses out of 46603 with flag 1665002/1665002
1328.12/687.19	c cleaning 9729 clauses out of 46742 with flag 1675000/1675000
1337.68/692.16	c cleaning 9835 clauses out of 47017 with flag 1685004/1685004
1346.25/696.65	c cleaning 9963 clauses out of 47178 with flag 1695000/1695000
1355.36/701.55	c cleaning 9824 clauses out of 47215 with flag 1705000/1705000
1364.73/706.44	c cleaning 9860 clauses out of 47393 with flag 1715002/1715002
1373.70/711.13	c cleaning 9805 clauses out of 47532 with flag 1725001/1725001
1382.09/715.57	c cleaning 9875 clauses out of 47731 with flag 1735005/1735005
1391.06/720.33	c cleaning 9912 clauses out of 47856 with flag 1745005/1745005
1399.85/724.98	c cleaning 9762 clauses out of 47939 with flag 1755000/1755000
1409.61/730.06	c cleaning 9981 clauses out of 48180 with flag 1765003/1765003
1419.18/735.05	c cleaning 9889 clauses out of 48197 with flag 1775001/1775001
1428.46/740.00	c cleaning 9917 clauses out of 48308 with flag 1785001/1785001
1436.83/744.43	c cleaning 9922 clauses out of 48394 with flag 1795004/1795004
1444.40/748.48	c cleaning 9844 clauses out of 48472 with flag 1805004/1805004
1452.75/752.88	c cleaning 9914 clauses out of 48625 with flag 1815001/1815001
1461.62/757.68	c cleaning 9925 clauses out of 48711 with flag 1825001/1825001
1470.41/762.27	c cleaning 9899 clauses out of 48787 with flag 1835002/1835002
1478.18/766.36	c cleaning 9826 clauses out of 48886 with flag 1845000/1845000
1487.33/771.18	c cleaning 9942 clauses out of 49060 with flag 1855000/1855000
1495.42/775.57	c cleaning 9809 clauses out of 49119 with flag 1865001/1865001
1504.96/780.52	c cleaning 9836 clauses out of 49309 with flag 1875000/1875000
1513.34/784.95	c cleaning 9847 clauses out of 49474 with flag 1885001/1885001
1523.12/790.03	c cleaning 9969 clauses out of 49626 with flag 1895000/1895000
1532.43/795.02	c cleaning 9890 clauses out of 49658 with flag 1905001/1905001
1542.42/800.29	c cleaning 9861 clauses out of 49767 with flag 1915000/1915000
1552.03/805.28	c cleaning 9858 clauses out of 49907 with flag 1925001/1925001
1564.79/811.80	c cleaning 9902 clauses out of 50051 with flag 1935003/1935003
1574.46/817.10	c cleaning 9914 clauses out of 50146 with flag 1945000/1945000
1582.85/821.43	c cleaning 9816 clauses out of 50232 with flag 1955000/1955000
1590.64/825.60	c cleaning 9877 clauses out of 50419 with flag 1965003/1965003
1597.79/829.35	c cleaning 9847 clauses out of 50539 with flag 1975000/1975000
1607.43/834.53	c cleaning 9975 clauses out of 50695 with flag 1985003/1985003
1616.14/839.13	c cleaning 9899 clauses out of 50718 with flag 1995001/1995001
1624.73/843.70	c cleaning 9867 clauses out of 50819 with flag 2005001/2005001
1632.88/847.91	c cleaning 9918 clauses out of 50951 with flag 2015000/2015000
1641.94/852.86	c cleaning 9808 clauses out of 51034 with flag 2025001/2025001
1650.71/857.47	c cleaning 9933 clauses out of 51226 with flag 2035001/2035001
1659.28/861.97	c cleaning 9897 clauses out of 51295 with flag 2045003/2045003
1667.41/866.20	c cleaning 9918 clauses out of 51398 with flag 2055003/2055003
1676.96/871.38	c cleaning 9929 clauses out of 51477 with flag 2065000/2065000
1685.34/875.77	c cleaning 9858 clauses out of 51548 with flag 2075000/2075000
1695.09/880.85	c cleaning 9957 clauses out of 51694 with flag 2085004/2085004
1703.05/885.09	c cleaning 9887 clauses out of 51734 with flag 2095001/2095001
1711.53/889.64	c cleaning 9762 clauses out of 51847 with flag 2105001/2105001
1719.50/893.86	c cleaning 9850 clauses out of 52085 with flag 2115002/2115002
1727.48/898.03	c cleaning 9890 clauses out of 52235 with flag 2125002/2125002
1736.25/902.64	c cleaning 9823 clauses out of 52346 with flag 2135003/2135003
1745.73/907.74	c cleaning 9944 clauses out of 52521 with flag 2145001/2145001
1754.08/912.12	c cleaning 9810 clauses out of 52577 with flag 2155001/2155001
1762.85/916.71	c cleaning 9974 clauses out of 52768 with flag 2165002/2165002
1771.59/921.34	c cleaning 9836 clauses out of 52793 with flag 2175001/2175001
1780.39/926.13	c cleaning 9952 clauses out of 52956 with flag 2185000/2185000
1789.12/930.77	c cleaning 9845 clauses out of 53004 with flag 2195000/2195000
1797.23/935.07	c cleaning 9903 clauses out of 53159 with flag 2205000/2205000
1800.15/936.71	c starts		: 210
1800.15/936.71	c conflicts		: 2208615
1800.15/936.71	c decisions		: 8221876
1800.15/936.71	c propagations		: 721150640
1800.15/936.71	c inspects		: 3185732516
1800.15/936.71	c shortcuts		: 0
1800.15/936.71	c learnt literals	: 119
1800.15/936.71	c learnt binary clauses	: 34254
1800.15/936.71	c learnt ternary clauses	: 54763
1800.15/936.71	c learnt constraints	: 2208495
1800.15/936.71	c ignored constraints	: 0
1800.15/936.71	c root simplifications	: 0
1800.15/936.71	c removed literals (reason simplification)	: 69297695
1800.15/936.71	c reason swapping (by a shorter reason)	: 0
1800.15/936.71	c Calls to reduceDB	: 222
1800.15/936.71	c number of reductions to clauses (during analyze)	: 0
1800.15/936.71	c number of learned constraints concerned by reduction	: 0
1800.15/936.71	c number of learning phase by resolution	: 0
1800.15/936.71	c number of learning phase by cutting planes	: 0
1800.15/936.71	c speed (assignments/second)	: 770179.4976402827
1800.15/936.71	c non guided choices	399
1800.15/936.73	c learnt constraints type 
1800.15/936.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34254
1800.15/936.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12669
1800.15/936.73	c constraints type 
1800.15/936.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
1800.15/936.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
1800.15/936.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
1800.15/936.73	c constraints type 
1800.15/936.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 640
1800.15/936.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3000
1800.15/936.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 65
1800.15/936.74	s UNKNOWN
1800.15/936.74	c Total wall clock time (in seconds): 936.623

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

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

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


[startup+0 s]
/proc/loadavg: 3.90 3.97 3.92 4/198 25479
/proc/meminfo: memFree=25551580/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25479/stat : 25479 (java) R 25477 25479 24098 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 343306526 23793664 715 33554432000 1073741824 1073778376 140735587402336 140735587391400 209874629992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 5809 716 531 9 0 128 0

[startup+0.103954 s]
/proc/loadavg: 3.90 3.97 3.92 4/198 25479
/proc/meminfo: memFree=25551580/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 4795 0 1 0 9 1 0 0 20 0 18 0 343306526 11864465408 13658 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2896598 13660 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.200246 s]
/proc/loadavg: 3.90 3.97 3.92 4/198 25479
/proc/meminfo: memFree=25551580/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 6942 0 1 0 27 2 0 0 20 0 18 0 343306526 11864465408 16159 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2896598 16159 2201 9 0 2887285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11586392

[startup+0.300263 s]
/proc/loadavg: 3.90 3.97 3.92 4/198 25479
/proc/meminfo: memFree=25551580/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 7604 0 1 0 54 2 0 0 20 0 18 0 343306526 11864465408 17536 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2896598 17536 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700176 s]
/proc/loadavg: 3.90 3.97 3.92 4/198 25479
/proc/meminfo: memFree=25551580/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 16634 0 1 0 201 4 0 0 20 0 22 0 343306526 12137111552 32800 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2963162 32800 2257 9 0 2953849 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 11852648

[startup+1.50078 s]
/proc/loadavg: 3.90 3.97 3.92 5/220 25501
/proc/meminfo: memFree=25309356/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11852648 CPUtime=4.46 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 22864 0 1 0 436 10 0 0 20 0 22 0 343306526 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2963162 100495 2265 9 0 2953849 0
[pid=25479/tid=25481] ppid=25477 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/25479/task/25481/stat : 25481 (java) S 25477 25479 24098 0 -1 4202560 2875 0 1 0 33 2 0 0 20 0 22 0 343306527 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320717661336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320686069928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320685017384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320683964840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320682912296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320681859752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320680807208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320679754664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320678702120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320063846504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320062792824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320061740168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25493] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25493/stat : 25493 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320060688912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25494] ppid=25477 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/25479/task/25494/stat : 25494 (java) S 25477 25479 24098 0 -1 4202560 5764 0 0 0 97 0 0 0 20 0 22 0 343306533 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320059636280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25495] ppid=25477 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/25479/task/25495/stat : 25495 (java) S 25477 25479 24098 0 -1 4202560 12786 0 0 0 84 3 0 0 20 0 22 0 343306533 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320058583736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25496] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25496/stat : 25496 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320057531384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25497] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25497/stat : 25497 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320056479048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25498] ppid=25477 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/25479/task/25498/stat : 25498 (java) R 25477 25479 24098 0 -1 4202560 26 0 0 0 109 0 0 0 20 0 22 0 343306564 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320055423256 140320558410752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25499] ppid=25477 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/25479/task/25499/stat : 25499 (java) R 25477 25479 24098 0 -1 4202560 213 0 0 0 105 6 0 0 20 0 22 0 343306564 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320054370392 140320558568172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25500] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25500/stat : 25500 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320053318696 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25501] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25501/stat : 25501 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 100495 33554432000 1073741824 1073778376 140735587402336 140320052266152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 3.90 3.97 3.92 5/220 25501
/proc/meminfo: memFree=25054412/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11852648 CPUtime=7.81 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 23235 0 1 0 766 15 0 0 20 0 22 0 343306526 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2963162 160451 2289 9 0 2953849 0
[pid=25479/tid=25481] ppid=25477 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/25479/task/25481/stat : 25481 (java) S 25477 25479 24098 0 -1 4202560 2875 0 1 0 33 2 0 0 20 0 22 0 343306527 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320717661336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320686069928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320685017384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320683964840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24098 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320682912296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320681859752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320680807208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320679754664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320678702120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24098 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 343306530 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320063846504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320062792824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320061740168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25493] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25493/stat : 25493 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320060688912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25494] ppid=25477 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/25479/task/25494/stat : 25494 (java) S 25477 25479 24098 0 -1 4202560 5946 0 0 0 111 0 0 0 20 0 22 0 343306533 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320059636280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25495] ppid=25477 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/25479/task/25495/stat : 25495 (java) S 25477 25479 24098 0 -1 4202560 12787 0 0 0 90 3 0 0 20 0 22 0 343306533 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320058583736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25496] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25496/stat : 25496 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320057531384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25497] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25497/stat : 25497 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320056479048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25498] ppid=25477 vsize=11852648 CPUtime=2.6 cores=0,2,4,6
/proc/25479/task/25498/stat : 25498 (java) R 25477 25479 24098 0 -1 4202560 30 0 0 0 260 0 0 0 20 0 22 0 343306564 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320055423016 140320558365135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25499] ppid=25477 vsize=11852648 CPUtime=2.63 cores=0,2,4,6
/proc/25479/task/25499/stat : 25499 (java) R 25477 25479 24098 0 -1 4202560 314 0 0 0 254 9 0 0 20 0 22 0 343306564 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320054368696 140320558348928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25500] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25500/stat : 25500 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320053318696 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25501] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25501/stat : 25501 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 160451 33554432000 1073741824 1073778376 140735587402336 140320052266152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.90 3.97 3.92 5/220 25501
/proc/meminfo: memFree=24830560/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11852648 CPUtime=14.33 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 23716 0 1 0 1416 17 0 0 20 0 22 0 343306526 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2963162 181832 2289 9 0 2953849 0
[pid=25479/tid=25481] ppid=25477 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/25479/task/25481/stat : 25481 (java) S 25477 25479 24098 0 -1 4202560 2875 0 1 0 33 2 0 0 20 0 22 0 343306527 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320717661336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320686069928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320685017384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320683964840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24098 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320682912296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320681859752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320680807208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320679754664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343306529 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320678702120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24098 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 22 0 343306530 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320063846504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320062792824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320061740168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25493] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25493/stat : 25493 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320060688912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25494] ppid=25477 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/25479/task/25494/stat : 25494 (java) S 25477 25479 24098 0 -1 4202560 6378 0 0 0 122 0 0 0 20 0 22 0 343306533 12137111552 181832 33554432000 1073741824 1073778376 140735587402336 140320059636280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/25479/statm: 2963162 467895 2290 9 0 2953849 0
[pid=25479/tid=25481] ppid=25477 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/25479/task/25481/stat : 25481 (java) S 25477 25479 24098 0 -1 4202560 2986 0 1 0 35 3 0 0 20 0 22 0 343306527 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320717661336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24098 0 -1 4202560 68 0 0 0 146 2 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320686069928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24098 0 -1 4202560 88 0 0 0 156 2 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320685017384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24098 0 -1 4202560 55 0 0 0 151 2 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320683964840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24098 0 -1 4202560 75 0 0 0 153 1 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320682912296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24098 0 -1 4202560 71 0 0 0 154 0 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320681859752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=11852648 CPUtime=1.56 cores=0,2,4,6
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24098 0 -1 4202560 61 0 0 0 154 2 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320680807208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24098 0 -1 4202560 63 0 0 0 142 0 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320679754664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24098 0 -1 4202560 59 0 0 0 149 0 0 0 20 0 22 0 343306529 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320678702120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=11852648 CPUtime=67.85 cores=0,2,4,6
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24098 0 -1 4202560 258 0 0 0 6774 11 0 0 20 0 22 0 343306530 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320063846504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320062792824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320061740168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25493] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25493/stat : 25493 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320060688912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25494] ppid=25477 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/25479/task/25494/stat : 25494 (java) S 25477 25479 24098 0 -1 4202560 11393 0 0 0 166 1 0 0 20 0 22 0 343306533 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320059636280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25495] ppid=25477 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25479/task/25495/stat : 25495 (java) S 25477 25479 24098 0 -1 4202560 12850 0 0 0 121 3 0 0 20 0 22 0 343306533 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320058583736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25496] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25496/stat : 25496 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320057531384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25497] ppid=25477 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/25479/task/25497/stat : 25497 (java) S 25477 25479 24098 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 343306533 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320056479048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25498] ppid=25477 vsize=11852648 CPUtime=748.37 cores=0,2,4,6
/proc/25479/task/25498/stat : 25498 (java) R 25477 25479 24098 0 -1 4202560 98 0 0 0 74825 12 0 0 20 0 22 0 343306564 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320055423176 140320558437665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25499] ppid=25477 vsize=11852648 CPUtime=748.39 cores=0,2,4,6
/proc/25479/task/25499/stat : 25499 (java) R 25477 25479 24098 0 -1 4202560 778 0 0 0 74800 39 0 0 20 0 22 0 343306564 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320054368872 140320558486720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25500] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25500/stat : 25500 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320053318696 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25501] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25501/stat : 25501 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 467895 33554432000 1073741824 1073778376 140735587402336 140320052266152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1584.24
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.84 3.90 3.90 5/220 25629
/proc/meminfo: memFree=25298380/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11852648 CPUtime=1697.67 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 30187 0 1 0 169694 73 0 0 20 0 22 0 343306526 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2963162 471502 2290 9 0 2953849 0
[pid=25479/tid=25481] ppid=25477 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/25479/task/25481/stat : 25481 (java) S 25477 25479 24098 0 -1 4202560 2999 0 1 0 35 3 0 0 20 0 22 0 343306527 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320717661336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24098 0 -1 4202560 71 0 0 0 161 2 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320686069928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=11852648 CPUtime=1.72 cores=0,2,4,6
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24098 0 -1 4202560 88 0 0 0 170 2 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320685017384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24098 0 -1 4202560 57 0 0 0 166 2 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320683964840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24098 0 -1 4202560 75 0 0 0 167 1 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320682912296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24098 0 -1 4202560 74 0 0 0 168 0 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320681859752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=11852648 CPUtime=1.72 cores=0,2,4,6
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24098 0 -1 4202560 70 0 0 0 170 2 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320680807208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24098 0 -1 4202560 66 0 0 0 152 0 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320679754664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24098 0 -1 4202560 62 0 0 0 162 0 0 0 20 0 22 0 343306529 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320678702120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=11852648 CPUtime=74.91 cores=0,2,4,6
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24098 0 -1 4202560 269 0 0 0 7479 12 0 0 20 0 22 0 343306530 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320063846504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320062792824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320061740168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25493] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25493/stat : 25493 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320060688912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25494] ppid=25477 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/25479/task/25494/stat : 25494 (java) S 25477 25479 24098 0 -1 4202560 11393 0 0 0 166 1 0 0 20 0 22 0 343306533 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320059636280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25495] ppid=25477 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25479/task/25495/stat : 25495 (java) S 25477 25479 24098 0 -1 4202560 12850 0 0 0 121 3 0 0 20 0 22 0 343306533 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320058583736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25496] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25496/stat : 25496 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320057531384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25497] ppid=25477 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/25479/task/25497/stat : 25497 (java) S 25477 25479 24098 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 343306533 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320056479048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25498] ppid=25477 vsize=11852648 CPUtime=800.85 cores=0,2,4,6
/proc/25479/task/25498/stat : 25498 (java) R 25477 25479 24098 0 -1 4202560 98 0 0 0 80072 13 0 0 20 0 22 0 343306564 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320055423056 140320558433023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25499] ppid=25477 vsize=11852648 CPUtime=800.87 cores=0,2,4,6
/proc/25479/task/25499/stat : 25499 (java) R 25477 25479 24098 0 -1 4202560 778 0 0 0 80046 41 0 0 20 0 22 0 343306564 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320054368352 140320558552237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25500] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25500/stat : 25500 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320053318696 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25501] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25501/stat : 25501 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 471502 33554432000 1073741824 1073778376 140735587402336 140320052266152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1697.67
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.701 s]
/proc/loadavg: 3.67 3.84 3.88 5/220 25875
/proc/meminfo: memFree=23643240/32873844 swapFree=7632/7632
[pid=25479] ppid=25477 vsize=11852648 CPUtime=1800.15 cores=0,2,4,6
/proc/25479/stat : 25479 (java) S 25477 25479 24098 0 -1 4202496 30260 0 1 0 179940 75 0 0 20 0 22 0 343306526 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140735587393472 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25479/statm: 2963162 473603 2290 9 0 2953849 0
[pid=25479/tid=25481] ppid=25477 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/25479/task/25481/stat : 25481 (java) S 25477 25479 24098 0 -1 4202560 3011 0 1 0 35 3 0 0 20 0 22 0 343306527 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320717661336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25482] ppid=25477 vsize=11852648 CPUtime=1.77 cores=0,2,4,6
/proc/25479/task/25482/stat : 25482 (java) S 25477 25479 24098 0 -1 4202560 80 0 0 0 175 2 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320686069928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25483] ppid=25477 vsize=11852648 CPUtime=1.85 cores=0,2,4,6
/proc/25479/task/25483/stat : 25483 (java) S 25477 25479 24098 0 -1 4202560 92 0 0 0 183 2 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320685017384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25484] ppid=25477 vsize=11852648 CPUtime=1.82 cores=0,2,4,6
/proc/25479/task/25484/stat : 25484 (java) S 25477 25479 24098 0 -1 4202560 65 0 0 0 180 2 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320683964840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25485] ppid=25477 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/25479/task/25485/stat : 25485 (java) S 25477 25479 24098 0 -1 4202560 78 0 0 0 179 1 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320682912296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25486] ppid=25477 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/25479/task/25486/stat : 25486 (java) S 25477 25479 24098 0 -1 4202560 83 0 0 0 183 0 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320681859752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25487] ppid=25477 vsize=11852648 CPUtime=1.85 cores=0,2,4,6
/proc/25479/task/25487/stat : 25487 (java) S 25477 25479 24098 0 -1 4202560 79 0 0 0 183 2 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320680807208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25488] ppid=25477 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/25479/task/25488/stat : 25488 (java) S 25477 25479 24098 0 -1 4202560 72 0 0 0 164 0 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320679754664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25489] ppid=25477 vsize=11852648 CPUtime=1.75 cores=0,2,4,6
/proc/25479/task/25489/stat : 25489 (java) S 25477 25479 24098 0 -1 4202560 67 0 0 0 175 0 0 0 20 0 22 0 343306529 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320678702120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25490] ppid=25477 vsize=11852648 CPUtime=81.69 cores=0,2,4,6
/proc/25479/task/25490/stat : 25490 (java) S 25477 25479 24098 0 -1 4202560 275 0 0 0 8157 12 0 0 20 0 22 0 343306530 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320063846504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25491] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25491/stat : 25491 (java) S 25477 25479 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320062792824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25492] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25492/stat : 25492 (java) S 25477 25479 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343306530 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320061740168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25493] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25493/stat : 25493 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320060688912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25494] ppid=25477 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/25479/task/25494/stat : 25494 (java) S 25477 25479 24098 0 -1 4202560 11393 0 0 0 166 1 0 0 20 0 22 0 343306533 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320059636280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25495] ppid=25477 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25479/task/25495/stat : 25495 (java) S 25477 25479 24098 0 -1 4202560 12850 0 0 0 121 3 0 0 20 0 22 0 343306533 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320058583736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25496] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25496/stat : 25496 (java) S 25477 25479 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343306533 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320057531384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25497] ppid=25477 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/25479/task/25497/stat : 25497 (java) S 25477 25479 24098 0 -1 4202560 53 0 0 0 13 19 0 0 20 0 22 0 343306533 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320056479048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25479/tid=25498] ppid=25477 vsize=11852648 CPUtime=848.04 cores=0,2,4,6
/proc/25479/task/25498/stat : 25498 (java) R 25477 25479 24098 0 -1 4202560 98 0 0 0 84791 13 0 0 20 0 22 0 343306564 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320055423056 140320558364887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25479/tid=25499] ppid=25477 vsize=11852648 CPUtime=848.05 cores=0,2,4,6
/proc/25479/task/25499/stat : 25499 (java) R 25477 25479 24098 0 -1 4202560 778 0 0 0 84764 41 0 0 20 0 22 0 343306564 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320054368528 140320558552128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25479/tid=25500] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25500/stat : 25500 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320053318696 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25479/tid=25501] ppid=25477 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25479/task/25501/stat : 25501 (java) S 25477 25479 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343306565 12137111552 473603 33554432000 1073741824 1073778376 140735587402336 140320052266152 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 936.754
CPU time (s): 1800.15
CPU user time (s): 1799.4
CPU system time (s): 0.75
CPU usage (%): 192.169
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.17182
maximum resident set size= 1894540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28583
involuntary context switches= 37304

runsolver used 3.9414 second user time and 7.93379 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 03:03:42
IDJOB=3742617
IDBENCH=90217
IDSOLVER=2328
FILE ID=node141/3742617-1338771822
RUNJOBID= node141-1338763554-24114
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

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

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=877235954

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.744
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:       32873844 kB
MemFree:        25552224 kB
Buffers:          436588 kB
Cached:          3266956 kB
SwapCached:          216 kB
Active:          3995208 kB
Inactive:        2424836 kB
Active(anon):    2707344 kB
Inactive(anon):    11288 kB
Active(file):    1287864 kB
Inactive(file):  2413548 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       2770788 kB
Mapped:            19036 kB
Shmem:               172 kB
Slab:             742212 kB
SReclaimable:     184256 kB
SUnreclaim:       557956 kB
KernelStack:        1800 kB
PageTables:         9940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2709504 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= 70720 MiB
End job on node141 at 2012-06-04 03:19:21