Trace number 2658830

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.22 1798.32

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg.opb
MD5SUM4f19aa044e880280faec0077a2509ba8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4890
Total number of constraints363
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints363
Minimum length of a constraint30
Maximum length of a constraint540
Number of terms in the objective function 3930
Biggest coefficient in the objective function 5373004087296
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 556141355997381
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658830-1276556373.opb
0.22/0.21	c reading problem ... 
2.57/1.55	c ... done. Wall clock time 1.341s.
2.57/1.55	c #vars     4890
2.57/1.55	c #constraints  2213
2.57/1.55	c constraints type 
2.57/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
5.89/4.16	c cleaning 2500 clauses out of 4999 with flag 5001/5001
8.68/6.89	c cleaning 4249 clauses out of 8498 with flag 11000/11000
12.40/10.58	c cleaning 5625 clauses out of 11249 with flag 18000/18000
17.35/15.43	c cleaning 6810 clauses out of 13624 with flag 26000/26000
24.28/22.31	c cleaning 7903 clauses out of 15815 with flag 35001/35001
31.28/29.32	c cleaning 8956 clauses out of 17912 with flag 45001/45001
38.78/36.83	c cleaning 9477 clauses out of 18955 with flag 55000/55000
46.29/44.36	c cleaning 9737 clauses out of 19478 with flag 65000/65000
54.39/52.48	c cleaning 9871 clauses out of 19741 with flag 75000/75000
62.60/60.69	c cleaning 9934 clauses out of 19871 with flag 85001/85001
69.30/67.33	c cleaning 9966 clauses out of 19936 with flag 95000/95000
75.12/73.16	c cleaning 9982 clauses out of 19970 with flag 105000/105000
80.42/78.45	c cleaning 9992 clauses out of 19989 with flag 115001/115001
87.32/85.37	c cleaning 9998 clauses out of 19996 with flag 125000/125000
93.61/91.65	c cleaning 10000 clauses out of 19999 with flag 135001/135001
100.10/98.18	c cleaning 10000 clauses out of 20000 with flag 145002/145002
106.91/104.98	c cleaning 9996 clauses out of 19998 with flag 155000/155000
113.71/111.74	c cleaning 10000 clauses out of 20003 with flag 165001/165001
121.21/119.23	c cleaning 9999 clauses out of 20003 with flag 175001/175001
127.12/125.12	c cleaning 10001 clauses out of 20004 with flag 185001/185001
133.62/131.66	c cleaning 10000 clauses out of 20002 with flag 195000/195000
140.82/138.83	c cleaning 9998 clauses out of 20003 with flag 205001/205001
147.72/145.70	c cleaning 9999 clauses out of 20005 with flag 215001/215001
155.02/153.07	c cleaning 9999 clauses out of 20007 with flag 225002/225002
161.72/159.72	c cleaning 10002 clauses out of 20007 with flag 235001/235001
167.52/165.53	c cleaning 9995 clauses out of 20004 with flag 245000/245000
173.82/171.85	c cleaning 10000 clauses out of 20009 with flag 255000/255000
180.13/178.14	c cleaning 10000 clauses out of 20010 with flag 265001/265001
185.73/183.73	c cleaning 10002 clauses out of 20010 with flag 275001/275001
191.53/189.50	c cleaning 10002 clauses out of 20007 with flag 285000/285000
197.52/195.54	c cleaning 10000 clauses out of 20005 with flag 295000/295000
203.62/201.64	c cleaning 10001 clauses out of 20007 with flag 305002/305002
209.84/207.86	c cleaning 10001 clauses out of 20007 with flag 315003/315003
215.44/213.46	c cleaning 10002 clauses out of 20005 with flag 325002/325002
221.13/219.16	c cleaning 9995 clauses out of 20002 with flag 335001/335001
227.63/225.61	c cleaning 10002 clauses out of 20007 with flag 345001/345001
233.13/231.10	c cleaning 9996 clauses out of 20004 with flag 355000/355000
238.62/236.69	c cleaning 9998 clauses out of 20008 with flag 365000/365000
243.93/241.99	c cleaning 10002 clauses out of 20011 with flag 375001/375001
249.82/247.89	c cleaning 9999 clauses out of 20009 with flag 385001/385001
256.42/254.40	c cleaning 10001 clauses out of 20010 with flag 395001/395001
262.43/260.44	c cleaning 10003 clauses out of 20008 with flag 405000/405000
268.24/266.29	c cleaning 10003 clauses out of 20006 with flag 415001/415001
274.03/272.06	c cleaning 9995 clauses out of 20002 with flag 425000/425000
280.73/278.70	c cleaning 10000 clauses out of 20007 with flag 435000/435000
286.72/284.80	c cleaning 10002 clauses out of 20007 with flag 445000/445000
292.22/290.30	c cleaning 9998 clauses out of 20005 with flag 455000/455000
297.92/295.99	c cleaning 10001 clauses out of 20007 with flag 465000/465000
304.11/302.17	c cleaning 9998 clauses out of 20006 with flag 475000/475000
311.12/309.16	c cleaning 10001 clauses out of 20009 with flag 485001/485001
316.72/314.75	c cleaning 10002 clauses out of 20008 with flag 495001/495001
321.92/319.98	c cleaning 10000 clauses out of 20005 with flag 505000/505000
328.02/326.08	c cleaning 9997 clauses out of 20005 with flag 515000/515000
334.01/332.03	c cleaning 10002 clauses out of 20009 with flag 525001/525001
340.41/338.44	c cleaning 10001 clauses out of 20006 with flag 535000/535000
346.91/344.99	c cleaning 9999 clauses out of 20005 with flag 545000/545000
352.50/350.59	c cleaning 10003 clauses out of 20006 with flag 555000/555000
359.41/357.41	c cleaning 10002 clauses out of 20003 with flag 565000/565000
365.60/363.62	c cleaning 9995 clauses out of 20002 with flag 575001/575001
372.49/370.51	c cleaning 9999 clauses out of 20006 with flag 585000/585000
379.39/377.45	c cleaning 10000 clauses out of 20008 with flag 595001/595001
385.79/383.83	c cleaning 10001 clauses out of 20007 with flag 605000/605000
392.09/390.16	c cleaning 9996 clauses out of 20006 with flag 615000/615000
397.90/395.94	c cleaning 10002 clauses out of 20010 with flag 625000/625000
404.29/402.39	c cleaning 10003 clauses out of 20009 with flag 635001/635001
410.89/408.96	c cleaning 10000 clauses out of 20005 with flag 645000/645000
416.79/414.81	c cleaning 9998 clauses out of 20006 with flag 655001/655001
422.09/420.17	c cleaning 10000 clauses out of 20007 with flag 665000/665000
427.98/426.01	c cleaning 9999 clauses out of 20007 with flag 675000/675000
433.39/431.43	c cleaning 10001 clauses out of 20008 with flag 685000/685000
438.69/436.78	c cleaning 10004 clauses out of 20007 with flag 695000/695000
444.48/442.53	c cleaning 9999 clauses out of 20003 with flag 705000/705000
450.17/448.21	c cleaning 10003 clauses out of 20005 with flag 715001/715001
456.57/454.69	c cleaning 10000 clauses out of 20001 with flag 725000/725000
462.47/460.58	c cleaning 9998 clauses out of 20002 with flag 735001/735001
468.07/466.17	c cleaning 9998 clauses out of 20004 with flag 745001/745001
474.09/472.10	c cleaning 9999 clauses out of 20006 with flag 755001/755001
479.89/477.98	c cleaning 10004 clauses out of 20007 with flag 765001/765001
486.09/484.14	c cleaning 9996 clauses out of 20002 with flag 775000/775000
492.39/490.48	c cleaning 10002 clauses out of 20007 with flag 785001/785001
498.59/496.67	c cleaning 9999 clauses out of 20005 with flag 795001/795001
504.99/503.06	c cleaning 10000 clauses out of 20007 with flag 805002/805002
511.09/509.13	c cleaning 10002 clauses out of 20005 with flag 815000/815000
517.79/515.84	c cleaning 9998 clauses out of 20004 with flag 825001/825001
524.18/522.24	c cleaning 10000 clauses out of 20006 with flag 835001/835001
530.38/528.44	c cleaning 10002 clauses out of 20006 with flag 845001/845001
536.29/534.39	c cleaning 10000 clauses out of 20003 with flag 855000/855000
542.79/540.86	c cleaning 9997 clauses out of 20004 with flag 865001/865001
548.88/546.92	c cleaning 9997 clauses out of 20007 with flag 875001/875001
555.18/553.25	c cleaning 10001 clauses out of 20011 with flag 885002/885002
561.18/559.27	c cleaning 9998 clauses out of 20010 with flag 895002/895002
567.98/566.00	c cleaning 9999 clauses out of 20011 with flag 905001/905001
574.17/572.28	c cleaning 9995 clauses out of 20011 with flag 915000/915000
580.59/578.66	c cleaning 10005 clauses out of 20018 with flag 925002/925002
586.88/584.91	c cleaning 10001 clauses out of 20012 with flag 935001/935001
592.59/590.63	c cleaning 9998 clauses out of 20011 with flag 945001/945001
597.50/595.57	c cleaning 10000 clauses out of 20013 with flag 955001/955001
602.39/600.43	c cleaning 9999 clauses out of 20012 with flag 965000/965000
609.10/607.13	c cleaning 10000 clauses out of 20013 with flag 975000/975000
614.89/612.92	c cleaning 10000 clauses out of 20013 with flag 985000/985000
620.50/618.57	c cleaning 10002 clauses out of 20013 with flag 995000/995000
626.30/624.36	c cleaning 9998 clauses out of 20012 with flag 1005001/1005001
632.10/630.18	c cleaning 10002 clauses out of 20013 with flag 1015000/1015000
637.40/635.44	c cleaning 9999 clauses out of 20011 with flag 1025000/1025000
642.50/640.56	c cleaning 10002 clauses out of 20014 with flag 1035002/1035002
647.10/645.16	c cleaning 9995 clauses out of 20010 with flag 1045000/1045000
652.20/650.26	c cleaning 10003 clauses out of 20016 with flag 1055001/1055001
657.00/655.01	c cleaning 10001 clauses out of 20012 with flag 1065000/1065000
661.80/659.84	c cleaning 10003 clauses out of 20011 with flag 1075000/1075000
667.10/665.11	c cleaning 9999 clauses out of 20009 with flag 1085001/1085001
671.71/669.73	c cleaning 10003 clauses out of 20009 with flag 1095000/1095000
677.01/675.08	c cleaning 9997 clauses out of 20006 with flag 1105000/1105000
681.71/679.79	c cleaning 10000 clauses out of 20010 with flag 1115001/1115001
686.80/684.85	c cleaning 10002 clauses out of 20009 with flag 1125000/1125000
691.40/689.46	c cleaning 9996 clauses out of 20007 with flag 1135000/1135000
696.50/694.56	c cleaning 10003 clauses out of 20011 with flag 1145000/1145000
702.60/700.64	c cleaning 9998 clauses out of 20008 with flag 1155000/1155000
707.21/705.30	c cleaning 10003 clauses out of 20011 with flag 1165001/1165001
711.80/709.82	c cleaning 9999 clauses out of 20007 with flag 1175000/1175000
717.90/715.97	c cleaning 9996 clauses out of 20008 with flag 1185000/1185000
723.70/721.78	c cleaning 10001 clauses out of 20012 with flag 1195000/1195000
729.50/727.58	c cleaning 10000 clauses out of 20012 with flag 1205001/1205001
735.20/733.23	c cleaning 10001 clauses out of 20011 with flag 1215000/1215000
740.90/738.90	c cleaning 10000 clauses out of 20010 with flag 1225000/1225000
746.09/744.19	c cleaning 10002 clauses out of 20010 with flag 1235000/1235000
750.79/748.85	c cleaning 9996 clauses out of 20008 with flag 1245000/1245000
755.30/753.38	c cleaning 10000 clauses out of 20013 with flag 1255001/1255001
760.20/758.20	c cleaning 9995 clauses out of 20012 with flag 1265000/1265000
764.80/762.87	c cleaning 10002 clauses out of 20017 with flag 1275000/1275000
769.90/767.91	c cleaning 10003 clauses out of 20015 with flag 1285000/1285000
774.70/772.70	c cleaning 10000 clauses out of 20012 with flag 1295000/1295000
779.60/777.61	c cleaning 10000 clauses out of 20013 with flag 1305001/1305001
784.59/782.64	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
790.89/788.96	c cleaning 9998 clauses out of 20013 with flag 1325000/1325000
797.00/795.03	c cleaning 10001 clauses out of 20015 with flag 1335000/1335000
803.60/801.68	c cleaning 10003 clauses out of 20015 with flag 1345001/1345001
809.70/807.76	c cleaning 9999 clauses out of 20012 with flag 1355001/1355001
814.69/812.74	c cleaning 10001 clauses out of 20012 with flag 1365000/1365000
820.20/818.28	c cleaning 10000 clauses out of 20012 with flag 1375001/1375001
825.59/823.69	c cleaning 10000 clauses out of 20012 with flag 1385001/1385001
830.80/828.85	c cleaning 10005 clauses out of 20011 with flag 1395000/1395000
835.81/833.85	c cleaning 10001 clauses out of 20006 with flag 1405000/1405000
841.80/839.89	c cleaning 9998 clauses out of 20005 with flag 1415000/1415000
847.20/845.24	c cleaning 9998 clauses out of 20007 with flag 1425000/1425000
852.69/850.76	c cleaning 9998 clauses out of 20010 with flag 1435001/1435001
857.99/856.05	c cleaning 10001 clauses out of 20011 with flag 1445000/1445000
863.19/861.30	c cleaning 10006 clauses out of 20012 with flag 1455002/1455002
868.49/866.54	c cleaning 9995 clauses out of 20004 with flag 1465000/1465000
873.88/871.93	c cleaning 10000 clauses out of 20010 with flag 1475001/1475001
879.08/877.16	c cleaning 10001 clauses out of 20010 with flag 1485001/1485001
884.38/882.44	c cleaning 10000 clauses out of 20008 with flag 1495000/1495000
889.28/887.37	c cleaning 10001 clauses out of 20008 with flag 1505000/1505000
894.39/892.46	c cleaning 10001 clauses out of 20009 with flag 1515002/1515002
899.89/897.90	c cleaning 9998 clauses out of 20007 with flag 1525001/1525001
905.69/903.72	c cleaning 10002 clauses out of 20010 with flag 1535002/1535002
910.89/908.98	c cleaning 9998 clauses out of 20007 with flag 1545001/1545001
916.38/914.42	c cleaning 10002 clauses out of 20010 with flag 1555002/1555002
922.19/920.21	c cleaning 9996 clauses out of 20007 with flag 1565001/1565001
927.38/925.48	c cleaning 10001 clauses out of 20011 with flag 1575001/1575001
933.38/931.40	c cleaning 9999 clauses out of 20009 with flag 1585000/1585000
938.68/936.73	c cleaning 10006 clauses out of 20011 with flag 1595001/1595001
943.98/942.02	c cleaning 10001 clauses out of 20004 with flag 1605000/1605000
949.38/947.47	c cleaning 10001 clauses out of 20004 with flag 1615001/1615001
955.29/953.34	c cleaning 9996 clauses out of 20002 with flag 1625000/1625000
960.99/959.07	c cleaning 9998 clauses out of 20007 with flag 1635001/1635001
966.69/964.74	c cleaning 10000 clauses out of 20008 with flag 1645000/1645000
972.59/970.65	c cleaning 10000 clauses out of 20009 with flag 1655001/1655001
978.58/976.66	c cleaning 9997 clauses out of 20008 with flag 1665000/1665000
984.08/982.14	c cleaning 10002 clauses out of 20011 with flag 1675000/1675000
989.08/987.17	c cleaning 10000 clauses out of 20009 with flag 1685000/1685000
994.68/992.76	c cleaning 10005 clauses out of 20011 with flag 1695002/1695002
1000.98/999.07	c cleaning 9998 clauses out of 20004 with flag 1705000/1705000
1007.08/1005.16	c cleaning 10000 clauses out of 20006 with flag 1715000/1715000
1013.38/1011.49	c cleaning 9999 clauses out of 20007 with flag 1725001/1725001
1019.28/1017.39	c cleaning 9999 clauses out of 20007 with flag 1735000/1735000
1025.18/1023.25	c cleaning 9999 clauses out of 20009 with flag 1745001/1745001
1031.28/1029.36	c cleaning 9999 clauses out of 20009 with flag 1755000/1755000
1037.28/1035.33	c cleaning 10002 clauses out of 20010 with flag 1765000/1765000
1042.88/1040.95	c cleaning 10005 clauses out of 20009 with flag 1775001/1775001
1048.58/1046.63	c cleaning 9995 clauses out of 20003 with flag 1785000/1785000
1053.77/1051.88	c cleaning 10001 clauses out of 20009 with flag 1795001/1795001
1059.87/1057.92	c cleaning 9999 clauses out of 20008 with flag 1805001/1805001
1065.68/1063.79	c cleaning 9999 clauses out of 20008 with flag 1815000/1815000
1071.27/1069.37	c cleaning 10000 clauses out of 20010 with flag 1825001/1825001
1076.47/1074.54	c cleaning 10002 clauses out of 20011 with flag 1835002/1835002
1082.18/1080.25	c cleaning 10003 clauses out of 20008 with flag 1845001/1845001
1087.68/1085.74	c cleaning 9998 clauses out of 20004 with flag 1855000/1855000
1093.48/1091.59	c cleaning 10004 clauses out of 20007 with flag 1865001/1865001
1099.27/1097.33	c cleaning 9998 clauses out of 20003 with flag 1875001/1875001
1104.88/1102.93	c cleaning 9999 clauses out of 20004 with flag 1885000/1885000
1110.68/1108.73	c cleaning 10001 clauses out of 20005 with flag 1895000/1895000
1116.87/1114.95	c cleaning 9998 clauses out of 20005 with flag 1905001/1905001
1123.27/1121.34	c cleaning 10004 clauses out of 20007 with flag 1915001/1915001
1129.27/1127.30	c cleaning 9997 clauses out of 20002 with flag 1925000/1925000
1135.17/1133.26	c cleaning 10002 clauses out of 20007 with flag 1935002/1935002
1141.76/1139.81	c cleaning 9996 clauses out of 20003 with flag 1945000/1945000
1148.27/1146.37	c cleaning 10004 clauses out of 20008 with flag 1955001/1955001
1154.58/1152.68	c cleaning 10002 clauses out of 20004 with flag 1965001/1965001
1160.88/1158.99	c cleaning 10002 clauses out of 20003 with flag 1975002/1975002
1166.88/1164.97	c cleaning 9998 clauses out of 20000 with flag 1985001/1985001
1173.48/1171.52	c cleaning 9996 clauses out of 20001 with flag 1995000/1995000
1179.17/1177.24	c cleaning 9995 clauses out of 20005 with flag 2005000/2005000
1185.17/1183.28	c cleaning 9999 clauses out of 20010 with flag 2015000/2015000
1190.47/1188.55	c cleaning 9999 clauses out of 20012 with flag 2025001/2025001
1196.27/1194.39	c cleaning 9997 clauses out of 20014 with flag 2035002/2035002
1203.08/1201.11	c cleaning 10001 clauses out of 20016 with flag 2045001/2045001
1209.17/1207.26	c cleaning 10003 clauses out of 20015 with flag 2055001/2055001
1214.87/1212.96	c cleaning 9999 clauses out of 20012 with flag 2065001/2065001
1220.47/1218.51	c cleaning 10002 clauses out of 20013 with flag 2075001/2075001
1226.56/1224.66	c cleaning 10002 clauses out of 20011 with flag 2085001/2085001
1232.17/1230.27	c cleaning 9993 clauses out of 20008 with flag 2095000/2095000
1237.87/1235.97	c cleaning 10007 clauses out of 20015 with flag 2105000/2105000
1244.37/1242.47	c cleaning 9999 clauses out of 20008 with flag 2115000/2115000
1250.37/1248.42	c cleaning 9996 clauses out of 20009 with flag 2125000/2125000
1255.67/1253.75	c cleaning 10004 clauses out of 20015 with flag 2135002/2135002
1261.27/1259.39	c cleaning 9998 clauses out of 20009 with flag 2145000/2145000
1266.77/1264.82	c cleaning 10000 clauses out of 20011 with flag 2155000/2155000
1272.27/1270.36	c cleaning 9999 clauses out of 20012 with flag 2165001/2165001
1278.46/1276.59	c cleaning 10001 clauses out of 20013 with flag 2175001/2175001
1284.46/1282.54	c cleaning 9997 clauses out of 20011 with flag 2185000/2185000
1290.35/1288.46	c cleaning 10002 clauses out of 20014 with flag 2195000/2195000
1295.75/1293.84	c cleaning 9998 clauses out of 20013 with flag 2205001/2205001
1301.44/1299.54	c cleaning 10002 clauses out of 20015 with flag 2215001/2215001
1306.34/1304.46	c cleaning 9999 clauses out of 20014 with flag 2225002/2225002
1311.54/1309.64	c cleaning 10005 clauses out of 20014 with flag 2235001/2235001
1316.74/1314.85	c cleaning 9998 clauses out of 20008 with flag 2245000/2245000
1322.44/1320.56	c cleaning 10001 clauses out of 20010 with flag 2255000/2255000
1328.24/1326.32	c cleaning 9996 clauses out of 20009 with flag 2265000/2265000
1333.24/1331.37	c cleaning 10005 clauses out of 20014 with flag 2275001/2275001
1340.14/1338.26	c cleaning 9995 clauses out of 20008 with flag 2285000/2285000
1347.63/1345.79	c cleaning 10004 clauses out of 20016 with flag 2295003/2295003
1353.74/1351.87	c cleaning 9995 clauses out of 20009 with flag 2305000/2305000
1360.23/1358.36	c cleaning 10005 clauses out of 20015 with flag 2315001/2315001
1367.33/1365.48	c cleaning 9997 clauses out of 20009 with flag 2325000/2325000
1374.53/1372.70	c cleaning 9997 clauses out of 20012 with flag 2335000/2335000
1381.33/1379.43	c cleaning 10001 clauses out of 20015 with flag 2345000/2345000
1388.32/1386.47	c cleaning 10001 clauses out of 20015 with flag 2355001/2355001
1395.41/1393.50	c cleaning 10005 clauses out of 20015 with flag 2365002/2365002
1402.12/1400.28	c cleaning 10001 clauses out of 20009 with flag 2375001/2375001
1408.01/1406.17	c cleaning 10001 clauses out of 20008 with flag 2385001/2385001
1414.12/1412.30	c cleaning 9994 clauses out of 20007 with flag 2395001/2395001
1420.82/1418.95	c cleaning 10005 clauses out of 20013 with flag 2405001/2405001
1426.41/1424.57	c cleaning 9999 clauses out of 20009 with flag 2415002/2415002
1432.51/1430.60	c cleaning 9998 clauses out of 20008 with flag 2425000/2425000
1438.20/1436.35	c cleaning 10003 clauses out of 20011 with flag 2435001/2435001
1443.91/1442.09	c cleaning 9999 clauses out of 20007 with flag 2445000/2445000
1448.90/1447.05	c cleaning 10003 clauses out of 20010 with flag 2455002/2455002
1454.00/1452.11	c cleaning 10003 clauses out of 20006 with flag 2465001/2465001
1460.00/1458.19	c cleaning 9996 clauses out of 20002 with flag 2475000/2475000
1465.90/1464.05	c cleaning 10000 clauses out of 20008 with flag 2485002/2485002
1470.89/1469.06	c cleaning 9998 clauses out of 20006 with flag 2495000/2495000
1476.19/1474.36	c cleaning 9996 clauses out of 20009 with flag 2505001/2505001
1481.69/1479.85	c cleaning 10003 clauses out of 20014 with flag 2515002/2515002
1487.09/1485.28	c cleaning 9996 clauses out of 20010 with flag 2525001/2525001
1492.19/1490.39	c cleaning 10002 clauses out of 20013 with flag 2535000/2535000
1497.90/1496.06	c cleaning 10000 clauses out of 20011 with flag 2545000/2545000
1502.99/1501.20	c cleaning 10001 clauses out of 20011 with flag 2555000/2555000
1507.99/1506.17	c cleaning 10000 clauses out of 20011 with flag 2565001/2565001
1512.88/1511.01	c cleaning 10000 clauses out of 20011 with flag 2575001/2575001
1517.68/1515.82	c cleaning 10005 clauses out of 20010 with flag 2585000/2585000
1523.57/1521.74	c cleaning 9995 clauses out of 20006 with flag 2595001/2595001
1529.27/1527.42	c cleaning 10000 clauses out of 20010 with flag 2605000/2605000
1534.67/1532.83	c cleaning 10000 clauses out of 20010 with flag 2615000/2615000
1539.47/1537.66	c cleaning 10000 clauses out of 20011 with flag 2625001/2625001
1544.57/1542.78	c cleaning 10001 clauses out of 20012 with flag 2635002/2635002
1549.57/1547.73	c cleaning 9999 clauses out of 20010 with flag 2645001/2645001
1554.46/1552.68	c cleaning 10001 clauses out of 20011 with flag 2655001/2655001
1559.76/1557.96	c cleaning 9997 clauses out of 20010 with flag 2665001/2665001
1564.26/1562.47	c cleaning 9997 clauses out of 20012 with flag 2675000/2675000
1569.17/1567.32	c cleaning 10003 clauses out of 20016 with flag 2685001/2685001
1573.67/1571.82	c cleaning 9999 clauses out of 20012 with flag 2695000/2695000
1578.77/1576.96	c cleaning 9998 clauses out of 20013 with flag 2705000/2705000
1584.16/1582.30	c cleaning 9999 clauses out of 20016 with flag 2715001/2715001
1589.07/1587.23	c cleaning 10005 clauses out of 20017 with flag 2725001/2725001
1594.16/1592.31	c cleaning 9998 clauses out of 20011 with flag 2735000/2735000
1599.56/1597.78	c cleaning 10002 clauses out of 20013 with flag 2745000/2745000
1604.86/1603.09	c cleaning 10002 clauses out of 20012 with flag 2755001/2755001
1609.86/1608.04	c cleaning 9997 clauses out of 20010 with flag 2765001/2765001
1614.76/1612.96	c cleaning 9997 clauses out of 20012 with flag 2775000/2775000
1620.55/1618.73	c cleaning 10001 clauses out of 20016 with flag 2785001/2785001
1626.36/1624.50	c cleaning 10001 clauses out of 20014 with flag 2795000/2795000
1631.26/1629.47	c cleaning 9996 clauses out of 20014 with flag 2805001/2805001
1635.95/1634.19	c cleaning 10005 clauses out of 20017 with flag 2815000/2815000
1641.05/1639.24	c cleaning 10000 clauses out of 20012 with flag 2825000/2825000
1645.65/1643.82	c cleaning 10002 clauses out of 20014 with flag 2835002/2835002
1649.65/1647.81	c cleaning 9999 clauses out of 20010 with flag 2845000/2845000
1654.25/1652.44	c cleaning 10000 clauses out of 20012 with flag 2855001/2855001
1659.15/1657.38	c cleaning 10000 clauses out of 20011 with flag 2865000/2865000
1664.25/1662.45	c cleaning 10001 clauses out of 20012 with flag 2875001/2875001
1669.04/1667.20	c cleaning 9999 clauses out of 20011 with flag 2885001/2885001
1673.85/1672.02	c cleaning 10002 clauses out of 20011 with flag 2895000/2895000
1678.84/1677.02	c cleaning 10004 clauses out of 20009 with flag 2905000/2905000
1683.54/1681.73	c cleaning 10001 clauses out of 20005 with flag 2915000/2915000
1688.15/1686.33	c cleaning 10001 clauses out of 20006 with flag 2925002/2925002
1692.74/1690.96	c cleaning 9994 clauses out of 20003 with flag 2935000/2935000
1697.23/1695.48	c cleaning 10001 clauses out of 20009 with flag 2945000/2945000
1702.23/1700.48	c cleaning 9998 clauses out of 20009 with flag 2955001/2955001
1707.83/1706.07	c cleaning 9996 clauses out of 20010 with flag 2965000/2965000
1712.93/1711.16	c cleaning 10001 clauses out of 20015 with flag 2975001/2975001
1717.93/1716.11	c cleaning 9995 clauses out of 20014 with flag 2985001/2985001
1725.62/1723.88	c cleaning 10007 clauses out of 20018 with flag 2995000/2995000
1732.23/1730.44	c cleaning 10001 clauses out of 20011 with flag 3005000/3005000
1738.33/1736.50	c cleaning 10000 clauses out of 20010 with flag 3015000/3015000
1744.54/1742.79	c cleaning 9999 clauses out of 20010 with flag 3025000/3025000
1750.44/1748.66	c cleaning 9998 clauses out of 20011 with flag 3035000/3035000
1756.25/1754.45	c cleaning 10001 clauses out of 20014 with flag 3045001/3045001
1761.75/1759.94	c cleaning 9998 clauses out of 20012 with flag 3055000/3055000
1767.94/1766.14	c cleaning 9996 clauses out of 20014 with flag 3065000/3065000
1773.73/1771.91	c cleaning 9999 clauses out of 20018 with flag 3075000/3075000
1779.44/1777.63	c cleaning 10000 clauses out of 20019 with flag 3085000/3085000
1785.94/1784.18	c cleaning 10006 clauses out of 20020 with flag 3095001/3095001
1791.03/1789.24	c cleaning 9998 clauses out of 20013 with flag 3105000/3105000
1797.33/1795.59	c cleaning 10000 clauses out of 20015 with flag 3115000/3115000
1800.04/1798.21	c starts		: 248
1800.04/1798.21	c conflicts		: 3120416
1800.04/1798.21	c decisions		: 3157377
1800.04/1798.21	c propagations		: 27070677
1800.04/1798.21	c inspects		: 1574595205
1800.04/1798.21	c learnt literals	: 2
1800.04/1798.21	c learnt binary clauses	: 0
1800.04/1798.21	c learnt ternary clauses	: 2
1800.04/1798.21	c learnt clauses	: 3120414
1800.04/1798.21	c ignored clauses	: 0
1800.04/1798.21	c root simplifications	: 0
1800.04/1798.21	c removed literals (reason simplification)	: 116879009
1800.04/1798.21	c reason swapping (by a shorter reason)	: 0
1800.04/1798.21	c Calls to reduceDB	: 313
1800.04/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.21	c number of learned constraints concerned by reduction	: 0
1800.04/1798.21	c number of learning phase by resolution	: 0
1800.04/1798.21	c number of learning phase by cutting planes	: 0
1800.04/1798.21	c speed (assignments/second)	: 15067.2230320578
1800.04/1798.21	c non guided choices	2
1800.04/1798.27	c learnt constraints type 
1800.04/1798.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15514
1800.04/1798.27	c constraints type 
1800.04/1798.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
1800.04/1798.27	s UNKNOWN
1800.04/1798.27	c Total wall clock time (in seconds): 1798.058

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658830-1276556373/watcher-2658830-1276556373 -o /tmp/evaluation-result-2658830-1276556373/solver-2658830-1276556373 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658830-1276556373.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.00 1.11 3/106 30853
/proc/meminfo: memFree=1782988/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1700 CPUtime=0
/proc/30853/stat : 30853 (java6) R 30851 30853 30740 0 -1 4194304 194 0 0 0 0 0 0 0 16 0 1 0 31241018 1740800 99 1992294400 134512640 134550932 4286671824 18446744073709551615 134521810 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30853/statm: 425 105 81 10 0 30 0

