Trace number 2662201

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.38 982.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
MD5SUM707da2ebfa2e9fe97fe57c41e089cde1
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 304897224
Optimality of the best value was proved NO
Number of variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 2147483648
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 869952060630
Number of bits of the sum of numbers in the objective function 40
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 869952060630
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100531
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662201-1276568621.opb
0.24/0.22	c reading problem ... 
2.93/1.70	c ... done. Wall clock time 1.481s.
2.93/1.70	c #vars     21960
2.93/1.70	c #constraints  4440
2.93/1.70	c constraints type 
2.93/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
2.93/1.70	c constraints type 
2.93/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
9.67/5.12	c cleaning 2495 clauses out of 4994 with flag 5000/5000
11.70/6.22	c cleaning 4249 clauses out of 8497 with flag 11001/11001
15.16/8.05	c cleaning 5624 clauses out of 11247 with flag 18001/18001
17.59/9.39	c cleaning 6805 clauses out of 13621 with flag 26001/26001
20.19/10.78	c cleaning 7903 clauses out of 15814 with flag 35001/35001
23.21/12.37	c cleaning 8954 clauses out of 17908 with flag 45000/45000
26.24/13.92	c cleaning 9476 clauses out of 18951 with flag 55000/55000
29.07/15.50	c cleaning 9738 clauses out of 19475 with flag 65001/65001
31.83/16.94	c cleaning 9867 clauses out of 19736 with flag 75000/75000
35.26/18.73	c cleaning 9928 clauses out of 19867 with flag 85001/85001
38.06/20.25	c cleaning 9958 clauses out of 19936 with flag 95000/95000
43.85/23.22	c cleaning 9981 clauses out of 19978 with flag 105000/105000
47.37/25.14	c cleaning 9965 clauses out of 19998 with flag 115001/115001
49.98/26.53	c cleaning 10007 clauses out of 20032 with flag 125001/125001
53.76/28.56	c cleaning 10005 clauses out of 20025 with flag 135001/135001
56.54/30.00	c cleaning 10007 clauses out of 20020 with flag 145001/145001
59.46/31.61	c cleaning 9990 clauses out of 20012 with flag 155000/155000
62.84/33.44	c cleaning 10005 clauses out of 20022 with flag 165000/165000
66.22/35.25	c cleaning 9981 clauses out of 20019 with flag 175002/175002
69.77/37.18	c cleaning 10014 clauses out of 20036 with flag 185000/185000
73.08/38.95	c cleaning 10011 clauses out of 20023 with flag 195001/195001
78.44/41.73	c cleaning 9977 clauses out of 20011 with flag 205000/205000
82.00/43.61	c cleaning 9977 clauses out of 20034 with flag 215000/215000
85.56/45.54	c cleaning 9990 clauses out of 20058 with flag 225001/225001
88.87/47.32	c cleaning 9972 clauses out of 20067 with flag 235000/235000
91.82/48.97	c cleaning 10043 clauses out of 20096 with flag 245001/245001
95.37/50.86	c cleaning 10023 clauses out of 20053 with flag 255001/255001
99.33/52.91	c cleaning 10009 clauses out of 20029 with flag 265000/265000
103.20/55.04	c cleaning 9995 clauses out of 20018 with flag 275000/275000
108.13/57.63	c cleaning 9993 clauses out of 20023 with flag 285000/285000
112.26/59.85	c cleaning 9900 clauses out of 20031 with flag 295001/295001
114.81/61.26	c cleaning 10059 clauses out of 20129 with flag 305001/305001
117.51/62.75	c cleaning 10024 clauses out of 20067 with flag 315000/315000
120.24/64.28	c cleaning 10014 clauses out of 20043 with flag 325000/325000
123.58/66.08	c cleaning 10005 clauses out of 20029 with flag 335000/335000
126.71/67.79	c cleaning 9951 clauses out of 20024 with flag 345000/345000
129.81/69.49	c cleaning 10028 clauses out of 20074 with flag 355001/355001
132.13/70.79	c cleaning 10014 clauses out of 20042 with flag 365000/365000
135.07/72.36	c cleaning 9998 clauses out of 20027 with flag 375000/375000
138.40/74.19	c cleaning 9993 clauses out of 20029 with flag 385000/385000
143.26/76.80	c cleaning 10017 clauses out of 20036 with flag 395000/395000
146.39/78.43	c cleaning 9973 clauses out of 20021 with flag 405002/405002
149.71/80.26	c cleaning 9989 clauses out of 20046 with flag 415000/415000
153.25/82.12	c cleaning 9973 clauses out of 20058 with flag 425001/425001
156.11/83.71	c cleaning 10029 clauses out of 20082 with flag 435000/435000
159.62/85.69	c cleaning 10013 clauses out of 20054 with flag 445001/445001
163.54/87.73	c cleaning 10009 clauses out of 20041 with flag 455001/455001
167.25/89.79	c cleaning 10001 clauses out of 20031 with flag 465000/465000
171.49/92.03	c cleaning 10001 clauses out of 20031 with flag 475001/475001
175.80/94.30	c cleaning 10009 clauses out of 20030 with flag 485001/485001
181.09/97.13	c cleaning 10008 clauses out of 20019 with flag 495001/495001
185.98/99.76	c cleaning 10001 clauses out of 20009 with flag 505000/505000
189.82/101.82	c cleaning 9957 clauses out of 20008 with flag 515000/515000
197.88/106.06	c cleaning 10007 clauses out of 20053 with flag 525002/525002
202.78/108.64	c cleaning 0 clauses out of 5000 with flag 0/5000
208.24/111.53	c cleaning 9999 clauses out of 20046 with flag 535002/535002
211.67/113.48	c cleaning 10013 clauses out of 20044 with flag 545000/545000
215.76/115.63	c cleaning 10004 clauses out of 20032 with flag 555001/555001
219.83/117.83	c cleaning 10004 clauses out of 20028 with flag 565001/565001
223.71/119.92	c cleaning 9938 clauses out of 20024 with flag 575001/575001
226.71/121.68	c cleaning 10020 clauses out of 20085 with flag 585000/585000
231.18/124.05	c cleaning 10001 clauses out of 20066 with flag 595001/595001
234.28/125.78	c cleaning 10003 clauses out of 20065 with flag 605001/605001
237.36/127.41	c cleaning 10030 clauses out of 20063 with flag 615002/615002
240.17/129.02	c cleaning 9987 clauses out of 20031 with flag 625000/625000
242.86/130.60	c cleaning 9996 clauses out of 20044 with flag 635000/635000
246.35/132.44	c cleaning 10001 clauses out of 20049 with flag 645001/645001
249.02/133.96	c cleaning 10013 clauses out of 20045 with flag 655000/655000
253.03/136.12	c cleaning 10007 clauses out of 20033 with flag 665001/665001
256.70/138.19	c cleaning 10002 clauses out of 20025 with flag 675000/675000
259.98/139.92	c cleaning 10002 clauses out of 20024 with flag 685001/685001
264.04/142.11	c cleaning 9999 clauses out of 20022 with flag 695001/695001
268.03/144.34	c cleaning 9998 clauses out of 20023 with flag 705001/705001
271.71/146.39	c cleaning 10002 clauses out of 20024 with flag 715000/715000
276.55/148.95	c cleaning 10014 clauses out of 20028 with flag 725006/725006
280.03/150.86	c cleaning 9996 clauses out of 20008 with flag 735000/735000
286.37/154.24	c cleaning 10003 clauses out of 20014 with flag 745002/745002
289.83/156.19	c cleaning 9965 clauses out of 20010 with flag 755001/755001
301.39/162.10	c cleaning 9965 clauses out of 20042 with flag 765000/765000
316.94/170.10	c cleaning 9976 clauses out of 20078 with flag 775001/775001
324.88/174.32	c cleaning 9999 clauses out of 20101 with flag 785000/785000
331.30/177.78	c cleaning 9915 clauses out of 20102 with flag 795000/795000
334.15/179.34	c cleaning 10005 clauses out of 20187 with flag 805000/805000
337.98/181.41	c cleaning 10078 clauses out of 20182 with flag 815000/815000
340.54/182.98	c cleaning 10047 clauses out of 20104 with flag 825001/825001
348.16/186.93	c cleaning 9970 clauses out of 20058 with flag 835003/835003
360.93/193.59	c cleaning 9992 clauses out of 20085 with flag 845000/845000
372.89/199.80	c cleaning 9993 clauses out of 20094 with flag 855001/855001
384.94/206.01	c cleaning 9997 clauses out of 20100 with flag 865000/865000
395.51/211.57	c cleaning 10025 clauses out of 20104 with flag 875001/875001
408.65/218.40	c cleaning 9985 clauses out of 20078 with flag 885000/885000
423.96/226.25	c cleaning 9998 clauses out of 20093 with flag 895000/895000
435.22/232.12	c cleaning 9977 clauses out of 20095 with flag 905000/905000
438.00/233.78	c cleaning 10012 clauses out of 20119 with flag 915001/915001
441.21/235.59	c cleaning 9999 clauses out of 20106 with flag 925000/925000
444.79/237.54	c cleaning 10000 clauses out of 20108 with flag 935001/935001
448.29/239.59	c cleaning 10044 clauses out of 20107 with flag 945000/945000
452.48/241.88	c cleaning 10008 clauses out of 20064 with flag 955001/955001
461.62/246.62	c cleaning 9991 clauses out of 20055 with flag 965000/965000
469.59/250.90	c cleaning 10006 clauses out of 20064 with flag 975000/975000
477.62/255.13	c cleaning 9996 clauses out of 20059 with flag 985001/985001
485.78/259.48	c cleaning 9999 clauses out of 20063 with flag 995001/995001
495.32/264.41	c cleaning 10004 clauses out of 20066 with flag 1005003/1005003
503.46/268.74	c cleaning 9997 clauses out of 20059 with flag 1015000/1015000
511.30/272.91	c cleaning 9992 clauses out of 20063 with flag 1025001/1025001
518.44/276.70	c cleaning 10030 clauses out of 20070 with flag 1035000/1035000
522.21/278.87	c cleaning 9957 clauses out of 20035 with flag 1045000/1045000
527.38/281.62	c cleaning 10005 clauses out of 20079 with flag 1055001/1055001
531.43/283.92	c cleaning 10012 clauses out of 20073 with flag 1065000/1065000
535.58/286.30	c cleaning 10025 clauses out of 20061 with flag 1075000/1075000
538.76/288.07	c cleaning 10010 clauses out of 20037 with flag 1085001/1085001
542.34/290.04	c cleaning 9994 clauses out of 20024 with flag 1095001/1095001
546.39/292.30	c cleaning 9999 clauses out of 20030 with flag 1105001/1105001
549.37/294.06	c cleaning 10004 clauses out of 20030 with flag 1115001/1115001
553.93/296.59	c cleaning 9966 clauses out of 20026 with flag 1125001/1125001
566.21/302.99	c cleaning 9989 clauses out of 20061 with flag 1135002/1135002
576.59/308.50	c cleaning 9991 clauses out of 20074 with flag 1145004/1145004
579.96/310.37	c cleaning 9981 clauses out of 20079 with flag 1155000/1155000
589.24/315.20	c cleaning 9955 clauses out of 20098 with flag 1165000/1165000
599.93/320.85	c cleaning 10033 clauses out of 20145 with flag 1175002/1175002
611.29/326.89	c cleaning 9979 clauses out of 20110 with flag 1185000/1185000
616.39/329.62	c cleaning 9976 clauses out of 20131 with flag 1195000/1195000
619.55/331.44	c cleaning 9967 clauses out of 20155 with flag 1205000/1205000
622.70/333.30	c cleaning 10021 clauses out of 20188 with flag 1215000/1215000
626.10/335.23	c cleaning 10017 clauses out of 20168 with flag 1225001/1225001
629.64/337.20	c cleaning 10015 clauses out of 20150 with flag 1235000/1235000
633.57/339.42	c cleaning 10035 clauses out of 20134 with flag 1245000/1245000
636.53/341.20	c cleaning 9998 clauses out of 20100 with flag 1255001/1255001
639.92/343.11	c cleaning 10042 clauses out of 20098 with flag 1265000/1265000
643.45/345.15	c cleaning 9997 clauses out of 20056 with flag 1275000/1275000
647.00/347.11	c cleaning 10019 clauses out of 20061 with flag 1285002/1285002
650.33/349.03	c cleaning 10014 clauses out of 20039 with flag 1295001/1295001
654.32/351.32	c cleaning 10005 clauses out of 20025 with flag 1305001/1305001
657.84/353.35	c cleaning 10003 clauses out of 20020 with flag 1315001/1315001
661.18/355.30	c cleaning 10000 clauses out of 20017 with flag 1325001/1325001
664.91/357.39	c cleaning 10000 clauses out of 20017 with flag 1335001/1335001
668.34/359.33	c cleaning 10004 clauses out of 20016 with flag 1345000/1345000
671.67/361.24	c cleaning 9995 clauses out of 20012 with flag 1355000/1355000
677.97/364.61	c cleaning 9998 clauses out of 20018 with flag 1365002/1365002
686.25/369.07	c cleaning 9990 clauses out of 20018 with flag 1375000/1375000
694.41/373.45	c cleaning 10009 clauses out of 20028 with flag 1385000/1385000
702.67/377.89	c cleaning 9989 clauses out of 20020 with flag 1395001/1395001
711.73/382.61	c cleaning 9989 clauses out of 20030 with flag 1405000/1405000
720.60/387.32	c cleaning 9985 clauses out of 20041 with flag 1415000/1415000
728.73/391.73	c cleaning 10002 clauses out of 20059 with flag 1425003/1425003
737.00/396.17	c cleaning 9998 clauses out of 20055 with flag 1435001/1435001
744.45/400.19	c cleaning 10009 clauses out of 20056 with flag 1445000/1445000
752.50/404.46	c cleaning 10008 clauses out of 20047 with flag 1455000/1455000
759.66/408.37	c cleaning 9898 clauses out of 20039 with flag 1465000/1465000
763.35/410.44	c cleaning 10041 clauses out of 20141 with flag 1475000/1475000
766.44/412.21	c cleaning 9987 clauses out of 20100 with flag 1485000/1485000
769.54/414.10	c cleaning 10016 clauses out of 20116 with flag 1495003/1495003
772.89/416.04	c cleaning 9996 clauses out of 20097 with flag 1505000/1505000
775.99/417.83	c cleaning 9998 clauses out of 20101 with flag 1515000/1515000
779.09/419.62	c cleaning 10004 clauses out of 20103 with flag 1525000/1525000
782.01/421.40	c cleaning 9998 clauses out of 20099 with flag 1535000/1535000
785.15/423.27	c cleaning 10000 clauses out of 20102 with flag 1545001/1545001
788.26/425.04	c cleaning 10001 clauses out of 20102 with flag 1555001/1555001
791.16/426.80	c cleaning 10001 clauses out of 20101 with flag 1565001/1565001
794.24/428.57	c cleaning 9998 clauses out of 20099 with flag 1575000/1575000
797.60/430.53	c cleaning 9999 clauses out of 20101 with flag 1585000/1585000
800.90/432.42	c cleaning 10003 clauses out of 20103 with flag 1595001/1595001
804.19/434.36	c cleaning 10045 clauses out of 20099 with flag 1605000/1605000
812.01/438.54	c cleaning 10015 clauses out of 20051 with flag 1615000/1615000
816.94/441.38	c cleaning 9969 clauses out of 20033 with flag 1625000/1625000
825.79/446.05	c cleaning 9963 clauses out of 20064 with flag 1635000/1635000
828.67/447.79	c cleaning 9985 clauses out of 20102 with flag 1645001/1645001
831.73/449.58	c cleaning 10049 clauses out of 20116 with flag 1655001/1655001
835.65/451.86	c cleaning 10026 clauses out of 20067 with flag 1665001/1665001
839.33/453.96	c cleaning 10012 clauses out of 20040 with flag 1675000/1675000
843.02/456.01	c cleaning 10007 clauses out of 20029 with flag 1685001/1685001
846.69/458.10	c cleaning 9985 clauses out of 20020 with flag 1695000/1695000
854.19/462.28	c cleaning 9989 clauses out of 20035 with flag 1705000/1705000
863.81/467.35	c cleaning 9987 clauses out of 20048 with flag 1715002/1715002
872.21/471.85	c cleaning 10023 clauses out of 20059 with flag 1725000/1725000
875.27/473.63	c cleaning 9979 clauses out of 20037 with flag 1735001/1735001
878.38/475.55	c cleaning 9981 clauses out of 20057 with flag 1745000/1745000
882.22/477.74	c cleaning 9963 clauses out of 20077 with flag 1755001/1755001
885.87/479.83	c cleaning 10002 clauses out of 20114 with flag 1765001/1765001
889.15/481.77	c cleaning 10030 clauses out of 20112 with flag 1775002/1775002
893.21/484.14	c cleaning 10034 clauses out of 20078 with flag 1785000/1785000
896.65/486.20	c cleaning 10014 clauses out of 20044 with flag 1795000/1795000
900.29/488.23	c cleaning 10010 clauses out of 20030 with flag 1805000/1805000
903.54/490.15	c cleaning 10002 clauses out of 20020 with flag 1815000/1815000
907.25/492.35	c cleaning 10002 clauses out of 20019 with flag 1825001/1825001
911.08/494.50	c cleaning 10003 clauses out of 20017 with flag 1835001/1835001
914.73/496.68	c cleaning 10002 clauses out of 20014 with flag 1845001/1845001
918.19/498.64	c cleaning 9962 clauses out of 20012 with flag 1855001/1855001
922.05/500.90	c cleaning 9986 clauses out of 20049 with flag 1865000/1865000
926.28/503.31	c cleaning 9992 clauses out of 20063 with flag 1875000/1875000
929.91/505.47	c cleaning 9999 clauses out of 20072 with flag 1885001/1885001
930.62/506.06	c cleaning 0 clauses out of 11000 with flag 0/11000
934.67/508.44	c cleaning 9996 clauses out of 20073 with flag 1895001/1895001
938.69/510.70	c cleaning 9998 clauses out of 20076 with flag 1905000/1905000
942.32/512.85	c cleaning 10001 clauses out of 20079 with flag 1915001/1915001
946.17/515.05	c cleaning 9996 clauses out of 20077 with flag 1925000/1925000
950.07/517.31	c cleaning 9997 clauses out of 20081 with flag 1935000/1935000
954.07/519.64	c cleaning 10000 clauses out of 20085 with flag 1945001/1945001
957.71/521.79	c cleaning 10014 clauses out of 20084 with flag 1955000/1955000
961.73/524.02	c cleaning 10005 clauses out of 20070 with flag 1965000/1965000
969.00/528.04	c cleaning 10006 clauses out of 20066 with flag 1975001/1975001
977.00/532.40	c cleaning 10000 clauses out of 20059 with flag 1985000/1985000
984.79/536.56	c cleaning 9987 clauses out of 20060 with flag 1995002/1995002
994.77/541.87	c cleaning 9982 clauses out of 20071 with flag 2005000/2005000
1003.22/546.46	c cleaning 10042 clauses out of 20090 with flag 2015001/2015001
1011.60/550.93	c cleaning 9973 clauses out of 20046 with flag 2025000/2025000
1029.87/560.48	c cleaning 9993 clauses out of 20073 with flag 2035000/2035000
1048.18/569.97	c cleaning 10002 clauses out of 20081 with flag 2045001/2045001
1066.08/579.36	c cleaning 9998 clauses out of 20079 with flag 2055001/2055001
1083.57/588.43	c cleaning 9999 clauses out of 20082 with flag 2065002/2065002
1101.65/597.87	c cleaning 9993 clauses out of 20081 with flag 2075000/2075000
1118.93/606.85	c cleaning 10004 clauses out of 20088 with flag 2085000/2085000
1137.44/616.52	c cleaning 9996 clauses out of 20084 with flag 2095000/2095000
1155.52/625.95	c cleaning 10005 clauses out of 20090 with flag 2105002/2105002
1173.17/635.11	c cleaning 10000 clauses out of 20085 with flag 2115002/2115002
1190.63/644.20	c cleaning 9999 clauses out of 20084 with flag 2125001/2125001
1208.14/653.48	c cleaning 9994 clauses out of 20085 with flag 2135001/2135001
1226.17/662.87	c cleaning 10004 clauses out of 20091 with flag 2145001/2145001
1245.01/672.69	c cleaning 9996 clauses out of 20086 with flag 2155000/2155000
1263.06/682.08	c cleaning 9995 clauses out of 20090 with flag 2165000/2165000
1274.59/688.23	c cleaning 10038 clauses out of 20095 with flag 2175000/2175000
1280.33/691.43	c cleaning 9990 clauses out of 20061 with flag 2185004/2185004
1283.90/693.59	c cleaning 9964 clauses out of 20067 with flag 2195000/2195000
1287.46/695.62	c cleaning 10006 clauses out of 20104 with flag 2205001/2205001
1291.25/697.96	c cleaning 9995 clauses out of 20097 with flag 2215000/2215000
1295.41/700.37	c cleaning 10003 clauses out of 20102 with flag 2225000/2225000
1299.37/702.65	c cleaning 10001 clauses out of 20100 with flag 2235001/2235001
1303.73/705.17	c cleaning 9998 clauses out of 20099 with flag 2245001/2245001
1307.71/707.51	c cleaning 10004 clauses out of 20100 with flag 2255000/2255000
1311.64/709.88	c cleaning 9992 clauses out of 20097 with flag 2265001/2265001
1316.15/712.43	c cleaning 10006 clauses out of 20105 with flag 2275001/2275001
1320.09/714.73	c cleaning 10002 clauses out of 20100 with flag 2285002/2285002
1324.65/717.43	c cleaning 9993 clauses out of 20097 with flag 2295001/2295001
1328.40/719.68	c cleaning 10003 clauses out of 20104 with flag 2305001/2305001
1332.15/721.80	c cleaning 10003 clauses out of 20101 with flag 2315001/2315001
1336.49/724.33	c cleaning 9994 clauses out of 20097 with flag 2325000/2325000
1340.95/726.91	c cleaning 9999 clauses out of 20103 with flag 2335000/2335000
1345.28/729.50	c cleaning 10003 clauses out of 20104 with flag 2345000/2345000
1349.59/732.00	c cleaning 9995 clauses out of 20101 with flag 2355000/2355000
1353.92/734.44	c cleaning 10005 clauses out of 20107 with flag 2365001/2365001
1358.27/737.09	c cleaning 10002 clauses out of 20101 with flag 2375000/2375000
1362.78/739.67	c cleaning 9996 clauses out of 20100 with flag 2385001/2385001
1367.08/742.13	c cleaning 10042 clauses out of 20102 with flag 2395001/2395001
1370.63/744.22	c cleaning 10016 clauses out of 20056 with flag 2405000/2405000
1374.00/746.38	c cleaning 10010 clauses out of 20040 with flag 2415000/2415000
1377.54/748.41	c cleaning 10010 clauses out of 20031 with flag 2425001/2425001
1381.07/750.52	c cleaning 10004 clauses out of 20021 with flag 2435002/2435002
1385.00/752.82	c cleaning 9950 clauses out of 20017 with flag 2445002/2445002
1388.95/755.23	c cleaning 10005 clauses out of 20066 with flag 2455001/2455001
1392.49/757.32	c cleaning 10014 clauses out of 20060 with flag 2465001/2465001
1396.03/759.40	c cleaning 10010 clauses out of 20046 with flag 2475001/2475001
1399.56/761.56	c cleaning 10007 clauses out of 20033 with flag 2485000/2485000
1404.69/764.52	c cleaning 9989 clauses out of 20025 with flag 2495001/2495001
1414.35/769.75	c cleaning 10006 clauses out of 20035 with flag 2505000/2505000
1424.82/775.39	c cleaning 9987 clauses out of 20029 with flag 2515000/2515000
1433.52/780.08	c cleaning 9997 clauses out of 20042 with flag 2525000/2525000
1438.64/783.03	c cleaning 9946 clauses out of 20046 with flag 2535001/2535001
1442.56/785.35	c cleaning 9992 clauses out of 20099 with flag 2545000/2545000
1445.91/787.35	c cleaning 10045 clauses out of 20104 with flag 2555000/2555000
1449.80/789.61	c cleaning 10023 clauses out of 20056 with flag 2565001/2565001
1453.74/792.09	c cleaning 10011 clauses out of 20033 with flag 2575001/2575001
1458.03/794.54	c cleaning 9979 clauses out of 20021 with flag 2585000/2585000
1461.94/796.80	c cleaning 9949 clauses out of 20043 with flag 2595001/2595001
1465.46/798.99	c cleaning 10014 clauses out of 20092 with flag 2605000/2605000
1469.58/801.40	c cleaning 10008 clauses out of 20079 with flag 2615001/2615001
1472.89/803.47	c cleaning 10001 clauses out of 20070 with flag 2625000/2625000
1476.20/805.41	c cleaning 10002 clauses out of 20069 with flag 2635000/2635000
1479.51/807.50	c cleaning 9974 clauses out of 20067 with flag 2645000/2645000
1491.73/814.01	c cleaning 9935 clauses out of 20093 with flag 2655000/2655000
1502.74/819.90	c cleaning 9981 clauses out of 20158 with flag 2665000/2665000
1513.18/825.55	c cleaning 10074 clauses out of 20179 with flag 2675003/2675003
1518.66/828.63	c cleaning 9965 clauses out of 20104 with flag 2685002/2685002
1522.37/830.97	c cleaning 10003 clauses out of 20137 with flag 2695000/2695000
1526.06/833.11	c cleaning 9997 clauses out of 20135 with flag 2705001/2705001
1531.75/836.39	c cleaning 9953 clauses out of 20137 with flag 2715000/2715000
1535.44/838.51	c cleaning 10034 clauses out of 20184 with flag 2725000/2725000
1539.15/840.84	c cleaning 10042 clauses out of 20151 with flag 2735001/2735001
1542.50/842.85	c cleaning 9996 clauses out of 20108 with flag 2745000/2745000
1550.12/847.02	c cleaning 10041 clauses out of 20114 with flag 2755002/2755002
1557.16/850.96	c cleaning 10015 clauses out of 20071 with flag 2765000/2765000
1561.66/853.61	c cleaning 9985 clauses out of 20057 with flag 2775001/2775001
1565.13/855.71	c cleaning 9944 clauses out of 20071 with flag 2785000/2785000
1568.23/857.69	c cleaning 10053 clauses out of 20124 with flag 2795000/2795000
1571.72/859.76	c cleaning 10028 clauses out of 20071 with flag 2805000/2805000
1575.80/862.26	c cleaning 10016 clauses out of 20043 with flag 2815000/2815000
1579.68/864.54	c cleaning 10006 clauses out of 20027 with flag 2825000/2825000
1583.37/866.74	c cleaning 10002 clauses out of 20021 with flag 2835000/2835000
1587.25/869.07	c cleaning 10001 clauses out of 20020 with flag 2845001/2845001
1591.48/871.60	c cleaning 10003 clauses out of 20019 with flag 2855001/2855001
1595.34/873.97	c cleaning 10001 clauses out of 20016 with flag 2865001/2865001
1599.19/876.28	c cleaning 10003 clauses out of 20015 with flag 2875001/2875001
1606.04/880.06	c cleaning 9935 clauses out of 20011 with flag 2885000/2885000
1609.69/882.39	c cleaning 9977 clauses out of 20077 with flag 2895001/2895001
1613.36/884.58	c cleaning 9995 clauses out of 20100 with flag 2905001/2905001
1618.16/887.38	c cleaning 10016 clauses out of 20102 with flag 2915000/2915000
1633.54/895.41	c cleaning 9959 clauses out of 20087 with flag 2925001/2925001
1660.60/909.50	c cleaning 9988 clauses out of 20128 with flag 2935001/2935001
1686.84/923.11	c cleaning 10007 clauses out of 20139 with flag 2945000/2945000
1709.92/935.13	c cleaning 9996 clauses out of 20132 with flag 2955000/2955000
1733.17/947.21	c cleaning 10000 clauses out of 20136 with flag 2965000/2965000
1757.59/960.06	c cleaning 10006 clauses out of 20141 with flag 2975005/2975005
1781.44/972.43	c cleaning 9991 clauses out of 20131 with flag 2985001/2985001
1800.11/982.21	c starts		: 229
1800.11/982.21	c conflicts		: 2993045
1800.11/982.21	c decisions		: 4932038
1800.11/982.21	c propagations		: 79359826
1800.11/982.21	c inspects		: 827961467
1800.11/982.21	c learnt literals	: 102
1800.11/982.21	c learnt binary clauses	: 140
1800.11/982.21	c learnt ternary clauses	: 219
1800.11/982.21	c learnt clauses	: 2992942
1800.11/982.21	c ignored clauses	: 0
1800.11/982.21	c root simplifications	: 0
1800.11/982.21	c removed literals (reason simplification)	: 62306222
1800.11/982.21	c reason swapping (by a shorter reason)	: 0
1800.11/982.22	c Calls to reduceDB	: 300
1800.11/982.22	c number of reductions to clauses (during analyze)	: 0
1800.11/982.22	c number of learned constraints concerned by reduction	: 0
1800.11/982.22	c number of learning phase by resolution	: 0
1800.11/982.22	c number of learning phase by cutting planes	: 0
1800.11/982.22	c speed (assignments/second)	: 80937.12876537972
1800.11/982.22	c non guided choices	1030721
1800.11/982.31	c learnt constraints type 
1800.11/982.31	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18069
1800.11/982.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 140
1800.11/982.31	c constraints type 
1800.11/982.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
1800.11/982.31	c constraints type 
1800.11/982.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
1800.11/982.31	s UNKNOWN
1800.11/982.31	c Total wall clock time (in seconds): 982.088

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-2662201-1276568621/watcher-2662201-1276568621 -o /tmp/evaluation-result-2662201-1276568621/solver-2662201-1276568621 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662201-1276568621.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.89 2.00 1.73 3/106 32348
/proc/meminfo: memFree=1834120/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1752 CPUtime=0
/proc/32348/stat : 32348 (java6) R 32346 32348 31213 0 -1 4194304 166 0 0 0 0 0 0 0 19 0 1 0 32463638 1794048 81 1992294400 134512640 134550932 4288851968 18446744073709551615 11691300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32348/statm: 425 71 53 10 0 30 0

