Trace number 2658798

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.16 1793.28

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
MD5SUMa644593dc228e712d5b0d277ee939168
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 variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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.14	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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658798-1276537555.opb
0.24/0.20	c reading problem ... 
4.41/3.00	c ... done. Wall clock time 2.794s.
4.41/3.00	c #vars     103872
4.41/3.00	c #constraints  42194
4.41/3.00	c constraints type 
4.41/3.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
14.27/11.45	c cleaning 2485 clauses out of 4982 with flag 5003/5003
18.52/15.55	c cleaning 4244 clauses out of 8491 with flag 11002/11002
23.07/20.01	c cleaning 5609 clauses out of 11237 with flag 18001/18001
26.82/23.72	c cleaning 6791 clauses out of 13615 with flag 26000/26000
31.59/28.43	c cleaning 7899 clauses out of 15822 with flag 35001/35001
34.50/31.39	c cleaning 8955 clauses out of 17915 with flag 45001/45001
37.52/34.38	c cleaning 9473 clauses out of 18956 with flag 55000/55000
40.94/37.76	c cleaning 9738 clauses out of 19479 with flag 65001/65001
45.67/42.40	c cleaning 9851 clauses out of 19735 with flag 75001/75001
49.40/46.13	c cleaning 9928 clauses out of 19881 with flag 85001/85001
54.71/51.47	c cleaning 9966 clauses out of 19950 with flag 95001/95001
58.93/55.66	c cleaning 9972 clauses out of 19982 with flag 105001/105001
64.65/61.37	c cleaning 9989 clauses out of 20008 with flag 115000/115000
69.17/65.87	c cleaning 10004 clauses out of 20019 with flag 125002/125002
74.08/70.79	c cleaning 10002 clauses out of 20012 with flag 135001/135001
79.21/75.88	c cleaning 9995 clauses out of 20009 with flag 145000/145000
92.72/89.32	c cleaning 9977 clauses out of 20014 with flag 155000/155000
100.63/97.22	c cleaning 10007 clauses out of 20037 with flag 165000/165000
105.24/101.83	c cleaning 10010 clauses out of 20030 with flag 175000/175000
109.74/106.33	c cleaning 9998 clauses out of 20020 with flag 185000/185000
115.58/112.17	c cleaning 9982 clauses out of 20017 with flag 195000/195000
121.21/117.72	c cleaning 9999 clauses out of 20033 with flag 205001/205001
128.93/125.45	c cleaning 9959 clauses out of 20030 with flag 215000/215000
134.95/131.47	c cleaning 10001 clauses out of 20069 with flag 225001/225001
139.98/136.49	c cleaning 10005 clauses out of 20065 with flag 235000/235000
147.18/143.62	c cleaning 9973 clauses out of 20061 with flag 245001/245001
154.09/150.50	c cleaning 10035 clauses out of 20085 with flag 255000/255000
161.92/158.33	c cleaning 10020 clauses out of 20051 with flag 265001/265001
167.52/163.96	c cleaning 10003 clauses out of 20031 with flag 275001/275001
173.52/169.92	c cleaning 10003 clauses out of 20023 with flag 285000/285000
178.76/175.17	c cleaning 9991 clauses out of 20020 with flag 295001/295001
184.68/181.07	c cleaning 9945 clauses out of 20028 with flag 305000/305000
190.11/186.48	c cleaning 10026 clauses out of 20082 with flag 315000/315000
194.61/190.99	c cleaning 10022 clauses out of 20056 with flag 325000/325000
199.22/195.57	c cleaning 10012 clauses out of 20034 with flag 335000/335000
205.14/201.46	c cleaning 9979 clauses out of 20022 with flag 345000/345000
210.49/206.78	c cleaning 10009 clauses out of 20041 with flag 355002/355002
215.59/211.90	c cleaning 9994 clauses out of 20030 with flag 365000/365000
220.90/217.19	c cleaning 9992 clauses out of 20037 with flag 375001/375001
225.71/221.99	c cleaning 10009 clauses out of 20044 with flag 385000/385000
230.33/226.53	c cleaning 10003 clauses out of 20035 with flag 395000/395000
235.73/231.93	c cleaning 10002 clauses out of 20032 with flag 405000/405000
240.74/236.92	c cleaning 10001 clauses out of 20030 with flag 415000/415000
245.65/241.86	c cleaning 10005 clauses out of 20029 with flag 425000/425000
253.52/249.60	c cleaning 9977 clauses out of 20021 with flag 435001/435001
260.44/256.59	c cleaning 9988 clauses out of 20043 with flag 445000/445000
266.36/262.41	c cleaning 9985 clauses out of 20056 with flag 455001/455001
271.90/267.90	c cleaning 10016 clauses out of 20062 with flag 465001/465001
277.32/273.33	c cleaning 10006 clauses out of 20046 with flag 475001/475001
281.53/277.51	c cleaning 9986 clauses out of 20036 with flag 485000/485000
286.34/282.37	c cleaning 9999 clauses out of 20050 with flag 495000/495000
292.66/288.66	c cleaning 10000 clauses out of 20046 with flag 505002/505002
296.18/292.13	c cleaning 9995 clauses out of 20042 with flag 515001/515001
298.69/294.67	c cleaning 10000 clauses out of 20048 with flag 525002/525002
301.20/297.10	c cleaning 10000 clauses out of 20047 with flag 535001/535001
303.60/299.53	c cleaning 9999 clauses out of 20046 with flag 545000/545000
306.13/302.08	c cleaning 9993 clauses out of 20047 with flag 555000/555000
308.53/304.49	c cleaning 10003 clauses out of 20056 with flag 565002/565002
311.04/306.91	c cleaning 9994 clauses out of 20052 with flag 575001/575001
314.84/310.79	c cleaning 10008 clauses out of 20054 with flag 585000/585000
320.98/316.86	c cleaning 9970 clauses out of 20045 with flag 595000/595000
338.51/334.30	c cleaning 9972 clauses out of 20075 with flag 605000/605000
353.93/349.78	c cleaning 10011 clauses out of 20103 with flag 615000/615000
359.74/355.52	c cleaning 10009 clauses out of 20092 with flag 625000/625000
365.44/361.28	c cleaning 9994 clauses out of 20083 with flag 635000/635000
371.26/367.03	c cleaning 10003 clauses out of 20089 with flag 645000/645000
377.17/372.91	c cleaning 10037 clauses out of 20084 with flag 655000/655000
382.79/378.54	c cleaning 10019 clauses out of 20045 with flag 665001/665001
388.31/384.08	c cleaning 9997 clauses out of 20026 with flag 675001/675001
393.75/389.44	c cleaning 10003 clauses out of 20023 with flag 685000/685000
397.56/393.25	c cleaning 10000 clauses out of 20017 with flag 695000/695000
403.60/399.25	c cleaning 9979 clauses out of 20018 with flag 705001/705001
410.21/405.88	c cleaning 10004 clauses out of 20038 with flag 715000/715000
415.72/411.37	c cleaning 10003 clauses out of 20034 with flag 725000/725000
421.12/416.74	c cleaning 10009 clauses out of 20031 with flag 735000/735000
427.05/422.68	c cleaning 9996 clauses out of 20021 with flag 745001/745001
430.66/426.23	c cleaning 9987 clauses out of 20024 with flag 755000/755000
434.76/430.30	c cleaning 9992 clauses out of 20038 with flag 765001/765001
441.94/437.47	c cleaning 9980 clauses out of 20044 with flag 775000/775000
446.66/442.18	c cleaning 9989 clauses out of 20065 with flag 785001/785001
451.46/446.98	c cleaning 10032 clauses out of 20075 with flag 795000/795000
456.49/451.98	c cleaning 9993 clauses out of 20043 with flag 805000/805000
461.19/456.62	c cleaning 10001 clauses out of 20051 with flag 815001/815001
466.71/462.14	c cleaning 9991 clauses out of 20049 with flag 825000/825000
472.81/468.21	c cleaning 9993 clauses out of 20059 with flag 835001/835001
478.64/474.05	c cleaning 9998 clauses out of 20066 with flag 845001/845001
485.04/480.50	c cleaning 10000 clauses out of 20068 with flag 855001/855001
491.75/487.11	c cleaning 9990 clauses out of 20068 with flag 865001/865001
497.56/492.90	c cleaning 10008 clauses out of 20078 with flag 875001/875001
504.16/499.50	c cleaning 9995 clauses out of 20069 with flag 885000/885000
510.37/505.72	c cleaning 10001 clauses out of 20075 with flag 895001/895001
517.09/512.48	c cleaning 10017 clauses out of 20073 with flag 905000/905000
522.00/517.34	c cleaning 9998 clauses out of 20056 with flag 915000/915000
527.30/522.67	c cleaning 9994 clauses out of 20058 with flag 925000/925000
532.31/527.62	c cleaning 10001 clauses out of 20064 with flag 935000/935000
537.31/532.69	c cleaning 10000 clauses out of 20064 with flag 945001/945001
542.52/537.81	c cleaning 10001 clauses out of 20063 with flag 955000/955000
547.92/543.25	c cleaning 9996 clauses out of 20062 with flag 965000/965000
553.43/548.76	c cleaning 10000 clauses out of 20068 with flag 975002/975002
558.63/553.92	c cleaning 9999 clauses out of 20067 with flag 985001/985001
563.54/558.85	c cleaning 10004 clauses out of 20069 with flag 995002/995002
569.85/565.13	c cleaning 10022 clauses out of 20064 with flag 1005001/1005001
577.50/572.70	c cleaning 9982 clauses out of 20036 with flag 1015000/1015000
582.84/578.07	c cleaning 9977 clauses out of 20055 with flag 1025001/1025001
588.86/584.07	c cleaning 10031 clauses out of 20077 with flag 1035000/1035000
594.26/589.49	c cleaning 10017 clauses out of 20044 with flag 1045000/1045000
599.08/594.28	c cleaning 10000 clauses out of 20028 with flag 1055001/1055001
604.31/599.49	c cleaning 9982 clauses out of 20026 with flag 1065000/1065000
610.96/606.03	c cleaning 9992 clauses out of 20045 with flag 1075002/1075002
618.27/613.36	c cleaning 9991 clauses out of 20052 with flag 1085001/1085001
625.77/620.86	c cleaning 10000 clauses out of 20061 with flag 1095001/1095001
630.50/625.56	c cleaning 10018 clauses out of 20060 with flag 1105001/1105001
633.91/628.96	c cleaning 9974 clauses out of 20041 with flag 1115001/1115001
636.24/631.21	c cleaning 9995 clauses out of 20067 with flag 1125001/1125001
640.24/635.23	c cleaning 10021 clauses out of 20069 with flag 1135000/1135000
646.47/641.42	c cleaning 10000 clauses out of 20048 with flag 1145000/1145000
651.98/646.96	c cleaning 10000 clauses out of 20050 with flag 1155002/1155002
657.89/652.85	c cleaning 10009 clauses out of 20049 with flag 1165001/1165001
663.30/658.29	c cleaning 9995 clauses out of 20039 with flag 1175000/1175000
675.87/670.76	c cleaning 9985 clauses out of 20045 with flag 1185001/1185001
684.49/679.38	c cleaning 9987 clauses out of 20059 with flag 1195000/1195000
692.29/687.16	c cleaning 9996 clauses out of 20074 with flag 1205002/1205002
699.99/694.82	c cleaning 9998 clauses out of 20078 with flag 1215002/1215002
707.80/702.60	c cleaning 9996 clauses out of 20081 with flag 1225003/1225003
715.60/710.41	c cleaning 10000 clauses out of 20082 with flag 1235000/1235000
721.63/716.48	c cleaning 10017 clauses out of 20081 with flag 1245000/1245000
726.74/721.50	c cleaning 10005 clauses out of 20063 with flag 1255000/1255000
731.45/726.28	c cleaning 9994 clauses out of 20058 with flag 1265000/1265000
736.76/731.55	c cleaning 9999 clauses out of 20065 with flag 1275001/1275001
741.65/736.49	c cleaning 10001 clauses out of 20066 with flag 1285001/1285001
746.86/741.66	c cleaning 10001 clauses out of 20065 with flag 1295001/1295001
752.07/746.85	c cleaning 10000 clauses out of 20064 with flag 1305001/1305001
757.37/752.14	c cleaning 9999 clauses out of 20064 with flag 1315001/1315001
762.17/756.92	c cleaning 9991 clauses out of 20064 with flag 1325000/1325000
767.27/762.04	c cleaning 10004 clauses out of 20073 with flag 1335000/1335000
772.37/767.11	c cleaning 9998 clauses out of 20071 with flag 1345002/1345002
777.49/772.21	c cleaning 10027 clauses out of 20072 with flag 1355001/1355001
782.79/777.57	c cleaning 10006 clauses out of 20045 with flag 1365001/1365001
788.80/783.56	c cleaning 10010 clauses out of 20038 with flag 1375000/1375000
794.51/789.27	c cleaning 9998 clauses out of 20028 with flag 1385000/1385000
800.02/794.71	c cleaning 10007 clauses out of 20030 with flag 1395000/1395000
805.93/800.69	c cleaning 9996 clauses out of 20024 with flag 1405001/1405001
811.93/806.61	c cleaning 9999 clauses out of 20028 with flag 1415001/1415001
817.74/812.43	c cleaning 10000 clauses out of 20030 with flag 1425002/1425002
823.34/818.06	c cleaning 10000 clauses out of 20028 with flag 1435000/1435000
829.27/823.91	c cleaning 10002 clauses out of 20028 with flag 1445000/1445000
835.16/829.89	c cleaning 9994 clauses out of 20026 with flag 1455000/1455000
841.37/836.03	c cleaning 9995 clauses out of 20032 with flag 1465000/1465000
847.27/841.93	c cleaning 10003 clauses out of 20037 with flag 1475000/1475000
853.08/847.70	c cleaning 9999 clauses out of 20034 with flag 1485000/1485000
858.69/853.39	c cleaning 9997 clauses out of 20036 with flag 1495001/1495001
865.11/859.78	c cleaning 10010 clauses out of 20038 with flag 1505000/1505000
870.24/864.83	c cleaning 10001 clauses out of 20029 with flag 1515001/1515001
877.06/871.64	c cleaning 9941 clauses out of 20026 with flag 1525000/1525000
881.19/875.72	c cleaning 10015 clauses out of 20083 with flag 1535001/1535001
885.63/880.18	c cleaning 9989 clauses out of 20067 with flag 1545000/1545000
892.74/887.27	c cleaning 9985 clauses out of 20079 with flag 1555001/1555001
899.97/894.47	c cleaning 10020 clauses out of 20094 with flag 1565001/1565001
906.50/900.95	c cleaning 9989 clauses out of 20074 with flag 1575001/1575001
913.00/907.42	c cleaning 9996 clauses out of 20084 with flag 1585000/1585000
918.43/912.81	c cleaning 10016 clauses out of 20087 with flag 1595001/1595001
923.83/918.23	c cleaning 10016 clauses out of 20072 with flag 1605002/1605002
929.04/923.48	c cleaning 10011 clauses out of 20054 with flag 1615000/1615000
934.35/928.78	c cleaning 10002 clauses out of 20043 with flag 1625000/1625000
939.56/933.95	c cleaning 10003 clauses out of 20041 with flag 1635000/1635000
944.66/939.08	c cleaning 10013 clauses out of 20038 with flag 1645000/1645000
949.77/944.17	c cleaning 10006 clauses out of 20025 with flag 1655000/1655000
954.47/948.85	c cleaning 10002 clauses out of 20019 with flag 1665000/1665000
959.78/954.16	c cleaning 9999 clauses out of 20017 with flag 1675000/1675000
965.09/959.46	c cleaning 10001 clauses out of 20018 with flag 1685000/1685000
970.09/964.49	c cleaning 10001 clauses out of 20017 with flag 1695000/1695000
975.11/969.46	c cleaning 9971 clauses out of 20016 with flag 1705000/1705000
979.86/974.17	c cleaning 10010 clauses out of 20046 with flag 1715001/1715001
984.07/978.32	c cleaning 10003 clauses out of 20035 with flag 1725000/1725000
988.26/982.57	c cleaning 9994 clauses out of 20033 with flag 1735001/1735001
993.27/987.52	c cleaning 10006 clauses out of 20042 with flag 1745004/1745004
997.99/992.29	c cleaning 10002 clauses out of 20036 with flag 1755004/1755004
1002.58/996.83	c cleaning 10003 clauses out of 20031 with flag 1765001/1765001
1007.39/1001.69	c cleaning 9999 clauses out of 20027 with flag 1775000/1775000
1011.39/1005.69	c cleaning 9994 clauses out of 20029 with flag 1785001/1785001
1016.09/1010.32	c cleaning 10004 clauses out of 20035 with flag 1795001/1795001
1023.81/1018.08	c cleaning 9968 clauses out of 20029 with flag 1805000/1805000
1032.34/1026.59	c cleaning 9982 clauses out of 20061 with flag 1815000/1815000
1039.64/1033.89	c cleaning 9998 clauses out of 20081 with flag 1825002/1825002
1046.94/1041.18	c cleaning 9990 clauses out of 20082 with flag 1835001/1835001
1053.94/1048.14	c cleaning 10001 clauses out of 20092 with flag 1845001/1845001
1061.05/1055.20	c cleaning 10000 clauses out of 20091 with flag 1855001/1855001
1068.35/1062.60	c cleaning 9998 clauses out of 20090 with flag 1865000/1865000
1075.85/1070.03	c cleaning 10001 clauses out of 20093 with flag 1875001/1875001
1083.44/1077.68	c cleaning 9998 clauses out of 20091 with flag 1885000/1885000
1090.54/1084.79	c cleaning 10007 clauses out of 20097 with flag 1895004/1895004
1097.55/1091.79	c cleaning 9998 clauses out of 20088 with flag 1905002/1905002
1104.86/1099.05	c cleaning 9996 clauses out of 20088 with flag 1915000/1915000
1112.36/1106.58	c cleaning 10001 clauses out of 20092 with flag 1925000/1925000
1119.35/1113.55	c cleaning 10000 clauses out of 20094 with flag 1935003/1935003
1126.95/1121.17	c cleaning 9997 clauses out of 20091 with flag 1945000/1945000
1132.55/1126.73	c cleaning 10036 clauses out of 20094 with flag 1955000/1955000
1136.85/1131.00	c cleaning 10017 clauses out of 20059 with flag 1965001/1965001
1141.96/1136.12	c cleaning 10004 clauses out of 20041 with flag 1975000/1975000
1147.07/1141.27	c cleaning 10001 clauses out of 20038 with flag 1985001/1985001
1152.58/1146.74	c cleaning 10005 clauses out of 20037 with flag 1995001/1995001
1157.89/1152.03	c cleaning 9999 clauses out of 20031 with flag 2005000/2005000
1163.20/1157.36	c cleaning 9997 clauses out of 20034 with flag 2015002/2015002
1168.51/1162.66	c cleaning 10007 clauses out of 20038 with flag 2025003/2025003
1173.80/1167.96	c cleaning 9999 clauses out of 20029 with flag 2035001/2035001
1178.90/1173.07	c cleaning 9995 clauses out of 20030 with flag 2045001/2045001
1183.91/1178.03	c cleaning 9993 clauses out of 20034 with flag 2055000/2055000
1189.11/1183.23	c cleaning 10010 clauses out of 20042 with flag 2065001/2065001
1194.42/1188.53	c cleaning 10000 clauses out of 20031 with flag 2075000/2075000
1199.72/1193.82	c cleaning 9995 clauses out of 20031 with flag 2085000/2085000
1205.13/1199.21	c cleaning 9999 clauses out of 20036 with flag 2095000/2095000
1210.14/1204.24	c cleaning 10006 clauses out of 20038 with flag 2105001/2105001
1215.65/1209.70	c cleaning 10003 clauses out of 20031 with flag 2115000/2115000
1221.05/1215.17	c cleaning 9991 clauses out of 20030 with flag 2125002/2125002
1226.46/1220.50	c cleaning 10006 clauses out of 20039 with flag 2135002/2135002
1231.66/1225.78	c cleaning 9999 clauses out of 20032 with flag 2145001/2145001
1237.37/1231.40	c cleaning 10000 clauses out of 20034 with flag 2155002/2155002
1242.68/1236.77	c cleaning 9996 clauses out of 20032 with flag 2165000/2165000
1248.20/1242.20	c cleaning 10011 clauses out of 20035 with flag 2175000/2175000
1255.82/1249.87	c cleaning 9980 clauses out of 20025 with flag 2185001/2185001
1264.25/1258.21	c cleaning 9983 clauses out of 20044 with flag 2195000/2195000
1272.27/1266.24	c cleaning 10013 clauses out of 20061 with flag 2205000/2205000
1278.18/1272.10	c cleaning 10012 clauses out of 20048 with flag 2215000/2215000
1282.69/1276.64	c cleaning 10007 clauses out of 20036 with flag 2225000/2225000
1288.92/1282.88	c cleaning 9997 clauses out of 20024 with flag 2235001/2235001
1293.05/1286.91	c cleaning 9993 clauses out of 20024 with flag 2245000/2245000
1297.99/1291.84	c cleaning 9968 clauses out of 20032 with flag 2255001/2255001
1302.61/1296.48	c cleaning 9979 clauses out of 20063 with flag 2265000/2265000
1307.30/1301.18	c cleaning 10009 clauses out of 20085 with flag 2275002/2275002
1313.55/1307.37	c cleaning 9970 clauses out of 20073 with flag 2285000/2285000
1329.30/1323.07	c cleaning 9925 clauses out of 20103 with flag 2295000/2295000
1353.82/1347.54	c cleaning 10007 clauses out of 20178 with flag 2305000/2305000
1376.64/1370.30	c cleaning 9991 clauses out of 20172 with flag 2315001/2315001
1395.96/1389.64	c cleaning 10068 clauses out of 20181 with flag 2325001/2325001
1401.19/1394.89	c cleaning 10024 clauses out of 20112 with flag 2335000/2335000
1406.71/1400.33	c cleaning 10012 clauses out of 20088 with flag 2345000/2345000
1412.41/1406.04	c cleaning 10006 clauses out of 20076 with flag 2355000/2355000
1418.11/1411.78	c cleaning 10001 clauses out of 20071 with flag 2365001/2365001
1423.62/1417.29	c cleaning 10001 clauses out of 20070 with flag 2375001/2375001
1428.93/1422.58	c cleaning 10000 clauses out of 20068 with flag 2385000/2385000
1433.82/1427.43	c cleaning 10023 clauses out of 20068 with flag 2395000/2395000
1438.53/1432.11	c cleaning 10015 clauses out of 20045 with flag 2405000/2405000
1443.52/1437.11	c cleaning 10008 clauses out of 20031 with flag 2415001/2415001
1448.44/1442.05	c cleaning 10000 clauses out of 20022 with flag 2425000/2425000
1453.24/1446.83	c cleaning 10000 clauses out of 20025 with flag 2435003/2435003
1457.95/1451.54	c cleaning 10001 clauses out of 20022 with flag 2445000/2445000
1463.05/1456.65	c cleaning 10001 clauses out of 20021 with flag 2455000/2455000
1467.95/1461.58	c cleaning 10003 clauses out of 20023 with flag 2465003/2465003
1472.87/1466.45	c cleaning 9997 clauses out of 20018 with flag 2475001/2475001
1477.78/1471.37	c cleaning 9998 clauses out of 20022 with flag 2485002/2485002
1482.98/1476.52	c cleaning 9979 clauses out of 20022 with flag 2495000/2495000
1489.59/1483.11	c cleaning 9992 clauses out of 20043 with flag 2505000/2505000
1496.30/1489.86	c cleaning 10003 clauses out of 20051 with flag 2515000/2515000
1503.01/1496.51	c cleaning 9996 clauses out of 20049 with flag 2525001/2525001
1509.82/1503.37	c cleaning 10002 clauses out of 20053 with flag 2535001/2535001
1516.63/1510.16	c cleaning 10005 clauses out of 20050 with flag 2545000/2545000
1523.63/1517.12	c cleaning 9988 clauses out of 20046 with flag 2555001/2555001
1530.24/1523.77	c cleaning 10004 clauses out of 20059 with flag 2565002/2565002
1537.05/1530.56	c cleaning 9999 clauses out of 20053 with flag 2575000/2575000
1543.55/1537.07	c cleaning 10002 clauses out of 20054 with flag 2585000/2585000
1550.47/1543.98	c cleaning 10007 clauses out of 20054 with flag 2595002/2595002
1557.48/1550.93	c cleaning 10002 clauses out of 20046 with flag 2605001/2605001
1563.98/1557.43	c cleaning 9999 clauses out of 20043 with flag 2615000/2615000
1570.89/1564.32	c cleaning 9996 clauses out of 20045 with flag 2625001/2625001
1577.70/1571.12	c cleaning 10002 clauses out of 20049 with flag 2635001/2635001
1582.92/1576.33	c cleaning 10013 clauses out of 20046 with flag 2645000/2645000
1588.22/1581.60	c cleaning 10006 clauses out of 20033 with flag 2655000/2655000
1593.43/1586.86	c cleaning 9995 clauses out of 20028 with flag 2665001/2665001
1598.64/1592.07	c cleaning 10003 clauses out of 20033 with flag 2675001/2675001
1603.64/1597.06	c cleaning 9993 clauses out of 20030 with flag 2685001/2685001
1609.36/1602.72	c cleaning 10000 clauses out of 20037 with flag 2695001/2695001
1614.55/1607.95	c cleaning 10003 clauses out of 20036 with flag 2705000/2705000
1620.06/1613.40	c cleaning 9990 clauses out of 20033 with flag 2715000/2715000
1624.97/1618.37	c cleaning 10012 clauses out of 20043 with flag 2725000/2725000
1629.78/1623.20	c cleaning 9997 clauses out of 20031 with flag 2735000/2735000
1634.70/1628.06	c cleaning 10006 clauses out of 20034 with flag 2745000/2745000
1640.00/1633.37	c cleaning 9994 clauses out of 20028 with flag 2755000/2755000
1645.31/1638.64	c cleaning 10003 clauses out of 20035 with flag 2765001/2765001
1650.82/1644.10	c cleaning 9997 clauses out of 20031 with flag 2775000/2775000
1656.13/1649.42	c cleaning 10003 clauses out of 20036 with flag 2785002/2785002
1661.23/1654.56	c cleaning 10005 clauses out of 20032 with flag 2795001/2795001
1666.64/1659.95	c cleaning 9997 clauses out of 20027 with flag 2805001/2805001
1672.44/1665.72	c cleaning 10002 clauses out of 20031 with flag 2815002/2815002
1677.24/1670.58	c cleaning 10004 clauses out of 20027 with flag 2825000/2825000
1682.95/1676.29	c cleaning 9997 clauses out of 20023 with flag 2835000/2835000
1688.15/1681.49	c cleaning 9995 clauses out of 20026 with flag 2845000/2845000
1693.36/1686.66	c cleaning 10002 clauses out of 20031 with flag 2855000/2855000
1698.68/1691.91	c cleaning 10007 clauses out of 20030 with flag 2865002/2865002
1703.71/1696.97	c cleaning 9999 clauses out of 20024 with flag 2875003/2875003
1708.42/1701.65	c cleaning 9990 clauses out of 20022 with flag 2885000/2885000
1713.21/1706.44	c cleaning 10000 clauses out of 20032 with flag 2895000/2895000
1717.62/1710.89	c cleaning 10000 clauses out of 20032 with flag 2905000/2905000
1722.32/1715.51	c cleaning 10005 clauses out of 20033 with flag 2915001/2915001
1727.23/1720.45	c cleaning 9997 clauses out of 20028 with flag 2925001/2925001
1731.82/1725.09	c cleaning 9996 clauses out of 20032 with flag 2935002/2935002
1736.84/1730.06	c cleaning 9999 clauses out of 20035 with flag 2945001/2945001
1741.94/1735.10	c cleaning 10002 clauses out of 20035 with flag 2955000/2955000
1746.95/1740.16	c cleaning 9999 clauses out of 20033 with flag 2965000/2965000
1752.04/1745.26	c cleaning 10003 clauses out of 20034 with flag 2975000/2975000
1757.14/1750.33	c cleaning 10003 clauses out of 20031 with flag 2985000/2985000
1761.94/1755.19	c cleaning 9994 clauses out of 20028 with flag 2995000/2995000
1766.94/1760.15	c cleaning 10003 clauses out of 20034 with flag 3005000/3005000
1771.84/1765.03	c cleaning 9996 clauses out of 20031 with flag 3015000/3015000
1776.95/1770.14	c cleaning 10002 clauses out of 20035 with flag 3025000/3025000
1782.04/1775.27	c cleaning 9999 clauses out of 20033 with flag 3035000/3035000
1787.34/1780.59	c cleaning 9998 clauses out of 20036 with flag 3045002/3045002
1792.54/1785.73	c cleaning 9997 clauses out of 20037 with flag 3055001/3055001
1796.84/1790.09	c cleaning 10006 clauses out of 20040 with flag 3065001/3065001
1800.06/1793.22	c starts		: 231
1800.06/1793.22	c conflicts		: 3072469
1800.06/1793.22	c decisions		: 7637095
1800.06/1793.22	c propagations		: 114978037
1800.06/1793.22	c inspects		: 1052673819
1800.06/1793.22	c learnt literals	: 193
1800.06/1793.22	c learnt binary clauses	: 607
1800.06/1793.22	c learnt ternary clauses	: 317
1800.06/1793.22	c learnt clauses	: 3072276
1800.06/1793.22	c ignored clauses	: 0
1800.06/1793.22	c root simplifications	: 0
1800.06/1793.22	c removed literals (reason simplification)	: 149611125
1800.06/1793.22	c reason swapping (by a shorter reason)	: 0
1800.06/1793.22	c Calls to reduceDB	: 308
1800.06/1793.22	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.22	c number of learned constraints concerned by reduction	: 0
1800.06/1793.22	c number of learning phase by resolution	: 0
1800.06/1793.22	c number of learning phase by cutting planes	: 0
1800.06/1793.22	c speed (assignments/second)	: 64225.79007225944
1800.06/1793.22	c non guided choices	3425150
1800.06/1793.24	c learnt constraints type 
1800.06/1793.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16931
1800.06/1793.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 607
1800.06/1793.24	c constraints type 
1800.06/1793.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.06/1793.24	s UNKNOWN
1800.06/1793.24	c Total wall clock time (in seconds): 1793.039

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-2658798-1276537555/watcher-2658798-1276537555 -o /tmp/evaluation-result-2658798-1276537555/solver-2658798-1276537555 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658798-1276537555.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: 1.00 1.00 1.07 3/106 30510
/proc/meminfo: memFree=1655760/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=248 CPUtime=0
/proc/30510/stat : 30510 (java) R 30508 30510 30304 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 29341979 253952 28 1992294400 134512640 134550932 4293234288 18446744073709551615 1847774 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30510/statm: 62 28 21 10 0 23 0