[startup+0.0995351 s]
/proc/loadavg: 0.93 1.00 1.11 3/106 30853
/proc/meminfo: memFree=1782988/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1524024 CPUtime=0.08
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 3934 0 1 0 7 1 0 0 15 0 12 0 31241018 1560600576 3373 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.100533 s]
/proc/loadavg: 0.93 1.00 1.11 3/106 30853
/proc/meminfo: memFree=1782988/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1524024 CPUtime=0.08
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 3940 0 1 0 7 1 0 0 15 0 12 0 31241018 1560600576 3379 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.30056 s]
/proc/loadavg: 0.93 1.00 1.11 3/106 30853
/proc/meminfo: memFree=1782988/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1526964 CPUtime=0.37
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 5418 0 1 0 34 3 0 0 15 0 12 0 31241018 1563611136 4855 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 381741 4855 1365 10 0 379043 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526964

[startup+0.700603 s]
/proc/loadavg: 0.93 1.00 1.11 3/106 30853
/proc/meminfo: memFree=1782988/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1536148 CPUtime=1.14
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 9533 0 1 0 109 5 0 0 15 0 12 0 31241018 1573015552 8637 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 384037 8638 1388 10 0 381339 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1536148

[startup+1.50169 s]
/proc/loadavg: 0.93 1.00 1.11 5/118 30867
/proc/meminfo: memFree=1742284/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1543396 CPUtime=2.57
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 18970 0 1 0 249 8 0 0 15 0 12 0 31241018 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385849 15644 1408 10 0 383151 0
[pid=30853/tid=30855] ppid=30851 vsize=1543396 CPUtime=1.21
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 10359 0 1 0 116 5 0 0 25 0 12 0 31241019 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4109589657 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 31241021 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31241021 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31241022 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 31241023 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31241023 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 31241027 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1543396 CPUtime=0.3
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 483 0 0 0 30 0 0 0 22 0 12 0 31241027 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1543396 CPUtime=1.03
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7064 0 0 0 101 2 0 0 17 0 12 0 31241027 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31241027 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1543396 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31241027 1580437504 15644 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1543396