[startup+0.101637 s]
/proc/loadavg: 1.89 2.00 1.73 3/106 32348
/proc/meminfo: memFree=1834120/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1524180 CPUtime=0.07
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 3959 0 1 0 5 2 0 0 15 0 12 0 32463638 1560760320 3397 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524180

[startup+0.210347 s]
/proc/loadavg: 1.89 2.00 1.73 3/106 32348
/proc/meminfo: memFree=1834120/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1526380 CPUtime=0.24
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 5121 0 1 0 21 3 0 0 15 0 12 0 32463638 1563013120 4557 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 381595 4557 1346 10 0 378898 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526380

[startup+0.319784 s]
/proc/loadavg: 1.89 2.00 1.73 3/106 32348
/proc/meminfo: memFree=1834120/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1526984 CPUtime=0.41
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 5747 0 1 0 37 4 0 0 15 0 12 0 32463638 1563631616 5183 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 381746 5184 1368 10 0 379049 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1526984

[startup+0.70072 s]
/proc/loadavg: 1.89 2.00 1.73 3/106 32348
/proc/meminfo: memFree=1834120/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1528632 CPUtime=1.15
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 8223 0 1 0 110 5 0 0 15 0 12 0 32463638 1565319168 7659 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 382158 7660 1405 10 0 379461 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1528632