[startup+0.044807 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 30510
/proc/meminfo: memFree=1655760/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1520328 CPUtime=0.02
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 3424 0 1 0 1 1 0 0 18 0 4 0 29341979 1556815872 2868 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 380082 2868 960 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100806 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 30510
/proc/meminfo: memFree=1655760/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1524184 CPUtime=0.08
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 29341979 1560764416 3404 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.398838 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 30510
/proc/meminfo: memFree=1655760/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1527524 CPUtime=0.58
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 6451 0 1 0 55 3 0 0 18 0 12 0 29341979 1564184576 5889 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 381881 5889 1381 10 0 379183 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1527524

[startup+0.700869 s]
/proc/loadavg: 1.00 1.00 1.07 3/106 30510
/proc/meminfo: memFree=1655760/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1527504 CPUtime=1.06
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 10298 0 1 0 101 5 0 0 18 0 12 0 29341979 1564164096 9689 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 381876 9689 1400 10 0 379178 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1527504

[startup+1.50196 s]
/proc/loadavg: 1.16 1.03 1.08 4/118 30522
/proc/meminfo: memFree=1604152/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1542356 CPUtime=2.64
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 27323 0 1 0 252 12 0 0 18 0 12 0 29341979 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385589 25761 1406 10 0 382891 0
[pid=30510/tid=30512] ppid=30508 vsize=1542356 CPUtime=1.46
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 20793 0 1 0 136 10 0 0 18 0 12 0 29341980 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4109842125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 29341982 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 29341982 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29341983 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29341984 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29341984 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29341988 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1542356 CPUtime=0.64
/proc/30510/task/30519/stat : 30519 (java) R 30508 30510 30304 0 -1 4202560 4166 0 0 0 63 1 0 0 25 0 12 0 29341988 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 106251265 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1542356 CPUtime=0.51
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 1300 0 0 0 51 0 0 0 25 0 12 0 29341988 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29341988 1579372544 25761 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1542356 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29341988 1579372544 25582 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1542356

[startup+3.10211 s]
/proc/loadavg: 1.16 1.03 1.08 4/118 30522
/proc/meminfo: memFree=1490568/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541324 CPUtime=4.6
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 46599 0 1 0 438 22 0 0 18 0 12 0 29341979 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385331 43729 1427 10 0 382633 0
[pid=30510/tid=30512] ppid=30508 vsize=1541324 CPUtime=2.92
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32041 0 1 0 277 15 0 0 18 0 12 0 29341980 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4109571942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541324 CPUtime=0.11
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 3659 0 0 0 9 2 0 0 18 0 12 0 29341982 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541324 CPUtime=0.11
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 3295 0 0 0 11 0 0 0 18 0 12 0 29341982 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541324 CPUtime=0
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 29341983 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541324 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 29341984 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541324 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29341984 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541324 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29341988 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541324 CPUtime=0.87
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5237 0 0 0 86 1 0 0 15 0 12 0 29341988 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541324 CPUtime=0.52
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 1300 0 0 0 52 0 0 0 17 0 12 0 29341988 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541324 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29341988 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541324 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29341988 1578315776 43729 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 1541324

[startup+6.30167 s]
/proc/loadavg: 1.15 1.03 1.08 2/119 30523
/proc/meminfo: memFree=1443440/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=8.96
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 59211 0 1 0 868 28 0 0 18 0 13 0 29341979 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 54780 1440 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=5.66
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32058 0 1 0 550 16 0 0 21 0 13 0 29341980 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4110243958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=0.37
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 8263 0 0 0 33 4 0 0 18 0 13 0 29341982 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=0.36
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 10266 0 0 0 32 4 0 0 18 0 13 0 29341982 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 29341983 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.36
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5300 0 0 0 134 2 0 0 15 0 13 0 29341988 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.17
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2252 0 0 0 117 0 0 0 15 0 13 0 29341988 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 54780 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 1541076

[startup+12.7016 s]
/proc/loadavg: 1.13 1.03 1.08 2/119 30523
/proc/meminfo: memFree=1419756/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=15.68
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 64540 0 1 0 1538 30 0 0 18 0 13 0 29341979 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 60070 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=11.54
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32066 0 1 0 1138 16 0 0 25 0 13 0 29341980 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4110243956 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=0.51
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 8538 0 0 0 47 4 0 0 18 0 13 0 29341982 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=0.51
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 10504 0 0 0 47 4 0 0 18 0 13 0 29341982 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=0.29
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 4796 0 0 0 28 1 0 0 16 0 13 0 29341983 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.53
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5313 0 0 0 151 2 0 0 15 0 13 0 29341988 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.24
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2257 0 0 0 124 0 0 0 15 0 13 0 29341988 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 60070 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 1541076

[startup+25.5014 s]
/proc/loadavg: 1.11 1.03 1.08 2/119 30525
/proc/meminfo: memFree=1415292/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=28.66
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 65717 0 1 0 2834 32 0 0 18 0 13 0 29341979 1578061824 61219 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 61219 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=23.34
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32076 0 1 0 2317 17 0 0 25 0 13 0 29341980 1578061824 61219 1992294400 134512640 134550932 4293234288 18446744073709551615 4110244070 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=0.64
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 8880 0 0 0 60 4 0 0 15 0 13 0 29341982 1578061824 61219 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=0.64
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 10921 0 0 0 60 4 0 0 16 0 13 0 29341982 1578061824 61219 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=1.13
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 5199 0 0 0 112 1 0 0 15 0 13 0 29341983 1578061824 61219 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 61219 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0

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

[pid=30510] ppid=30508 vsize=1541076 CPUtime=1608.96
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 98575 0 1 0 160802 94 0 0 18 0 13 0 29341979 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 70628 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=1514.54
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32543 0 1 0 151410 44 0 0 25 0 13 0 29341980 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4110243984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=5.26
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 14281 0 0 0 512 14 0 0 15 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=5.26
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 16153 0 0 0 513 13 0 0 15 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=80.94
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 26866 0 0 0 8078 16 0 0 16 0 13 0 29341983 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.63
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5316 0 0 0 161 2 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.26
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2259 0 0 0 126 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1608.96
Current children cumulated vsize (KiB) 1541076

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30576
/proc/meminfo: memFree=1374372/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=1669.04
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 98606 0 1 0 166808 96 0 0 18 0 13 0 29341979 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 70628 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=1570.75
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32566 0 1 0 157029 46 0 0 25 0 13 0 29341980 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4110300039 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=5.4
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 14281 0 0 0 525 15 0 0 15 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=5.39
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 16153 0 0 0 526 13 0 0 16 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=84.54
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 26870 0 0 0 8438 16 0 0 15 0 13 0 29341983 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.63
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5316 0 0 0 161 2 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.26
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2259 0 0 0 126 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.04
Current children cumulated vsize (KiB) 1541076

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30578
/proc/meminfo: memFree=1374248/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=1729.13
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 98632 0 1 0 172815 98 0 0 18 0 13 0 29341979 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 70628 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=1626.87
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32584 0 1 0 162640 47 0 0 25 0 13 0 29341980 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4110450082 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=5.54
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 14281 0 0 0 539 15 0 0 16 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=5.54
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 16153 0 0 0 540 14 0 0 15 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=88.23
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 26874 0 0 0 8806 17 0 0 15 0 13 0 29341983 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.63
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5316 0 0 0 161 2 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.26
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2259 0 0 0 126 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.13
Current children cumulated vsize (KiB) 1541076

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 30580
/proc/meminfo: memFree=1373876/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=1789.14
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 104419 0 1 0 178812 102 0 0 18 0 13 0 29341979 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 70628 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=1683.09
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32596 0 1 0 168261 48 0 0 25 0 13 0 29341980 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4110451884 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=5.58
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 14281 0 0 0 543 15 0 0 15 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=5.59
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 16153 0 0 0 545 14 0 0 16 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=91.93
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 32645 0 0 0 9174 19 0 0 15 0 13 0 29341983 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.63
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5316 0 0 0 161 2 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.26
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2259 0 0 0 126 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.14
Current children cumulated vsize (KiB) 1541076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30580
/proc/meminfo: memFree=1373876/2059040 swapFree=4134576/4192956
[pid=30510] ppid=30508 vsize=1541076 CPUtime=1800.06
/proc/30510/stat : 30510 (java) S 30508 30510 30304 0 -1 4202496 105705 0 1 0 179903 103 0 0 18 0 13 0 29341979 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30510/statm: 385269 70628 1445 10 0 382571 0
[pid=30510/tid=30512] ppid=30508 vsize=1541076 CPUtime=1693.35
/proc/30510/task/30512/stat : 30512 (java) R 30508 30510 30304 0 -1 4202560 32598 0 1 0 169287 48 0 0 25 0 13 0 29341980 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4110244018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30510/tid=30513] ppid=30508 vsize=1541076 CPUtime=5.59
/proc/30510/task/30513/stat : 30513 (java) S 30508 30510 30304 0 -1 4202560 14281 0 0 0 544 15 0 0 15 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30514] ppid=30508 vsize=1541076 CPUtime=5.6
/proc/30510/task/30514/stat : 30514 (java) S 30508 30510 30304 0 -1 4202560 16153 0 0 0 546 14 0 0 16 0 13 0 29341982 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30515] ppid=30508 vsize=1541076 CPUtime=92.56
/proc/30510/task/30515/stat : 30515 (java) S 30508 30510 30304 0 -1 4202560 33929 0 0 0 9237 19 0 0 15 0 13 0 29341983 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30516] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30516/stat : 30516 (java) S 30508 30510 30304 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30517] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30517/stat : 30517 (java) S 30508 30510 30304 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29341984 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30518] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30518/stat : 30518 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30519] ppid=30508 vsize=1541076 CPUtime=1.63
/proc/30510/task/30519/stat : 30519 (java) S 30508 30510 30304 0 -1 4202560 5316 0 0 0 161 2 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30520] ppid=30508 vsize=1541076 CPUtime=1.26
/proc/30510/task/30520/stat : 30520 (java) S 30508 30510 30304 0 -1 4202560 2259 0 0 0 126 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30521] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30521/stat : 30521 (java) S 30508 30510 30304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=30510/tid=30522] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30522/stat : 30522 (java) S 30508 30510 30304 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 29341988 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=30510/tid=30523] ppid=30508 vsize=1541076 CPUtime=0
/proc/30510/task/30523/stat : 30523 (java) S 30508 30510 30304 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 13 0 29342354 1578061824 70628 1992294400 134512640 134550932 4293234288 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1541076

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

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

Child status: 143
Real time (s): 1793.28
CPU time (s): 1800.16
CPU user time (s): 1799.1
CPU system time (s): 1.06584
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 1543640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.06584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105728
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= 42659
involuntary context switches= 16856

runsolver used 3.9524 second user time and 9.33258 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-14 19:45:56
IDJOB=2658798
IDBENCH=2356
IDSOLVER=1164
FILE ID=node017/2658798-1276537555
PBS_JOBID= 11173466
Free space on /tmp= 62420 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658798-1276537555/watcher-2658798-1276537555 -o /tmp/evaluation-result-2658798-1276537555/solver-2658798-1276537555 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658798-1276537555.opb

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

MD5SUM BENCH= a644593dc228e712d5b0d277ee939168
RANDOM SEED=1322416659

node017.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.201
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.40
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1656040 kB
Buffers:        126000 kB
Cached:         195760 kB
SwapCached:      11540 kB
Active:         112628 kB
Inactive:       223416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1656040 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:            4756 kB
Writeback:           0 kB
AnonPages:       12696 kB
Mapped:           9112 kB
Slab:            45092 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183008 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= 62420 MiB
End job on node017 at 2010-06-14 20:15:51