[startup+3.10186 s]
/proc/loadavg: 0.93 1.00 1.11 3/119 30868
/proc/meminfo: memFree=1710904/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1543720 CPUtime=4.87
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 34490 0 1 0 472 15 0 0 15 0 13 0 31241018 1580769280 31163 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385930 31163 1432 10 0 383232 0
[pid=30853/tid=30855] ppid=30851 vsize=1543720 CPUtime=2.63
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 25741 0 1 0 252 11 0 0 25 0 13 0 31241019 1580769280 31163 1992294400 134512640 134550932 4292033392 18446744073709551615 4109838634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 31241021 1580769280 31163 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31241021 1580769280 31164 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31241022 1580769280 31165 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31241023 1580769280 31165 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 31241023 1580769280 31166 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1580769280 31166 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1543720 CPUtime=0.69
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 515 0 0 0 69 0 0 0 15 0 13 0 31241027 1580769280 31166 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1543720 CPUtime=1.52
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7166 0 0 0 150 2 0 0 15 0 13 0 31241027 1580769280 31167 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1580769280 31167 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31241027 1580769280 31168 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1543720 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1580769280 31168 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 1543720

[startup+6.30131 s]
/proc/loadavg: 0.93 1.00 1.11 2/119 30868
/proc/meminfo: memFree=1617532/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=8.14
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 45859 0 1 0 795 19 0 0 15 0 13 0 31241018 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 42337 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=5.74
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32031 0 1 0 560 14 0 0 25 0 13 0 31241019 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4109889548 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.04
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1671 0 0 0 4 0 0 0 16 0 13 0 31241021 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.04
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1811 0 0 0 4 0 0 0 15 0 13 0 31241021 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=0.04
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 1595 0 0 0 4 0 0 0 15 0 13 0 31241022 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.69
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 518 0 0 0 69 0 0 0 15 0 13 0 31241027 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.55
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7168 0 0 0 153 2 0 0 15 0 13 0 31241027 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 42337 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1542968