[startup+1.50181 s]
/proc/loadavg: 1.89 2.00 1.73 5/118 32360
/proc/meminfo: memFree=1781820/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1543160 CPUtime=2.62
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 22596 0 1 0 251 11 0 0 15 0 12 0 32463638 1580195840 19687 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 385790 19689 1406 10 0 383093 0
[pid=32348/tid=32350] ppid=32346 vsize=1543160 CPUtime=1.28
/proc/32348/task/32350/stat : 32350 (java) R 32346 32348 31213 0 -1 4202560 14457 0 1 0 120 8 0 0 25 0 12 0 32463640 1580195840 19690 1992294400 134512640 134550932 4287973152 18446744073709551615 4109004341 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 32463642 1580195840 19691 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32463642 1580195840 19692 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32463643 1580195840 19693 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 32463644 1580195840 19694 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 32463644 1580195840 19695 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32463648 1580195840 19696 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1543160 CPUtime=0.25
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 857 0 0 0 25 0 0 0 23 0 12 0 32463648 1580195840 19697 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1543160 CPUtime=1.07
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6218 0 0 0 105 2 0 0 17 0 12 0 32463648 1580195840 19698 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 32463648 1580195840 19699 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1543160 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32463648 1580195840 19700 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1543160

[startup+3.10703 s]
/proc/loadavg: 1.89 2.00 1.73 6/121 32363
/proc/meminfo: memFree=1722896/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1544456 CPUtime=5.72
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 39160 0 1 0 554 18 0 0 15 0 16 0 32463638 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 386114 36250 1430 10 0 383417 0
[pid=32348/tid=32350] ppid=32346 vsize=1544456 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19063 0 1 0 137 10 0 0 18 0 16 0 32463640 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 32463642 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 32463642 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 32463643 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 32463644 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 32463644 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32463648 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1544456 CPUtime=0.9
/proc/32348/task/32357/stat : 32357 (java) R 32346 32348 31213 0 -1 4202560 912 0 0 0 90 0 0 0 20 0 16 0 32463648 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 106262176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1544456 CPUtime=1.94
/proc/32348/task/32358/stat : 32358 (java) R 32346 32348 31213 0 -1 4202560 6294 0 0 0 192 2 0 0 15 0 16 0 32463648 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 102339291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 32463648 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32463648 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1544456 CPUtime=0.8
/proc/32348/task/32361/stat : 32361 (java) R 32346 32348 31213 0 -1 4202560 6444 0 0 0 78 2 0 0 19 0 16 0 32463809 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1544456 CPUtime=0.57
/proc/32348/task/32362/stat : 32362 (java) R 32346 32348 31213 0 -1 4202560 5372 0 0 0 55 2 0 0 25 0 16 0 32463809 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1544456 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32463855 1581522944 36250 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 1544456