[startup+12.7013 s]
/proc/loadavg: 0.94 1.00 1.11 2/119 30868
/proc/meminfo: memFree=1614308/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=14.61
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 46709 0 1 0 1441 20 0 0 15 0 13 0 31241018 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 43185 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=12.01
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32033 0 1 0 1187 14 0 0 25 0 13 0 31241019 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4109884870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.05
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1674 0 0 0 5 0 0 0 16 0 13 0 31241021 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.05
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1812 0 0 0 5 0 0 0 16 0 13 0 31241021 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=0.13
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 2432 0 0 0 13 0 0 0 15 0 13 0 31241022 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.72
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 521 0 0 0 72 0 0 0 15 0 13 0 31241027 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.59
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7172 0 0 0 157 2 0 0 15 0 13 0 31241027 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 43185 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 1542968

[startup+25.5013 s]
/proc/loadavg: 0.95 1.00 1.10 2/119 30868
/proc/meminfo: memFree=1613688/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=27.48
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 46971 0 1 0 2728 20 0 0 15 0 13 0 31241018 1579999232 43445 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 43445 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=24.67
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32034 0 1 0 2453 14 0 0 25 0 13 0 31241019 1579999232 43445 1992294400 134512640 134550932 4292033392 18446744073709551615 4109928992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.06
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1677 0 0 0 6 0 0 0 15 0 13 0 31241021 1579999232 43445 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.06
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1812 0 0 0 6 0 0 0 16 0 13 0 31241021 1579999232 43445 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=0.24
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 2679 0 0 0 24 0 0 0 15 0 13 0 31241022 1579999232 43445 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0

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