[startup+6.30135 s]
/proc/loadavg: 1.90 2.00 1.73 4/122 32364
/proc/meminfo: memFree=1629640/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1543892 CPUtime=11.83
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 55316 0 1 0 1157 26 0 0 15 0 16 0 32463638 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 385973 52118 1446 10 0 383276 0
[pid=32348/tid=32350] ppid=32346 vsize=1543892 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19063 0 1 0 137 10 0 0 18 0 16 0 32463640 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1543892 CPUtime=0.23
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 4884 0 0 0 21 2 0 0 16 0 16 0 32463642 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1543892 CPUtime=0.22
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 5166 0 0 0 21 1 0 0 16 0 16 0 32463642 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1543892 CPUtime=0.24
/proc/32348/task/32353/stat : 32353 (java) R 32346 32348 31213 0 -1 4202560 4793 0 0 0 21 3 0 0 16 0 16 0 32463643 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 105698025 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32463648 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1543892 CPUtime=1.68
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 962 0 0 0 168 0 0 0 15 0 16 0 32463648 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1543892 CPUtime=2.35
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6323 0 0 0 233 2 0 0 15 0 16 0 32463648 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 32463648 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32463648 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1543892 CPUtime=3.12
/proc/32348/task/32361/stat : 32361 (java) S 32346 32348 31213 0 -1 4202560 6880 0 0 0 310 2 0 0 21 0 16 0 32463809 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1543892 CPUtime=2.43
/proc/32348/task/32362/stat : 32362 (java) S 32346 32348 31213 0 -1 4202560 6172 0 0 0 241 2 0 0 25 0 16 0 32463809 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32463855 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32364] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32463867 1580945408 52118 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 1543892

[startup+12.7023 s]
/proc/loadavg: 1.83 1.99 1.73 3/122 32364
/proc/meminfo: memFree=1617240/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1543892 CPUtime=23.87
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 59440 0 1 0 2359 28 0 0 15 0 16 0 32463638 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 385973 55946 1450 10 0 383276 0
[pid=32348/tid=32350] ppid=32346 vsize=1543892 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19063 0 1 0 137 10 0 0 18 0 16 0 32463640 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1543892 CPUtime=0.38
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 5745 0 0 0 36 2 0 0 15 0 16 0 32463642 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1543892 CPUtime=0.37
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 6334 0 0 0 35 2 0 0 16 0 16 0 32463642 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1543892 CPUtime=0.88
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 6775 0 0 0 85 3 0 0 16 0 16 0 32463643 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32463648 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1543892 CPUtime=2.12
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 1049 0 0 0 212 0 0 0 15 0 16 0 32463648 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1543892 CPUtime=2.49
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6335 0 0 0 247 2 0 0 15 0 16 0 32463648 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 32463648 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) R 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32463648 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1543892 CPUtime=8.17
/proc/32348/task/32361/stat : 32361 (java) R 32346 32348 31213 0 -1 4202560 6890 0 0 0 815 2 0 0 18 0 16 0 32463809 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4109400654 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1543892 CPUtime=7.9
/proc/32348/task/32362/stat : 32362 (java) R 32346 32348 31213 0 -1 4202560 6176 0 0 0 788 2 0 0 25 0 16 0 32463809 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4109144755 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32463855 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32364] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32463867 1580945408 55946 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 1543892

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