[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=15.16
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 6456 0 0 0 1512 4 0 0 15 0 13 0 31241022 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.86
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 533 0 0 0 86 0 0 0 15 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.6
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7173 0 0 0 158 2 0 0 15 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.16
Current children cumulated vsize (KiB) 1542968

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/119 30924
/proc/meminfo: memFree=1604512/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=1664.14
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 51181 0 1 0 166365 49 0 0 15 0 13 0 31241018 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 44887 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=1644.23
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32316 0 1 0 164392 31 0 0 25 0 13 0 31241019 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4109387489 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.81
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1686 0 0 0 78 3 0 0 16 0 13 0 31241021 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.74
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1826 0 0 0 69 5 0 0 15 0 13 0 31241021 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=15.84
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 6487 0 0 0 1580 4 0 0 15 0 13 0 31241022 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.86
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 533 0 0 0 86 0 0 0 15 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.6
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7173 0 0 0 158 2 0 0 15 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 44887 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.14
Current children cumulated vsize (KiB) 1542968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/119 30924
/proc/meminfo: memFree=1604016/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=1724.12
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 51375 0 1 0 172363 49 0 0 15 0 13 0 31241018 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 45063 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=1703.48
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32328 0 1 0 170317 31 0 0 25 0 13 0 31241019 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4109838614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.84
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1686 0 0 0 81 3 0 0 15 0 13 0 31241021 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.75
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1826 0 0 0 70 5 0 0 15 0 13 0 31241021 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=16.53
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 6665 0 0 0 1649 4 0 0 15 0 13 0 31241022 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.86
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 533 0 0 0 86 0 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.6
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7173 0 0 0 158 2 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.12
Current children cumulated vsize (KiB) 1542968

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/119 30926
/proc/meminfo: memFree=1603520/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=1784.13
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 51445 0 1 0 178363 50 0 0 15 0 13 0 31241018 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 45063 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=1762.84
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32338 0 1 0 176252 32 0 0 25 0 13 0 31241019 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4109955471 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.88
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1686 0 0 0 85 3 0 0 16 0 13 0 31241021 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.79
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1826 0 0 0 73 6 0 0 15 0 13 0 31241021 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=17.1
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 6723 0 0 0 1706 4 0 0 15 0 13 0 31241022 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.86
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 533 0 0 0 86 0 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.6
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7173 0 0 0 158 2 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.13
Current children cumulated vsize (KiB) 1542968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 1.00 1.01 1.05 2/119 30926
/proc/meminfo: memFree=1603520/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=1542968 CPUtime=1800.04
/proc/30853/stat : 30853 (java) S 30851 30853 30740 0 -1 4202496 51533 0 1 0 179954 50 0 0 15 0 13 0 31241018 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 385742 45063 1446 10 0 383044 0
[pid=30853/tid=30855] ppid=30851 vsize=1542968 CPUtime=1778.55
/proc/30853/task/30855/stat : 30855 (java) R 30851 30853 30740 0 -1 4202560 32341 0 1 0 177823 32 0 0 25 0 13 0 31241019 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4109838638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30853/tid=30856] ppid=30851 vsize=1542968 CPUtime=0.89
/proc/30853/task/30856/stat : 30856 (java) S 30851 30853 30740 0 -1 4202560 1686 0 0 0 86 3 0 0 16 0 13 0 31241021 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30857] ppid=30851 vsize=1542968 CPUtime=0.8
/proc/30853/task/30857/stat : 30857 (java) S 30851 30853 30740 0 -1 4202560 1826 0 0 0 74 6 0 0 15 0 13 0 31241021 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30858] ppid=30851 vsize=1542968 CPUtime=17.27
/proc/30853/task/30858/stat : 30858 (java) S 30851 30853 30740 0 -1 4202560 6806 0 0 0 1723 4 0 0 15 0 13 0 31241022 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30853/tid=30859] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30859/stat : 30859 (java) S 30851 30853 30740 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30860] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30860/stat : 30860 (java) S 30851 30853 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31241023 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30861] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30861/stat : 30861 (java) S 30851 30853 30740 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30862] ppid=30851 vsize=1542968 CPUtime=0.86
/proc/30853/task/30862/stat : 30862 (java) S 30851 30853 30740 0 -1 4202560 533 0 0 0 86 0 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30863] ppid=30851 vsize=1542968 CPUtime=1.6
/proc/30853/task/30863/stat : 30863 (java) S 30851 30853 30740 0 -1 4202560 7173 0 0 0 158 2 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30864] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30864/stat : 30864 (java) S 30851 30853 30740 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30865] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30865/stat : 30865 (java) S 30851 30853 30740 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31241027 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30853/tid=30868] ppid=30851 vsize=1542968 CPUtime=0
/proc/30853/task/30868/stat : 30868 (java) S 30851 30853 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31241201 1579999232 45063 1992294400 134512640 134550932 4292033392 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1542968

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

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