/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32463867 1580945408 100652 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1506.84
Current children cumulated vsize (KiB) 1543892

[startup+882.31 s]
/proc/loadavg: 2.65 2.35 2.07 3/122 32388
/proc/meminfo: memFree=1428140/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1543892 CPUtime=1609.69
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 109857 0 1 0 160821 148 0 0 15 0 16 0 32463638 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 385973 101964 1450 10 0 383276 0
[pid=32348/tid=32350] ppid=32346 vsize=1543892 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19112 0 1 0 137 10 0 0 15 0 16 0 32463640 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1543892 CPUtime=14.97
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 27346 0 0 0 1457 40 0 0 16 0 16 0 32463642 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1543892 CPUtime=14.96
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 26537 0 0 0 1454 42 0 0 15 0 16 0 32463642 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1543892 CPUtime=140.48
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 14603 0 0 0 14030 18 0 0 15 0 16 0 32463643 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32463648 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1543892 CPUtime=2.99
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 1099 0 0 0 299 0 0 0 15 0 16 0 32463648 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1543892 CPUtime=2.54
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6335 0 0 0 252 2 0 0 16 0 16 0 32463648 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 32463648 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) S 32346 32348 31213 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 32463648 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1543892 CPUtime=718.38
/proc/32348/task/32361/stat : 32361 (java) R 32346 32348 31213 0 -1 4202560 7304 0 0 0 71816 22 0 0 19 0 16 0 32463809 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4110004686 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1543892 CPUtime=713.8
/proc/32348/task/32362/stat : 32362 (java) R 32346 32348 31213 0 -1 4202560 6397 0 0 0 71371 9 0 0 19 0 16 0 32463809 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4109345488 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32463855 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32364] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32463867 1580945408 101964 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.69
Current children cumulated vsize (KiB) 1543892

[startup+942.302 s]
/proc/loadavg: 2.17 2.26 2.05 3/122 32390
/proc/meminfo: memFree=1399496/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1543892 CPUtime=1723.45
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 117517 0 1 0 172187 158 0 0 15 0 16 0 32463638 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 385973 109072 1450 10 0 383276 0
[pid=32348/tid=32350] ppid=32346 vsize=1543892 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19112 0 1 0 137 10 0 0 15 0 16 0 32463640 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1543892 CPUtime=16.13
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 31490 0 0 0 1572 41 0 0 15 0 16 0 32463642 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1543892 CPUtime=16.13
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 29141 0 0 0 1566 47 0 0 16 0 16 0 32463642 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1543892 CPUtime=145.67
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 15472 0 0 0 14548 19 0 0 15 0 16 0 32463643 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32463648 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1543892 CPUtime=2.99
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 1099 0 0 0 299 0 0 0 15 0 16 0 32463648 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1543892 CPUtime=2.54
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6335 0 0 0 252 2 0 0 16 0 16 0 32463648 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 32463648 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) S 32346 32348 31213 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 32463648 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1543892 CPUtime=771.93
/proc/32348/task/32361/stat : 32361 (java) R 32346 32348 31213 0 -1 4202560 7326 0 0 0 77169 24 0 0 25 0 16 0 32463809 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4109629031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1543892 CPUtime=766.48
/proc/32348/task/32362/stat : 32362 (java) R 32346 32348 31213 0 -1 4202560 6416 0 0 0 76639 9 0 0 25 0 16 0 32463809 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4109345488 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32463855 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32364] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32463867 1580945408 109072 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1723.45
Current children cumulated vsize (KiB) 1543892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+982.201 s]
/proc/loadavg: 2.08 2.22 2.05 3/122 32390
/proc/meminfo: memFree=1397760/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1543892 CPUtime=1800.11
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 117972 0 1 0 179848 163 0 0 15 0 16 0 32463638 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 385973 109496 1450 10 0 383276 0
[pid=32348/tid=32350] ppid=32346 vsize=1543892 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19112 0 1 0 137 10 0 0 15 0 16 0 32463640 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1543892 CPUtime=16.86
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 31859 0 0 0 1644 42 0 0 15 0 16 0 32463642 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1543892 CPUtime=16.84
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 29196 0 0 0 1634 50 0 0 16 0 16 0 32463642 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1543892 CPUtime=148.12
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 15474 0 0 0 14793 19 0 0 15 0 16 0 32463643 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32463644 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32463648 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1543892 CPUtime=2.99
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 1099 0 0 0 299 0 0 0 15 0 16 0 32463648 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1543892 CPUtime=2.54
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6335 0 0 0 252 2 0 0 16 0 16 0 32463648 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 32463648 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) R 32346 32348 31213 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 32463648 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1543892 CPUtime=808.66
/proc/32348/task/32361/stat : 32361 (java) R 32346 32348 31213 0 -1 4202560 7340 0 0 0 80840 26 0 0 25 0 16 0 32463809 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4109264410 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1543892 CPUtime=802.54
/proc/32348/task/32362/stat : 32362 (java) R 32346 32348 31213 0 -1 4202560 6427 0 0 0 80244 10 0 0 25 0 16 0 32463809 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4108999451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32463855 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32364] ppid=32346 vsize=1543892 CPUtime=0
/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32463867 1580945408 109496 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1543892

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

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