[startup+1798.32 s]
/proc/loadavg: 1.00 1.01 1.05 2/119 30926
/proc/meminfo: memFree=1603520/2059040 swapFree=4164948/4192956
[pid=30853] ppid=30851 vsize=0 CPUtime=1800.2
/proc/30853/stat : 30853 (java) Z 30851 30853 30740 0 -1 4203548 51557 0 1 0 179968 52 0 0 15 0 2 0 31241018 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30853/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.32
CPU time (s): 1800.22
CPU user time (s): 1799.69
CPU system time (s): 0.527919
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 1545484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.527919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51557
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40114
involuntary context switches= 15095

runsolver used 3.69644 second user time and 9.51055 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-15 00:59:33
IDJOB=2658830
IDBENCH=2457
IDSOLVER=1164
FILE ID=node005/2658830-1276556373
PBS_JOBID= 11173497
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658830-1276556373/watcher-2658830-1276556373 -o /tmp/evaluation-result-2658830-1276556373/solver-2658830-1276556373 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658830-1276556373.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4f19aa044e880280faec0077a2509ba8
RANDOM SEED=210873217

node005.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1783384 kB
Buffers:         54912 kB
Cached:         118820 kB
SwapCached:       1408 kB
Active:          73568 kB
Inactive:       132904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1783384 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            1096 kB
Writeback:           0 kB
AnonPages:       31328 kB
Mapped:          14640 kB
Slab:            47360 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62560 MiB
End job on node005 at 2010-06-15 01:29:33