[startup+982.315 s]
/proc/loadavg: 2.08 2.22 2.05 4/124 32393
/proc/meminfo: memFree=1397736/2059040 swapFree=4139744/4192956
[pid=32348] ppid=32346 vsize=1544540 CPUtime=1800.32
/proc/32348/stat : 32348 (java) S 32346 32348 31213 0 -1 4202496 117997 0 1 0 179869 163 0 0 15 0 17 0 32463638 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32348/statm: 386135 109519 1453 10 0 383438 0
[pid=32348/tid=32350] ppid=32346 vsize=1544540 CPUtime=1.47
/proc/32348/task/32350/stat : 32350 (java) S 32346 32348 31213 0 -1 4202560 19112 0 1 0 137 10 0 0 15 0 17 0 32463640 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32351] ppid=32346 vsize=1544540 CPUtime=16.86
/proc/32348/task/32351/stat : 32351 (java) S 32346 32348 31213 0 -1 4202560 31859 0 0 0 1644 42 0 0 15 0 17 0 32463642 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32352] ppid=32346 vsize=1544540 CPUtime=16.84
/proc/32348/task/32352/stat : 32352 (java) S 32346 32348 31213 0 -1 4202560 29196 0 0 0 1634 50 0 0 16 0 17 0 32463642 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32353] ppid=32346 vsize=1544540 CPUtime=148.12
/proc/32348/task/32353/stat : 32353 (java) S 32346 32348 31213 0 -1 4202560 15474 0 0 0 14793 19 0 0 15 0 17 0 32463643 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 0 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32354] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32354/stat : 32354 (java) S 32346 32348 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 32463644 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32355] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32355/stat : 32355 (java) S 32346 32348 31213 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 32463644 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32356] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32356/stat : 32356 (java) S 32346 32348 31213 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 17 0 32463648 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32357] ppid=32346 vsize=1544540 CPUtime=3.02
/proc/32348/task/32357/stat : 32357 (java) S 32346 32348 31213 0 -1 4202560 1102 0 0 0 302 0 0 0 15 0 17 0 32463648 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32358] ppid=32346 vsize=1544540 CPUtime=2.54
/proc/32348/task/32358/stat : 32358 (java) S 32346 32348 31213 0 -1 4202560 6335 0 0 0 252 2 0 0 16 0 17 0 32463648 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32359] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32359/stat : 32359 (java) S 32346 32348 31213 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 32463648 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32360] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32360/stat : 32360 (java) R 32346 32348 31213 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 17 0 32463648 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32361] ppid=32346 vsize=1544540 CPUtime=808.71
/proc/32348/task/32361/stat : 32361 (java) R 32346 32348 31213 0 -1 4202560 7340 0 0 0 80845 26 0 0 25 0 17 0 32463809 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4109345972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32348/tid=32362] ppid=32346 vsize=1544540 CPUtime=802.64
/proc/32348/task/32362/stat : 32362 (java) R 32346 32348 31213 0 -1 4202560 6427 0 0 0 80254 10 0 0 25 0 17 0 32463809 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4109016425 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32348/tid=32363] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32363/stat : 32363 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 32463855 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 1 0 0 0
[pid=32348/tid=32364] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32364/stat : 32364 (java) S 32346 32348 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 32463867 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
[pid=32348/tid=32392] ppid=32346 vsize=1544540 CPUtime=0
/proc/32348/task/32392/stat : 32392 (java) S 32346 32348 31213 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 17 0 32561860 1581608960 109519 1992294400 134512640 134550932 4287973152 18446744073709551615 4294960144 0 4 0 16800975 18446604437863164992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1544540

Child status: 143
Real time (s): 982.37
CPU time (s): 1800.38
CPU user time (s): 1798.7
CPU system time (s): 1.68374
CPU usage (%): 183.27
Max. virtual memory (cumulated for all children) (KiB): 1544540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.68374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117998
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= 29872
involuntary context switches= 49788

runsolver used 6.05908 second user time and 9.67853 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 04:23:41
IDJOB=2662201
IDBENCH=2514
IDSOLVER=1166
FILE ID=node013/2662201-1276568621
PBS_JOBID= 11173502
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662201-1276568621/watcher-2662201-1276568621 -o /tmp/evaluation-result-2662201-1276568621/solver-2662201-1276568621 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662201-1276568621.opb

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

MD5SUM BENCH= 707da2ebfa2e9fe97fe57c41e089cde1
RANDOM SEED=1743370685

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1834392 kB
Buffers:         37600 kB
Cached:         105612 kB
SwapCached:       6440 kB
Active:          74248 kB
Inactive:        82504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1834392 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:            1160 kB
Writeback:           0 kB
AnonPages:       11956 kB
Mapped:          12908 kB
Slab:            46032 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 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= 62548 MiB
End job on node013 at 2010-06-15 04:40:06